body {
  margin: 0;
}
header {
  position: fixed;
  z-index: 10000;
  height: 100px;
  /*background-color: red;*/
  width: 100%;
  display: flex;
  background-color: #f7f6f3;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 80px;
}

.navMain {
  background-color: red;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 50px;
  box-shadow: 0 0 5px  rgba(0,0,0,.5)
}

.nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color:#f7f6f3;
}

.nav div {
  /*width: 80px;*/
  background-color:
  height: 50px
  padding-top: 15px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  font-family: Lato;
  font-weight: 100italic;
  margin: 5px;
}


.logo {
  display: flex;
  min-width: 30%;
  align-items: center;
  font-weight: 900;
  padding-top: 20px;
}

.logo .mid {
  /*background-color: red;*/
  height: 40px;
  margin-right: 1px;
  flex-grow: 1;
  padding-top: 0px;
  font-weight: 100;
}

.burgerButton {
  /*background-color: pink;*/
  height: 100%;
  align-items: center;
  font-size: 30px;
  color: #bdbdbd;
  display: none;
  padding-right: 20px;
}

.mobileMenu {
  display: none;
}

.mobileHolder {
  display: flex;
  flex-direction: column;
}

.mobileMenuParent {
  display: none;
  width: 100%;
}

.mobileHolder div {
  text-align: center;
  font-size: 30px;
  background-color: white;
}

.projectHolder {
  height: auto;
  margin: 0px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 5px;
  background-color: white;
}

.projectHolder img {
  padding: 10px 20px 10px 20px;
  background-color: white;
}

.projectHolderRight {
  max-width: 1000px;
	margin: auto;
}

.projectHolderLeft {
  max-width: 500px;
	margin: auto;
  padding: 10px 20px 10px 20px;
  background-color: blue;
}


@media (max-width: 600px) {
  .nav {
    display: none;
  }
  .burgerButton {
    display: flex;
  }
  .mobileMenuParent {
    display: block;
  }
}


.top {
  display: flex;
}

.top .middle {
  margin: 0px;
  background-image: url(../images/top_green.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 65px;
  flex-grow: 1;
}

.top .blue {
  margin: 0px;
  background-image: ;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70px;
  flex-grow: 1;
}

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

/*.topOverlayInside {
  color: black;
  text-align: center;
  align-items: center;
  font-family: lato;
  font-weight: 300;
  flex-grow: 1;
  font-size: 30px;
  margin-top: 150px;
}
*/

.folioMain {
  display: block;
  margin: 0px;
  margin-top: 0px;
  margin-right: 0px;
  overflow:hidden;
  /*padding: 5px 10px 10px 0px;*/
  /*border: 1px solid #dbdbdb;*/
}

.default {
  height: auto;
  margin: 0px;
  height: auto;
  padding-left: 0px;
  padding-top: 10px;
  margin-bottom: 5px;
  /*border: solid black 1px;*/
}

.folio {
  background-color:#f7f6f3;
  max-width: 1100px;
  height: auto;
  margin: auto;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 5px;

}



.folio img {
  padding: 10px 10px 10px 10px;
}

.folioMain img {
  padding: 10px 10px 10px 10px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(255,255,255,0.85);
  display: flex;
  opacity: 0;
}

.overlay:hover {
  opacity: 1;
  -webkit-transition: opacity .25s ease-in-out .0s;
  transition: opacity .25s ease-in-out .0s;
}

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

.overlayInside {
  color: black;
  text-align: center;
  align-items: center;
  font-family: lato;
  font-weight: 300;
  flex-grow: 1;
  font-size: 17px;
}

.servicesMain {
  display: flex;
}

.services {
  color: gray;
  text-align: left;
  padding-left: 10px;
  font-family: lato;
  font-weight: 100;
  font-size: 12px;
}

.servicesHead {
  color: black;
  text-align: left;
  padding-left: 10px;
  font-family: lato;
  font-weight: 500;
  font-size: 14px;
}

.folioMain {
  height: auto;
  margin: 0px;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-top: 100px;
  flex-wrap: wrap;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.folioImageHolder {
  display: flex;
  flex-grow: 2;
  flex-wrap: wrap;
  margin-top: 10px;
  min-width: 200px;
  margin-right: 0px;
}

.folioImage {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: green;
  background-image: url(../images/work_02.jpg);
  height: 200px;
  flex-grow: 1;
  min-width: 200px;
  margin-right: 10px;
  flex-wrap: wrap;
}

.folioImage:hover {
  background: rgba(0,0,0,.5);
}

.servicesMain {
  display: flex;
  margin-top: 0px;
  padding: 0 10px 10px 10px;
  align-items: center;
  justify-content: space-around;
  min-width: 760px;
  flex-grow: 1;
  background-color: #F7F7F7
}

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

.footerMain {
  display: flex;
  margin-top: 20px;
  padding: 0 10px 10px 10px;
  height: 400px;
  background-color: #e2e2e2;
}

.space {
  display: flex;
  padding: 0 10px 10px 10px;
  background-color: white
}

.footer {
  display: flex;
  width: 100%;
}

.footer div {
  margin-top: 10px;
  background-color: #dbdbdb;
  height: 80px;
  flex-grow: 1;
  margin-right: 10px;
}

a link {
  color: white;
}

a {
 font-family: sans-serif;
 font-size: 15px;
 color: #797979;
 letter-spacing: 1px;
 text-decoration: none;
 font-family: lato;
 font-weight: 300;
}

a:hover {
  color: black;
  text-decoration: none;
}

.nav div:hover {
  background-color:
}


h1 {
  font-family: lato;
  text-align: left;
  font-size: 24px;
  font-weight: 300;
  color: #000000;
}

h2 {
  font-family: lato;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #85b4c7;
}

h3 {
  font-family: lato;
  text-align: left;
  font-size: 18px;
  font-weight: 100;
  color: #797979;
}

h4 {
  font-family: lato;
  text-align: left;
  font-size: 18px;
  font-weight: 100;
  color: white;
}

p {
  font-family: lato;
  font-size: 14px;
  text-align: left;
  font-weight: 300;
  color: #3a3a3b;
}

.button {
  border: 2px;
  border-radius: 5px;
  background-color: #f9e42e;
  background-position: center;
  padding-top: 5px;
  display: inline-block;
  font-family: sans-serif;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  width: 80px;
  height: 40px;
}

@media screen and (max-width: 600px) {
nav {
  display: none;
}

.folio {
  display: block;
	flex-wrap: wrap;
}

.folioImageHolder {
  display: block;
  flex-wrap: wrap;
}

.folioImage {
float:none;
width: 100%;
flex-wrap: wrap;
}

}
