
.left-nav{
  border-right: 1px solid #EEE;
  width:200px;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.menu{
  list-style-type:none;
  margin:0;
  padding:0;
  
}
.menu > li {
  margin: 50px 0 50px 0;
  font-size:1.75rem;
}

.img{
  width:75px;
  height:75px;
  border-radius:4px;
  margin:0 0 0 10px;
  background-color:white;
  border:2px solid #383736;
  color:#383736;
  display:flex;
  font-size:40px;
  justify-content:center;
  align-items:center;
}
.right-bar{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-around;
  flex-direction:column;
}
#resume{
  height:75px;
  width:75px;
  margin-left:10px;

}

a > p {
  text-align:center;
  margin:0 0 0 10px;
  padding:0;
}
a{
  -o-transition:all 150ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -moz-transition: all 150ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition: all 150ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  transition: all 150ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  color:#383736!important;
}
a:focus, a:hover{
  text-decoration:none!important;
  color:#d19b26!important;
}
.container-fluid{
  display:flex;
  padding-left:50px;
  padding-right:50px;
  flex-wrap:wrap;
  margin-top:25px;
  margin-left:200px;
  justify-content:center;
  
}

.header{
  justify-content:center;
  display:flex;
  flex-wrap:wrap;
  margin-top:40px;
  margin-bottom:100px;
  max-width:920px;
}
.blurb-wrap{
  display:flex;
}
.about-blurb{
  font-size:1.875rem;
}
.header-wrap{
  letter-spacing: 2px;
  text-align:center;
  margin-bottom:50px;
  font-family: 'Lato', sans-serif !important;
  font-weight: 700;
}
#resume{
  height:75px;
  width:75px;
}

#projects{

  color:#383736;
  
}
.project-container{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}
.section{
  width:100%;
  /*font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;*/
  color: #383736;
  padding-bottom:30px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin-top:40px;
  margin-left:200px;
}
.section h1{
  text-align:center;
  width:100%;
  
}

.project{
  font-family: 'Lato', sans-serif !important;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  overflow:hidden;
  position:relative;
  border: 2px #FFF solid;
  border-radius: 4px;
  height:300px;
  width:300px;
  margin:2px;
  padding:20px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #383736;
  cursor:pointer;
  background:none;
  flex-basis:300px;
  box-shadow: inset 0 0 0 0 #31302B;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.project > p{
  color:white;
  
}
.project span{
  font-size:27px;
}
.default {
  height:100px;
  opacity:0;
  overflow: hidden;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

}

.rollup{
  height:100px;
 
  opacity:1;
  overflow: hidden;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hdn{
  -moz-transition: all 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -ms-transition: all 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -o-transition: all 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition: all 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  transition: all 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}

.hdn:hover{
  color:white;
  border: 2px #d19b26 solid;
  box-shadow: inset 0 -300px 0 0 #31302B;
  color: #FFF;
}


  z-index:0;
  background:none;
}


.project-container{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  max-width:1080px;
}
.resume-container{
  width:950px;
  
}
form {
  width:65%;
  
}
.form-group{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.form-control{
  border:2px solid #383736;
  border-radius:4px!important;
  margin:2px 0 2px 2px;
  letter-spacing: 2px;
}
.form-control:focus {
  border-color: #d19b26!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(209,155,38,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(209,155,38,.6);
}
#nameInput, #emailInput{
  height:45px!important;
}
.input-wrap{
  display:flex;
  justify-content:center;
  margin:2px 0 2px 2px;
  width:570px;
}
.input-wrap span{
  height:45px;
  width:50px;
  color:#383736;
  margin:2px;
  border:2px solid #383736;
  border-radius:4px;
  display:flex;
  align-items:center;
  justify-content:center;
  top:0!important;
  font-size:20px;
 
}
#contact{
  width:910px;

  text-align:center;
}
.contact-wrap{
  display:flex;
  justify-content:space-between;
}
.link-section{
  text-align:left;
}
.link-section ul {
  list-style-type:none;
  display:flex;
  margin:0;
  padding:0;
}
.link-section ul li {
padding-right:5px;
}
/*
.link-section ul li a {
  color:#d19b26;
} */
#submit{
  height:45px;
  width:50px!important;
  flex-basis:100px!important;
  margin:2px 0 2px 2px;
  padding:0px;
}
.footer{
  height:50px;
  margin-top:200px;
  margin-left:200px;
  text-align:center;
}
@media (max-width: 850px){
  .left-nav{
    display:none;
  }
  .section{
    margin-left:10px;
  }
  .blurb-wrap{
    display:block;
  }
  .right-bar{
    flex-direction:row;
  }
}
  @media (max-width:1000px){
  .contact-wrap{
    flex-direction:column;
  }
  
  form{
    min-width:65%;
    width:100%;
  }
  .input-wrap{
    width:100%;
  }
  .link-section{
    padding-left:10px;
    margin-bottom:50px;
  }
  .footer{
    margin-left:0;
  }

  
}
  
