
@font-face {
    font-family: 'Slight';
    font-display: swap;
    src: url("../webfonts/slight-regular-webfont.woff2");
}

@font-face {
    font-family: 'Source Sans 3';
    font-display: swap;
    src: url("../webfonts/SourceSans3-Regular.woff2");
}

@font-face {
    font-family: 'Source Sans 3er';
    font-display: swap;
    src: url("../webfonts/SourceSans3-Light.woff2");
}

@font-face {
    font-family: 'DM Serif Text';
    font-display: swap;
    src: url("../webfonts/dmseriftext-regular-webfont.woff2");
}

.dm-serif-text-regular {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
}

.source-sans-3 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.source-sans-3er {
    font-family: "Source Sans 3er", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.slight {
    font-family: "Slight";
    font-weight: 400;
    color: #e72900;
}

body {
    margin: 0;
    background-color: #171717 ;
}

.preload {
    opacity: 0.01;
    transition: opacity 1.5s ease-in-out;
}

#background {
    background-image: url("../../images/bg.jpg");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
    position: fixed;
    transform: scale(1.125);
    height: 100%;
    width: 100%;
    padding: 0;
    z-index: 0;
    transition: transform 0.4s ease-in-out;
    filter: grayscale(60%);
}

.visible {
    opacity: 1;
}

#overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: rgba(20, 20, 20, 0.6);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    transition: backdrop-filter 0.4s;
}

.blur {
    backdrop-filter: blur(20px);
}

.overlay-fix {
    height: auto !important;
}

.pull-back {
    transform: scale(1.075) !important;
}

#logo {
    border: 1px solid white;
    border-radius: 100%;
    height: 6rem;
    width: 6rem;
}

#mountain {
    transform: scale(.8) !important;
    padding-top: .5rem;
}

.vertical_line {
    border-left: 1px solid white;
    height: 5rem;
    left: 50%;
}

.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    text-align: center;
    opacity: 1;
    transition: opacity 0.4s;
    justify-content: center;
}

#signature {
    font-size: 3rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px white;
}

.content {
    padding: 4rem 3rem;
    max-height: 40rem;
    overflow: hidden;
    margin: 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.gal {
    font-size: 5rem !important;
    margin: 1rem 0;
}

@media (max-width: 850px) {

    .menu {
        transform: scale(0.8);
    }

    nav a {
        font-size: 1.2rem !important;
        height: 3rem;
    }
}

@media (max-width: 700px) {
    .menu {
        transform: scale(0.7);
    }

    .vertical_line {
        height: 2.5rem;
    }

    #background {
        height: 100vh;
        overflow: hidden;
    }

    h1 {
        font-size: 3rem !important;
    }

    .display_card {
        padding: 1.2rem !important;
    }

    .card_content {
        font-size: 1rem !important;
    }

    .content {
        max-height: 17rem;
        font-size: 2rem;
        overflow: hidden;
    }

    nav {
        display: flex;
        flex-direction: column;
    }

    nav a {
        border: 1px solid white !important;
        font-size: 1.1rem !important;
        width: 45vw !important;
    }

    .btn_std {
        width: 100% !important;
        font-size: 1rem !important;
        height: 3rem !important;
    }

    .slight {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }

    #location {
        font-size: 1.5rem !important;
    }

    .inst {
        padding-bottom: .5rem !important;
    }

    .bad_practice {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 450px) {
    .menu {
        transform: scale(0.7);
    }

    .content {
        padding: 3rem 0rem;
    }

    nav a {
        width: 45vw !important;
        font-size: 1.6rem !important;
    }
    .tab-link {
        font-size: 1.3rem !important;
    }
}

h1 {
    font-size: 7vh;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.5rem;
    color: #ffffff;
    margin: 0 0 1rem 0;
    padding: 0;
}

h3 {
    font-size: 3vh;
    font-weight: 1000;
    line-height: 1.5;
    color: #ffffff;
    margin: 0 0 1rem 0;
    letter-spacing: 0.2rem;
    padding: 0;
}

h5 {
    margin-bottom: 0.25rem
}

#location {
    letter-spacing: 0.2rem;
    font-size: 3vh;
    color: #ffffff;
    margin: 0 0 2rem 0;
    padding: 0;

}

.links a {
    text-decoration: none;
    color: #ffffff;
    border-radius: 100%;
    box-shadow: inset 0 0 0 1.4px #ffffff;
    display: inline-block;
    vertical-align: middle;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    width: 4rem;
    margin: .5rem 1rem;
}

.links a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.links#b-links {
    padding-top: 3rem;
}

#tickets {
    margin: 2.5rem 0 2.5rem 0;
}

.inst {
    width: 3rem;
    height: 3rem;
    vertical-align: middle;
    padding-bottom: .2rem;
}

a.pink {
    color: #ffe5f5;
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

nav {
    overflow: hidden;
    padding: 0 1rem 2rem 1rem;
}

nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 15vw;
    max-width: 300px;
    float: left;
    font-size: 1.75rem;
    font-weight: 300;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 16px;
    text-decoration: none;
    border: 1.5px solid white;
    border-right: 0px;
}

nav a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

a#first {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

a#last {
    border-right: 1.5px solid white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

p {
    padding: 1rem 0;
    margin: 0;
}

.display_card {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    max-width: 800px;
    min-width: 50%;
    color: #ffffff;
    background-color: rgba(10, 10, 10, 0.8);
    padding: 3rem 3rem;
    margin: 4rem 2rem;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.display_card#gallery {
    max-width: 100%;
}

.closing_X {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #ffffff;
}

@media (max-width: 700px) {
    .closing_X {
        font-size: 1.1rem ;
        padding-bottom: 1rem;
    }
}

.card_content {
    text-align: left;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 501 !important;
    font-size: 1.5rem;
}

.card_title {
    font-size: 3.5rem;
    text-align: left;
    /*text-transform: uppercase;*/
    /*text-underline: white;*/
    /*text-underline-offset: 0.8rem;*/
    /*text-underline-style: single;*/
    /*text-decoration: underline;*/
}

.img {
    border-radius: 4px;
    border: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    filter: grayscale(40%);
}

.hidden {
    opacity: 0;
}

.hidden-final {
    display: none;
}

.btn_std {
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 0 0 1px #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    height: 4rem;
    letter-spacing: 0.2rem;
    line-height: 2.75rem;
    outline: 0;
    padding: 0 1.25rem 0 1.35rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.fields {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.field {
    width: 100%;
    margin-bottom: 1rem;
}

.field input, .field textarea {
    width: 100%;
    height: 3rem;
    font-size: 2rem;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: inherit;
    background-color: transparent;
    outline: none;
    box-sizing: border-box;
    padding: 0.5rem;
}

.half {
    width: 48%;
}

.half.right {
    margin-left: 4%;
}

@media (max-width: 850px) {
    .half {
        width: 100%;
    }

    .half.right {
        margin-left: 0;
    }
}

.field textarea {
    height: 9rem;
    font-size: 1rem;
}

/* Style gallery tab links */


.album .gallery-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.album .gallery-block.bg {
    max-width: 2320px;
    margin: 0 0 0 0;
    justify-content: space-between;
}

.album .img {
    width: 100%;
    padding: .7% 0;
}

.album .gallery-block.img-cont {
    flex-direction: column;
    max-width: 33%;
    min-height: auto;
    margin: 0 0 0 0;
    height: 100%;
}


.tab-link {
    background-color: #000;
    color: white;
    float: left;
    height: 4rem;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    font-size: 2.2rem;
    width: 33%;
    border: 1px solid #555;
}

@media (max-width: 1000px) {
    .tab-link {
        font-size: 1.7rem;
    }
}

@media (max-width: 850px) {
    .tab-link {
        width: 100%;
        font-size: 1.8rem;
    }
    .album .gallery-block.img-cont {
        max-width: 100%;
    }
}

@media (max-width: 450px) {
    .tab-link {
        width: 100%;
        font-size: 2vw;
        padding: 2px 4px !important;
        height: 2.75rem;
    }

    .tab-content {
        padding-top: 0px !important;
    }
}

.tab-link:hover {
    background-color: #777;
}

.tabs {
    padding-top: 20px;
}


/* Modal */

.img {
    border-radius: 5px;
}

.clickable {
    cursor: pointer;
    transition: 0.3s;
}

.clickable:hover {opacity: 0.7;}

.modal {
    display: none;
    position: fixed;
    z-index: 5;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    padding-top: 2rem;
    display: block;
    width: 80%;
    max-width: 800px;
}

.modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
