@charset "UTF-8";
/* CSS Document */
/*
Styles always used
*/

/* Nav-bar */
.navbar-toggler-icon {
    height: auto;
}
.navbar-toggler {
    padding: 0.25rem 0;
}

/* Backgrounds */
.bg-placeholder {
    background-image: url('https://via.placeholder.com/2400x1800/222222/?text=ADD+IMAGE+HERE');
    background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.5)), url('https://via.placeholder.com/2400x1800/222222/?text=ADD+IMAGE+HERE');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    min-height: 605px;
}

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