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

/* Page styles */
a {
    color: inherit;
}

/* 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;
}

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

/* Overlay Text */
.overlay-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}
.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;
}


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

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