*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'miller';
    src: url('../Miller-TitilliumWeb/Miller-Display.ttf'); /* IE9 Compat Modes */
}
@font-face {
    font-family: 'titillium';
    src: url('../Miller-TitilliumWeb/TitilliumWeb-SemiBold.ttf'); /* IE9 Compat Modes */
}
.home{
    background: linear-gradient(200deg, #0000, #000000), url(../images/pexels-pixabay-267507.jpg);    
    background-size: cover;
    background-position: bottom;
    height: 100vh;
    width: 100%;
    padding: 5vh 0;
}
.identity-row{
    height: 15vh;
    display: flex;
    align-items: center;
}
.habl-text-img{
    width: 40%;
}
.habl-frame{
    width: 15%;
}
.intro-row{
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navLinks{
    height: 15vh;
}
.intro-slogan{
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-family: miller;
}
.nav-link, .services-links{
    text-transform: uppercase;
    color: white !important;
    font-family: titillium;
    white-space: nowrap;
    text-decoration: none;
    transition: color 1s;
}
.services-links-uh{
    /* display: none !important; */
    opacity: 0;
}
.services-links-h{
    /* display: block !important; */
    opacity: 1;
}
.services-links-heading{
    color: #ea7822 !important;
}
.nav-link:hover, .services-links:hover{
    color: #ea7822 !important;
}
@media screen and (max-width: 768px){
    .habl-text-img{
        width: 70%;
    }
    .habl-frame{
        width: 30%;
    }
    .services-container h4{
        font-size: 25px !important;
    }
    .services-container p{
        font-size: 16px !important;
    }
}
@media screen and (max-width: 500px){
    .nav-link, .services-links{
        font-size: 14px;
    }
}
@media screen and (min-width: 769px){
    .home{
        display: flex;
        align-items: center;
    }
    .location-map{
        height: 39vh;
    }
    .contact-info-form{
        height: 45vh;
    }
}
#preloader {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 9999;
    transition: all 1s ease-out;
}
.blu-logo {
    width: 150px;
    height: 150px;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/habl\ logo\ bg\ removed\ orange\ frame.png);
    animation: fade 1.5s ease-in-out .5s infinite alternate;
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.contact{
    height: 100vh;
    width: 100%;
    background-color: rgb(238, 238, 238);
    padding-top: 15vh;
}
.contact-address p:first-child, .contact-number p:first-child{
    color: rgb(243, 165, 113);
    font-family: titillium;
}
.contact-address p:first-child, .contact-number p:first-child{
    margin-bottom: 0;
}
.contact-address p:last-child, .contact-number p:last-child{
    color: rgb(175, 170, 170);
}
.contact-number input{
    border: none;
}
.contact-number input:focus{
    outline: none;
}
.contact h3{
    color: rgb(243, 165, 113);
    font-size: 40px;
    margin-bottom: 5%;
    font-family: miller;
}
.form-control{
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgb(243, 165, 113) !important;
}
.form-control:focus{
    box-shadow: none !important;
}
.form-container{
    background-color: rgba(255, 192, 203, 0.164);
    padding: 3%;
}
.services-section{
    background: linear-gradient(200deg, #0000, #000000), url(../images/pexels-tima-miroshnichenko-322323232254538372.png);    
    background-size: cover;
    background-position: top;
    height: 100vh;
    width: 100%;
    padding: 15vh 0;
}
.services-section h3{
    font-size: 40px;
    font-family: miller;
    color: white;
    margin-bottom: 15%;
}
.services-container{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 20px;
}
.services-container h4{
    color: #ea7822;
    font-family: miller;
    font-size: 30px;
}
.services-container p{
    color: white;
    font-family: titillium;
    font-size: 18px;
}
.services-container > .row:nth-child(2){
    margin-top: 100px;
}