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

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

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


body
{
  background-color: white;

}

a {
  color: black;
}

a:hover{
 color: #FF0000;
}

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

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

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

.menu-item{
  position: relative;
  margin-top: 20px;
 float: left;
 font-family:'Founders-grotesk-mono';
 font-size: 1.4vw;
 text-decoration: none;
 color: black;
 margin-right: 12%;
}

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

.project-title-left {
 position: relative;
 float: left;
 margin-top: 6%;
 width: 48%;
 margin-right: 1%;
 margin-left: 1%;
 font-family:'Founders-grotesk-mono';
 font-size: 20px;
}

.project-text-right {
 position: relative;
 float: left;
 margin-top: 6%;
 margin-bottom: 2%;
 width: 49%;
 font-family:'Founders-grotesk-mono';
 font-size: 20px;
  text-decoration: none;
}

.archiveproject {
 position: relative;
 float: left;
 margin-top: 0.5%;
 margin-right: 1%;
 margin-left: 1%;
 margin-bottom:0.5% ;
 width: 98%;
 font-family:'Founders-grotesk-mono';
 font-size: 20px;
}


.image {
 position: relative;
 float:left;
 width: 98%;
 margin-top: 0.6%;
margin-left: 1%;
}

.image-half-left {
 position: relative;
 float:left;
 width: 48.5%;
 margin-top: 1%;
 margin-bottom: 0.5%;
 margin-left: 1%;
}
.image-half-right {
 position: relative;
 float:left;
 width: 48.5%;
 margin-left: 1%;
 margin-top: 1%;
 margin-bottom: 0.5%;
}







