/* Style
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,500,700');

body {
    margin:0;
    font-family: 'Montserrat', sans-serif;
    background-color: #eee;
    color:#383838;
}
header{
   padding-left: 8%;
   padding-top: 40px;
   position: fixed;
   z-index: 9999;
   width: 94%;
   background-color: #383838;
   color:white;
   padding-bottom: 40px;
}


a{
  text-decoration: none;
}
hr{
  color:transparent;
  border: 0;
  border-top: 1px solid #fff;
}



.aboutdiv{
  width: 84%;
  margin-top: 0px;
  padding: 0 8%;
  height: 100%;
  padding-top: 30px;
  background-color: #eee;
  text-shadow: 0 0 20px #fff;
  z-index: 9998;

}


.aboutbanner{
  height: 100%;
  z-index: 9994;
  width: 100%;
  height:500px;
  margin-top: 0px;
  background-image: url(../img/portfolio/DSC7941vp_architecture.jpg);
  background-position: center;
  background-size: cover;
}





@media only screen and (min-width: 600px) { /* SCREENS BIGGER THAN 400 */

  header{
    background-color:#383838;
    color:white;
    position: fixed;
    width: 92%;
    z-index: 9999;
  }
  nav li a{
    color:#eee;
  }

    .aboutdiv{
      width: 34%;
      margin-top: 0px;
      padding: 0 8%;
      height: 100%;
      padding-top: 180px;
      background-color: rgba(250, 250, 250, 0.5);
      position: absolute;
      text-shadow: 0 0 40px #fff;
      z-index: 9998;

    }
  .aboutbanner{
    height: 100%;
    position: fixed;
    z-index: 9994;
    width: 100%;
    margin-top: 0px;
    background-image: url(../img/portfolio/DSC7941vp_architecture.jpg);
    background-position: center;
    background-size: cover;
  }
}
  @media only screen and (min-width: 900px) { /* SCREENS BIGGER THAN 400 */

    .aboutdiv{
      width: 22%;

    }
}
