body {
    font-family: "Inter", sans-serif;
    color: #242424;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}


.footer{
    background: #223a52;
}
.logo-footer{
    border-bottom: 1px solid hsla(0,0%,100%,.2);
}
.footer p{
    font-size: 14px;
    color: #bfbfbf;
}
.footer a{
    text-decoration: none;
    font-size: 14px;
    color: #bfbfbf;
}
.footer h6{
    font-weight: 600;
    font-size: 14px;
    color: #bfbfbf;
}
.heading h2{
    font-weight: 600;
}
.content-box{
    margin-bottom: 2rem;
    padding: 3rem 3rem;
    box-shadow: 0 2px 8px 0 rgba(73, 73, 73, .12);

}
.content-box h3{
    font-weight: 600;
}
.content-box p{
    line-height: 28px;
}
.banner{
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}
.ml-auto{
    margin-left: auto;
}
.header{
    background-color: hsla(0, 0%, 100%, .9);
}
.btn a{
    color: #223a52;
}
#navbarSupportedContent a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #242424;
    margin-left: 10px;
}














@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    div#navbarSupportedContent {
        position: absolute;
        top: 78px;
        background: #fff;
        width: 100%;
        left: 0;
        text-align: center;
    }
    
}
@media only screen and (max-width: 769px) {

}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}