body{
    font-family: 'Lato', sans-serif;
}

.navbar{
    background-color: #262932;
}

.navbar-brand, .navbar-brand:hover{
    color: #fff;
}

.navbar-brand img{
    width: 80px;
}

#header-text{
    color: #fff;
}

.nav-link{
    color: rgb(197, 197, 197);
}

.nav-link:hover{
    color: rgb(197, 197, 197);
}

#header-text h1{
    font-size: 2.1rem;
}

#header-text a{
    background-color: #5adffe;
    font-size: 1.4rem;
    color: #666666;
}

#header-text a:hover{
    font-size: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

#header-text .consult a{
    color: #333333;
}

#header-text .tmc a{
    background-color: white;
    color: black;
}

.section-header{
    font-size: 2.5rem;
}

#services{
    background: #efefef;
}

#services .card{
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

#services img{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.card-body{
    background: linear-gradient(#ffffff00, #e6e5e500);
}

.card{
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background-color: transparent;
}

.card img{
    box-shadow: rgba(10, 15, 17, 0.299) 0px 12px 4px 0px, rgba(0, 0, 0, 0.29) 0px 12px 16px 0px;
}

.card-text{
    color: #5a5a5a;
}

#gallery{
    background: linear-gradient(to bottom, #ededed7a, #eaeaeae6), url('../assets/gallery-bg.jpg');
}

#gallery a img{
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    width: 100%;
}

#gallery a img:hover{
    box-shadow: rgba(156, 192, 208, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#contact{
    background-color: #062647;
}

#contact a, #contact li, #contact h4, #contact p, footer{
    color: #a9a9a9;
}

#contact hr{
    color: #828282;
}

@media (min-width: 576px){
   #header-text h1{
    font-size: 2.5rem;
   } 

   #header-text h2{
    font-size: 1.5rem;
   }

   #header-text a{
    font-size: 1.7rem;
   }
}

@media (min-width: 768px){
    #header-text h1{
        font-size: 3rem;
       } 
    
       #header-text h2{
        font-size: 1.5rem;
       }
    
       #header-text a{
        font-size: 1.4rem;
       }
}

@media (min-width: 992px){
    #header-text{
        padding-top: 4rem;
    }

    #header-text h2{
        font-size: 1.7rem;
    }

    #header-text p{
        font-size: 1.7rem; 
    }

    .nav-link{
        border-bottom: #2a8c3e00 3px solid;
    }

    .nav-link:hover{
        border-bottom:#dddddd 3px solid;
    }
}

@media (min-width: 1400px){
    #header-text h1{
        font-size: 3.3rem;
    }

    #header-text h2{
        font-size: 2.0rem;
    }
}