html * {
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, h4 *, h5 *, .navbar-nav > li > a {
    font-family: 'Exo', sans-serif;
    font-style: italic;
    font-weight: bold;
}

body.dashboard-enabled:not(.public-schedule-page).narrow-topbar .navbar-fixed-top .navbar-right .navbar-nav > li > a {
    line-height: 20px;
}

body {
    padding-top: 55px; /* pegged to .navbar height */
}

#headerwrap,
.home #headerwrap {
    min-height: 250px;
    height: 34vw;
    margin:0;
    background-position: center;
    background-size: cover;
}
.home #section-lower-content {
    background-image:url("/static/norcal/watermark.png");
    background-position: calc(100% + 40px) calc(100% + 30px);
    background-size:60%;
    background-repeat: no-repeat;
}
.home #section-lower-content #contact-form input,
.home #section-lower-content #contact-form textarea {
    opacity: .6;
}
.flex-viewport{
    position: fixed;
    width: 100%;
    height: 100%;
}
.flexslider,
.flexslider .slides,
.flexslider .slides > li {
    overflow: hidden;
    height: 100%;
}
.flexslider .slides > li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 992px) {
    #section-lower-content .contact-form-header {
        margin-top: 57px;
    }
}

/*********************************
        SECTION DIVIDERS
 *********************************/
.home #section-lower-content:after,
.home #cms-editable-content-2:after {
    height:68px;
    top:-1px;
    border-bottom: 7px solid;
    border-top: 7px solid;
}
.home #cms-editable-content-2 {
    position:relative;
    padding:100px 0 25px !important;
}
.home #cms-editable-content-2 {
    background-image: url('/static/norcal/gallery-bg.webp');
    background-size: cover;
    text-align: center;
}
.home #cms-editable-content-2 h2 {
    font-size: 40px;
}
.home #cms-editable-content-2 h2,
.home #cms-editable-content-2 h2 + p {
    font-family: 'Exo', sans-serif;
    font-weight: bold;
    font-style: italic;
    color: white;
}
.home #section-lower-content {
    padding-top: 0 !important;
}

.page-header {
    margin-top:60px;
    margin-bottom: 20px !important;
    border-bottom: none;
}

.navbar {
    padding:0;
    min-height: 0;
    height: 55px; /* .navbar height */
    font-style: italic;

}

.event-title h2 {
    font-size: 22px;
    display: inline-block;
    margin: 0 0 5px;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        line-height: 55px; /* pegged to .navbar height */
        padding: 0 15px;
        font-size: 16px;
    }
    #home-sidebar {
        margin-top: 60px;
    }
}



/*===========================
  League List
============================ */
.event-container.row {
    margin-top: 15px;
}

.league-list .event {
    padding: 0;
    margin-bottom: 30px;
    min-height: 0;
}
.league-list .event.row {
    margin-right: -15px;
    margin-left: -15px;
}
.event-title {
    margin-bottom: 5px;
}
.event-title h2 {
    text-transform: uppercase; 
    font-size: 14px; 
    font-weight: 800; 
    font-style: italic; 
}
.event-venues{
    font-size: 15px; 
    font-weight: 500; 
}
.event-start {
    color: #f57c00 !important;
}
.event-registration{
    text-align: left; 
}
.current-event .event-title {
    margin-bottom:0px;
}
.current-event .event-registration {
    font-weight: 500;
    font-style: italic;
}
.current-event .event-registration .btn {
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
}

.registration-link {
    text-transform: uppercase; 
    font-weight: 900; 
    font-style: italic; 
}
.pickup-list .event-title a.registration-link {
    margin-left: 10px;
}

.event-description,
.event-title{
    max-width:100%; 
}
.league-list .event-date {
    margin: 0 0 0 10px;
    width: 120px;
    height: 90px;
    padding: 0;
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
}
.league-list .event-date + div {
    width: calc(100% - 120px - 30px);
}
.league-list .event-venues a {
    white-space: normal;
}
.home .upcoming-events #date-day,
.home .upcoming-events #date-month {
    font-size: 18px;
}
.home .upcoming-events #date-month {
    margin-top: -20px;
}
.home .event {
    margin-bottom: 0;
}
.home .upcoming-events h1 {
    display: none;
}

@media (min-width: 768px) {
    .event-title h2 {
        font-size: 18px; 
    }
    .league-list .event-date {
        margin: 0 15px;
    }
}
@media (max-width: 768px) {
    .league-list .event {
    margin-top: 0;
    }
    .event-venues {
        font-size: 13px;
    }
    .registration-link {
        display: block;
        margin: 7px 0;
    }
}

/*===========================
  Registration
============================ */
#summary {
    background-color: #9ca5ab !important;
}


@media print {
    .page-header {
        margin-top: 40px;
    }
}