@font-face {
    font-display: block;
    font-family: 'Basic';
    font-style: normal;
    font-weight: 400;
    src: local('Basic Regular'), local('Basic-Regular'), url(https://fonts.gstatic.com/s/basic/v9/xfu_0WLxV2_XKTNw6FH3yg7C.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-display: block;
    font-family: 'Fredericka the Great';
    font-style: normal;
    font-weight: 400;
    src: local('Fredericka the Great'), local('FrederickatheGreat'), url(https://fonts.gstatic.com/s/frederickathegreat/v9/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV--SjxbcHcQ2K.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-display: block;
    font-family: 'EB Garamond';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/ebgaramond/v12/SlGWmQSNjdsmc35JDF1K5GRweDY1ZyHKpWiGIg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

* { 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    -ms-box-sizing: border-box;
    box-sizing: border-box; 
}

html, body {
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: basic, Arial, Helvetica, sans-serif;
    font-size:0;
}

hr {
    margin: 10px 0 10px 0;
    border-top-color:#cdcccc;
}

.section {
    margin: auto;
    position: relative;
    width: 100%;
}

.top-section {
    padding-top: 20px;
}

.bottom-section {
    padding-bottom:20px;
}

.site-background, .site-background img, .site-background video {
    position: fixed;
    left: 0;
    top:0;
    min-width: 100%;
    min-height: 100%;
}

.page {
    margin: auto;
    width:1000px;
}

#emily-header {
    position: absolute;
    bottom:0;
    left:305px;
    pointer-events: none;
}

.title {
    display: inline-block;
    font: normal normal normal 60px 'fredericka the great',fantasy;
    background-color: #0e6990;
    color: #f9f9f9;
    margin: 0;
}

.site-title {
    font-size: 60px;
    padding: 0 10px 0 10px;
}

.musical-staff {
    margin-bottom: -150px;
}
.musical-staff-line{
    width: 100%;
    height: 1px;
    background-color:#ccc;
    margin: 10px 0 10px 0;
}
.musical-staff-spacer{
    width: 100%;
    height: 30px;
}

.header {
    position: relative;
    height: 200px;
}

.header .navigation-menu {
    position: absolute;
    top:0;
    right:0;
}

.navigation-menu a, .navigation-submenu a {
    all: inherit;
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    min-width: 100%;
}

.header .navigation-menu .navigation-menu-item {
    width: 169px;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size:17px;
    background-color: #F1F1F1;
    color:#323232;
}

.navigation-menu{
    border-collapse: collapse;
}

.navigation-menu-item {
    padding: 0 1px 0 1px;
}

.navigation-menu-dropdown-caret {
    font-size:15px;
    color: #878787;
}

.navigation-menu-item:first-child {
    padding: 0 1px 0 0 !important;
}

.navigation-menu-item:last-child {
    padding: 0 0 0 1px !important;
}

.navigation-submenu-item {
    padding: 1px 0 1px 0;
}

.navigation-submenu tr:nth-child(2) > td {
    padding: 0 0 1px 0 !important;
}

.navigation-submenu tr:last-child > td {
    padding: 1px 0 0 0 !important;
}

.navigation-menu a:hover, a[active="true"] {
    color:#fff !important;
    background-color: #323232 !important;
}

.navigation-submenu {
    position:absolute;
    top: 55px;
    width: 169px;
    color:#323232;
    background-color: transparent;
    border-collapse: collapse;
    font-size: 13px;
    display:none;
}

.navigation-submenu td {
    border:none;
    outline: none;
}

.navigation-menu-item:hover .navigation-submenu,.navigation-submenu:hover {
    display: table;
}

.navigation-submenu-spacer {
    height: 10px;
    background-color: transparent;
}

.navigation-submenu-item {
    height: 55px;
    width:169px;
    text-align: center;
    background-color: #F1F1F1;
}

.footer {
    background-color:#F9F9F9;
    border-top:2px solid #397A2B;
    width: 100%;
    min-width: 1000px;
    padding:20px;
}

.footer .page {
    background-color: transparent;
}

.footer-card {
    display: inline-block;
    text-align: left;
    color:#727272;
    vertical-align: top;
    width: 25%;
    height: 140px;
    border-right: 1px solid #d3d3d3;
    padding: 10px;
    font-size:16px;
}

.footer .page :last-child {
    border-right:none;
}

.footer-card h1 {
    margin-top: 0;
    color: #0e6990;
    font-size:18px;
    font-weight: normal;
}

.hours {
    font-size: 15px;
    font-style: italic;
}

.school-year-hours-notice {
    font-size: 11px;
    font-style: italic;  
}

.footer-card address {
    font-style: normal;
}

.footer-card table td{
    padding-right: 10px;
}


/* HOME PAGE */

/* http://jsfiddle.net/4d1uwj5f/ */
@keyframes fade {
    0% {
        opacity: 1;
    }
    21% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }

      96% {
        opacity: 0;
      }

      100% {
        opacity: 1;
    }
}

@keyframes zoom {

    0% {
        background-size: 100%;
    }
      25% {
        background-size: 107%;
      }

    75% {
        background-size: 93%;
    } 
}

.carousel {
    width: 100%;
    min-width: 1000px;
    height: 449px;
    position: relative;
    top:0;
    left: 0;
}

.carousel div {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 50%;
    animation: fade 16s linear 0s infinite normal none, zoom 16s linear 0s infinite normal forwards;
}

.carousel div:nth-of-type(1) {
    background-image: url(/Assets/Carousel/1.jpg);
    animation-delay: -16s, -16s;
    -webkit-animation-delay: -16s,-16s;
}

.carousel div:nth-of-type(2) {
    background-image: url(/Assets/Carousel/2.jpg);
    animation-delay: -12s,-12s;
    -webkit-animation-delay: -12s,-12s;
}

.carousel div:nth-of-type(3) {
    background-image: url(/Assets/Carousel/3.jpg);
    animation-delay: -8s,-8s;
    -webkit-animation-delay: -8s,-8s;
}

.carousel div:nth-of-type(4) {
    background-image: url(/Assets/Carousel/4.jpg);
    animation-delay: -4s,-4s;
    -webkit-animation-delay: -4s,-4s;
}

.carousel-subtitle {
    font: normal normal normal 18px Arial, Helvetica, sans-serif;
    padding: 0 10px 0 10px;
    margin-top:5px;
}

.carousel-title-container {
    margin-top: -314px;
    position: relative;
    background: none;
    padding-bottom: 140px;
}

.carousel-title {
    font-size: 60px;
    padding: 0 10px 0 10px;
}

.navigation-cards {
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 40px;
    background-color: #F5F5F5;
}

.navigation-card {
    cursor: pointer;
    height:230px;
    width: 230px;
    margin:10px;
    display: inline-block;
    background-color: #F1F1F1;
    position: relative;
    overflow: hidden;
}

.navigation-card-image {
    height: 100%;
}

.navigation-card-title {
    position: absolute;
    left:0px;
    bottom:25px;
    padding:10px;
    background-color: #323232;
    color: #fff;
    border-top: 2px #fff solid;
    border-bottom: 2px #fff solid;
    font-family: 'EB Garamond';
    font-size: 16px;
}

.call-to-action-section {
    width: 100%;
    padding:40px 20px 40px 20px;
    background-color: #F5F5F5;
}

.call-to-action-card {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.call-to-action-pitch{
    font-size: 18px;
    color: #727272;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 50px 0 50px 0;
}

.call-to-action {
    text-align: center;
    color:#141414;
    font-size: 32px;
}

.call-to-action a {
    all: inherit;
    color: #0e6990;
    cursor: pointer;
}

.call-to-action a span {
    font-size: 12px;
}

/* EVENTS PAGE */
.events-board {
    background-color: #323232;
    padding: 0 50px 25px 50px;
}

.events-board-year-title {
    font-size:60px;
    background-color: #BADA55;
    padding: 5px 25px 5px 25px;
}

.events-board-event-title {
    font-size:33px;
    background-color: #D415AC;
}

.events-section {
    width: 100%;
    position: relative;
    margin: 25px 0 25px 0;
}

.events-section-2022 {
    height: 750px;
}

.events-caption-text {
    color: #fff;
}

.events-caption-text span {
    background-color: #000;
}

#events-section-2022-title-1 {
    position: absolute;
    top: 0;
    right: 414px;
}

#events-section-2022-image-1 {
    position: absolute;
    top: 0;
    right: 0;
}

#events-section-2022-image-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

#events-section-2022-title-2 {
    position: absolute;
    bottom: 0;
    left: 487px;
}

.events-section-2019 {
}

#events-section-2019-title-1 {
    margin-bottom: 12px;
}

#events-section-2019-image-1 {
 margin-bottom:25px;
}

.events-section-2019-caption-1 {
    text-align: center;
    font-size:31px;
    position: absolute;
    right: 0;
    width: 50%;
    top: 43px;
}

#events-section-2019-image-2 {

}

#events-section-2019-title-2 {
    margin-bottom: 12px;
}

.events-section-2019-caption-2 {
    font-size:15px;
    width: 622px;
}

.events-section-2018 {
}

#events-section-2018-title-1 {
    margin-bottom: 12px;
}

/* RESOURCES PAGES (PARENT AND STUDENT) */
.resources-title {
    font-size: 40px;
    padding: 0 10px 0 10px;
}

/* PARENT RESOURCES PAGE */

.parent-resources {
    padding-bottom: 25px;
}

.resources-subtitle {
    margin-top: 25px;
    font-size: 27px;
    background-color: transparent;
    color: #000;
    font-weight: bold;
}

.parent-resources p, .parent-resources ol {
    font-size: 15px;
}

.parent-resources h3 {
    font-size: 16px;
}

/* STUDENT RESOURCES PAGE */
.student-resources {
    position: relative;
    padding-bottom: 25px;
}

.student-resources .resources-title{
    position: absolute;
    top:0;
    left:0;
}

.student-resources-graphic p {
    font-size: 30px;
    font-family: 'fredericka the great',fantasy;
    font-weight: bold;
    color: #0e6990;
    position: absolute;
    left: 56px;
    top: 25px;
    font-weight: bold;
    width: 297px;
}

.student-resources-graphic img {
    width: 100%;
}

.student-resource-links h2, .student-resource-links h3 {
    color: #0e6990;
}

.student-resource-links h2{
    font-size: 44px;
    margin:0;
    font-weight: normal;
}

.student-resource-links h3{
    font-size: 15px;
    margin:5px;
    font-weight: normal;
}

.student-resource-links h4 {
    font-family: 'fredericka the great',fantasy;
    color:#141414;
    font-size:17px;
    font-weight: normal;
}

.student-resource-links p {
    font-size: 13px;
}

.student-resource-links ul {
    font-size: 15px;
    font-weight: bold;
}

.student-resources-topic-column {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

/* ABOUT PAGE */
.about-page {
    position: relative;
    padding-bottom: 25px;
}

.about-page-section {
    position: relative;
}

.about-page .about-page-title{
    position: absolute;
    top:0;
    left:0;
    font-size: 40px;
    padding: 0 10px 0 10px;
}

.about-page-graphic p {
    font-size: 30px;
    font-family: 'fredericka the great',fantasy;
    font-weight: bold;
    color: #0e6990;
    position: absolute;
    left: 56px;
    top: 25px;
    font-weight: bold;
    width: 297px;
}

.about-page-graphic img {
    width: 100%;
}

.about-page-subtitle {
    color:#0e6990;
    font-family: 'fredericka the great',fantasy;
    font-size:30px;
    font-weight: bold;
}

.about-page-section p {
    font-size:18px;
    color:#727272;
}

.music-philosophy-column{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
}

.who-am-i-column{
    display: inline-block;
    vertical-align: top;
}

.who-am-i-graphic-column{
    width: 148px;
}

.who-am-i-description-column{
    width: 852px;
}

.emily-name {
    font-size: 30px;
    padding: 0 10px 0 10px;
    margin: 0 25px 0 0;
}

#map {
    height: 400px;
    width: 100%;
}

#best-of-2022-img{
    position: absolute;
    right: 0;
    top: -50px;
    height: 100px;
    z-index: 9999999;
}