﻿html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


html, body {
  height:100%;
  width:100%;
  margin:0px;
  font-size:10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
  color:inherit;
  text-decoration:none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align:top;
  padding-bottom:40px;
}

#logo {
  width: 25%;
  height: auto;
  margin-top: 1%;
  margin-left: 1%;
}

#page {
  width: 90%;
  margin-left:5%;
  color: white;
  font-size: 1.8rem;
}

.menu {
  font-family: 'Fjalla One', sans-serif;
  font-size: 3rem;
  line-height:6.5rem;
  color: white;
  margin-top: 1rem;
  margin-bottom:1rem;
  height: 6rem;
  width:100%;
}

.menuitem {
  width:33%;
  text-align:center;
  height: 6rem;
  float:left;
  cursor:pointer;
}

.menusep {
  width: 0.5%;
  float: left;
  background-color: #fff;
  height: 6rem;
}

.content {
  width:100%;
  min-height: 600px;
}

.seperator {
  background-color: white;
  position: absolute;
  z-index: 3;
  width: 90%;
  height: 4px;
  margin-top: 3.5rem;
}

.text {
  width:70%;
  /*float:left;*/
  height:600px;
  min-height: 600px;
  padding-top:5rem;
  padding-left:2rem;
}

.pillar {
  width:10%;
  /*float:left;*/
  min-height: 600px;
  /*height:600px;*/
}


.about {
  background-color: #5a8169;
}

.contact {
  background-color: #4e6640;
}


.reference {
  background-color: #9bc185;
}

h1 {
  font-size: 5rem;
  color: white;
  margin:0;
}

/*p {
  color: white;
  font-size: 1.8rem;
}*/

.showsmall {
  display: none;
}

.toprow {
  position: relative;
  width: 100%;
  text-align: center;
  top: 40px;
  border-bottom: 4px solid #fff;
  line-height: 3rem;
}

.bottomrow {
  position: relative;
  width: 100%;
  text-align: center;
  top: -40px;
  border-top: 4px solid #fff;
  line-height: 3rem;
}


@media (max-width:820px) {
  #logo {
    width: 50%;
    height: auto;
    margin-top: 1%;
    margin-left: 1%;
  }

  #page {
    width: 100%;
    margin-left:0%;
  }
  .menu {
    font-size: 2.5rem;
  }


  .seperator {
    width:100%;
  }

}


@media (max-width:570px) {
  #logo {
    width: 90%;
    height: auto;
    margin-top: 1%;
    margin-left: 1%;
  }


  h1 {
    font-size:3rem;
  }

  .showsmall {
    display: block;
  }
  .showlarge {
    display: none;
  }
  
  .seperator {
    display:none;
  }

}

.showsmall > div {
  margin-bottom:2rem;
  padding:1rem;
}
