/*Navigation*/


.curtain-menu {
    z-index: 2;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
}

.curtain-menu-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    transition-delay: 0.5s;
    visibility: hidden;
}

.curtain-menu-wrapper .curtain-menu-list li {
    width: 100%;
    font-weight: 100;
    font-size: 2.8125rem;
    min-height: 2.8125rem;
    padding: 1rem;
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.2s ease-in;
}

.curtain-menu-wrapper .curtain-menu-list li:hover {
    background: rgba(254, 254, 254, 0.7);
}

.curtain-menu-wrapper .curtain-menu-list li:hover a {
    color: #1779ba;
}

.curtain-menu-wrapper .curtain-menu-list li a {
    color: #000;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.curtain-menu .curtain {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: -webkit-flex 0.45s;
    transition: flex 0.45s;
    transition: flex 0.45s, -webkit-flex 0.45s, -ms-flex 0.45s;
}

.curtain-menu .curtain:nth-child(2) {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    background: transparent;
}

.curtain-menu .curtain:nth-child(odd) {
    background: #fff;
}

.curtain-menu-button {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 5;
}

.curtain-menu-button-toggle {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5000px;
    background: #fefefe;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.curtain-menu-button-toggle div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 3px;
    background: #1779ba;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    transition-delay: 0.5s;
}

.curtain-menu-button-toggle .bar1 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.curtain-menu-button-toggle .bar2 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
    transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}

.curtain-menu-button-toggle:hover {
    background: #1779ba;
}

.curtain-menu-button-toggle:hover div {
    background: #fefefe;
}

.curtain-menu-button-toggle:active {
    box-shadow: none;
}

.curtain-menu-open .curtain:nth-child(2) {
    -webkit-flex: 0 0 0%;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
}

.curtain-menu-open .curtain-menu-wrapper {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    pointer-events: all;
}

.curtain-menu-open .curtain-menu-button-toggle .bar1 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.curtain-menu-open .curtain-menu-button-toggle .bar2 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
    transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}


/*End Naviagtion*/

/*Header*/
.section-intro {
    margin-top: -100vh;
}

.section-intro-video {
    height: 100vh;
    width: 100vw;
    left: 0px;
    position: relative;
    z-index: 0;
}

.section-intro-video video {
    object-fit: fill;
    height: 100vh;
    width: 100vw;
}

.intro {
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    mix-blend-mode: screen;
    width: 50vw;
    height: 100vh;
    padding: 10vh 8.3333333333vw;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.intro-text {
    color: #000;
    position: relative;
    margin: auto;
}

.intro-text h1 {
    font-family: jaf-domus, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 5em;
    line-height: .7em;
    margin-bottom: 5vh;
}

.intro-text h2 {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: -30px;
}

.intro-scroll {
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 3em;
    justify-content: center;
}

@media only screen and (max-width: 750px) {
    .intro {
        width: 100vw;
    }
}

/*Subpage Header*/
.intro-subpage {
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    color: black;
    width: 100vw;
    height: 30vh;
    padding: 10vh 8.3333333333vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.intro-text-subpage {
    color: #000;
    position: relative;
    margin-left: 10vw;
    margin-bottom: 5vh;
}

.intro-text-subpage a {
    color: #000;
}

.intro-text-subpage h1 {
    font-family: jaf-domus, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 5em;
    line-height: .7em;
    margin-bottom: 5vh;
    margin-top: -25px;
}

.intro-text-subpage h4 {
    font-family: jaf-domus, sans-serif;
    font-weight: 800;
    font-style: normal;
    padding-left: 4px;
}


.intro-text-subpage h2 {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: -30px;
}

.intro-scroll-subpage {
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 3em;
    justify-content: center;
    color: black;
}

.header-img img {
    height: 30vh;
    top: 0;
    left: 0;
}

.books .logo-text {
    padding-bottom: 10px;
}

/*subpage content*/

.marketing-site-content-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 40vh;
}

.marketing-site-content-section h4 {
    margin-bottom: 0;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1em;
}

.marketing-site-content-section h5 {
    margin: 0;
    font-size: 1.5em;
}

.marketing-site-content-section .button.round {
    border-radius: 5000px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.marketing-site-content-section .marketing-site-content-section-img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

.marketing-site-content-section .marketing-site-content-section-img img {
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 700px) {
    .marketing-site-content-section .marketing-site-content-section-img {
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        object-fit: cover;
    }
}

.marketing-site-content-section .marketing-site-content-section-block {
    padding: 1rem;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: #e6e6e6;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (min-width: 40em) {
    .marketing-site-content-section .marketing-site-content-section-block {
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding: 2rem;
    }
}

.marketing-site-content-section-block-header {
    font-size: 24px;
}

.marketing-site-content-section-block-subheader {
    font-size: 13px;
}

.btn {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2em;
    color: #000;
    margin: auto;
}

/*Directions*/

.map iframe {
    margin-left: 20vw;
    margin-right: 20vw;
    width: 60vw;
    height: 60vh;
    margin-bottom: 5vh;
}

.map h1 {
    font-family: jaf-domus, sans-serif;
    font-weight: 800;
    font-style: normal;
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-left: 20vw;
}

/*Benefits Section*/


.marketing-site-features {
    text-align: center;
    padding: 2rem 0;
    background-color: #f7f7f7;
}

.row {
    display: flex;
    justify-content: center;
    margin-left: 12vw;
    margin-right: 12vw;
}

.columns {
    justify-content: center;
    width: 33vw;
    text-align: center;
}

@media only screen and (max-width: 750px) {
    .row {
        flex-direction: column;
    }

    .columns {
        width: 100%;
    }
}

.marketing-site-features .fas,
.fab {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #000;
}

.marketing-site-features .marketing-site-features-title {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    margin-bottom: 1rem;
}


.marketing-site-features-headline {
    font-family: jaf-domus, sans-serif;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    font-size: 2.5em;
    padding-bottom: 4vh;
}

.marketing-site-features-desc {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2em;
}


/*Slider*/

.fullscreen-image-slider .orbit-image {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.grinch {
    object-position: top;
}

.fullscreen-image-slider .orbit-caption {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background: none;
    text-align: center;
    color: #fefefe;
    font-weight: bold;
}

.fullscreen-image-slider .orbit-caption h1 {
    font-family: jaf-domus, sans-serif;
    font-weight: 800;
    font-style: normal;
}

.fullscreen-image-slider .orbit-caption h2 {
    font-family: jaf-domus, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 2em;
}

.fullscreen-image-slider .orbit-caption p {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2em;
    padding-left: 20vw;
    padding-right: 20vw;
}


/*events*/

.event-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 5vh;
}

.event-header h1 {
    margin-top: 5vh;
    font-family: jaf-domus, sans-serif;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    font-size: 2.5em;

}

.card-article-hover .card {
    width: 300px;
}

.card-article-hover {
    width: 300px;
}

.card-article-hover .card-section {
    width: 90%;
    background: #fff;
    margin: 0 auto;
    padding-top: 25px;
    margin-top: -3rem;
    z-index: 2;
}

.card-article-hover .card-section .article-subtext {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
}

.card-article-hover .card-section .article-title {
    font-family: jaf-domus, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.5rem;
    color: #000;
}

.card-article-hover .card-section .article-desc {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
}

.card-article-hover .card-divider {
    background: #fff;
}

.card-article-hover .card-divider .author {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    margin: auto;
}

.card-article-hover .hover-border {
    height: 10px;
    width: 450px;
    background: #BFBFBF;
    width: 0;
    transition: width 1s ease;
}

.card-article-hover:hover .hover-border {
    height: 10px;
    width: 450px;
    transition: width 1s ease;
}

.card-article-hover .author {
    color: navy;
}

.card-article-hover .avatar {
    border-radius: 50%;
    margin: 0 1rem;
}

.card-article-hover .meta-data {
    text-transform: uppercase;
}

/*Footer*/

footer {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: lowercase;
    text-align: center;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer p {
    margin-top: 3vh;
}
