/*
General Styles
================================================== */
#happyvisio-navbar {
    background: #fff !important;
    box-shadow: 0 3px 2px 0 #00b7f1;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0 50px;
    position: relative;
    text-transform: uppercase;
    transition: all 1s ease-out;
}

ul {
    list-style-position: inside;
}

#happyvisio-navbar .navbar-brand img {
    max-height: 85px;
}

#happyvisio-navbar .navbar-toggler .bi {
    width: 2rem;
    fill: currentColor;
}

#happyvisio-navbar #navBar {
    flex-basis: 100%;
    flex-grow: 1;
}

#happyvisio-navbar #navBar > ul {
    margin-right: 20px;
}

#happyvisio-navbar .nav-item a {
    color: rgba(0,0,0,.9);
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
}

#happyvisio-navbar .nav-item a.active,
#happyvisio-navbar .nav-item a:hover {
    border-bottom: 2px solid #00b7f1;
}

.happyvisio-slideshow img {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

.happyvisio-overlay {
    background: #ffffff;
    color: #666666;
    float: left;
    height: 100%;
    left: 0;
    opacity: .90;
    padding-top: 25%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5000;
}

.access a {
    color: #FFFFFF;
    font-size: 30px;
    text-decoration: none;
}

.access:hover {
    cursor: pointer;
}

.bg-grey {
    background: #D3D3D3;
}

.bg-orange {
    background: #DE8344;
}

.bg-green {
    background: #7EAB55;
}

.bg-yellow {
    background: #F5C244;
}

.bg-blue {
    background: #6A99D0;
}

/*
Mobile Styles
================================================== */
@media only screen and (max-width: 768px) {
    .nav-item {
        text-align: center;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .fs-sm-6 {
        font-size: 1rem !important;
    }
}

/*
Tablet Styles
================================================== */
@media only screen and (min-width: 769px) and (max-width: 989px) {

}

/*
Desktop Styles
================================================== */
@media only screen and (min-width: 990px) {

}