@charset "UTF-8";
/* CSS Document */


/* Backgrounds */
.bg-video {
    background-color: #000000;
}

/* Images */
.overlay {
    background-color: #000000;
    background-color: rgba(0,0,0,0.5);
    border-width: 0;
    margin: 0;
    width: 100%;
}

/* Social Media */
.social-icons .fa-facebook:hover {
    color: #5D82D1;
    cursor: pointer;
}
.social-icons .fa-instagram:hover {
    color: #dc473a;
    cursor: pointer;
}
.social-icons .fa-youtube:hover {
    color: #ff0000;
    cursor: pointer;
}
.social-icons .fa-twitter:hover {
    color: #40BFF5;
    cursor: pointer;
}


/* Footer styles
-------------------------------------------------- */
.footer {
    color: inherit;
    font-size: 0.8rem;
}

/* Custom css on style-custom.css file */
