.dropdown-toggle {
    color: #FFF;
}

.navbar-toggler {
    border: none !important;
    /* Removes the border */
    outline: none !important;
    /* Removes the focus outline */
}


/**/
#customcarousel .carousel-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 0.7); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}


#customcarousel .carousel-caption {
    top: 75px;
    bottom: 15px;
}

#customcarousel .carousel-caption h5 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

#customcarousel .carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}

#customcarousel .carousel-caption a {
    text-transform: uppercase;
    text-decoration: none;
    background: darkorange;
    padding: 10px 30px;
    display: inline-block;
    color: #000;
    margin-top: 15px;
}

@media only screen and (max-width: 767px) {

    #customcarousel .carousel-item,
    #customcarousel .carousel-item img {
        min-height: 215px;
    }

    #customcarousel .carousel-caption {
        top: 10px;
        bottom: 10px;
    }

    #customcarousel .carousel-caption p {
        font-size: 10px;
    }

    #customcarousel .carousel-caption h5 {
        font-size: 12px;
    }

    #customcarousel .carousel-caption a {
        padding: 5px 15px;
        font-size: 13px;
    }
}

.facebook-responsive {
    overflow: hidden;
    padding-bottom: 100%;
    /* For a 1:1 square ratio. Use 56.25% for 16:9 videos. */
    position: relative;
    height: 0;
}

.facebook-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.text-style {
    background-color: red;
    color: yellow;
    padding: 2px 5px;
    border-radius: 5px;
}

/* CSS Blink Animation */
.blink {
    animation: blink-animation 1s steps(1, start) infinite;
}

@keyframes blink-animation {
    50% {
        visibility: hidden;
    }
}

.insta-bg {
    background: #833ab4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.fb-bg {
    background: #00c6ff;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0072ff, #00c6ff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.yt-bg {
    background: #e52d27;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #b31217, #e52d27);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #b31217, #e52d27);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}