/*
Theme Name:   Mr. C Custom Theme
Theme URI:    /mr-c-theme/
Description:  Custom theme for the Mr. C website
Author:       Markus Young
Author URI:   http://youngwebdesign.net
Template:     wp-bootstrap-starter
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  mr-c-theme
*/

header#masthead {
    background-color: #000 !important;
}
.menu-item a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
}
.navbar-nav .active a {
    background-color: rgba(247,254,57,1);
    color: #000 !important;
}
#content.site-content {
    padding: 0 !important;
}
footer {
    position: relative !important;
    z-index: 100 !important;
}
.carousel-control-next, .carousel-control-prev {
    background: transparent;
    border: none;
}
.adv-form {
    width: 100%;
    height: 60vh;
}
.teach-hero-cont ul li {
    font-family: 'Montserrat', sans-serif;
    color: #000 !important;
    font-size: 16px;
    font-weight: bold !important;
    line-height: 32px;
}
.modal-content {
    border: none !important;
    border-radius: 0 !important;
}
.modal-header {
    background-color: #000;
}
.modal-title {
    color: #fff !important;
}


/* Colors */
.bg-black-white {
    background-image: linear-gradient(90deg, #fff 50%, #000 50%);
}
.bg-black { 
    background-color: #000;
}
.white-divide {
    background-color: #fff;
    height: 5px;
    border: none;
    width: 60%;
}
.yellow-divide {
    background-color: #f7fe39;
    height: 5px;
    border: none;
    width: 60%;
}
.black-divide {
    background-color: #000;
    height: 5px;
    border: none;
    width: 60%;
}
.white-divide-left {
    background-color: #fff;
    height: 5px;
    border: none;
    width: 60%;
    margin: 10px 0;
}
.yellow-divide-left {
    background-color: #f7fe39;
    height: 5px;
    border: none;
    width: 60%;
    margin: 10px 0;
}
.white-divide-right {
    background-color: #fff;
    height: 5px;
    border: none;
    width: 60%;
}
.black-divide-left {
    background-color: #000;
    height: 5px;
    border: none;
    width: 60%;
    margin: 10px 0;
}
.black-divide-right {
    background-color: #000;
    height: 5px;
    border: none;
    width: 60%;
}
.text-black {
    color: #000;
}

/* Typography */
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
}
footer a {
    color: #000 !important;
    background-color: rgba(247,254,57,.75) !important;
    padding: 3px;
    transition: 0.35s ease;
}
footer a:hover {
    background-color: rgba(247,254,57,1) !important;
    padding: 5px;
    text-decoration: none;
}
.hero-text {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: .5em;
    text-transform: uppercase;
    -webkit-text-stroke: 3px;
    margin-top: 10%;
}
.teach-hero-text {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: .5em;
    text-transform: uppercase;
    -webkit-text-stroke: 3px;
}
.adv-hero-text {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: .5em;
    text-transform: uppercase;
    -webkit-text-stroke: 3px;
}
.home-hero-cont p, .home-hero-cont h1, .home-hero-cont h2, .home-hero-cont h3, .home-hero-cont h4, .home-hero-cont h5, .home-hero-cont h6 {
    color: #fff !important;
    text-align: left !important;
    line-height: 32px;
}
.home-hero-cont a {
    color: #000 !important;
    background-color: rgba(247,254,57,.75) !important;
    padding: 3px;
    transition: 0.35s ease;
}
.home-hero-cont a:hover {
    background-color: rgba(247,254,57,1) !important;
    padding: 5px;
    text-decoration: none;
}
.teach-hero-cont p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 32px;
}
.teach-hero-cont a {
    color: #000 !important;
    background-color: rgba(247,254,57,.75) !important;
    padding: 3px;
    transition: 0.35s ease;
}
.teach-hero-cont a:hover {
    background-color: #f7fe39 !important;
    padding: 5px;
    text-decoration: none;
}
.text-yellow {
    color: #f7fe39;
}
.test-text p {
    color: #000 !important;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 25px;
}
.test-name {
    margin-top: 25px;
    font-size: 18px;
    font-style: italic;
    color: #000;
}
footer p {
    font-family: "Montserrat", sans-serif;
}
.card-header h2 button {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: bold;
    border-radius: 0 !important;
    padding: .75rem 1.25rem;
}
.card-header h2 button:hover {
    background-color: rgba(247,254,57,1) !important;
    text-decoration: none !important;
}
.card-header h2 button:focus {
    background-color: rgba(247,254,57,1) !important;
    text-decoration: none !important;
}
.card-body p {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 2em !important;
}
.hap-badge {
    background-color: rgba(247,254,57,1) !important;
    color: #000 !important;
}
.card-body a {
    color: #000 !important;
    background-color: rgba(247,254,57,.75) !important;
    padding: 3px;
    transition: 0.35s ease;
}
.card-body a:hover {
    background-color: #f7fe39 !important;
    padding: 5px;
    text-decoration: none;
}
.adv-content p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
}
.event-cont p {
    font-size: 16px;
    line-height: 32px;
}
.event-cont a {
    color: #000 !important;
    background-color: rgba(247,254,57,.75) !important;
    padding: 3px;
    transition: 0.35s ease;
}
.event-cont a:hover {
    background-color: #f7fe39 !important;
    padding: 5px;
    text-decoration: none;
}
.event-cont p {
    color: #000;
}
.text-mont {
    font-family: 'Montserrat', sans-serif;
}

/* Images */
.hero-logo {
    width: 25%;
    position: fixed;
    top: 25%;
    left: 0;
    z-index: 10;
}
.teach-hero-logo {
    width: 15%;
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 10;
}
.auth-hero-logo {
    width: 15%;
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 10;
}
.adv-hero-logo {
    width: 25%;
    top: 3%;
    z-index: 10;
}
.obj-fit {
    object-fit: cover;
}
.event-img-container {
    width: 100%;
    height: 250px;
}
.past-event-img {
    width: 100%;
    height: 350px;
}
.book-img {
    object-fit: contain;
    width: 100%;
    height: 350px;
}
.event-page-img {
    float: left;
    max-width: 35%;
    margin-right: 50px;
    margin-bottom: 50px;
}

/* Buttons */
.btn-white {
    background-color: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif; 
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.35s ease;
    box-shadow: 3px 3px 0 3px #666;
}
.btn-white:hover {
    background-color:rgba(247,254,57,1);
    color: #000;
    text-decoration: none !important;
    box-shadow: 1px 1px 0 1px #333;
}

.btn-white-book {
    background-color: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif; 
    padding: 10px 25px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.35s ease;
    box-shadow: 3px 3px 0 3px #000;
}
.btn-white-book:hover {
    background-color:rgba(247,254,57,1);
    color: #000;
    text-decoration: none !important;
    box-shadow: 1px 1px 0 1px #000;
}

.card {
    border-radius: 0 !important;
    border: none !important;
}
.card-header {
    padding: 0 !important;
    background-color: #fff !important;
    border: none !important;
}
.card-body {
    background-color: #000 !important;
}
.adventure {
    background-color: #fff !important;
}
.books-link {
    font-size: 16px !important;
    background-color: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif; 
    padding: 10px 25px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.35s ease;
    -webkit-text-stroke: 0 !important;
    letter-spacing: 1px !important;
}
.books-link:hover {
    background-color:rgba(247,254,57,1);
    color: #000;
    text-decoration: none !important;
}
.form-btn {
    background-color: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif; 
    padding: 10px 25px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.35s ease;
    box-shadow: 3px 3px 0 3px #000;
    border: none;
}
.form-btn:hover {
    background-color:rgba(247,254,57,1);
    color: #000;
    text-decoration: none !important;
    box-shadow: 1px 1px 0 1px #333;
}

/* Mobile Settings */
.mobile {
    display: none;
}
.desktop {
    display: block;
}
@media screen and (max-width: 1280px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .hero-logo {
        padding: 5% 0;
        width: 75%;
        position: relative;
    }
    .hero-text {
        font-size: 40px;
        margin-top: 0;
    }
    .teach-hero-text {
        font-size: 40px;
    }
    .adv-hero-text {
        font-size: 30px;
    }
    .adv-hero-logo {
        width: 70%;
    }
    .teach-hero-logo {
        width: 10%;
        top: 15%
    }
    .auth-hero-logo {
        width: 10%;
        top: 15%
    }
    .navbar-nav .active a {
        padding-left: 25px;
    }
}