body{
font-family: 'Roboto', sans-serif;
font-weight: 400;
}

h1,h2,h3{
font-family: 'DM Serif Display', serif;
}
h1{
  font-size: 2.8rem;
}
h2{
  font-size:1.8rem;
}
h3{
  font-size:1.125rem;
  color:#212121;
}
h4{
  font-size:1rem;
  color:#555555;
}
.w-sm-100{
  width:100%!important;
}
nav a {
  color:#212121;
}
#projects a, #bio-pic-section a, #info-about-me a{
  border-bottom: #7ab096 solid 2px;
  color:#212121;
}
#projects a:hover, #bio-pic-section a:hover, #info-about-me a:hover,.home-link-pages:hover{
  text-decoration: none!important;
  color:#7ab096!important;
  border-bottom:#212121 solid 2px;
  transition: all .3s;
}
#projects div.text-center img.w-75{
  width:60%!important;
}
#project-details img{
  border-radius: 2px;
}
#projects h3{
  font-size:1.75rem;
}
#projects small{
  text-transform: uppercase;
  font-size:85%;
}
.blinkers{
  font-family: 'DM Serif Display', serif;
}
.button_container {
  position: fixed;
  top: 5%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #89AD8F;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.greenish{
  color: #7ab096;
}
.bg-gray{
  background-color: #f5f5f5;
}
.overlay {
  position: fixed;
  background: #7ab096;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 0.98;
  visibility: visible;
  height: 100%;
  z-index: 40;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 35px;
font-family: 'DM Serif Display', serif;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }

}
.shadow-sm{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
  .menu-label{
    position:absolute;
    top: 30px;
    right: 89px;
    font-weight:bold;
  }
  html, body {
  height: 100%;
  margin: 0;
}
.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -50px;
}
.footer,
.push {
  height: 50px;
}

.case-description{
  min-height:300px;
}
#redesign p{
  width:75%;
}
footer p{
  font-size:1.2rem;
}
footer a{
  margin-right:15px;
  color:#212121;
  text-decoration: underline;
}
footer a:hover,nav a:hover{
  color:#7ab096;
  transition: all .3s;
  text-decoration: none;
}

@media screen and (max-width: 350px){
/* .name-section{
  height: 75vh;
} */
}
@media screen and (max-width: 500px){
h1 {
    font-size:2rem;
}
/* .name-section{
  height:50vh;
} */
.name-section h1.w-75, .w-75{
  width: 100%!important;
}
}
footer a {
  margin-right:5px;
  font-size:.85rem;
}
}
@media screen and (max-width: 767px){
h1 {
    font-size:2.2rem;
}


}


@media screen and (min-width: 1200px){
#project-details .container {
    max-width: 900px;
}
#project-details .picture-area {
    max-width: 1100px;
}

}
