@import url(header.css);
@import url(footer.css);
@import url(drop-down-menu.css);
@import url(doc-terms-privacy.css);
@import url(button.css);


:root {
    --Background: #EFEFEF;
    --Purple-header-linear: linear-gradient(to bottom, #7E3889,#7e388908);
    --Green-linear-top-mid-bo: linear-gradient(to bottom,#438938,#43893875,#438938);
    --Blue-linear-top-mid-bo: linear-gradient(to bottom,#386C89,#386d8965,#386C89);
    --Green: rgb(67, 137, 56);
    --Purple-text-button-footer: #682872;
}

h1, h2, h3, h4, h5, p, a, ul {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    font-family: 'Fredoka', sans-serif;
    background: var(--Background);
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container {
    max-width: 1920px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shadow-overlay {
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 100px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.h1-header-text {
    font-size: 6vw;
    font-weight: 600;
    color: white;
    text-shadow: 0px 5px 4px #000;
    margin-top: -20px;
    position: absolute;
    align-self: center;
}

/* ----- Home page big image ----- */

.header-img {
    width: 100%;
    height: auto;
    z-index: -2;
}

.shadow-overlay-homepage {
    background: rgba(0, 0, 0, 0.05);
}


/*----- Icons -----*/

.icon {
    font-size: 40px;
}


/*----- Textbox under big image homepage-----*/

.container-black {
    background-color: black;
    display: flex;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.text-container {
    max-width: 1850px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
}

/*----- News/Events - Facilities - Visit - About -----*/

.vertical-card-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 35px;
    padding: 35px 0;
    background: var(--Blue-linear-top-mid-bo);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.article-container-1 {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    width: 100%;
    height: auto;
    background-color: white;
    text-align: center;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.article-container-1 img{
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.article-margin-right {
    margin-right: 30px;
}

.article-margin-left {
    margin-left: 30px;
}

.hours-table {
    align-self: center;
}

/*----- Admission -----*/

.admission-container {
    max-width: 1450px;
    background-color: black;
    margin-top: 100px;
    align-items: center;
    margin-bottom: 65px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

/*----- Explore - Exhibition - Get involved/contribution -----*/

.horizontal-card-container {
    display: flex;
    flex-direction: column;
    gap: 35px;
    background: var(--Green-linear-top-mid-bo);
    padding: 35px 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.article-container-2 {
    display: flex;
    height: auto;
    background-color: white;
    max-height: 600px;
    height: 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    margin:0 35px;
}

.article-img-2-container {
    width: 100%;
    overflow: hidden;
}

.center-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-info-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    max-width: 925px;
    width: 100%;
}

.reverse-flex {
    flex-direction: row-reverse;
}

/*-------- Contact --------*/

.contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 35px 0 35px 0;
}

.contact-forms {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    padding-top: 35px;
    background: white;
    gap: 35px;
}

.contact-forms label {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 500;   
}

.logo-no-text {
    width: 70px;
}

.contact-text-box {
    max-width: 600px;
}

.contact-fields {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    width: 100%;
    padding: 0;
    border: 0;
}

.form-width {
    max-width: 600px;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.name-email-field {
    height: 50px;
    outline: 1px solid rgba(0, 0, 0, 0.137);
}

.name-email-field, .type-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-family: 'Fredoka', sans-serif;
    box-sizing: border-box;
    background: var(--Background);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.type-text {
    padding-top: 15px;
    outline: 1px solid rgba(0, 0, 0, 0.137);
    border: none;
    font-size: 20px;
}


/*----------- Text -----------*/

li {
    color: white;
    font-size: 20px;
}

a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.link-black {
    color: black;
    text-decoration: underline;
    font-weight: 500;
    font-size: 20px;
}

p {
    font-size: 20px;
    color: black;
}

.article-text-1 {
    text-align: left;
    margin: 0 25px 25px 25px;
}

.article-text-2 {
    margin: 0 25px;
    text-align: left;
}

.text-2-margin-bottom {
    margin-bottom: 25px;
}

.p-mini-headline-margin { /* For location */
    margin-top: 25px;
    margin-bottom: 0;
}

.location-font-weight {
    font-weight: 600;
}

.p-no-margin { /* 0 margin for adress, phone and email */
    margin: 0;
}

.p-about {
    margin: 25px;
    text-align: left;
}

.text-white {
    color: white;
}

h2 {
    margin: 25px;
    font-size: 25px;
}

.h2-white { /* Explore together home page */
    font-size: 25px;
    font-weight: 300;
    color: white;
    margin: 20px 0;
}

h3, .h1-visit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    width: 100%;
    height: 100px;
    margin: 35px 0;
    background-color: white;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.h3-white { /* Come join us, home page */
    color: white;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
}

.h3-admission {
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    margin: 0;
    color: white;
}

h4 { 
    font-size: 22px;
    margin: 0 10px 25px 10px;
    font-weight: 500;
    text-align: center;
}

.admission-text {
    margin: 0  25px 25px 25px;
    text-align: center;
}

/*------ Specific article container color changes -------*/

.green-background {
    background: var(--Green-linear-top-mid-bo);
}

.blue-background {
    background: var(--Blue-linear-top-mid-bo);
}








/* ================ Media min 1920px ================ */

@media screen and (min-width: 1920px) {

    .h1-header-text{
        font-size: 115px;
    }   
}


/* ================ Media max 1090px ================ */

@media screen and (max-width: 1090px) {
    
    
    /*---------- Header/Menu ----------*/
    .shadow-overlay {
        margin-bottom: 50px;
    }
    header {
        height: 75px;
    }
    .logo-header {
        width: 65px;
        padding-left: 25px;
    }
    .menu-button {
        width: 100px;
        transition: 0.2s ease;
        font-size: 20px;
    }
    .menu-details {
        padding-right: 25px;
    } 

    /*--------Drop down menu -------*/
    .dropdown-menu-container {
        top: 75px;
    }
    
    /*---------- Text ----------*/
    
    .h1-header-text {
        font-size: 7vw;
    }
    .article-text-2 {
        margin: 0 25px 25px 25px;
        text-align: left;
    }
    .p-mini-headline-margin {
        margin-top: 25px;
    }
    h1 {
        font-size: 6vw;
    }
    .h2-white {
        font-size: 20px;
    }
    h3, .h1-visit {
        font-size: 40px;
        height: 75px;
        margin: 25px 0;
    }
    .h3-white {
        font-size: 30px;
    }
    .h3-admission {
        padding:15px 0;
        margin: 0;
    }
    h4 {
        font-size: 23px;
    }

    /*---------- News/Events - Facilities - Visit - About ----------*/
    .vertical-card-container {
        gap: 25px;
        padding: 25px 0;
    }
    .article-container-1 {
        max-width: 1000px;
        display: flex;
        flex-direction: column;
    }
    .article-margin-left {
        margin-left: 25px;
    }
    .article-margin-right{
        margin-right: 25px;
    }
    
    /*---------- Admission ---------- */
    .admission-container {
        margin-top: 25px;
        margin-bottom: 0;
    }
    
    /*---------- Explore - Exhibition - Get involved/contribution ---------*/
    .reverse-flex {
        flex-direction: column;
    }
    .container-media {
        display: flex;
        align-items: center;
    }
    .horizontal-card-container {
        gap: 25px;
        padding: 25px 0;
        max-width: 975px;
    }
    .article-container-2{
        flex-direction: column;
        max-height: 2000px;
        margin: 0 25px;
    }
    .article-img-2-container {
        overflow: none;
    }
    .article-img-2-container img {
        max-width: 1090px;
        width: 100%;
        height: auto;
    }

    /*--------- Contact --------*/
    .contact-container {
        padding: 0;
    } 
    .contact-forms {
        margin-bottom: 0;
        padding-top: 25px;
        gap: 25px;
    }

    /*--------- Buttons --------*/
    .contact-btn, .link-btn {
        width: 250px;
        height: 60px;
        font-size: 25px;
        margin-bottom: 25px;
    }

    /*---------Terms / Privacy --------*/
    .h1-document {
        font-size: 35px;
    }
    .doc-heading {
        font-size: 25px;
    }
    .text-summary {
        font-size: 20px;
        margin: 0 25px;
    }
    .p-doc-date {
        margin: 0;
    }
    .document-container {
        margin: 50px 0;
        height: 75px;
    }
    .doc-logo {
        margin-top: 75px;
    }

    /*---------- Footer ----------*/
    footer {
        margin-top: 75px;
    }
    .footer-headline {
        font-size: 25px;
    }
}


/* ================ Media max 850px ================ */


@media screen and (max-width: 850px){

    .media-margin-top {
        margin-top: 60px;
    }

    /*---------- Header/menu ----------*/
    header {
        height: 60px;
        position: fixed;
        background: var(--Background);
        z-index: 1;
    }
    nav {
        background: var(--Purple-header-linear);
    }
    .logo-header {
        width: 50px;
    }
    .dropdown-menu-container {
        top: 60px;
        max-height: 500px;
        overflow-y: auto;
        padding-top: 25px;
    }
    .menu-details {
        padding-right: 15px;
    } 
    .logo-header {
        padding-left: 15px;
    }
    summary::before {
        display: none;
    }
    .menu-icon {
        display: block;
        font-size: 30px;
        color: black;
    }
    .menu-button {
        width: 45px;
        height: 45px;
        transition: 0.2s ease;
        background: none;
    }
    .menu-list-margin {
        margin: 20px 5px;
    }
    .menu-ul {
        margin: 0;
    }
    .shadow-overlay {
        margin-bottom: 25px;
    }

    /*---------- Text ----------*/
    h1 {
        font-size: 7vw;
    }
    .h1-document {
        font-size: 25px;
    }
    .h2-white {
        font-size: 14px;
    }
    .h3-white {
        font-size: 18px;
    }
    h3, .h1-visit { 
        font-size: 30px;
        height: 50px;
    }
    .location-padding-bottom {
        padding-bottom: 25px;
    }
    
    p, .text-summary {
        font-size: 16px;
    }
    .doc-heading {
        font-size: 20px;
    }
    
    /*---------- Search bar ----------*/
    .input-menu {
        max-width: 250px;
    }

    /*----------- Article -----------*/
    .vertical-card-container {
        flex-wrap: wrap; 
    }
    .article-margin-left, .article-margin-right  {
        margin: 0;
    }
    
    /*---------Terms / Privacy --------*/
    .document-container {
        margin: 100px 0 25px 0;
    }
    .doc-logo {
        margin-top: 50px;
    }

    /*-------- Footer -------- */
    footer {
        margin-top: 50px;
    }
}

/* ================ Media max 768px ================ */


@media screen and (max-width: 768px){

    .article-container-2 {
        margin: 0;
    }
    .article-text-1, .article-text-2, .link-black, .table-container-hours, .location-font-weight, .p-no-margin, .contact-forms label {
        font-size: 16px;
    }
    h2, h4  {
        font-size: 20px;
    }

    /*---------- Buttons ----------*/
    .contact-btn, .link-btn {
        width: 175px;
        height: 50px;
        font-size: 18px;
    }
    
    /*------- Footer --------*/
    .icon {
        font-size: 30px;
    }
    .footer-headline, .table-center {
        text-align: center;
        font-size: 20px;
    }
    tbody a {
        font-size: 16px;
    }
    
}

/* ================ Media max 499px ================ */


@media screen and (max-width: 499px){
    
    .menu-list-margin {
        margin: 0;
        margin: 0 5px 20px 5px;
    }
    .menu-list-wrapper {
        padding-bottom: 0;
    }
    .li-menu-margin-bottom {
        margin-bottom: 20px;
    }
    .contact-btn, .link-btn {
        width: 150px;
        height: 40px;
    }
}