/* CSS Reset
   Reset default browser styles for consistency across browsers.
--------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: 'Arial', sans-serif;
}

/* Body & Global Settings
   General global styles like background, font settings, etc.
--------------------------------------------------------------*/
body {
    background-color: #000; /* Black background */
    color: #fff; /* White text */
    line-height: 1.6;
    font-size: 16px;
    font-family: 'Helvetica Neue', Arial, sans-serif;

    min-height: 100vh;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    
}

/* Typography
   Basic text and heading styles.
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    line-height: 1.25;
    color: #fff; /* White text for headings */
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: #fff; /* White text for paragraphs */
}

span {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: #ccc; /* White text for paragraphs */
}

/* Links
   Styling for hyperlinks.
--------------------------------------------------------------*/
a {
    color: #1e90ff; /* Light blue text for links */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Layout Helpers
   Basic flexbox and grid helpers for layout.
--------------------------------------------------------------*/
.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col {
    flex: 1;
    padding: 15px;
}

/* Utility Classes
   Helpers for margin, padding, display, etc.
--------------------------------------------------------------*/
.text-center {
    text-align: center;
}

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }

/* Buttons
   Styles for buttons across the site.
--------------------------------------------------------------*/
button, .btn {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    border: none;
    background-color: #1e90ff; /* Light blue button */
    color: white;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

button:hover, .btn:hover {
    background-color: #104e8b; /* Darker blue on hover */
}

/* Forms
   Basic form styling.
--------------------------------------------------------------*/
input, textarea, select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 1rem;
    font-size: 1rem;
    background-color: #333; /* Dark background for input fields */
    color: #fff; /* White text in form fields */
}

input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: #1e90ff; /* Blue outline on focus */
}

/* Header
   Basic styles for the header and navigation.
--------------------------------------------------------------*/
header {
    background-color: #222; /* Dark background for header */
    color: #fff; /* White text */
    padding: 1rem 0;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header a {
    color: #1e90ff;
    margin-left: 15px;
    text-decoration: none;
}

header a:hover {
    text-decoration: underline;
}

/* Footer
   Basic footer styling.
--------------------------------------------------------------*/
footer {
    background-color: #222; /* Dark footer background */
    color: #fff; /* White text */
    text-align: center;
    padding: 1rem 0;
}

footer a {
    color: #1e90ff; /* Light blue footer links */
    text-decoration: none;
}


.start {

    width: 100vw;
    height: 100vh;
    background-color: #000; /* Black background */
    opacity: 100;
    transition: opacity 0.5s ease-in-out; /* Smooth transition */
    z-index: 10;
}

.content {
    background-color: #000; /* Black background */
    min-height: 100vh;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 0;
    display: none;
}

.base {
    background-color: #000; /* Black background */
    min-height: 140vh;
    width: 100vw;
    height: 140vh;
    display: flex;
    flex-direction: column;
    z-index: 0;
}



.title {

    position: absolute;
    text-align: center;
    font-size: 6rem;
    line-height: 5rem;
    font-family: Futura;
    font-style: italic;
    font-weight: bolder;
    width: 70vw;

}

.low   {
    top: 72vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    text-align: right;

}

.high {
    top: 25vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    text-align: left;

}


video {
    max-width: 200%;
    max-height: 120vh;
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;

} 

.video-add {
    mix-blend-mode: screen;
}

.video-mask .video-add {
    mix-blend-mode: normal;
}

.onlyonsmall {
    display: none;
}

.onlyonlarge {
    display: block;
}

.title-button {
    width: 40vw;

}

.title {

    font-size: 4rem;
    line-height: 3rem;
    font-family: Futura;
}

div.countdown {
    position: relative;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    text-align: center;
    
    
}

span.countdown {
    font-size: 4rem;
    font-family: Futura;
    font-style: italic;
    font-weight: bolder;
    text-decoration: none;
    color: #ccc;
}



div.dropdown {
    text-align: center;
    
    
}

span.dropdown {
    font-size: 4rem;
    font-family: Futura;
    font-style: italic;
    font-weight: bolder;
    text-decoration: none;
    color: #ccc;
}

.d-title {
    position: relative;
    top: 20vh;
    left: 50vw;
    transform: translate(-50%, -50%);
}

.d-content {
    position: relative;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    width: 20vw;
    height: 50vh;
}

.map   {
    display: "none";    
    margin: auto;
    position: relative;
    top: 0vh;
    /*left: 50vw;
    transform: translate(-50%, -50%);*/
}

.dropdown:hover {
    color: #aaa;
} 
/* Media Queries
   Responsive design for different screen sizes.
--------------------------------------------------------------*/
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }


    .low   {
    top: 73vh;
    left: 60vw;
    transform: translate(-50%, -50%);
    text-align: right;

    }

    .high {
        top: 23vh;
        left: 40vw;
        transform: translate(-50%, -50%);
        text-align: left;

    }

    .onlyonlarge {
        display: none;
    }

    .onlyonsmall {
        display: block;
    }



}

  
