.nav-bar{
    overflow: hidden;
    background-color: dimgray;
    opacity: 80%;
    width: 100%;
    
}

.landing-screen{
    overflow-x: hidden;
    height: 96vh;
    background-color: #575957;
    background: url(cheese_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    
}

@media only screen and (max-width : 600px){
    .landing-screen{
        background-size: 100vh;
        background-attachment: initial;
    }
}

.landing-screen-title{
    font-size: 7vw;
    width: 100vw;
    transform: translate(0, 15vh);
    font-family: serif;
    opacity: 80%;
        color: red;
    object-position: fixed;
    position: relative;
}

.landing-screen-subtitle{
    font-size: 5vw;
    width: 100vw;
        transform: translate(0, 15vh);
    text-align: center;
    font-family: serif;
    opacity: 80%;
    color: red;
    
}

.nav-bar a{
    float: left;
    color: white;
    text-align: center;
    width: 20vw;
    height: 5vh;
    font-size: 17px;
    text-decoration: none;

    border-right-style: double;
    border-color: whitesmoke;
    border-width: 2px;
    margin: -2px;
}

.nav-bar a.active{
    background-color: red;
    border-left-style: double;
}

.navbar-text{
    margin-top: 1vh;
    font-size: 2.5vh
}

html, body{
    scroll-behavior: smooth;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0;
}

.logo{
    opacity: 100%;
    float: left;
    color: white;
    text-align: center;
    width: 20%;
    height: 5vh;
    font-size: 17px;
    text-decoration: none;

    border-color: whitesmoke;
    border-width: 2px;
    margin: -2px;

}

.landing-screen-arrow{
    height: 5%;
    object-fit: contain;
}

.downarrow{
    max-height: 8%;
    margin-top: 50vh;
}

.page1{
    height: 100vh;
    background-color: dimgrey;
    color: darkred;
}
.active{
    
    background-color: red;
}

.footer{
    background-color: red;
    height: 13vh;
    color: white;
    text-align: center;
}

.info-box{
    background-color: darkred;
    height: 35vh;
    width: 40vw;
    color: grey;
    position: absolute;
    border-color: aliceblue;
    border-style: groove;
    text-align: center;
}

.info-box-head{
    text-align: center;
    font-size: 5vh;
}
.info-box-text{
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
    font-size: 2.5vh;
    height: 20vh;
    overflow-y: scroll;
    overflow-y: hidden;
    
}
.info-box-line{
    width: 50%;
    color: white;
    background-color: white;
}
.read-more{
    font-size: 2vh;
    color: gray;
    text-align: center;
    text-decoration: none;
    background-color: white;
    border-radius: 3vh;
    padding-left: 2%;
    padding-right: 2%;
    
}
.page-title{
    padding-top: 5%;
    color: whitesmoke;
    font-size: 10vh;
    text-align: center;
}

.works-box{
    height: 70vh;
    width: 80%;
    margin-left: 10%;
    border-style: solid;
    border-color: white;
}

.page2{
    height: 200vh;
    background-color: dimgrey;
    color: darkred;
}

* {box-sizing:border-box}

.slideshow-container {
    max-width: 80vw;
    position: relative;
    margin: auto;
    
}

.mySlides {
    display: none;
    height: 70vh;
    width: 80vw;
    border-style: solid;
    border-color: whitesmoke;
    
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: red;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;

  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  margin-top: 2vh;
  position: absolute;
  top: 0;
width: 80vw;
    text-align: center;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: darkred;
    
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.about-text{
    max-width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;
    text-align: left;
    font-size: 3vh;
}
.about-logo{
    text-align: center;
    max-height: 20vh;
}

.row{
    display: table;
    margin-right: auto;
    margin-left: auto;

}
.column{
    float: left;
    margin: 2vw;
}

.contact-text{
    text-align: center;
    font-size: 4vh;
    color: whitesmoke;
    margin-left: 5vw;
    margin-right: 5vw;
}

.form-container{
    width: 85vw;
    height: 65vh;
    margin-left: auto;
    margin-right: auto;
    background-color: #414141;
}

.contact-form{
    color: red;
    font-size: 3vw;
}
#name-input, #email-input{
    width: 70vw;
}

#content-input{
    width: 70vw;
    height: 30vh;
    resize: none;
}

.contact-button{
    color: red;
    text-decoration: none;
    font-size: 3vh;
}
.contact-button-container{
    width: 30vw;
    height: 20vh;
    background-color: whitesmoke;
    text-align: center;
    margin-left: 5vw;
    margin-right: auto;
    }
.inner-div{
    padding-top: 3vh;
}

.left-button{
    margin-right: 7vw;
}
.right-button{
    margin-left: 7vw;
}
.top-button{
    margin-top: 7vh;
        }
.bottom-button{
    margin-top: 7vh;

}

header, h1{
    height: 0px;
    display: none;
}


.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.popuptext{
    overflow-y: auto;
}

.popup .popuptext {
    border: solid white 0.2vw;
  opacity: 0;
  height: 60vh;
  width: 70vw;
  background-color: darkred;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 9;
  margin-left: 15vw;
    transform: translate(0, 20vh);
}


.popupButtons{
    margin-top: 2vh;
}

.popupTitle{
    font-size: 50px;
    font-size: 6vw;

}
.popupBody{
    font-size: 17px;
    font-size: 2.2vw;
}