
/* header */
header {
    background: #3359DF;
    height: 60px;
    padding-bottom: 30px;
}

header .header-brand {
    margin: 30px 0;
    text-align: left;
    line-height: 40px;
    padding: 0 20px 0 40px;
    border-right: 3px solid #111;
    float: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: rgb(253, 252, 252); 
    text-transform: uppercase;
    display: block;

}

header nav ul {
    margin: 20px 100px 40px 20px ;
    float: right;
}

header nav ul li {
    display: inline-block;
    list-style: none;
    padding: 0 16px;

}

header a {
    font-size: 20px;
    text-decoration: none;
    line-height: 60px;
    color: rgb(253, 252, 252);
 }

 header a[class = "active"]{
     background: rgb(223, 221, 221);
     border-bottom: 5px solid black;
     padding: 10px;
     color: #3359DF;
 }

/* main content */

/* INDEX */
.index-banner{
    width: 100%;
    height: calc(100vh - 150px) ;
    background-image: url('../assets/emailservice.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -12%;
    display: table;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.index-banner h2{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 70px;

    text-align: center;
    text-shadow: 2px 2px 8px #111;    
}

.index-banner h1{
    /* margin-top: -12%; */
    font-family: Cormorant Garamond;
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    font-weight: 100;
    font-style: italic;
    text-align: center;
    text-shadow: 2px 2px 8px #111;    
}

.index-links div {
    margin: 16px 16px 0;
    width: calc(100% - 32px);
    height: 100px;
    background-color: #f2f2f2;
}

.index-links div h3{
    font-family: Catamarant;
    font-size: 28px;
    color: #111;
    line-height: 100px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}


@media only screen and (min-width: 1000px) {
    .wrapper {
        width: 1000px;
        margin: 0 auto;
    }

    .index-banner{
        height: 400px;
    }   
    .index-banner h1{
        display: block;
        width: 650px;
        margin: 0 auto;    
    }

    .index-links {
        padding-bottom: 10px;
        overflow: hidden;
    }

    .index-links div {
        margin: 20px 10px 0px;
        height: 230px;
        background-color: #f2f2f2;
        float: left;
    }

    .index-boxlink-square {
        width: calc(25% - 20px) !important;        
    }
    .index-boxlink-rectangle {
        width: calc(50% - 20px) !important;        
    }

    .index-links div h3{
        line-height: 190px;
    }
}


/* footer */

footer {
    position: fixed;
    width: calc(100% - 80px);
    margin-top: 20px;
    background-color: #3359DF;
    padding: 0 40px;
    text-align: center;
    bottom:0;
}

footer p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
}
@media only screen and (max-width: 1000px) {
*{
    text-decoration: none;
}

/* body{
    background-color: #f3f3f3;
} */
header{
    width: 100%;
    height: 250px;
}


header .header-brand{
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-size: 24px;
   font-weight: 900;
   color: #111; 
   text-transform: uppercase;
   display: block;
   text-align: center;
   border: none;
}

header nav ul {
    display: block;
    width: fit-content;
}

header nav ul li {
    display: inline-block;
    float: left;
    list-style: none;
    padding: 0 16px;
}

header nav ul li a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-size: 16px;
   text-transform: uppercase;
   line-height: 40px;
   overflow: visible;
}

header .header-cases {
    display: none;
}
}