@charset "UTF-8";

.h171-main-navbar li{

    margin-left: 1.5rem;
}

.row{
    margin-left: auto !important;
    margin-right: auto !important;
}

body{
    overflow-x: hidden !important;
}

#main_nav_bar .harbor171-official-logo{
    fill: black;
}

nav.bg-transparent .h171-main-navbar li a{
    font-size: 1.4rem;
    color: #eee !important;
    padding: .4rem 1.2rem !important;
}

nav.bg-light .h171-main-navbar li a{
    font-size: 1.4rem;
    color: #1f3f5d !important;
    padding: .4rem 1.2rem !important;
}

nav.bg-transparent .h171-main-navbar li a.active{
   border-bottom: 2px solid #eee;
}

nav.bg-light .h171-main-navbar li a.active{
   border-bottom: 2px solid #1f3f5d;
}

 #aboutVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

.blackout{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

label{
    color: #768192;
}

#whatsapp {
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    background-color:#25D366 ;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    font-size: 45px;
    transition: 0.3s;
    line-height: 1.35;
}

#whatsapp:hover {
    transition: 0.3s;
    background-color: #128C7E;
    color: #F1F2F5 !important;
}

@media (max-width: 1400px){
    nav.bg-light .h171-main-navbar li a{
        color: white !important;
    }

    nav.bg-light .h171-main-navbar li a.active{
        border-bottom: 2px solid white;
    }
     
}