@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;700&display=swap');

html {
    image-rendering: -webkit-optimize-contrast;
}

footer {
    color: #212529;
    background: #EFF8FF;
    font-size: 12px;
}

footer a {
    color: #212529;
}

body {
    font-family: 'Inter', sans-serif;
}

.jumbotron {
    background-image: url('/static/img/hero_image.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 250px;
}

.jumbotron h1 {
    font-weight: bolder;
}

.jumbotron h1 span {
    color: #4756DE;
}

.jumbotron .lead {
    font-weight: 400;
} 

.btn-orange {
    background: #F5925A;
    color: white;
    font-weight: bold;
}

.btn-radius {
    border-radius: 100px;
}

section.bg-light-blue {
    background: #F7FBFF;
    min-height: 200px;
}

hr.line {
    width: 90%;
    border-color: #ccc;
    max-width: initial;
    border-width: 1px;
}

h2 {
    font-size: 32px;
    font-family: 'Inter', sans-serif;
    color: #002B4E;
    font-weight: 700;
}

.what-you-learn ul {
    list-style: none;
    color: #002B4E;
    font-size: 24px;
    padding-left: 0px;
}

.what-you-learn ul li .bullet {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 4px;
}

.what-you-learn p {
    color: #002B4E;
}

.event-card {
    margin-top: -40px;
    background: #FDFDFD;
    border: 1px solid rgba(22, 17, 57, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 4px 11px rgba(23, 17, 57, 0.08);
    border-radius: 10px;
    z-index: 1000;
    text-align: center;
    padding-bottom: 20px;
    min-height: 245px;
}

.event-card .header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #4756DE;
    color: white;
    padding: 20px;
}

.event-card .header .primary {
    font-size: 1.2em;
}

.event-card .header .secondary a {
    color: white;
}

.event-card .body {
    padding: 15px;
    color: #002B4E;
}

.event-card .body .bigger {
    font-size: 1.2em;
}

.event-card .body .warning {
    color: #BD0934;
}

.event-card .body .progress {
    height: 0.7rem;
}

.event-card .body .progress-bar {
    background: #4756DE;
}

.dark-blue-bg {
    background: #4756DE;
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    line-height: 150%;
    font-weight: 200;
}

.dark-blue-bg h2 {
    color: white;
}

.blue-oval, .blue-oval > * {
    z-index: 100;
}

.blue-oval {
    position: relative;
    margin-top: -320px;
}

section.pb-250 {
    padding-bottom: 150px;
}

section.pb-350 {
    padding-bottom: 250px;
}

.blue-oval .content {
    background-color: #EFF8FF;
    width: 100%;
}

.blue-oval .oval-top {
    width: 100%;
    height: 200px;
    background: url('/static/img/oval_top.svg');
    background-size:100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.blue-oval .oval-bottom {
    width: 100%;
    height: 200px;
    background: url('/static/img/oval_bottom.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.npt-200 {
    backface-visibility:hidden;
    z-index:0;
    margin-top: -350px;
    padding-top: 100px;
}

.quote {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.quote.author {
    font-weight: 700;
    font-style: normal;
}

#accordion {
    z-index: 99999;
}

#accordion .card {
    border:0;
    border-bottom: 1px solid #EFF8FF;
}

#accordion .card-header {
    background: 0;
    border: 0;
}

#accordion .card-body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    line-height: 150%;
    font-weight: 400;
    padding-left: 30px;
}

.btn {
    text-transform: none;
    padding-left: 20px;
    padding-right: 20px;
}

#accordion .card-header .btn-link {
    font-weight: 400;
    color: #002B4E;
    /* text-transform: none; */
    font-size: 24px;
    text-align: left;
    /* padding-left: 10px;
    padding-right: 10px; */
}

#accordion .card-header .btn-link .icon {
    vertical-align: middle;
    margin-right: 10px;
    padding-bottom: 3px;
}

#accordion .card-header .btn-link:focus {
    border: 0;
    box-shadow: none;
    border-radius: 0;
} 


#accordion .card-header .btn-link:active {
    border: 0;
    box-shadow: none;
    border-radius: 0;
} 

#accordion .card-header .btn-link[aria-expanded="true"] .icon.expand {
    display: none;
}

#accordion .card-header .btn-link[aria-expanded="true"] .icon.collapse {
    display: inline-block;
}

#accordion .card-header .btn-link[aria-expanded="false"] .icon.expand {
    display: inline-block;
}

#accordion .card-header .btn-link[aria-expanded="false"] .icon.collapse {
    display: none;
}

@media screen and (min-width: 1024px) {
    section.faq {
        background-image: url('/static/img/guitar_guy.png');
        background-repeat: no-repeat;
        background-position: top right;
    }
}

.headshot {
    width: 120px;
}

.modal-header {
    font-family: 'Inter', sans-serif;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #4756DE;
    color: white;
    padding: 20px;
    font-weight: 700;
}

.modal-content {
    background: 0;
    border: 0;
}

.modal-dialog {
    margin-top: 200px;
}

.modal-body {
    background: white;
    padding: 40px;
    font-size: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.modal-body pre {
    font-family: 'Inter', sans-serif;
}

.modal-header .close {
    color: white;
}