
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");

@font-face {
    font-family: 'Slight';
    src: url("../webfonts/Slight-Regular.ttf");
}

.dm-serif-text-regular {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
}

.russo-one-regular {
    font-family: "Russo One", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.source-sans-3 {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.slight {
    font-family: "Slight";
    font-weight: 400;
    font-size: 3rem;
    margin-bottom: 2rem;
}

body {
    margin: 0;
}

#background {
    background-image: url("../../images/bg.jpg");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
    position: fixed;
    transform: scale(1.125);
    min-height: 100vh;
    width: 100%;
    padding: 0;
    z-index: 0;
    transition: transform 0.4s ease-in-out;
}

#overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: rgba(20, 20, 20, 0.6);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    z-index: 2;
    transition: backdrop-filter 0.4s;
}

.blur {
    backdrop-filter: blur(20px);
}

.pull-back {
    transform: scale(1.075) !important;
}

#logo {
    border: 1px solid white;
    border-radius: 100%;
    height: 6rem;
    width: 6rem;dw
}

#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;
    height: 100vh;
    max-height: 100vh;
    justify-content: center;
}

.content {
    padding: 4rem 3rem;
    max-height: 40rem;
    overflow: hidden;
    margin: 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

@media (max-width: 850px) {
    .menu {
        transform: scale(0.8);
    }

    nav a {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 600px) {
    .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;
    }

    .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;
    }
}

@media (max-width: 450px) {
    .menu {
        transform: scale(0.7);
    }

    .content {
        padding: 3rem 0rem;
    }

    nav a {
        width: 35vw !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;
    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;
}

a.icon {
    font-size: 2rem;
}

#tickets {
    margin: 2.5rem 0 2.5rem 0;
}

a.pink {
    color: #ffe5f5;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

nav {
    overflow: hidden;
    padding: 0 1rem 2rem 1rem;
}

nav a {
    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;
}

.card_content {
    text-align: left;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 501 !important;
    font-size: 1.5rem;
}

.card_title {
    font-size: 4vh;
    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%;
}

.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 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: #555;
    color: white;
    float: left;
    height: 4rem;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    font-size: 2vw;
    width: 33%;
    border: 1px solid #ffffff;
}

@media (max-width: 850px) {
    .tab-link {
        width: 100%;
        font-size: 3vw;
    }
    .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;
}