body{
  width: 85%;
  margin: 0 auto;
}
.menu{
  display: none;
}
.active.menu{
  display:block;
}
h1{
  font-size: 150px;
  padding-top: 250px;
  margin-top: 0;
}
h2{
  font-size: 60px;
}
.hamburger{
  text-align: right;
  float:right;
}
img{
  margin: 0 auto;
  width: 100%;
}
p{
  font-size: 30px;
}
.button{
  font-size: 50px;
  display: block;
  margin-top: 30px;
  background-color: darkgrey;
  color: black;
  width: 70%;
  padding: 20px;
  text-align: center;
  margin-bottom: 50px;
}
#btn-photo{
  text-align: left;
  width: 40%;
  background-color: white;
  margin-bottom: 0;
}
.form, .filters, textarea{
  border: 2px solid darkgrey;
  width:90%;
  font-size: 60px;
}
.attach{
  font-size: 50px;
}
.filters{
  width:50%;
  font-size: 40px;
  margin-bottom: 100px;
}
.nav-container{
  font-size: 70px;
  margin-top: 50px;
}
#back, #hamburger{
    display: inline;
}
.footer{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  background-color: lightgrey;
  text-align: center;
}
.footer-text{
  font-size: 30px;
}
.form-container{
  padding-top: 100px;
}
a:link{
  text-decoration: none;
}
a:visited{
  text-decoration: none;
  color:darkblue;
}
.title{
  margin-top: 100px;
}
.label{
  margin-top: 0;
  margin-bottom: 50px;
}
.bottom-container{
  margin-bottom: 250px;
}
@media screen and (min-width: 800px) {
    .nav-container {
      font-size: 40px;
    }
    h1{
      font-size: 100px;
    }
    h2{
      font-size: 30px;
    }
    p{
      font-size: 20px;
    }
    .footer-text{
      font-size: 14px;
    }
    .footer{
      padding: 15px;
    }
    .form, .filters, textarea{
      border: 2px solid darkgrey;
      width:50%;
      font-size: 30px;
      margin-bottom: 50px;
    }
    .button{
      font-size: 20px;
      display: block;
      margin-top: 30px;
      width: 20%;
      padding: 10px;
    }
    .img-container{
      width: 30%;
      float:right;
      margin-right: 30px;
      margin-bottom: 50px;
    }
    .img-detail{
      width: 50%;
    }
    .item-description{
      float: right;
    }
}
