body {
    overflow-x: hidden;
}

.navbar .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.navbar .nav-item.active {
    border-left: #444444 3px solid;
}

.carousel-item {
    height: 450px;
}

.carousel-image-1 {
    background: url("../img/glozzom/image1.jpg");
    background-size: cover;
}
.carousel-image-2 {
    background: url("../img/glozzom/image2.jpg");
    background-size: cover;
}
.carousel-image-3 {
    background: url("../img/glozzom/image3.jpg");
    background-size: cover;
}

#home-heading {
    position: relative;
    min-height: 200px;
    background: url("../img/glozzom/lights.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    color:white;
}

.dark-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

#video-play {
    position: relative;
    min-height: 200px;
    background: url("../img/glozzom/media.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 -300px;
    text-align: center;
    color:white;
}

#video-play a {
    color: white;
}


#page-header {
    height: 200px;
    background: url("../img/glozzom/image1.jpg");
    background-position: 0 -360px;
    background-attachment: fixed;
    color: white;
    border-bottom: 1px solid #eeeeee;
    padding-top: 50px;

}

.about-img {
    margin-top: -50px;
}

#faq .card{
    border: #444444;
}

#faq a {
    color: white;
    text-decoration: none;

}

#faq .card-body,
#faq .card-header {
    background-color: #333333;
    color: white;
}

#main-footer {
    background-color: black;
    color: white;
}