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

/* Page styles */
body {
    background-color: #ffffff;
    color: #000000;
}
a {
    color: inherit;
}


/* Backgrounds */
.bg-video {
    background-color: #000000;
}
.bg-overlay {
    background-color: #191919;
    background-color: rgba(255,255,255,0.8);
}


/* Buttons */
.btn-overlay {
    background-color: #000000;
    background-color: rgba(0,0,0,0.1);
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #ffffff;
}
.btn-overlay:hover {
    background-color: #222222;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    border-radius: 2px;
}


/* Nav-bar */
.navbar-brand img {
    max-height: 30px;
}
.navbar-shadow {
    box-shadow: 0 2px 2px #929292;
}
.navbar-topbar {
    background-color: inherit;
}
.navbar-topbar img {
    max-height: 1rem;
}


/* If using a transparent menu */
.top-item {
    margin-top: -56px;
}


/* Images */
.overlay {
    background-color: #000000;
    background-color: rgba(0,0,0,0.1);
    border-width: 0;
    margin: 0;
    width: 100%;
}
.img-flip {
    filter: invert(1);
}


/* Overlay Text */
.overlay-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.8);
}
.overlay-text:hover {
    opacity: 1;
}


/* 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;
}
.social-icons .fa-linkedin:hover {
    color: #0e76a8;
    cursor: pointer;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 3rem;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: inherit;
    height: 3rem;
    font-size: 1rem;
    padding: 1rem;
}


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