@media (max-width: 600px) {

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}

#fade-in-image { animation: fadeIn 1.2s; }

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}



body
{
  background-color: white;

}

a {
  color: black;
}

/*.logo-image {
 position: relative;
 float: left;
 margin-top: 1%;
 margin-bottom: 2%;
 margin-right: 42%;
 width: 9%;
}*/

.title {
 position: relative;
 float: left;
 margin-top: 10px;
 padding-top: 0px;
 margin-bottom: 0px;
 margin-right: 0%;
 margin-left: 2%;
 width: 33%;
 font-family:'Founders-grotesk-mono';
 font-size: 3.3vw;
 text-decoration: none;
 color: black;
}

.menu-container{
 position: relative;
 float: left;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-right: 0%;
 margin-left: 0%;
 width: 36%;
}

.menu-item{
  position: relative;
 float: left;
 font-family:'Founders-grotesk-mono';
 font-size: 1px;
 text-decoration: none;
 color: white;
 margin-right: 1px;
}

.dropdown-menu{
 position: relative;
 float: left;
 margin-top: 0px;
 padding-top: 0px;
 margin-bottom: 1px;
 margin-right:0%;
 font-family:'Founders-grotesk-mono';
 font-size: 3.3vw;
 text-decoration: none;
 color: black ;
}

.project-title-left {
 position: relative;
 float: left;
 margin-top: 6%;
 width: 33%;
 margin-right: 4%;
 margin-left: 2%;
 font-family:'Founders-grotesk-mono';
 font-size: 3.3vw;
}

.project-text-right {
 position: relative;
 float: left;
 margin-top: 6%;
 margin-bottom: 8%;
 width: 56%;
 font-family:'Founders-grotesk-mono';
 font-size: 3.3vw;
  text-decoration: none;
}



.image{
 position: relative;
 float:left;
 width: 96%;
 margin-top: 1%;
 margin-bottom: 1%;
 margin-left: 2%;
}

.image-half {
 position: relative;
 float:left;
 width: 96%;
 margin-top: 1%;
 margin-bottom: 1%;
 margin-left: 2%;
}

.dropbtn {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 10px;
  padding-top: 0px;
  padding-left: 0;
  background-color: #ffff;
  color: black;
  font-size: 1px;
  font-family:'Founders-grotesk-mono';
  border: none;
  color: white;
}

.dropdown {
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  font-family:'Founders-grotesk-mono';
  font-size: 1px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffff;
  width: 100em;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px 0px;
  text-decoration: none;
  display: block;
  font-family:'Founders-grotesk-mono';
  font-size: 1px;
}

.dropdown-content a:hover {background-color: #ffff;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #ffff;}

}
