@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Veneer';
    src: url('assets/fonts/Veneer-Two.woff2') format('woff2'),
    url('/assets/fonts/Veneer-Two.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    background-color: black;
    color: ghostwhite;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(12px, 2vw, 18px);
}


a {
    text-decoration: none;
    color: red;
}

a:hover {
    text-decoration: underline;
}

a.sneaky{
    color: white;
}

a.sneaky:hover{
    text-decoration: underline;
}

/* All other headers within sections */
header {
    font-size: 2em;
    background-color: red;
    font-family: "Veneer", "Montserrat", sans-serif;
    font-weight: 100;
    padding: 0.5em;
    padding-top: 0.75em;
    position: relative;
    display: flex;
}

@media (max-width: 768px) {
    header{
        font-size: 1.75em;
        padding: 0.25em;
        padding-top: 0.5em;
    }
}

@media (max-width: 576px) {
    header{
        font-size: 1.5em;
    }
}

nav.sticky{
    width: 70vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
    padding-top: 0;
    z-index: 10;
}

@media (max-width: 768px){
    nav.sticky{
        width: 90vw;
    }
}

@media (max-width: 576px) {
    nav.sticky{
        width: 100%;
    }
}

nav.sticky .navbar {
    background-color: white;
}

/* Change link colors when the header is sticky */
nav.sticky a {
    color: black;
}

@media (max-width: 576px) {
    nav.sticky a{
        color: white;
    }
}

nav.sticky a:hover {
    background-color: white;
    color: black;
}


img {
    width: 100%;
    object-fit: cover;
}

footer {
    color: ghostwhite;
    padding: 2rem 0;
    text-align: center;
    font-size: 0.75rem;
    border-top: 0.1em solid red;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 3em;
}

@media (max-width: 768px) {
    footer{
        font-size: 0.9rem;
        flex-direction: column;
    }
}

footer p{
    margin: 0;
    flex: 1;
}

@media (max-width: 768px) {
    footer p{
        margin-top: 1em;
        margin-bottom: 1em;
    }
}



#wrapper {
width: 70vw;
margin: 0 auto;
}

@media (max-width: 768px){
    #wrapper{
    width: 90vw;
    }
}

@media (max-width: 576px) {
    #wrapper{
    width: 95vw;
    }
}


#banner {
position: relative;
background-color: black;
font-family: "Veneer", "Montserrat", sans-serif;
padding-top: 2em;
align-items: center;
justify-content: space-evenly;
}

@media (max-width: 768px){
    #banner{
    padding-top: 1.5em;
    }
}

@media (max-width: 576px) {
    #banner{
    padding-top: 1em;
    }
}

#dropdown-button{
display: none;
position: relative;
background-color: red;
}

@media (max-width: 576px) {
    #dropdown-button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    }
}

nav.sticky #dropdown-button{
    background-color: white;
}

#dd-svg{
width: 3em;
height: 3em;
fill: white;
}

@media (max-width: 576px) {
    #dd-svg{
    fill: black;
    }
}

#definition {
background-color: black;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: italic;
}

#poster{
width: 30%;
margin-left: 3em;
margin-right: 3em;
flex: 0 0 300px; /* flex-grow: 0, flex-shrink: 0, flex-basis: 200px */
object-fit: contain;
}

@media (max-width: 768px){
    #poster{
    width: 40%;
    margin-left: 1.5em;
    margin-right: 1.5em;
    min-width: 180px;
    }
}

@media (max-width: 576px) {
    #poster{
    width: 60%;
    min-width: 276px;
    }
}

#obey{
width: 30%;
margin-left: 3em;
margin-right: 3em;
flex: 0 0 300px; /* flex-grow: 0, flex-shrink: 0, flex-basis: 200px */
object-fit: contain;
}

@media (max-width: 768px){
    #obey{
    width: 40%;
    margin-left: 1.5em;
    margin-right: 1.5em;
    min-width: 180px;
    }
}

@media (max-width: 576px) {
    #obey{
    width: 60%;
    min-width: 276px;
    }
}

#court {
width: 40%;
margin-left: 1em;
margin-right: 3em;
flex: 0 0 300px; /* flex-grow: 0, flex-shrink: 0, flex-basis: 200px */
object-fit: contain;
}

@media (max-width: 768px){
    #court{
    width: 50%;
    margin-left: 0.5em;
    margin-right: 1.5em;
    min-width: 200px;
    }
}

@media (max-width: 576px) {
    #court{
    width: 60%;
    min-width: 300px;
    }
}

#waterfire{
height: 60vh;
}

@media (max-width: 768px){
    #waterfire{
    height: 40vh;
    }
}

@media (max-width: 576px) {
    #waterfire{
    heig
    }
}

#bridge{
height: 60vh;
}

@media (max-width: 768px){
    #bridge{
    width: 100%;
    height: auto;
    }
}

@media (max-width: 576px) {
    #bridge{
    width: 90vw;
    height: auto
    margin: 0 auto;
    }
}

#andrew{
width: 30vw;
height: 30vh;
margin-right: 3em
}

@media (max-width: 768px){
    #andrew{
    height: 20vh;
    margin-right: 2em;
    }
}

@media (max-width: 576px) {
    #andrew{
    width: 60vw;
    height: 30vh;
    margin-right: 0;
    }
}
#saulius{
width: 30%;
height: 40vh;
margin-left: 3em;

}
@media (max-width: 768px){
    #saulius{
    height: 20vh;
    margin-right: 2em;

    }
}

@media (max-width: 576px) {
    #saulius{
    width: 60vw;
    height: 40vh;
    }
}


/* Styles for the navigation links */
.navbar {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    background-color: red;
}



@media (max-width: 576px) {
    .navbar{
        flex-direction: column;
        overflow: hidden;
        max-height: 0;
        transition-duration: 1s;

    }
}

.navbar.open{
    max-height: 100vh;
    transition-duration: 1s;
}

/* Link styles within the navbar */
.navbar a {
    font-family: 'Veneer', 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    color: white;
    padding: 0.5em;
    padding-top: 0.75em;
    display: flex; /* Make the link a flex container */
    align-items: center; /* Center text vertically within the link */
}

@media (max-width: 576px) {
    .navbar a{
        width: 100%;
        padding: 0;
        padding-top: 0.5em;
        text-align: center;
        background-color: red;
        color: white;
    }
}

.navbar a:hover {
    background-color: black;
    color: white;
}

@media (max-width: 576px) {
    .navbar a:hover{
        background-color: white;
        color: red;
    }
}


.quote {
    font-size: 1.25em;
    font-weight: 300;
    font-style: italic;
    padding-left: 2em;
}

@media (max-width: 768px){
    .quote{
        padding-left: 1.5em;
    }
}

@media (max-width: 576px) {
    .quote{
        padding-left: 1em;
    }
}

.sub.quote{
    padding-left: 4em;
}

@media (max-width: 768px){
    .sub.quote{
        padding-left: 3em;
    }
}

@media (max-width: 576px) {
    .sub.quote{
        padding-left: 2em;
    }
}

.emphasis {
    font-weight: 500;
}

.spacer{
    height: 3em;
}

@media (max-width: 768px){
    .spacer{
        padding-left: 2em;
    }
}

@media (max-width: 576px) {
    .spacer{
        padding-left: 1em;
    }
}

.bundle{
    display: flex;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .bundle{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .bundle.reverse{
        flex-direction: column-reverse;
        align-items: center;
    }
}

.stack {
    width: 60%;
    flex: 1; /* This allows text to shrink/grow */
}

@media (max-width: 576px) {
    .stack{
        width: 100%;
    }
}

.stack.skinny {
    width: 50%;
}

@media (max-width: 576px) {
    .stack.skinny{
        width: 100%;
    }
}

.stack.wide{
    width: 70%;
}

@media (max-width: 576px) {
    .stack.wide{
        width: 100%;
    }
}

#overlay {
position: fixed; /* Or fixed, depending on your layout */
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent white */
backdrop-filter: blur(10px); /* Adjust the blur radius as needed */
-webkit-backdrop-filter: blur(10px); /* For Safari compatibility */
z-index: 1000;
display: none;
}


#overlay.show{
display: flex;
align-items: center;
justify-content: space-evenly;
}

#modal {
background-color: black;
color: white;
width: 45vw;
height: 45vh;
padding: 2.5vw;
}

@media (max-width: 576px) {
    #modal{
    width: 75vw;
    height: 75vh;
    }
}

#close-modal{
position: relative;
left: calc(100% - 2.5vw);
background: none;           /* Remove background */
border: none;              /* Remove border */
box-shadow: none;          /* Remove any shadows */
outline: none;             /* Remove focus outline */
color: white;
font-size: 1.5em;
font-family: "Montserrat", sans-serif;
}

#close-modal:hover{
color: red;
}

#modal-content{
height: 75%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 1.25em;
}

#dismiss-survey{
background: none;           /* Remove background */
border: none;              /* Remove border */
box-shadow: none;          /* Remove any shadows */
outline: none;             /* Remove focus outline */
color: white;
font-size: 1em;
margin-top: 1.25em;
font-family: "Montserrat", sans-serif;
}

#dismiss-survey:hover{
color: red;
text-decoration: underline;
}
