.navbar.navbar-custom .navbar-toggler-icon {
    background-image: url('https://mdbootstrap.com/img/svg/hamburger3.svg?color=00FBD8');
}

.navbar {
    border-bottom: 4px solid;
    -moz-border-image: -moz-linear-gradient(to left, #79cc9e 0%, #beedec 25%, #c5ceff 50%, #cabd96 75%, #b591c7 100%);
    -webkit-border-image: -webkit-linear-gradient(to left, #79cc9e 0%, #beedec 25%, #c5ceff 50%, #cabd96 75%, #b591c7 100%);
    border-image: linear-gradient(to left, #f52121, #0ef3ef, #28e90e, #f01b1b);
    border-image-slice: 1;
}

.card {
    border: 3px solid;
    -moz-border-image: -moz-linear-gradient(to left, #79cc9e 0%, #beedec 25%, #c5ceff 50%, #cabd96 75%, #b591c7 100%);
    -webkit-border-image: -webkit-linear-gradient(to left, #79cc9e 0%, #beedec 25%, #c5ceff 50%, #cabd96 75%, #b591c7 100%);
    border-image: linear-gradient(50deg, #f52121, #0ef3ef, #28e90e, #f01b1b);
    border-image-slice: 1;
}

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

.navbar .nav-item.active {
    border: 2px solid;
    border-image: linear-gradient(to left, #f52121, #0ef3ef, #28e90e, #f01b1b);
    border-image-slice: 1;
    border-radius: 5%;
}

.carousel-item {
    height: 400px;
}

.carousel-image1 {
    background: url('../img/image1.jpg');
    background-size: cover;
    background-position: center;
}

.carousel-image2 {
    background: url('../img/image2.jpg');
    background-size: cover;
    background-position: center;
}

.carousel-image3 {
    background: url('../img/image3.jpg');
    background-size: cover;
    background-position: center;
}

.carousel-image4 {
    background: url('../img/image4.jpg');
    background-size: cover;
    background-position: center;
}

#home {
    position: relative;
    min-height: 200px;
    background: url('../img/lights.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}

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

#vidply {
    position: relative;
    min-height: 200px;
    background: url('../img/media.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 -300px;
    text-align: center;
    color: #fff;
}

#vidply a {
    color: #000;
}

#page-header {
    height: 18rem;
    background: url('../img/image5.jpg');
    background-position: bottom;
    background-attachment: fixed;
    border-bottom: 1px solid #eee;
    padding-top: 3%;
    background-size: cover;
}

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

#questions .card {
    border: #000;
}

#questions a {
    text-decoration: none;
    color: white;
}

#questions .card-body {
    background: #343a40;
}

#questions .card-header {
    background: #333;
}

#footer {
    background: #000;
    color: #fff;
}

.carousel-indicators li{
    height: 10px;
    width: 10px;
    border-radius: 100%;
}

@media(max-width: 770px){
    #staff img{
        width: 150px;
    }
}
