* {
    
}

body {
    overflow-x: hidden;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: normal;     
    background-color: #EFEFEF;
    /* background-image: url(../img/fungi-rework-background-02\ 1.png); */
    background-size:100%;
    background-repeat: no-repeat;
    background-position: top;
    color: #203627;
    margin: 0;
}

a {
    color: #203627;
    text-decoration: none;
    font-size: 2.5vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
}
  

/* Header */

header {

}

nav {
    display: flex;
    width: vw;
    justify-content: space-between;
    align-items: center;
}

.header-a {
    color: #203627;
    font-weight: 600;
}

.header-line {
    width: vw;
    height: 1px;
    background-color:#203627;
}

/* Header img and stuff */

.header-2 {
    display: flex;
    justify-content: center;

}

.layer {
    position: absolute;
    margin-top: 3%;
    height: 80vh;
    width: 100vw;
    background-color: rgba(90, 0, 0, 0.3); 
    pointer-events: none; /* allows clicks to pass through to the video if needed */
    z-index: 1;
}

/* .header-img {
    object-fit:cover;
    height: 80vh;
    width: 100vw;
    margin-top: 3%;
} */

video {
    object-fit:cover;
    height: 80vh;
    width:100%;
    margin-top: 3%;
}



.line {
    width: vw;
    height: 1px;
    background-color:#203627;
    margin-top: 1.5%;
}

/* Body */

h2 {
    font-family: "Italiana", sans-serif;
    font-size: 7vw;
    font-weight: 400;
    margin: 0;
    margin: 3%;
}

h3 {
    font-family: "Italiana", sans-serif;
    font-size: 4vw;
    font-weight: 400;
    margin: 0;
    margin: 3%;
}

.body-header {
    display: flex;
    justify-content: space-between;
    margin: 3%;
}

.view-website-button {
    background-color: #203627;
    color: #EFEFEF;
    border-radius: 8px;
    height: 6vh;
    border: 1px solid #203627;
}

.view-website {
    /* font-weight: 600; */
    color: #EFEFEF;
}

.content {

}

.p {
    display: flex;
    justify-content: space-between;
    margin: 3%;
}

.quick-info {
    display: grid;
    grid-template-columns: repeat(2, 15vw);
    /* margin: 3%; */
    justify-content: center;
    align-content: center;
    border: 1px solid #203627;
    border-radius: 20px;
    padding: 15px;
}

.p-title {
    font-family: "lato", sans-serif;
    font-weight: 800;
}

.images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.img-columns {
    display: grid;
    justify-content:end;
    /* justify-content: center; */
    grid-template-columns: repeat(2, 47.5%);
}

.content-img1 {
    margin-left: 3%;
    width: 90%;
    border-radius: 20px;
}

/* Contact */

.contact {
    display: flex;
    justify-content: center;
    margin-top: 15vw;
    margin-bottom: 15vw;
}

#contact {
    font-family: "Italiana", sans-serif;
    font-size: 10vw;
    /* text-align: center; */
    font-weight: 400;
    text-transform: uppercase;
}

/* Footer */

footer {

}

.footer-line {
    width: vw;
    height: 1px;
    background-color:#EFEFEF;
    margin-bottom: 1vw;
}