/* GLOBAL */
* {
  font-family: helvetica, sans-serif;
}

body {
  font-family: helvetica, sans-serif;
  font-size: 0.8em;
}

body#white{
  background: #F1F3F6;
  color: #1d1d1d;
}
body#white .nav a{
  color: #1d1d1d;
}
body#white span.title{
  color: #1d1d1d;
}
/* body#white span.titleWhite {
  color:#F1F3F6;
} */
body#white a{
  color: #C4C4C4;
}
body#white a:hover{
  color: #1d1d1d;
}

body#black{
  background: #1d1d1d;
  color: #F1F3F6;
}
body#black .nav a{
  color: #F1F3F6;
}
body#black span.title{
  color: #F1F3F6;
}
body#black a{
  color: #C4C4C4;
}
body#black a:hover{
  color: #F1F3F6;
}

#menuImg {
  width: 100% auto;
  height:auto;
}
#menuImg2 {
  width: 100% auto;
  height:auto;
}







/* VIMEO */







/* MOUSE */
/* #container {
  position: absolute;
  width: 100%;
  height: 100%;
}

#container div {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  margin: 0;
}

#container div:hover {
}

#container .work {
  height: 15px;
  margin-top: 30%;

}

#container .systems {
  height: 15px;
  margin-top: 30%;
}

#container .contact {
    height: 15px;
    margin-top: 30%;
}

#container .client {
  height: 15px;
  margin-top: 30%;
} */











/* NAV */
.nav {
  font-weight: bold;
  grid-column: span 4;
}

.container .nav {
  height: 25px;
  position: relative;
  padding:5px;
  margin-top: 0px;
  margin-bottom: 100px;
}

.nav .logo {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

ul {
  list-style-type: none;
  text-decoration: none;
}

li {
  list-style-type: none;
  text-decoration: none;
}

.nav ul {
  padding: 0;
  /* right: 0; */
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}

ul li:hover {
  /* background-color: #000; */
}

ul li:hover a {
}

ul li.active {
  /* background-color: #000; */
}

ul li.active a {
}














/* CONTENT */
.rule {
  height: 10px;
  grid-column: span 4;
}

.rule2 {
  height: 10px;
  grid-column: span 4;
}

.rule hr {
  background-color: #B1B1B1;
  height: 1px;
  border: none;
}

.rule2 hr {
  background-color: #424242;
  height: 3px;
  border: none;
}

.rulewhite {
  height: 10px;
  grid-column: span 4;
}

.rulewhite {
  height: 10px;
  grid-column: span 4;
}

.rulewhite hr {
  background-color: #B1B1B1;
  height: 1px;
  border: none;
}

.rulewhite hr {
  background-color: #424242;
  height: 3px;
  border: none;
}





.header02  {
  height: 100%;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  top: 0px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;

    "footer footer footer footer";
}

.header02 .rule2 {
  margin:0px;
}

.header02 .item-header {
  height: 100%;
  grid-column: span 4;
  margin:0px;
  padding:0px;
}

.header02 .item-z {
  margin:0px;
  padding:0px;
  padding-bottom: 10px;
  height: 100%;
  grid-column: span 2;
}

.header02 .item-z2 {
  margin:0px;
  padding-bottom:0px;
  top:0px;
  grid-column: span 4;
}

.header02 .item-z3 {
  margin:0px;
  padding-top:60px;
  top:0px;
  grid-column: span 4;
}





.item-a {
  height: 100%;
  grid-column: span 4;
  /* background-color:green; */
}

.item-b1 {
  height: 100%;
  grid-column: span 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;

}

.item-b2 {
  height: 100%;
  grid-column: span 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.item-c1 {
  height: 100%;
  grid-column: span 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 100% auto;
  height: auto;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.item-c2 {
  height: 100%;
  grid-column: span 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 100% auto;
  height: auto;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.item-e {
  height: 100%;
  grid-column: span 3;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.item-f1 {
  height: 100%;
  grid-column: span 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.item-f2 {
  height: 100%;
  grid-column: span 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.item-g1 {
  height: 100%;
  grid-column: span 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.item-g2 {
  height: 100%;
  grid-column: span 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.item-h1 {
  height: 100%;
  grid-column: span 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.item-h2 {
  height: 100%;
  grid-column: span 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.item-i1 {
  height: 100%;
  grid-column: span 1;
}

.item-i2 {
  height: 100%;
  grid-column: span 1;
}

.item-i3 {
  height: 100%;
  grid-column: span 1;
}

.item-i4 {
  height: 100%;
  grid-column: span 1;
}

.container {
  padding: 60px;
  padding-top:0px;
  padding-bottom:0px;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
    /* background-color: green; */
  display: grid;
    "header header header header"
    "main main . sidebar"
    "footer footer footer footer";
}











/* WORKS */
#portfolio {
  padding: 60px;
  padding-top:0px;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  /* background-color:red; */
  display: grid;
    "header header header header"
    "main main . sidebar"
    "footer footer footer footer";
}

#paragraph {
  padding-top: 5px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 100px;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  /* background-color:red; */
  display: grid;
    "header header header header"
    "main main . sidebar"
    "footer footer footer footer";
}

#text {
  padding-top: 5px;
  padding-bottom: 10px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  /* background-color:red; */
}

#works {
  padding: 60px;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: grid;
    "header header header header"
    "main main . sidebar"
    "footer footer footer footer";
}

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

.projectLink:hover {
  /* -webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease; */
}

span {
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
}

span.title {
  text-transform: uppercase;

  padding: 0px;
  margin: 0px;
}

/* span.titleWhite {
  text-transform: uppercase;

  padding: 0px;
  margin: 0px;
  color:#F1F3F6;
} */

span.subtag {
  text-transform: uppercase;

  padding: 0px;
  margin: 0px;
}

/* span.subtag {
position: relative;
background: rgba(0,255,0,0.2);
display: none;
height: 1000px;
width: 1000px;
position: relative;
bottom: 200px;
margin-bottom: -200px;
} */

span.overlay {
position: relative;
background: rgba(0,255,0,0.2);
display: none;
height: 1000px;
width: 1000px;
position: relative;
bottom: 200px;
margin-bottom: -200px;
}

/* .projectLink:hover span.overlay {
display:block;
} */

.scale-anm {
  transform: scale(1);
}

.filter {
  height: 50px;
  position: relative;
  grid-column: span 4;
  margin-top: 100px;
}

.filter ul {
  padding: 0;
  text-align: left;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fitler a {
  text-decoration: none;
}

.fitler a:hover {
  text-decoration: none;
}


.filterwork {
  height: 50px;
  position: relative;
  grid-column: span 4;
  /* margin-top: 100px; */
}

.filterwork ul {
  padding: 0;
  text-align: left;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fitlerwork a {
  text-decoration: none;
}

.fitlerwork ul li {
  display: inline-block;
  padding: 0 0 0 0;
}

a {
  text-decoration: none;
  cursor:pointer;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
}

a:active {
}

a:focus {
}

.btn {
  line-height: 0.5em;

  font-weight: bold;
  margin-right: 0px;
  text-transform: none;
}

.btn:hover {
  cursor:pointer;
}

.btn:active {
}

.project {
  font-weight: bold;
  line-height: 0.5em;

  text-transform: none;
}

.related {
  font-weight: bold;
  line-height: 0.5em;

  text-transform: none;
}

.title {
  line-height: 0.5em;
  text-transform: uppercase;
  line-height: 0.9em;
  font-weight: bold;
  margin-right: 10px;
  text-transform: none;
}

.subtag {
  line-height: 0.5em;

  line-height: 1.0em;
  font-weight: bold;
  margin-right: 0px;
  padding-right: 0px;
  float: right;
  text-transform: none;
  /* color: #404040; */
}

.primary {
  display: inline-block;
  padding: 0 5px 0 0;

  font-weight: bold;
  margin-bottom: 0px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

.secondary {
  display: inline-block;
  position: absolute;

  font-weight: bold;
  font: helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

h1 {
  display: inline-block;
  margin: 0px;
  padding: 0 5px 0 0;

  font-weight: bold;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  display: inline-block;
  margin: 0px;

  font-weight: bold;
  font: helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

/* .secondary:hover {
  color: #ff0000;
} */

.body {
  font-weight: bold;
  font: helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
  text-transform: none;
}

/* .trituary {
  font-size: 1.25em;
  font-weight: bold;
  font: helvetica, sans-serif;
  text-transform: none;
  color: #B1B1B1;
} */

.copy {
  margin-bottom: 100px;
  margin-right: 150px;
  text-transform: none;
  font-weight: bold;
  height: 100%;
  grid-column: span 3;
  font-weight: bold;
}

.subcopy {
  margin-top: -10px;
  margin-bottom: 0px;
  margin-right: 150px;

  font-weight: bold;
  height: 100%;
  grid-column: span 3;
  font-weight: bold;
}

.tag {
  margin-bottom: 100px;

  font-weight: bold;
  height: 100%;
  grid-column: span 1;
  font-weight: bold;
}


.link {
  font-weight: bold;

  text-transform: none;
  text-decoration: none;
}




/* RELATED WORKS */
#related {
  margin-top: 200px;
  padding: 60px;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: grid;
    "header header header header"
    "main main . sidebar"
    "footer footer footer footer";
}

.related1 {
  height: 600px;
  grid-column: span 1;
}






/* END */
#end {
  font-weight: bold;

  margin-top: 100px;
  padding: 10px;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: grid;
    "header header header header"
    "main main . sidebar"
    "end end end end";
}

.extraSpace {
  height:30px;
}

.end1 {
  height: 200px;
  grid-column: span 1;
}

.end2 {
  height: 200px;
  grid-column: span 1;
}

.end3 {
  height: 200px;
  grid-column: span 1;
}

.end4 {
  height: 200px;
  grid-column: span 1;
}






/* FOOTER */
.footerContainerShort {
position: absolute;
/* height: 100%; */
width: 100%;
bottom: 0px;
}

.footerContainer {
top:60px;
position: relative;
height: 100%;
width: 100%;
bottom: 0px;
}

#footer {
  font-weight: bold;
  /* margin-top: 200px; */
  /* margin-bottom: 0px; */
  /* position: absolute; */
  height: 100%;
  padding: 0;
  padding-left: 60px;
  padding-right: 60px;
  top: 0px;
  padding-bottom: 150px;
  /* padding-top: 0; */
  /* margin: 0; */
  /* align: bottom; */
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  /* background-color: green; */
  display: grid;

    "footer footer footer footer";
}

.footerContainer .rule2 {
  padding-right: 60px;
  padding-left: 60px;
  /* height:0px; */
  margin:0px;
}

.footerContainerShort .rule2 {
  padding-right: 60px;
  padding-left: 60px;
  /* height:0px; */
  margin:0px;
}

#footer .footer1 {
  top: 0px;
  height: 10px;
  grid-column: span 1;
}

#footer .footer2 {
  top: 0px;
  height: 10px;
  grid-column: span 1;
}

#footer .footer3 {
  top: 0px;
  height: 10px;
  grid-column: span 1;
}

#footer .footer4 {
  top: 0px;
  height: 10px;
  grid-column: span 1;
}











@media only screen and (max-width: 960px) {
      body {
        /* background-color: lightblue; */
        overflow-x: hidden;
      }


      /* CONTENT */
      .item-b1 {
        height: 100%;
        grid-column: span 4;
      }

      .item-b1 {
        height: 100%;
        grid-column: span 4;
      }

      .item-b2 {
        height: 100%;
        grid-column: span 4;
      }

      .item-c1 {
        height: 100%;
        grid-column: span 4;
      }

      .item-c2 {
        height: 100%;
        grid-column: span 4;
      }

      .item-e {
        height: 100%;
        grid-column: span 4;
      }

      .item-f1 {
        height: 100%;
        grid-column: span 4;
      }

      .item-f2 {
        height: 100%;
        grid-column: span 4;
      }

      .item-g1 {
        height: 100%;
        grid-column: span 4;
      }

      .item-g2 {
        height: 100%;
        grid-column: span 4;
      }

      .item-h1 {
        height: 100%;
        grid-column: span 4;
      }

      .item-h2 {
        height: 100%;
        grid-column: span 4;
      }




      /* NAV */
      .nav {
        font-weight: bold;

        grid-column: span 4;
        /* background-color:black; */
      }



      /* CONTENT */
      .rule {
        height: 0px;
        grid-column: span 4;
      }



      /* WORKS */
      #portfolio {
        padding: 60px;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 60px;
        grid-row-gap: 60px;
        display: grid;
          "header header header header"
          "main main . sidebar"
          "footer footer footer footer";
      }

      #works {
        padding: 60px;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 60px;
        grid-row-gap: 60px;
        display: grid;
          "header header header header"
          "main main . sidebar"
          "footer footer footer footer";
      }

      .scale-anm {
        transform: scale(1);
      }

      .filter {
        height: 0px;
        position: relative;
        grid-column: span 4;
        margin-top: 100px;
      }

      .filter ul {
        padding: 0;
        text-align: left;
        left: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
      }

      .fitler a {
        text-decoration: none;
      }

      .fitler a:hover {
        text-decoration: none;
      }

      .fitler ul li {
        display: inline-block;
        padding: 0 0 0 0;
      }

      .filterwork {
        height: 50px;
        position: relative;
        grid-column: span 4;
        /* margin-top: 100px; */
      }

      .filterwork ul {
        padding: 0;
        text-align: left;
        left: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
      }

      .fitlerwork a {
        text-decoration: none;
      }

      a {
        text-decoration: none;
        cursor:pointer;
        font-weight: bold;
        text-decoration: none;
      }

      a:hover {
      }

      a:active {
      }

      a:focus {
      }

      .btn {
        line-height: 0.5em;

        font-weight: bold;
        margin-right: -10px;
        padding-right: 0;
        text-transform: none;
      }

      .btn:hover {
        cursor:pointer;
      }

      .btn:active {
      }

      .project {
        font-weight: bold;
        line-height: 0.5em;
        f
        text-transform: none;
      }

      .related {
        font-weight: bold;
        line-height: 0.5em;

        text-transform: none;
      }

      .title {
        line-height: 0.5em;

        line-height: 1.0em;
        font-weight: bold;
        margin-right: 10px;
        text-transform: none;
      }

      .primary {

        font-weight: bold;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
      }

      .secondary {

        font-weight: bold;
        font: helvetica, sans-serif;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
      }

      .body {

        font-weight: bold;
        font: helvetica, sans-serif;
        text-decoration: none;
        font-weight: bold;
        text-transform: none;
      }

      .copy {
        margin-bottom: 0px;
        margin-right: 0px;

        font-weight: bold;
        height: 100%;
        grid-column: span 4;
        font-weight: bold;
      }

      .subcopy {
        margin-bottom: 0px;
        margin-right: 150px;

        font-weight: bold;
        height: 100%;
        grid-column: span 3;
        font-weight: bold;
      }

      .tag {
        margin-bottom: 100px;

        font-weight: bold;
        height: 100%;
        grid-column: span 1;
        font-weight: bold;
      }


      .link {
        font-weight: bold;

        text-transform: none;
        text-decoration: none;
      }

      /* FOOTER */
      .footer1 {
        height: 100%;
        grid-column: span 4;
      }

      .footer2 {
        height: 100%;
        grid-column: span 4;
      }

      .footer3 {
        height: 100%;
        grid-column: span 4;
      }

      .footer4 {
        height: 100%;
        grid-column: span 4;
      }
}
