
 @import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
 @import url("https://use.typekit.net/avf6qse.css");



 
body{
font-family: 'Space Mono', monospace;
  /*font-family: "futura-pt", sans-serif;*/
  background-color: rgba(58, 81, 61, 0.1);
  font-size: 16px;
}

p{
line-height:1.3;
/*font-family: "futura-pt", sans-serif;*/
}

header{
  width: 100%;
  height: 100px;
  position: fixed;
  background-color: #fff;
  padding-top: 32px;
  /*border-bottom: 2px solid rgba(64, 81, 58, 0.4);*/
  z-index:2 ;
  transition: all 0.5s;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

h1{
  /*font-family: "futura-pt", sans-serif;*/
  font-size: 28px;
  font-weight: 600;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}

header h1{
  border-left: 40px solid #4d6843;
  transition: all 0.3s;
}

header h1:hover{
  border-left: 20px solid #4d6843;
}

h1:hover{padding-left: 30px;
color:#000000; }

/*header:hover{box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  
}*/

nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a{
  text-decoration: none;
  color: #000000;
}

.links{
  padding-right: 40px;
  font-size: 16px;
  margin-left: 15px;
  text-decoration: none;
  color: #000000;
}

nav a {
  transition: all 0.3s;
}


.selected{
 border-bottom: 4px solid #4d6843;
 padding-bottom: 2px;
 transition: all 0.3s;
}

.selected:hover{
  margin-right: 10px;}


.unselected{
  border-bottom: 4px solid #ffffff;
  padding-bottom: 2px;
margin-left: 20px;}

 .unselected:hover {
   border-color: rgba(64, 81, 58, 0.4);
   color: rgba(64, 81, 58, 0.6);
}
.gallery{
  padding-top: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.project-square{
  margin: 25px;
  width: 350px;
}

.caption{
  transform: translate3d(5px, 0px, 0px);
}

.gallery h2{
  padding-top: 15px;
  padding-bottom: 3px;
  font-weight: 600;
}

.gallery img{
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2); 
  /*border: 2px solid rgba(64, 81, 58, 0.1);*/
  transition: all 0.4s;}


.gallery img:hover{
  transform: translate3d(0px, -5px, 0px);
  box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.2);
  /*border-color:rgba(64, 81, 58, 0.4);*/
}


footer{
  padding: 20px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  /*border-top: 2px solid rgba(64, 81, 58, 0.4);*/
}

footer img{
 opacity: 0.3;
  height: 35px;
  margin-right: 5px;
  transition: all 0.5s;
}

footer img:hover{
  opacity: 0.5;}

  .button{
  background-color:#4d6843;
  opacity:0.3;
  border: 2px solid rgba(64, 81, 58, 0.1);
  color: white;
  padding: 10px 15px 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  border-radius:10px;
  margin-right:25px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2); 
  transition:all 0.3s;
  }

  .button:hover{
    opacity:0.5;
    box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translate3d(0px, -5px, 0px);
  }

  .social{
    display:flex;
    align-items: center;
  }
    
      
  
  

.project-content{
  display: flex;
  padding-top: 140px;
}

.project-content img{
  /*border: 2px solid #40513a7c;*/
  margin-left: 40px;
  max-width:65%;
  border-radius:10px;
}

.description{
  max-width: 26%;
  margin: 0px 10px 0px 0px;
  position:fixed;
  margin-left: calc(70% + 10px);}
  
.project-content h2{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;}
  
.project-content p{
 margin-top: 10px; 
}

.photos{
  /*border: 2px solid #40513a7c;*/
  margin-left: 40px;
  margin-top: 20px;
  max-width: 65%;
  border-radius:10px;
}

.project-content a{
  color:#40513a;
  border-bottom:solid 2px #40513a;
  transition:all 0.3s;
  font-weight:600;
}

.project-content a:hover{
  color: #40513a86 ;
  border-color:#40513a86;}

    .additional-photos a img{
box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
transition:all 0.3s;}


.additional-photos a img:hover{
transform: translate3d(0px, -5px, 0px);
  box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.headshot{
  max-width:50%;
  border-radius:10px;
 /* border: 2px solid #40513a7c;*/

}

.bio{
  padding:140px 20px 40px 40px;
  display:flex;
  justify-content: center;
  align-items: center;
  max-width:80%;
  margin-left:auto;
  margin-right:auto;
}

.bio-text{
  padding:0px 40px 0px 80px;
}

.bio h2{
  font-size:32px;
  font-weight:600;
  margin-bottom:20px;
}

.bio p{
  font-size:16px;
  margin-bottom:20px;
}

.brands{
  background-color:#fff;
  margin:0px 40px 0px 40px;
  /*border:2px solid #40513a7c;*/
  border-radius:10px;
}
.brands h2{
  font-size:24px;
  text-align:Center;
  font-weight:500;
  padding-top:30px;
  margin-left:15px;
  margin-right:15px;} 

  .logos{
  margin-top:20px;
  display: inline-block;
  text-align:center;
  justify-content:center;
  max-height:10px;
  opacity:0.3;
  width:100%;
  
}

.icon{
  height:30px;
  margin:10px 20px 30px 20px;}

  .icon-small{
  height:20px;
  margin:10px 20px 30px 20px;
}


.icon-shift{
  position:relative;
  top:5px;
  height:30px;
  margin:10px 20px 30px 20px;}


@media (max-width:1300px){

  .bio h2{
    font-size:24px;
  }

  .bio p{
    font-size:14px;
  }

  .bio{
    max-width:100%;
  }

  .bio-text{
  padding:0px 40px 0px 40px;
}
}

@media (max-width:1040px){
 .bio p{
  font-size:14px;
 }

 .bio h2{
  font-size:24px;
 }
  
  .project-content h2{
  font-size: 16px;
  font-weight: 600;
  }
  
  .project-content img{
    max-width: 55%;
  }
  
   .description{
  max-width: 35%;
  margin-left: calc(60% + 20px);}

  .photos{
    max-width:55%;
  }

}

@media (max-width: 825px) {
  .project-square{
    width: 300px;
  }
  
  header h1{
    font-size: 24px;
  }
  
  header{
    height: 90px;
    padding-top: 30px;
  }

  p{
    font-size:14px;
    padding-right:40px;
  }
  

  .gallery{padding-top:110px;}



 .headshot{
  max-width:40%;}

  .bio p{
    font-size:12px;
  }

  .bio h2{
    font-size:20px;
  }
  
}

@media (max-width:720px){
  
 .project-square{
  width:500px;
}
  
  nav{
    display: block;
  }
  
  header{
    height: 100px;
    padding-top:15px;
  }

  .links{
    margin-top:11px;
    margin-left:20px;
  } 

.gallery{
  padding-top:120px;
}

.project-content img{
  max-width:90%;
  margin-left:auto;
  margin-right:auto;
}
  
  .description{
    max-width:90%;
    margin-left:auto;
    margin-right:auto;
    margin-top:12px;
    padding-left:5px;
    text-align: left;
    position:relative;
  }

  .project-content{
    display: inline-block;
    text-align:center;
    
  }

  .additional-photos{
    width:100%;
    display:inline-block;
    text-align:Center;
    margin-top:10px;
  }

  .photos{
    margin-top:20px;
    margin:10px;
    max-width:90%;
  }

  .bio{
  display: flex;
  flex-wrap: wrap;
  margin-right:auto;
  width:85%;
  padding:130px 0px 0px 0px;
}

.button{
  text-align:center;
}

.bio p{
  font-size:14px;
}

.headshot{
  max-width:100%;
  text-align:center;
  margin-bottom:30px;
}

.bio-text{
  width:100%;
  padding:0px 5px;
}

.brands{
  margin-top:30px;
  }

.brands h2{
  font-size:16px;
  font-weight:500;
  padding-top:30px;
}


.brands img{
  width:85%;
}
}

@media (max-width:300px){

  header h1{
    font-size:18px;
  }

  .links{ font-size:13px;  
  }

  header{
    height:87px;}

    .gallery{
      padding-top:93px;
    }

    .project-square{
      margin:10px;
    }
  }

  .coming-soon {
    padding-top:200px;
    color:rgb(0, 0, 0);
    margin-left:auto;
    margin-right:auto;
    height:100vh;
    }

    .coming-soon h3{
      text-align:center;
      font-size:32px;
      line-height:1.5;
    }

    .coming-soon a{
      border-bottom:2px solid #40513A;
      font-weight:600;
      transition:all 0.3s;
    }

    .coming-soon a:hover{
      color:#40513A;
    }
  



  

  
  
 


  





