a,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    color: inherit ;
}

header ul {
    list-style-type: none;
    overflow: hidden;
}

header li {
    display: inline-block;
}


.white-text {
    color: #ffff;
}

.darkblue-text {
    color: #025EA6;
}

.lightblue-text {
    color:#0063AC;
}

.pad-bottom {
    padding-bottom: 50px;
}

.pad-top {
    padding-top: 50px;
}

.space-top {
    margin-top: 180px;
}

.space-bottom {
    margin-bottom: 30px;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

h1,
.h1 {
    font-size: 48px;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1399px) {
    h1,
    .h1 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 991px) {    
    h1,
    .h1 {
        font-size: 36px;
    }    
}
@media only screen and (max-width: 767px) {    
    h1,
    .h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    h1,
    .h1 {
        font-size: 27px;
    }
} 


 
h2,
.h2 {
    color: #004F89;

    text-align: center;
    font-family: 'Hammersmith One', sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media only screen and (max-width: 1399px) {
    h2,
    .h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    h2,
    .h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 991px) {     
    h2,
    .h2 {
        font-size: 30px;
    }   
}
@media only screen and (max-width: 767px) {    
    h2,
    .h2 {
        font-size: 27px;
    }
}
@media only screen and (max-width: 575px) {
    h2,
    .h2 {
        font-size: 24px;
    }
} 


h3,
.h3 { 
    font-size: 40px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Hammersmith One', sans-serif;
}
@media only screen and (max-width: 1399px) {
    h3,
    .h3 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    h3,
    .h3 {
        font-size: 27px;
    }
}
@media only screen and (max-width: 991px) {
    h3,
    .h3 {
        font-size: 26px;
    }        
}
@media only screen and (max-width: 767px) {    
    h3,
    .h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 575px) {
    h3,
    .h3 {
        font-size: 21px;
    }
}

 
h4,
.h4 {
    font-size: 36px;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 15px;
    color: #383838;
    font-family: 'Lato', sans-serif;
}
@media only screen and (max-width: 1399px) {
    h4,
    .h4 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1199px) {
    h4,
    .h4 {
        font-size: 23px;
    }
}
@media only screen and (max-width: 991px) {      
    h4,
    .h4 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {    
    h4,
    .h4 {
        font-size: 21px;
    }
}
@media only screen and (max-width: 575px) {
    h4,
    .h4 {
        font-size: 20px;
    }
}

 
h5,
.h5 {
    font-size: 32px;
    color: #383838;
    font-family: 'Lato', sans-serif;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 15px;
    font-weight: 600;
}
@media only screen and (max-width: 1399px) {
    h5,
    .h5 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    h5,
    .h5 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {    
    h5,
    .h5 {
        font-size: 20px;
    }    
}
@media only screen and (max-width: 767px) {    
    h5,
    .h5 {
        font-size: 19px;
    }
}
@media only screen and (max-width: 575px) {
    h5,
    .h5 {
        font-size: 18px;
    }
} 


h6,
.h6 {
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
@media only screen and (max-width: 1399px) {
    h6,
    .h6 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1199px) {
    h6,
    .h6 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {    
    h6,
    .h6 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    h6,
    .h6 {
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px) {
    h6,
    .h6 {
        font-size: 15px;
    }
}
p,
.p {   
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #383838;
}
@media only screen and (max-width: 1399px) {
    p,
.p {
        font-size: 18px;
        line-height: 27px;
    }
}
@media only screen and (max-width: 1199px) {
    p,
.p {
        font-size: 17px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 991px) {       
    p,
.p {   
        font-size: 16px;
        line-height: 25px;
    } 
}
@media only screen and (max-width: 767px) {    
    p,
.p {    
        font-size: 15px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 575px) {
    p,
.p {
        font-size: 14px;
        line-height: 21px;
    }
}
