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

body
{
  background-color: white;
}

button {
  border: none;
    backgroundColor: white;
}

a:hover{
 color: #FF0000;
}

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

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

.intro-container{
   position: relative;
  float: left;
   width: 100%;
   margin-top: 0%;
   margin-bottom: 0%;
   margin-right: 1%;
   margin-left: 1%;
}

.logo{
 position: relative;
 float: left;
 margin-top: 10px;
 padding-top: 0px;
 margin-bottom: 30px;
 margin-right: 33%;
 margin-left: 1.5%;
 width: 16%;
 font-family:'Founders-grotesk-mono';
 font-size: 20px;
 text-decoration: none;
 color: black;
}

.description{
 position: relative;
 float: left;
 margin-top: 10px;
 padding-top: 0px;
 margin-bottom: 30px;
 margin-right:0%;
 margin-left: 0.5%;
 width: 30%;
 font-family:'Founders-grotesk-mono';
 font-size: 2.1vw;
 text-decoration: none;
 color: black;
 letter-spacing: -0.5px;
}


.menu-container{
 position: relative;
 float: left;
 width: 15%;
 margin-left: 2%;
 margin-top: 10px;
}

.left{
    position: relative;
    float:left; 
    background:white;
    margin-bottom: 0px;
    margin-top: 0px;
   display: inline-block;
   width:100%;
    font-family:'Founders-grotesk-mono';
    font-size: 1.4vw;
    color: black;

}


.middle{
  position: relative;
  float:left;
   background:white;
   display: inline-block;
   width:100%;
   font-family:'Founders-grotesk-mono';
   font-size: 1.4vw;
   text-align: left;
   color: black;
}

.right-wrapper{
  position: relative;
   float:left;
   background:white;
   width:100%;
   display:inline;
}

.right{
  position: relative;
   float:left;
   background:white;
   font-family:'Founders-grotesk-mono';
   font-size: 1.4vw;
   text-align: left;
   color: black;
}

.right:hover{
 color: #FF0000;
}



#project-container-left{
 position: relative;
 float: left;
 width: 48%;
 margin-top: 0%;
 margin-bottom: 0%;
 margin-right: 1%;
 margin-left: 1%;
}

#project-container-right{
 position: relative;
 float: left;
 width: 48%;
 margin-top: 0%;
 margin-bottom: 0%;
 margin-left: 1%;
 margin-right: 0.5%;
}

.image {
 position: relative;
 width: 100%;
}

.project-title {
 position: relative;
 margin-top: 3px;
 width: 100%;
 font-family:'Founders-grotesk-mono';
 font-size: 20px;
 margin-bottom: 2%;
 margin-right: 1%;
}