 .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
/* carousel */
.carousel-img {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 80%;
    display: block;   
}
.carousel-img-1 {
    background-image: url('../img/main.jpg');
}
.carousel-img-2 {
    background-image: url('../img/nix-mapha-menu.jpg');
}
.carousel-img-3 {
    background-image: url('../img/videos-menu.jpg');
}


/*panel */
/* Standard img size = 500 by 500*/
.panel {
    margin-bottom: 10px;
    border: none;
}
.panel img,
.panel iframe {
    width: 100%;
}

h2.custom {
    color: #333;
    text-align: center;
    padding: 15px 0;
}
.releases-panel {
    padding: 0 5%;
}
.panel-caption {
    height: 40px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.5;
    margin-top: -40px;
    text-align: center;
    padding: 8px;
    font-weight: bold;
}
.panel-caption a,
.panel-caption a:hover,
.panel-caption a:active,
.panel-caption a:visited {
    color: #fff;
}
.panel-default > .panel-heading {
    background-color: #333;
    color: #fff;
    height: 40px;
    text-align: center;
    border: none;
    border-radius: 0px;
    line-height: 40px;
}

.navbar-custom a,
.navbar-custom a:hover,
.navbar-custom a:active,
.navbar-custom a:visited {
    color: #fff;
}

.navbar-custom {
    background-color: #333;
    position: fixed;
    z-index: 20;
    width: 100%;
    opacity: 0.9;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}
.navbar-toggle {
    background-color: transparent;
    border: none;
}



.carousel-caption a {
    color: #fff;
}

.navbar .navbar-toggler-icon {
background-image: url('../img/hamburger6.svg');
}