html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS reset END */

/* Desktop CSS config */

body {
    background-color: #000000;
    background: linear-gradient(to bottom right, rgb(31, 10, 1), rgb(15, 5, 1), #000000, rgb(23, 2, 2), rgb(24, 2, 2));
    color: #FFFFFF;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    max-width: 1920px;
    margin: auto;
    min-height: 100vh;
}

/* Navbar */

.hamburger {
    display: none;
}

.close {
    display: none;
}

.topbar {
    display: grid;  
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
}

.topleft {
    color: rgb(255, 255, 255);
    font-weight: bold;
    grid-column: 1/2;
    font-size: 40px;
    padding: 20px;
    margin: auto;
    text-align: center;
}

.topleft p {
    font-size: 20px;
}

nav {
    grid-column: 2/5;
    background-color: rgb(255, 255, 255);
    margin: 10px;
    border-radius: 0.75em;
    color:black;
}

nav ul li {
    padding: 10px;
}

.navlist {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    font-size: 40px;
    text-align: center;
}

.invert {
    background-color: black;
    padding: 10px;
    border-radius: 1em;
    width: 180px;
    text-align: center;
}

.invertcurrent {
    background-color: black;
    padding: 10px;
    border-radius: 1em;
    width: 180px;
    text-align: center;
}

.invert a {
    transition: 0.2s;
    background: linear-gradient(to right, #FF7800, #FF0000, #FF7800, #ffffff, #ffffff, #ffffff, #ffffff);
    background-size: 500px;
    background-position: 150px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.invertcurrent a {
    transition: 0.2s;
    background: linear-gradient(to right, #FF7800, #FF0000, #FF7800);
    background-size: 500px;
    background-position: 150px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.events_contact {
    margin: 50px auto;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 2em;
    width: 150px;
    text-align: center;
    transform: scale(2);
}

.events_contact a {
    padding: 10px;
    font-size: 20px;
    transition: 0.2s;
    background: linear-gradient(to right, #FF7800, #FF0000, #FF7800, #000000, #000000, #000000, #000000);
    background-size: 500px;
    background-position: 150px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a, a:active, a:visited {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    transition: 0.2s;
    background: linear-gradient(to right, #FF7800, #FF0000, #FF7800, #000000, #000000, #000000, #000000);
    background-size: 500px;
    background-position: 190px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a:hover {
    background-position: 0px;
}

.current, .current:active, .current:visited {
    background: linear-gradient(to right, #FF7800, #FF0000, #FF7800);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.current:hover {
    background-position: 130px;
}

/* Content & Hero */

.contactheader {
    text-align: center;
    margin: 40px auto;
    font-size: 60px;
    font-weight: bold;
}

.herocontainer {
    position: relative;
    padding: 10px;
}

.heroimage {
    margin: 10px auto;
    border-radius: 1em;
    background-image: url(images/enlarge_frontcover.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -80px;
    max-width: 1920px;
    width: 100%;
    height: 700px;
    z-index: 0;
}

.heroimage_menu {
    margin: 10px auto;
    border-radius: 1em;
    background-image: url(images/hero_menu.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -150px;
    max-width: 1920px;
    width: 100%;
    height: 400px;
    z-index: 0;
}

.heroimage_rv {
    margin: 10px auto;
    border-radius: 1em;
    background-image: url(images/hero_rv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -500px;
    max-width: 1920px;
    width: 100%;
    height: 400px;
    z-index: 0;
}

.heroimage_events {
    margin: 10px auto;
    border-radius: 1em;
    background-image: url(images/hero_events.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -340px;
    max-width: 1920px;
    width: 100%;
    height: 400px;
    z-index: 0;
}

.gradientoverlay {
    z-index: 10;
    background:linear-gradient(#00000000, #0000004d, #000000e5);
    width: inherit;
    height: inherit;
    margin: auto;
    border-radius: 1em;
}

.hero_ontop {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}

.hero_ontop_aux {
    display: flex;
    position: absolute;
    top: 280px;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    margin: auto;
    width: 100%;
    max-width: 1920px;
}

.h2_ontop {
    font-size: 60px;
    margin: 20px;
    font-weight: bold;
    max-width: 1920px;
}

.h2_ontop_aux {
    display: block;
    font-size: 80px;
    margin: 20px;
    font-weight: bold;
    max-width: inherit;
}

.button_ontop {
    background: linear-gradient(to right, #FF7800, #ff0000, #FF7800);
    background-size: 280px;
    background-position: 20px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    padding: inherit;
    transition: 0.2s;
}

.button_ontop:active, .button_ontop:visited {
    background: linear-gradient(to right, #FF7800, #ff0000, #FF7800);
    background-size: 280px;
    background-position: 20px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    padding: inherit;
    transition: 0.2s;
}

.button_ontop:hover {
    background-position: 300px;
}

.button_bg {
    background-color: rgb(255, 255, 255);
    width: 200px;
    margin: 10px auto;
    padding: 14px 10px;
    border-radius: 2em;
    transition: 0.2s;
}

.button_bg:hover, .button_bg:active {
    background-color: rgb(0, 0, 0);
    margin: 6px auto;
    padding: 18px 14px;
    border-radius: 3em;
}

.socials {
    display: block;
    position: absolute;
    width: 70px;
    height: auto;
    left: 30px;
    bottom: 50px;
}

.contentcontainer {
    padding: 0 100px;
    font-size: 30px;
}

.content {
    padding: 0 120px;
    font-size: 30px;
    line-height: 50px;
}

.content_center {
    background: none;
    padding: 0 120px;
    margin: 10px;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}

.contentright, .contentleft {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 20px auto;
}

.image_contentright {
    grid-column: 1/2;
    /* background-color: aqua; */
    padding: 30px 10px;
    grid-row: 1/2;
}

.text_contentright {
    grid-column: 2/4;
    /* background-color: #FF0000; */
    padding: 30px 100px;
    grid-row: 1/2;
    margin: auto 0;
    line-height: 50px;
}

.image_contentright2 {
    grid-column: 1/2;
    /* background-color: aqua; */
    padding: 30px 10px;
    grid-row: 1/2;
}

.text_contentright2 {
    grid-column: 2/4;
    /* background-color: #FF0000; */
    padding: 30px 100px;
    grid-row: 1/2;
    margin: auto 0;
    line-height: 50px;
}

.image_contentleft {
    grid-column: 3/4;
    /* background-color: aqua; */
    padding: 30px 10px;
    grid-row: 1/2;
}

.text_contentleft {
    grid-column: 1/3;
    /* background-color: #FF0000; */
    padding: 30px 100px;
    grid-row: 1/2;
    margin: auto 0;
    line-height: 50px;
}

.contentbody {
    display: block;
    margin: auto;
}

.map {
    display: block;
    margin: auto;
    width:500px;
    height:350px;
}

footer {
    margin: 50px auto;
    text-align: center;
    padding: 10px;
    max-width: 900px;
}

.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1820px;
    padding: 10px;
    margin: auto;
}

.gallery img {
    display: block;
    width: 340px;
    height: auto;
    margin: 40px auto;
    max-width: 340px;
}

.gallery2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1820px;
    padding: 10px;
    margin: auto;
}

.gallery2 img {
    display: block;
    width: 340px;
    height: auto;
    margin: 40px auto;
    max-width: 340px;
}

h2 {
    text-align: center;
    margin: 20px auto;
    font-size: 60px;
    font-weight: bold;
}

.shadow {
    box-sizing: border-box;
    border-color: #00000000;
    margin: auto;
    width: 100%;
    max-width: 1920px;
    height: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.445);
}

.list {
    display: block;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 1920px;
}

.list h3 {
    text-align: center;
    font-size: 45px;
    line-height: 65px;
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(to bottom right, #ff0000, #ff6600, #ff0000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list2 {
    display: block;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 640px;
}

.list2 h3 {
    text-align: center;
    font-size: 45px;
    line-height: 65px;
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(to bottom right, #ff0000, #ff6600, #ff0000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtext {
    text-align: center;
    font-size: 16px;
    margin: 5px auto;
}

.submitsubcontainer {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    width: 80%;
    max-width: 640px;
    font-size: 30px;
}

label {
    margin: 10px 0;
}

input {
    height: 40px;
    font-size: 20px;
    border-radius: 1em;
    padding: 2px 15px;
    border: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

input:focus {
    outline: none !important;
    background: linear-gradient(white, white) padding-box, linear-gradient(to bottom right, #ff0000, #ff9100) border-box;
    border-radius: 1em;
    border: 2px solid transparent;
    height: 40px;
    font-size: 20px;
    border-radius: 1em;
    padding: 0 13px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

textarea {
    height: 100px;
    font-size: 20px;
    border-radius: 1em;
    padding: 15px;
    resize: none;
    border: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

textarea:focus {
    outline: none !important;
    background: linear-gradient(white, white) padding-box, linear-gradient(to bottom right, #ff0000, #ff9100) border-box;
    border-radius: 1em;
    border: 2px solid transparent;
    height: 100px;
    font-size: 20px;
    padding: 13px;
    resize: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

#submitbutton {
    display: block;
    margin: auto;
    width: 80%;
    max-width: 640px;
    height: 50px;
    font-size: 30px;
    border-radius: 1em;
    background-color: #ffffff;
    border: none;
    font-weight: bold;
    background: linear-gradient(to bottom right, #ff0000, #ff6600, #ff0000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.submitcontainer {
    display: block;
    margin: 30px auto;
    width: 80%;
    max-width: 640px;
    height: 50px;
    font-size: 30px;
    border-radius: 1em;
    background-color: #ffffff;
    border: none;
    font-weight: bold;
}

.required {
    color: red;
    margin: 0 5px;
}

#address {
    display: none;
}

.empty {
    display: block;
    height: 300px;
    width: 100%;

}

.thanksheader {
    text-align: center;
    margin: 150px auto;
    font-size: 90px;
    font-weight: bold;
}

/* Mobile CSS config */

@media screen and (max-width:850px) {
    body {
        background-color: #000000;
        background: linear-gradient(to bottom right, rgb(31, 10, 1), rgb(15, 5, 1), #000000, rgb(23, 2, 2), rgb(24, 2, 2));
        color: #FFFFFF;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        max-width: 640px;
        margin: auto;
        min-height: 100vh;
    }
    
    /* Navbar */

    .hamburger {
        display: block;
        position: absolute;
        width: 70px;
        height: 70px;
        right: 20px;
        top: 15px;
    }

    .hamburger_img {
        width: inherit;
        height: inherit;
    }
    
    .close {
        display: block;
        position: absolute;
        width: 70px;
        height: 70px;
        right: 29px;
        top: 23px;
    }

    .close_img {
        width: inherit;
        height: inherit;
    }

    .topbar {
        display: grid; 
        position: relative; 
        background-color: rgba(255, 255, 255);
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin: 10px;
        border-radius: 0.75em;
    }
    
    .topleft {
        color: black;
        font-weight: bold;
        grid-column: 1/2;
        font-size: 40px;
        padding: 20px;
        margin: auto;
        text-align: center;
    }
    
    .topleft p {
        font-size: 20px;
    }
    
    /* Fullscreen nav bar */

    nav {
        display: block;
        position: fixed;
        z-index: 30;
        grid-column: 1/5;
        background: linear-gradient(#000000, #000000bc, #00000096, #000000bc, #000000);
        backdrop-filter: blur(5px);
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        color:black;
        padding: 0;
        margin: 0;
        border-radius: 0;
        opacity: 0;
        transition: 0.3s;
        pointer-events: none;
    }

    .change {
        opacity: 1;
        pointer-events: all;
    }
    
    nav ul li {
        padding: 10px;
        margin: 30px;
    }
    
    .navlist {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .invert {
        background-color: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 1em;
        width: 180px;
        text-align: center;
        margin: 30px;
    }
    
    .invertcurrent {
        background-color: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 1em;
        width: 180px;
        text-align: center;
        margin: 30px;
    }

    .invert a {
        transition: 0.2s;
        background: linear-gradient(to right, #FF7800, #FF0000, #FF7800, #000000, #000000, #000000, #000000);
        background-size: 500px;
        background-position: 150px;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .invertcurrent a {
        transition: 0.2s;
        background: linear-gradient(to right, #FF7800, #FF0000, #FF7800);
        background-size: 500px;
        background-position: 150px;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .events_contact {
        margin: 50px auto;
        background-color: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 2em;
        width: 150px;
        text-align: center;
        transform: scale(1.8);
    }
    
    .events_contact a {
        padding: 10px;
        font-size: 20px;
        transition: 0.2s;
        background: linear-gradient(to right, #FF7800, #FF0000, #FF7800, #000000, #000000, #000000, #000000);
        background-size: 500px;
        background-position: 150px;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    a, a:active, a:visited {
        text-decoration: none;
        color: inherit;
        font-weight: bold;
        transition: 0.2s;
        background: linear-gradient(to right, #FF7800, #FF0000, #FF7800, #FFFFFF, #ffffff, #ffffff, #ffffff);
        background-size: 500px;
        background-position: 150px;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    a:hover {
        background-position: 0px;
    }
    
    .current, .current:active, .current:visited {
        background: linear-gradient(to right, #FF7800, #FF0000, #FF7800);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .current:hover {
        background-position: 130px;
    }
    
    /* Content & Hero */
    
    .herocontainer {
        position: relative;
        padding: 10px;
    }
    
    .heroimage {
        margin: 10px auto;
        border-radius: 1em;
        background-image: url(images/enlarge_frontcover.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 0px;
        background-position-x: -200px;
        max-width: 640px;
        width: 100%;
        height: 700px;
        z-index: 0;
    }

    .heroimage_menu {
        margin: 10px auto;
        border-radius: 1em;
        background-image: url(images/hero_menu.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 0px;
        max-width: 640px;
        width: 100%;
        height: 300px;
        z-index: 0;
    }

    .heroimage_rv {
        margin: 10px auto;
        border-radius: 1em;
        background-image: url(images/hero_rv.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 0px;
        max-width: 640px;
        width: 100%;
        height: 300px;
        z-index: 0;
    }

    .heroimage_events {
        margin: 10px auto;
        border-radius: 1em;
        background-image: url(images/hero_events.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 0px;
        max-width: 640px;
        width: 100%;
        height: 300px;
        z-index: 0;
    }
    
    .gradientoverlay {
        z-index: 10;
        background:linear-gradient(#00000000, #0000004d, #000000e5);
        width: inherit;
        height: inherit;
        margin: auto;
        border-radius: 1em;
    }
    
    .hero_ontop {
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        flex-direction: column;
        justify-content: space-around;
        text-align: center;
        width: 400px;
        max-width: 400px;
    }
    
    .hero_ontop_aux {
        display: flex;
        position: absolute;
        top: 250px;
        left: 50%;
        transform: translate(-50%, -50%);
        flex-direction: column;
        justify-content: space-around;
        text-align: center;
        width: 100%;
        max-width: 640px;
    }

    .h2_ontop {
        font-size: 50px;
        margin: 20px;
        font-weight: bold;
        max-width: 640px;
    }

    .h2_ontop_aux {
        font-size: 60px;
        margin: 20px;
        font-weight: bold;
        max-width: 640px;
    }
    
    .button_ontop {
        background: linear-gradient(to right, #FF7800, #ff0000, #FF7800);
        background-size: 280px;
        background-position: 20px;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
        padding: inherit;
        transition: 0.2s;
    }
    
    .button_ontop:active, .button_ontop:visited {
        background: linear-gradient(to right, #FF7800, #ff0000, #FF7800);
        background-size: 280px;
        background-position: 20px;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
        padding: inherit;
        transition: 0.2s;
    }
    
    .button_ontop:hover {
        background-position: 300px;
    }
    
    .button_bg {
        background-color: rgb(255, 255, 255);
        width: 200px;
        margin: 10px auto;
        padding: 14px 10px;
        border-radius: 2em;
        transition: 0.2s;
    }
    
    .button_bg:hover, .button_bg:active {
        background-color: rgb(0, 0, 0);
        margin: 6px auto;
        padding: 18px 14px;
        border-radius: 3em;
    }
    
    .socials {
        display: block;
        position: absolute;
        width: 70px;
        height: auto;
        left: 30px;
        bottom: 50px;
    }
    
    .contentcontainer {
        padding: 0 10px;
        font-size: 25px;
    }

    .content {
        padding: 0 30px;
        font-size: 35px;
        line-height: 40px;
    }

    .content_center {
        background: none;
        padding: 0 30px;
        margin: 20px 0;
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
    }
    
    .contentright, .contentleft {
        display: grid;
        grid-template-rows: 1fr 1fr;
        margin: 20px auto;
    }
    
    .image_contentright {
        grid-column: 1/4;
        /* background-color: aqua; */
        padding:10px;
        grid-row: 1/2;
        margin: auto 0;
    }
    
    .text_contentright {
        grid-column: 1/4;
        /* background-color: #FF0000; */
        padding:10px;
        grid-row: 2/3;
        margin: auto 0;
        line-height: 40px;
    }

    .image_contentright2 {
        grid-column: 1/4;
        /* background-color: aqua; */
        padding:10px;
        grid-row: 2/3;
        margin: auto 0;
    }
    
    .text_contentright2 {
        grid-column: 1/4;
        /* background-color: #FF0000; */
        padding:10px;
        grid-row: 1/2;
        margin: auto 0;
        line-height: 40px;
    }
    
    .image_contentleft {
        grid-column: 1/4;
        /* background-color: aqua; */
        padding:10px;
        grid-row: 1/2;
    }
    
    .text_contentleft {
        grid-column: 1/4;
        /* background-color: #FF0000; */
        padding:10px;
        grid-row: 2/3;
        margin: auto 0;
        line-height: 40px;
    }
    
    .contentbody {
        display: block;
        margin: auto;
        width: 340px;
    }

    .map {
        display: block;
        margin: auto;
        width:380px;
        height:350px;
    }
    
    footer {
        margin: 40px auto;
        text-align: center;
        padding: 10px;
        max-width: 300px;
    }

    .gallery {
        display: block;
        width: 90%;
        max-width: 640px;
        padding: 10px;
        margin: auto;
    }

    .gallery img {
        display: block;
        width: 100%;
        height: auto;
        margin: 40px auto;
        max-width: 640px;
    }

    .gallery2 {
        display: block;
        width: 90%;
        max-width: 640px;
        padding: 10px;
        margin: auto;
    }

    .gallery2 img {
        display: block;
        width: 100%;
        height: auto;
        margin: 40px auto;
        max-width: 640px;
    }

    h2 {
        text-align: center;
        margin: 20px auto;
        font-size: 60px;
        line-height: 70px;
        font-weight: bold;
    }
    
    .shadow {
        box-sizing: border-box;
        border-color: #00000000;
        margin: auto;
        width: 100%;
        max-width: 1920px;
        height: 10px;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.445);
    }
    
    .list {
        display: block;
        margin: auto;
        box-sizing: border-box;
        width: 100%;
        max-width: 640px;
    }

    .list h3 {
        text-align: center;
        font-size: 45px;
        line-height: 65px;
        font-weight: bolder;
        font-family: Arial, Helvetica, sans-serif;
        background: linear-gradient(to bottom right, #ff0000, #ff6600, #ff0000);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .list2 {
        display: block;
        margin: auto;
        box-sizing: border-box;
        width: 100%;
        max-width: 640px;
    }

    .list2 h3 {
        text-align: center;
        font-size: 30px;
        line-height: 65px;
        font-weight: bolder;
        font-family: Arial, Helvetica, sans-serif;
        background: linear-gradient(to bottom right, #ff0000, #ff6600, #ff0000);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .subtext {
        text-align: center;
        font-size: 16px;
        margin: 5px auto;
    }

    .submitsubcontainer {
        display: flex;
        flex-direction: column;
        margin: 20px auto;
        width: 80%;
        max-width: 640px;
        font-size: 30px;
    }

    label {
        margin: 10px 0;
    }

    input {
        height: 40px;
        font-size: 20px;
        border-radius: 1em;
        padding: 2px 15px;
        border: none;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: bold;
    }

    input:focus {
        outline: none !important;
        background: linear-gradient(white, white) padding-box, linear-gradient(to bottom right, #ff0000, #ff9100) border-box;
        border-radius: 1em;
        border: 2px solid transparent;
        height: 40px;
        font-size: 20px;
        border-radius: 1em;
        padding: 0 13px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: bold;
    }

    textarea {
        height: 100px;
        font-size: 20px;
        border-radius: 1em;
        padding: 15px;
        resize: none;
        border: none;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: bold;
    }

    textarea:focus {
        outline: none !important;
        background: linear-gradient(white, white) padding-box, linear-gradient(to bottom right, #ff0000, #ff9100) border-box;
        border-radius: 1em;
        border: 2px solid transparent;
        height: 100px;
        font-size: 20px;
        padding: 13px;
        resize: none;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: bold;
    }

    #submitbutton {
        display: block;
        margin: auto;
        width: 80%;
        max-width: 640px;
        height: 50px;
        font-size: 30px;
        border-radius: 1em;
        background-color: #ffffff;
        border: none;
        font-weight: bold;
        background: linear-gradient(to bottom right, #ff0000, #ff6600, #ff0000);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .submitcontainer {
        display: block;
        margin: 30px auto;
        width: 80%;
        max-width: 640px;
        height: 50px;
        font-size: 30px;
        border-radius: 1em;
        background-color: #ffffff;
        border: none;
        font-weight: bold;
    }

    .required {
        color: red;
        margin: 0 5px;
    }

    #address {
        display: none;
    }

    .empty {
        display: block;
        height: 190px;
        width: 100%;

    }

    .thanksheader {
        text-align: center;
        margin: 150px auto;
        font-size: 70px;
        font-weight: bold;
    }

    /* Fly-in transition for mobile menu overlay */

    /* Variant 1 */

    /* .exterior {
        transform: scale(0.3) translateY(120px);
        transition: 0.7s;
    }

    .middle {
        transform: scale(0.4) translateY(90px);
        transition: 0.5s;
    }

    .center {
        transform: scale(0.5);
        transition: 0.3s;
    }

    .middle2 {
        transform: scale(0.4) translateY(-90px);
        transition: 0.5s;
    }

    .exterior2 {
        transform: scale(0.3) translateY(-120px);
        transition: 0.7s;
    }

    .extchange {
        transform: scale(1.3) translateY(0px);
    }

    .midchange {
        transform: scale(1.3) translateY(0px);
    }

    .centchange {
        transform: scale(1.3);
    } */

    /* Variant 2 */

    /* .exterior {
        transform: scale(1) translateY(180px);
        transition: 0.7s;
    }

    .middle {
        transform: scale(1) translateY(90px);
        transition: 0.5s;
    }

    .center {
        transform: scale(1);
        transition: 0.3s;
    }

    .middle2 {
        transform: scale(1) translateY(-90px);
        transition: 0.5s;
    }

    .exterior2 {
        transform: scale(1) translateY(-180px);
        transition: 0.7s;
    }

    .extchange {
        transform:scale(1.3) translateY(0px);
    }

    .midchange {
        transform: scale(1.3) translateY(0px);
    }

    .centchange {
        transform: scale(1.3);
    } */

    /* Variant 3 */

    .exterior {
        transform: translateY(150px) scale(0.4);
        transition: 0.6s;
    }

    .middle {
        transform: translateY(75px) scale(0.4);
        transition: 0.4s;
    }

    .center {
        transform: scale(0.4);
        transition: 0.2s;
    }

    .middle2 {
        transform: translateY(-75px) scale(0.4);
        transition: 0.4s;
    }

    .exterior2 {
        transform: translateY(-150px) scale(0.4);
        transition: 0.6s;
    }

    .extchange {
        transform:scale(1.3) translateY(0px);
    }

    .midchange {
        transform: scale(1.3) translateY(0px);
    }

    .centchange {
        transform: scale(1.3);
    }
}