* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: initial;
}

body {
  overflow-x: hidden;
}

textarea {
   resize: none;
}

#app {
  color: #000;
}

/*.home .big-ass-text,
.home .big-ass-text h1 {
    width: 100%
}

.home .big-ass-text h1 {
    position: relative;
    margin-top: -120px;
    padding: 30px;
    box-sizing: content-box;
}
*/
p:empty {
   display: none;
}

h1, h2, h3, h4, h5 {
    font-family: 'Oswald', sans-serif;
}

body, p {
  font-family: 'Anonymous Pro', monospace;
}

map,
area {
  cursor: pointer;
}

area {
  /*opacity: 0.1*/
  background: red;
}

header {
  position: fixed;
  max-width: 1180px;
  margin: 0 auto;
  left: -50px;
  right: 0;
  z-index: 999;
}

header .logo {
    width: 255px;
    height: 262px;
    left: 0;
    border: 5px solid;
    transition: 0.5s height width;
    /*transition: 0.5s width;*/
}

.logo .closed {
  width: 97px;
  height: 55px;
  display: none;
}

.logo.hidden {
    width: 97px;
    height: 55px;
    /*background: #bbbbbb;*/
    left: 0;
    border: none;
}

.logo .open {
      background: #fff;
}

.logo.hidden .open {
    display: none !important
}

.logo.hidden .closed {
    display: block;
}

header .logo img {
  width: 100%;
}

.contact .map {
  margin-top: -80px !important;
  padding: 6px !important;
  border: 6px solid #000;
}

.contact .map img {
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  /*height: 340px;*/
  border: 3px solid;
  display: block;
}

#content.conctact a {
  color: inherit;
}

footer {
  max-width: 1180px;
  margin: 0 auto;
  background-color: #FFF;
  margin-bottom: 50px;
  margin-top: 50px;
}

footer a {
  line-height: 1.2;
  vertical-align: middle;
}

footer span {
  color: grey;
}

footer p {
  color: #000;
}

footer .column:last-child a {
  vertical-align: sub;
}

footer .fa {
  color: gray;
  font-size: 20px;
  padding-right: 5px;
}

footer img {
  display: inline-block;
  margin: 0 auto;
  vertical-align: text-top;
}

footer img.cricle {
  max-width: 155px;
}

footer img.horizontal {
  max-width: 250px;
}

footer .menu.columns {
  padding: 15px;
}

footer .menu span {
  display: block;
  font-size: 9px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

footer .menu p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

footer .border-top-bottom {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

footer .border-bottom {
  border-bottom: 1px solid #d0d0d0;
}

footer .border-sides {
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

footer .legal .disclaimer {
  padding: 30px;
  background-color: #e4e4e4;
  color: #000;
  font-size: 15px;
}

footer .legal .logo {
  background-color: #d1d3d4;
  
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}

.big-ass-text {
/*    text-align: left;
    margin-top: -100px !important;
    padding: 20px 40px !important;*/
    position: relative;
    height: 250px;
    padding: 20px 0;

}

.big-ass-text h1 {

    margin: 20px;
    font-size: 16px;
    font-size: 5em;
    line-height: 1;
    color: #3cc3b2;
    text-transform: uppercase;
    letter-spacing: 1px;

    width: min-content;

    text-transform: uppercase;
    position: absolute;
    z-index: 9;
    background: #FFF;
    border: none;
    left: 0;

    width: 100%;
    margin: 0;
    padding: 15px 40px;

    letter-spacing: 15px;
    line-height: 1.5em;

}

.background-image {

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  min-height: 708px;
  /*background-image: url("https://images.unsplash.com/photo-1540205081-d01d494b6f37?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a3a00efb839883ac243e103e843537a6&auto=format&fit=crop&w=1489&q=80");*/
}

.floaters {
  position: relative;
}

.floaters .left,
.floaters .right {
  position: absolute;
}

.floaters .right {
  right: 0;
}

.floaters .right.copy {
  /*top: 20%;*/
  bottom: auto;
}

.floaters .left {
  left: 0;
}

.floaters .left.copy {
  /*bottom: 25%;*/
}

.floaters .image {
  max-width: 600px;
}

.floaters .copy {
  max-width: 540px;
  position: absolute;
  padding: 3px !important;
  border: 5px solid #000;
  z-index: 9;
}

.floaters .copy p {
  font-size: 14px;
  padding: 10px;
  border: 2px solid #000;
}

#content {
    margin-bottom: 150px;
}


#content > section.floaters:nth-child(2n):after {
  content: "";
  background: red;
}

#content>section:not(.fullwidth) {
  max-width: 1024px;
  margin: 0 auto 30px auto;
}

#content>section:not(.big-ass-text) {
  padding: 50px 20px;
}

.floaters {
  position: relative;
}
.floaters .copy {
  background-color: white;

}

#content .copy {
  padding: 25px;
}

.contact input,
.contact textarea {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: #e0e0e0;
  color: #000;
  padding: 10px;
  width: 100%;
  padding: 10px 20px;
}

#projects {
  position: relative;
}

.shade {
  position: absolute;
    height: 100px;
    top: 30%;
    z-index: -1;
    right: 0;
    width: 500%;
    left: -100%;
    min-height: 600px;
    background: rgba(193, 192, 192, 0.3);
    display: none;
}

.contact textarea {
  height: 200px;
  padding: 10px 20px;
}

.contact button {
  padding: 10px 20px;
  background: #000;
  color: #FFF;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
}

.project {
  padding: 3px;
  border: 6px solid #000;
  position: relative;
}

.project .image {
  height: 400px;
  background-image: url("https://images.unsplash.com/photo-1540205081-d01d494b6f37?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a3a00efb839883ac243e103e843537a6&auto=format&fit=crop&w=1489&q=80");
  background-size: cover;
  border: 2px solid;
}
  
.project .info.top {
  bottom: 47px;
  text-align: left;
  padding: 0 12px;
  font-weight: normal;
}

.project .info {
  position: absolute;
  right: 0;
  margin: 0;
  width: 100%;
  /*background: #FFF;*/
  padding: 0;
  text-align: center;
  bottom: 15px;
  border: 2px solid;
  left: 0;
  line-height: 2.5;
  font-weight: bold;
  box-sizing: border-box;
  width: calc(100% - 6px);
  margin: 0 auto;
}

.project .info span {
  font-size: 13px;
  padding-right: 5px;
  font-weight: lighter;
}

.project .info span,
.project .info p {
  display: inline-block;
}

.project .info p {
  font-size: 17px;
  letter-spacing: 2px;
}

.project .info a {
    color: #FFF;
}

.project .info>.column {
  padding: 0;
}

.project .info>.column:not(:last-child) {
  border-right: 2px solid #000;
}

.project .info>.column:last-child {
  color: #FFF;
  background: #afafaf;
}

.project .column {
  padding: 0;
}

.easteregg {
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: -1;
    background-image: url(images/easteregg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

section.big-ass-text {
    /*margin-top: -80px !important;*/
    background-color: #FFF;
}


@media (max-width: 1024px) {

  .logo {
    zoom: 1.2;
  }

  .project {
    min-height: 380px
  }

  .project .title.columns {
    bottom: 70px !important;
  }

  .project .info>.column:not(:last-child) {
    border: none;
    border-bottom: 2px solid #000;
  }

  .floaters {
    height: auto !important
  }

  .floaters .right,
  .floaters .left {
    position: relative;
  }

  .total_sqft {
    display: none;
  }

  .project .image {
    height: 250px;
  }

  .big-ass-text h1 {
    font-size: 2rem;
  }
  
  .easteregg {
    display: none;
  }


  header {
    left: 0;
    right: 0;
  }

  header .logo {
    margin: 0 auto;
  }

  footer .is-4.logo {
    min-height: 100px;
    width: 100%;
    background-size: 35%;
  }

  footer img.horizontal,
  footer img.cricle {
        margin: 0 auto;
    display: block;
  }

  .background-image {
    min-height: 70vh;
  }


}


header {
  background-color: #FFF;
}

header > img {
  border: 1px solid #000;
}

ul.menu {
  padding: 30px;

  padding: 3px;
  border: 1px solid #000;
  margin-top: -7px;
}

#app {
  overflow: hidden; 
  position: relative;
}

.mobile-menu {
  content: "";
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  border-bottom: none;
  width: 50px;
  padding: 10px;
  background: #FFF;
  line-height: 1;
  height: 50px;
  font-size: 25px;
  text-align: center;
  display: none;
}

.menu-track-bg {
    content: "";
    height: 10000px;
    background-image: url(./images/track-bg2.png);
    /*background-repeat: repeat-y;*/
    background-size: contain;
    position: absolute;
    right: 0;
    width: 320px;
    /*background: white;*/
    z-index: 999;
    top: 0;
    bottom: 0;
    border: 6px solid #000;
    /*border-bottom: none;*/
}

.menu-track-bg:after {
  content: "";
  position: fixed;
  bottom: 0;
  height: 7px;
  background: black;
  width: 100%;
}

/*.menu-track {
  content: "";
    background-image: url(./images/track.png);
    background-repeat: repeat-y;
    background-size: 80px;
    background-position: center top;
    position: fixed;
    right: 0;
    width: 300px;
    margin: 0 auto;
    z-index: 999;
    top: 786px;
    bottom: 0;
    transition: 0.5s all
}*/

ul.menu li {
    padding: 10px;
    background: #E5E6E6;
    color: #bdbfbf;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Anton', sans-serif;
    font-size: 3.5em;
    line-height: 0.99;
    border: 1px solid #000;
    border-bottom: none;
    /* font-weight: bold; */
}

#app {
  padding-right: 320px;
}

@media (max-width: 1200px) {
  footer .columns {
    display: block !important; 
  }
}

@media (max-width: 1024px) {
  aside {
    /*opacity: 0*/
  }
  header,
  .menu-track,
  .menu-track-bg {
    display: none !important;
    /*right: -100%;*/
  }
  .mobile-menu.active {
    right: 320px;
  }
  header.active,
  .menu-track.active,
  .menu-track-bg.active {
    /*right: 0;*/
    display: block !important;
  }
  #app {
    padding-right: 0;
  }
  .mobile-menu {
    display: block;
  } 
  ul.menu li {
    font-size: 1.5em
  }
  footer .menu .column:last-child {
    display: block;
  }

}

footer .menu .column:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}