:root {
    --swiper-theme-color: rgb(211, 211, 211);
  }
  

.nojs {
    display: none !important;
}

@font-face {
    font-family: 'Avant Garde Book';
    src: local('ITC Avant Garde Gothic Std Book'), local('ITCAvantGardeStd-Bk'), url('./typeface/ITCAvantGardeStd-Bk.woff2') format('woff2'), url('./typeface/ITCAvantGardeStd-Bk.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avant Garde Header';
    src: local('ITC Avant Garde Gothic Std Medium'), local('ITCAvantGardeStd-Md'), url('./typeface/ITCAvantGardeStd-Md.woff2') format('woff2'), url('./typeface/ITCAvantGardeStd-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

h1 {
    font-family: Avant Garde, Avantgarde, Avant Garde Header, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 23px;
}

h3 {
    font-family: Avant Garde, Avantgarde, Avant Garde Header, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 12px;
    font-weight: 500;
}

p {
    font-family: Avant Garde, Avantgarde, Avant Garde Book, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    font-variant: normal;
    line-height: 1.4rem;
    margin: 0;
    padding: 0;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    page-break-inside: avoid;
    letter-spacing: 0.035rem;
}





/* Keeps paragraph headers together across column breaks, uses javascript unfortunately*/
.keeptogether{
 display: inline-block;
}

* {
    -webkit-overflow-scrolling: touch;
}

body {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #f3f2f0;
    touch-action: none;
    pointer-events: none;
}

#container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    overflow: hidden;
}

a {
    display: inline-block;
    color: #272727;
    text-decoration: none;
    padding-top: 0.1rem;
}

a:hover {
    background: #272727;
    color: #f3f2f0;
}


@keyframes fadeout {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 0;
        height: 100%
    }
    100% {
        height: 0;
    }
}

#logo {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22rem;
    height: 192px;
    padding-top: 0rem;
    background: transparent;
    background-image: url("./images/logobg.gif");
    background-size: auto;
    background-repeat: repeat-x;
    pointer-events: none;
    touch-action: none;
}

#logo img {
    width: 12rem;
}

#links {
    padding-left: 0.9rem;
    padding-top: 12rem;
    padding-bottom: 6rem;
}
@media only screen and (min-width: 600px){


@keyframes showAndFade {
    0%   {opacity: 0}
    10%  {opacity: 1}
    75%  {opacity: 1}
    100% {opacity: 0}
}

.showAndFade{
    animation-name: showAndFade;
    animation-duration: 4s;
}

#copyMsg{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    height: 32px;
    background: #272727;
    color: #f3f2f0;
    font-family: Avant Garde, Avantgarde, Avant Garde Header, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 34px;
    text-align: center;
    z-index: 1;
    opacity: 0;
}
}
@media only screen and (max-width: 600px){
    #copyMsg{
        display: none;
    }

}



.footer {
    position: fixed;
    display: flex;
    background: #f3f2f0;
    justify-content: center;
    align-items: center;
    width: 28rem;
    height: 1.5rem;
    padding-top: 0rem;
    bottom: 0;
    line-height: 1.5rem;
    font-family: Avant Garde Book, Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-variant: normal;
    border-top: 1px solid #e2e2e2;
}

.footer img {
    width: 1.2rem;
    height: auto;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.leftCol {
    order: 0;
    background: #f3f2f0;
    flex-basis: 22rem;
    flex-shrink: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: all;
    touch-action: auto
}

.rightCol {
    display: flex;
    order: 1;
    background: #f3f2f0;
    height: 100vh;
    max-height: 100vh;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0;
    overflow: hidden;
    align-items: stretch;
}

.panel {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: hidden;
    margin: 0 auto;
    margin-left: 22rem;
    padding: 0;
    background: #f3f2f0;
    align-items: stretch;
    align-content: stretch;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    align-self: stretch;
    flex-grow: 1;
}

.shown {
    opacity: 1;
    visibility: visible;
}

:target {
    visibility: visible;
    opacity: 1;
}

.oneremspacer {
    height: 1rem;
    width: 100%;
}

.textBlock {
    display: block;
    background: #f3f2f0;
    height: auto;
    flex-grow: 3;
    flex-shrink: 1;
    padding: 4rem;
    padding-top: 8rem;
    overflow-y: auto;
    overflow-wrap: normal;
    overflow-x: hidden;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    touch-action: auto;
}

.textBlock a {
    text-decoration: underline;
    text-decoration-style: dotted;
}

.three-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    padding: 4rem;
    overflow-y: hidden;
}

.three-panel-top {
    display: flex;
    order: 0;
    flex: 1 0 100%;
    align-self: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
    max-height: 40vh;
    min-height: 40vh;
    pointer-events: all;
    touch-action: auto;
}

.three-panel-bottom {
    order: 1;
    align-self: flex-start;
    overflow-y: auto;
    min-height: 50vh;
    max-height: 50vh;
    pointer-events: auto;
    touch-action: auto;
}

@media only screen and (min-width: 1100px) {
    .bottomBlock {
        column-count: 2;
        column-gap: 2rem;
        column-fill: balance;
        align-self: center;
    }
}


.swiper-container {
    width: 100%;
    margin-left: 10%;
    margin-right: 10%;
    height: 40vh;
    flex-grow: 1;
}

.swiper-slide {
    text-align: center;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 40vh;
    max-height: 40vh !important;
}

.swiper-slide img , .swiper-slide iframe, .swiper-slide video {
    align-self: center;
    width: 100%;
    height: 100%;
    max-height: inherit;
    max-width: inherit;
    object-fit: contain;
    padding-bottom: 2rem;
}
.swiper-slide video {
    align-self: center;
    width: 100%;
    height: 100%;
    max-height: inherit;
    max-width: inherit;
    object-fit: contain;
    padding-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

.spotify-player{
    padding-top: 4rem;
    padding-right: 4rem;
    padding-left: 4rem;
    margin-bottom: 3rem;
}

.swiper-button-next, .swiper-button-prev {
    color: #e2e2e2 !important;
    opacity: .75;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.swiper-button-prev {
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2272727'%2F%3E%3C%2Fsvg%3E");
    opacity: .75;*/
}

.swiper-button-next {
   /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%2272727'%2F%3E%3C%2Fsvg%3E");
    opacity: .75;*/
}

.swiper-noarrows .swiper-button-prev, .swiper-noarrows .swiper-button-next{
    opacity: 0;    
}

.three-panel-bottom .textBlock {
    padding: 0;
    padding-top: 2rem;
    padding-right: 2rem;
}

.emailaddy {
    cursor: pointer;
}

#portrait {
    display: none;
}

img {
    background: transparent;
}
#nonsense{
    display:none;
}

@media screen and (max-width:660px) and (orientation:landscape) {
    #nonsense{
        display: block;
        position: fixed;
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #272727;
        color: #f3f2f0;
        font-family: Avant Garde, Avantgarde, Avant Garde Header, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        font-weight: 100;
        line-height: 100vh;
        text-align: center;
        z-index: 1;
        letter-spacing: 1px;
    }

}

@media only screen and (min-width: 1100px) {
    #portrait {
        background: #f3f2f0;
        max-width: 550px;
        height: 100vh;
        flex-grow: 1;
        flex-shrink: 2;
        display: flex;
    }
    #portrait img {
        align-self: flex-end;
        bottom: 0;
        width: 100%;
        height: auto;
    }
}

.mobileMenu {
    display: none;
}

#togglemenu {
    display: none;
}

@media only screen and (max-width: 600px) {
    html {
        font-size: 115%;
    }

    .oneremspacer {
        display: none;
    }

    .rightCol {
        pointer-events: none;
        touch-action: none;
        overflow: hidden;
    }

    .panel {
        margin-left: 0;
    }

    body,
    html,
    .panel,
    #container {
        pointer-events: none;
        touch-action: none;
        overflow: hidden;
    }

    .fullMenu {
        display: none;
    }

    .mobileMenu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: #f3f2f0;
        z-index: 900;
        pointer-events: none;
        touch-action: none;
        overflow: hidden;
        transition: height 0.5s ease-out 0.1s;
    }

    #togglemenu:checked~.mobileMenu {
        pointer-events: none;
        touch-action: none;
        height: 4rem;
        transition: height 0.4s ease-out;
    }
    label {
        cursor: pointer;
    }
    h3 {
        line-height: 1em;
    }
    h3:hover {
        background: #272727;
        color: #f3f2f0;
    }
    h3:hover a {
        color: #f3f2f0;
    }
    input {
        display: none;
    }
    .mobileLinks {
        opacity: 1;
        height: 65%;
        transition: opacity 0.7s ease-out;
        padding: 0.5rem;
        overflow: hidden;
        overflow-y: scroll;
        pointer-events: all;
        touch-action: auto;
    }
    #togglemenu:checked+.mobileMenu>.mobileLinks {
        opacity: 0;
        transition: opacity 0.4s ease-out;
        pointer-events: none;
        touch-action: none;
    }
    .mobileLinks span {
        display: inline-block;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transition: transform 0.4s ease-out;
        transform-origin: 50% 50% 0px;
    }
    .mobileLinks input:checked+label>h3>span {
        display: inline-block;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transition: transform 0.4s ease-out;
    }
    .mobileLinks h3 {
        font-size: 1.25rem;
        padding-top: 0.3rem;
        padding-bottom: 0.2rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-bottom: 0;
    }
    .mobileLinks input:checked+label>h3 {
        background: #272727;
        color: #f3f2f0;
    }
    .menuButtons {
        z-index: 901;
        display: block;
        width: 100%;
        height: 30%;
        background: #f3f2f0;
        transition: height 1s ease-out, width 1s ease-in-out;
        pointer-events: none;
        touch-action: none;
        ;
    }
    #togglemenu:checked+.mobileMenu>.menuButtons {
        height: 4rem;
        transition: height 1s ease-out, width 1s ease-out;
    }
    .mobileLogo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 10rem;
        pointer-events: all;
        touch-action: auto;
        transition: height 0.6s ease-out 0.4s, width 0.3s ease-out, margin-left 0.3s ease-out;
    }
    #togglemenu:checked+.mobileMenu>.menuButtons>.mobileLogo {
        width: 13.375rem;
        margin-left: 1rem;
        height: 4rem;
        transition: height 0.3s ease-out, width 0.65s ease-out 0.4s, margin-left 0.65s ease-out 0.4s;
    }
    .mobileLogo img {
        display: block;
        align-self: center;
        height: 3rem;
        width: 100%;
        max-width: 16rem;
        margin-left: auto;
        margin-right: auto;
        
        transition: height 0.3s ease-out 0.6s;
    }
    #togglemenu:checked+.mobileMenu>.menuButtons>.mobileLogo img {
        height: 2rem;
        width: 100%;
        max-width: 16rem;
        transition: height 0.3s ease-out;
    }
    .burger {
        position: fixed;
        top: 1rem;
        right: -4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        float: right;
        height: 2rem;
        width: 2rem;
        align-self: center;
        transition: right 0.3s ease-out;
        pointer-events: all;
        cursor: pointer;
        touch-action: auto;
    }
    #togglemenu:checked+.mobileMenu>.menuButtons>*>.burger {
        right: 1rem;
        transition: right 0.6s ease-out .7s;
    }
    .burger img {
        width: 2rem;
        height: 2rem;
    }
    .moreLinks {
        overflow: hidden;
        transition: height 0.3s ease-out, border-width 0.01s ease 0.3s;
        border: solid 1px #272727;
        border-width: 0px;
    }
    .moreLinks h3 {
        font-size: 0.9rem;
    }
    .mobileLinks input:checked+label+.moreLinks {
        transition: height 0.3s ease-out, border-width 0.01s;
        border-width: 1px;
    }
    .textBlock,
    .three-panel {
        padding: 1rem;
        padding-top: 4rem;
        pointer-events: all;
        touch-action: auto;
    }
    .three-panel-top {
        max-height: 30vh;
        min-height: 30vh;
    }
    .three-panel-bottom {
        padding-top: 1rem !important;
        padding-right: 0rem !important;

        pointer-events: all;
        touch-action: auto;
    }
    .bottomBlock {
        padding: 0rem !important;
        padding-bottom: 2rem !important;

        pointer-events: all;
        touch-action: auto;
    }
    #togglemenu:not(:checked)~.rightCol {
        pointer-events: none;
        touch-action: none;
        overflow: hidden;
    }
    /*
    .rightCol * {
        pointer-events: all;
        touch-action: auto;

    }

    #togglemenu:not(:checked) ~ .rightCol * {
        pointer-events: none;
        touch-action: none;

    }
*/
    .swiper-container {
        margin-left: 0rem;
        margin-right: 0rem;
        pointer-events: all;
        touch-action: auto;
    }
    .swiper-button-next,
    .swiper-button-prev {
        opacity: .25;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        height: 100%;
        margin-top: 0;
        top: 0;
        right: 0;
        background-color: rgba(243, 242, 240, 0.3)
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        height: 100%;
        margin-top: 0;
        top: 0;
        left: 0;
        background-color: rgba(243, 242, 240, 0.3)
    }
    .swiper-slide {
        margin-top: 1rem;
            max-height: 30vh !important;
        
    }
    .swiper-slide img {
        margin-left: 30px;
        margin-right: 30px;
        max-width: 80%;
    }

    .swiper-slide video {
        max-width: 80%;
    }
    .spotify-player{
        margin-top: 3rem;
        margin-bottom: 5rem;
    }
}

@media only screen and (max-width: 360px) {
    #togglemenu:checked+.mobileMenu>.menuButtons>.mobileLogo {
        width: 10rem;
    }
    .mobileLogo img {
        display: block;
        align-self: center;
        height: 3rem;
        width: 100%;
        max-width: 14rem;
        margin-left: auto;
        margin-right: auto;
        transition: height 0.3s ease-out 0.6s;
    }
    #togglemenu:checked+.mobileMenu>.menuButtons>.mobileLogo img {
        height: 1.5rem;
        width: 100%;
        max-width: 14rem;
        transition: height 0.3s ease-out;
    }
}