* {
  box-sizing: border-box;
  font-family: 'Century Gothic', sans-serif;

}

::-moz-selection {
  background: #007AC4;
  text-shadow: none;
}

::selection {
  background: #007AC4;
  text-shadow: none;
}

html {
  scroll-behavior: smooth;
}

b {
  font-weight: 600;
}

audio,
canvas,
img,

body {
  overflow-x: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  /* background-color: #FFFFFF; */

}

#project-intro {
  height: 180px;
  margin: 0px;
  display: inline-block;
}

/* LAA Logo Intro Page */

#project-intro .content img {
  position: absolute;
  top: 65px;
  left: 50%;
  width: 80px;
  transform: translate(-50%, -50%);
}

#project-intro .content img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* Leonardi Aray Architects */

#project-intro .content h1 {
  position: absolute;
  top: 100px;
  left: 50%;
  font-weight: 400;
  font-size: 2em;
  letter-spacing: 4px;
  transform: translate(-50%, 0);
  overflow: hidden;
  white-space: nowrap;
}

#grayscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 300px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}


.project-page-title {
  display:block;
  margin-top: 250px;
  margin-left: 50vw;
  transform: translateX(-50%) translateY(-50%);
  max-width: 80vw;
  max-height: 250px;
}


.project-info {
  float: left;
  margin-left: 100px;
  width: 500px;
}

.project-info h3 {
  font-size: 1.3em;
  color: #6C6C6C;
  margin-bottom: 20px;
  letter-spacing: 1.3px;
  font-weight: 600;
}

.project-info p {
  font-size: 1.1em;
  color: #757575;
  margin-bottom: 20px;
  letter-spacing: 1.3px;
  font-weight: 600;

}

.project-info p a {
  text-decoration: none;
  font-size: 1.1em;
  color: #757575;
  margin-bottom: 20px;
  letter-spacing: 1.3px;
  font-weight: 600;

}

.scroll {
  position: absolute;
  top: 50%;
  left: 50%;
}

.nostyle {
  text-decoration: underline;
  color: #424242;
  font-weight: 250;
  line-height: 1.8;
  font-size: 22pt;

}
.nostyle:hover {
  color:#007AC4;
}

i {
  font-weight: 300;
}

html {
  scroll-behavior: smooth;
}

* {
  text-align: center;
  font-weight: 150;
  box-sizing: border-box;
  font-family: 'Century Gothic', sans-serif;


  }
* {
  animation: fadein .5s;
  -moz-animation: fadein .5s; /* Firefox */
  -webkit-animation: fadein .5s; /* Safari and Chrome */
  -o-animation: fadein .5s; /* Opera */
  }
  @keyframes fadein {
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }
  @-moz-keyframes fadein { /* Firefox */
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }
  @-webkit-keyframes fadein { /* Safari and Chrome */
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }
  @-o-keyframes fadein { /* Opera */
      from {
          opacity:0;
      }
      to {
          opacity: 1;
      }
}

/*--------------------------------------------------------------------*/

/* TWO COLUMN LAYOUT STUFF */


.two-column {
  display: block;
  text-align: left;
  margin-left: 50vw;
  max-width: 80vw;
  transform: translateX(-50%);
}

.column-left {
  float: left;
  width: 35%;
}
.column-right {
  float: left;
  width: 65%;
}

/* Clear floats after the columns */
.two-column:after {
  content: "";
  display: table;
  clear: both;
}

.blog-column {
  max-width: 350px;
  float: right;
  display: block;
  text-align: right;
  padding-right: 20px;
  padding-top: 0px;
  /* font-size: 1.6vw; */
  font-size: 22pt;
  /* text-indent: 25px; */
  font-weight: 250;
  color: #424242;
  line-height: 1.8;
}

.blog-column-right {
  max-width: 350px;
  float: left;
  display: block;
  text-align: left;
  padding-left: 20px;
  padding-top: 0px;
  /* font-size: 1.6vw; */
  font-size: 22pt;
  /* text-indent: 25px; */
  font-weight: 250;
  color: #424242;
  line-height: 1.8;
}

.project-pic-column img {
  float:left;
  display: block;
  max-width: 100%;
  max-height: 100vh;
  padding-top: 10px;
}







/*--------------------------------------------------------------------*/

.pdf-box {
  transform: translateX(-50%);
  display: block;
  align-items: center;
  font-size: 22pt;
  padding-left: 0%;
  padding-right: 0%;
  margin-left: 50vw;
  max-width: 80vw;
}

.pdf-box a img{
  width: 75px;
}
.pdf-box a img:hover{

  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.pdf-box a p {
  text-decoration: underline;
  color: #424242;
  font-weight: 300;

}




.blog {
  display: block;
  text-align: justify;
  font-size: 22pt;
  padding-left: 0%;
  padding-right: 0%;
  margin-left: 50vw;
  max-width: 80vw;
  /* text-indent: 5vw; */
  font-weight: 250;
  color: #424242;
  transform: translateX(-50%);
  line-height: 1.8;
}

.blog-center {
  display: block;
  text-align: center;
  font-size: 24pt;
  font-weight: 300;
  margin-left: 50vw;
  max-width: 80vw;
  transform: translateX(-50%);
}


hr {
    margin-bottom: 0;
    border: 0;
    width: 96%;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #909090, #ccc);
}

.header {
  margin-top: 60px;
  margin-bottom: 60px;
  font-weight: 400;
  text-align: left;
  font-size: 80px;
  margin-left: 5%;
  max-width: 90vw;
  text-transform: uppercase;
}

.project-pic img {
  height: inherit;
  display: block;
  margin-left: 50vw;
  transform: translateX(-50%);
  max-width: 80vw;
  /* max-width: 1000px; */
  max-height: 80vh;
}

/*-------------------------------------*/


@media only screen and (max-width: 620px) {

  #project-intro .content img {
    top: 50px;
    width: 50px;
    left: 50%;
    transform: translate(-50%, -50%);

  }

  .header {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 38px;
    margin-left: 5%;
  }

  .column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300px;
  }

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .top-margin {
    height: 140px;
  }

  .container {
    width: 100vw;
    margin-left: auto;
  }

  .project-info {
    float: left;
    margin-left: 5vw;
  }

  .project-info h3 {
    font-size: 12pt;
    color: #6C6C6C;
    margin-bottom: 20px;
    margin-top: 0px;
    letter-spacing: 1.3px;
    font-weight: 600;

  }

  .project-info p {
    font-size: 10pt;
    color: #757575;
    margin-bottom: 20px;
    letter-spacing: 1.3px;
    font-weight: 600;
    width: 65vw;
  }

  .project-info p a {
    text-decoration: none;
    font-size: 10pt;
    color: #757575;
    margin-bottom: 20px;
    letter-spacing: 1.3px;
    font-weight: 600;
  }


  .blog-column {
    max-width: 100vw;
    float: left;
    display: block;
    text-align: justify;
    /* font-size: 1.6vw; */
    padding-bottom: 30px;
  }

  .blog-column-right {
    margin-top: 60px;
    max-width: 100vw;
    float: left;
    display: block;
    text-align: justify;
    padding: 0px;
    /* text-indent: 20px; */
    font-weight: 250;
  }

  .blog {
    max-width: 80vw;
    /* text-indent: 20px; */
    font-weight: 250;
  }

  .column-left {
    float: left;
    width: 100%;
  }

  .column-right {
    float: left;
    width: 100%;
  }

  .project-pic img{
    /* height: inherit; */
    display: block;
    margin-left: 50vw;
    transform: translateX(-50%);
    width: 100vw;
  }

  .project-pic-column img{
    /* float: left; */
    /* margin-left: 50vw; */

    /* width: 100vw; */
  }

  .two-column {
    text-align: left;
    max-width: 100vw;
  }

  .blog-center {
    font-size: 20pt;
  }

}

@media only screen and (max-width: 1080px) {
  .blog {
    font-size: 14pt;
  }
  .blog-column {
    font-size: 14pt;
  }
  .blog-column-right {
    font-size: 14pt;
  }
  .nostyle {
    font-size: 14pt;
  }
  .pdf-box {

    font-size: 14pt;

  }
}




@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {


}

@media only screen and (min-width: 1140px) {

  .header {
    font-size: 140px;
  }


}
