* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
  }
  html {
    font-family: arial, sans-serif;
  }
  body {
    width: 100%;
    background-color: #eaeaea;
    background-position: top center;
    background-repeat: no-no-repeat;
    background-size: cover;
  }
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  
  p {
    color: #4c4c4c;
    font-size: 0.8em;
    line-height: 2em;
  }

  h3 {
    color: #4c4c4c;
    font-size: 1.2em;
  }

  h1 {
    color: #ffffff;
    font-size: 2em;
    text-decoration: none;
  }

  /* nav */

nav {
    margin: auto;
    margin-bottom: 4px;
    width: 90%;
    height: 70px;
    line-height: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  nav a {
      text-decoration: none;
  }

  nav a img {
    margin-top: 5px;
    height: 50px;
  }
  
  nav a p {
    text-align: right;
    line-height: 35px;
    /*float: right;*/
  }

  nav a svg {
    display: flex;
    height: 20px;
    width: 20px;
  }

  .social-container {
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: right;
    width: 110px;
    float: right;
  }

  .social-container a svg {
    fill: #4c4c4c;
  }

/*header*/

header {
    margin:auto;
    width: 90%;
    height: 50px;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 10px;
    line-height: 50px;
}

header .back {
    margin-left: 0.5em;
    text-align: left;
}

header a {
    text-decoration: none;
}

header .title {
    text-align: center;
}


/*headings*/

.heading {
    background-color: #acacac;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 30px;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 5% 0 5%;
    height: 140px;
    line-height: 180px;
  }

  .heading .back {
    margin-left: 0.5em;
    text-align: left;
}

.heading a {
    text-decoration: none;
}

.heading .title {
    text-align: center;
}



/*banners*/

  .banners {
      margin: 4px;
      height: 600px;
      text-align: center;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .banners a {
      margin-left: 4px;
      margin-right: 4px;
      margin-bottom: 8px;
      text-decoration: none;
  }
  .artbanners a {
      margin-left: 4px;
      margin-right: 4px;
      margin-bottom: 8px;
      text-decoration: none;
  }
  .bannerText {
      text-decoration: none;
      height: 50px;
      margin: auto;
      line-height: 50px;
      background-color: #4c4c4c;
      border-left-width: 1px;
  }

  .bannerText h1 {
      text-decoration: none;
  }

  .artbanners {
    margin: 4px;
    height: 600px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

  .design {
      background-image: url(heros/design.jpg);
      background-size: auto 600px;
      background-repeat: none;
      background-position: center;
}
  .packaging {
    background-image: url(heros/packaging.jpg);
    background-size: auto 600px;
    background-repeat: none;
    background-position: center;
} 
.art {
    background-image: url(heros/art.jpg);
    background-size: auto 600px;
    background-repeat: none;
    background-position: center;
} 
.animation {
    background-image: url(heros/animation.jpg);
    background-size: auto 900px;
    background-repeat: none;
    background-position: center;
}

.models {
    background-image: url(heros/models.jpg);
    background-size: auto 600px;
    background-repeat: none;
    background-position: center;
}

.painting {
    background-image: url(heros/crazyBird.jpg);
    background-size: auto 600px;
    background-repeat: none;
    background-position: center;
}

.sketches {
    background-image: url(heros/sketches.jpg);
    background-size: auto 600px;
    background-repeat: none;
    background-position: top;
}

/*thumbs*/

.thumbs {
    margin: auto;
    display: grid;
    width: 90%;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 10px;
    column-gap: 10px;
}
.thumbs img {
    width: 100%;
}

/*images*/

.images {
    width: 70%;
    margin: auto;
}

.images img {
    width: 100%;
    height: cover;
    margin: 20px auto;
}

.images2 {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.images2 img {
    padding-top: 20px;
    width: 100%;
    height: cover;
    
}

/*video*/

.video {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* heroes */
.heroes  {
    margin: auto;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

}

.hero {
  padding: 15px;

}



.hero a {
  text-decoration: none;
}

.hero a h3 {
  text-align: center;
  padding-bottom:20px;
}


.hero a img {
   width:100%;
}



/*info*/

.info {
  margin: auto;
  width: 95%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.info_text {
  padding: 0 40px 40px 40px;
}

.info_text h3 {
  padding-bottom: 0.5em;
}

.info_image {
  grid-column: span 2;
}

.info_image img {
  width: 100%;

}

.info_image2 {

}

.info_image2 img {
  width: 98%;
  padding-bottom: 10px;

}

.full_image {
  text-align: center;
  width: 90%;
  margin: auto;
  padding-top: 50px;
}

.full_image img {
  width:100%;
}

.padding {
  padding-top: 50px;  
}

/*sliders*/

.bwslider-wrap, .ftslider-wrap {
    text-align: center;
    width: 100%;
    display: grid;
    grid-template-columns: 5% 90% 5%;
    margin-top: 50px;
}
.arrow {
    position: relative;
    cursor: pointer;
}

.arrowLeft {
  top: 45%;
  left: 10%;
  position: absolute;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

.arrowRight {
  right: 10%;
  top: 45%;
  position: absolute;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
}

#ftarrow-left {
  height:100%;
  width:100%;
  background-color: #acacac;
}

#ftarrow-right {
  border-style: solid;
  height:100%;
  width:100%;
  background-color: #acacac;
}

#bwarrow-left {
  height:100%;
  width:100%;
  background-color: #acacac;
}

#bwarrow-right {
  height:100%;
  width:100%;
  background-color: #acacac;
}
.bwslide img, .ftslide img {
    width: 100%;
}

/*footer*/

footer {
  
  margin: auto;
  padding: 20px;
  height: auto;
  text-align: center;
  background-color: #4c4c4c;
  margin-top: 30px;
}

footer p {
    color: white;
}

footer a {
    text-decoration: none;
}

.moreWork {
  text-align: center;
  margin-top: 50px;
}

.moreWork h3 {
  line-height: 2em;
}

.moreWork h3 a {
  text-decoration: none;
  color: #1a64db;
}

/*resposive*/


/*@media (min-width: 2000px) {
    .wrapper {
        width: 70%;
        margin: 0 auto;
      }
}*/

@media only screen and (max-width: 1000px) {
    
    .heroes {
        display: block;
    }
    h1 {
        font-size: 1.5em;
    }
  .banners {
    height: auto;
    grid-template-columns: 1fr;
  }
  .artbanners {
    height: auto;
    grid-template-columns: 1fr;
  }

  .packaging, .art, .design, .animation, .models, .painting, .sketches {
      height: 500px;
      background-size: cover;
      background-position: center;
  }

  .animation {
      background-size: cover;
      background-position: top;
  }

  .thumbs {
      grid-template-columns: 1fr 1fr;
  }

  .info {
    display: block;
  }

  .images2 {
    display: block;
  }

  .images2 img {
    padding: 10px;
  }

  .info_text h3 {
    text-align: left;
  }

  .arrow {
    cursor: pointer;
    color:	#707070;
    font-size: 3em;
    margin: auto;
    border-style: solid;
}

@media only screen and (max-width: 750px) {
    h1 {
        font-size: 1.2em;
    }

    h3 {
        font-size: 0.7em;
    }
    .heading {
        grid-template-columns: 1fr 1fr 1fr 1fr;
      }
    .heading .title {
        grid-column-start: 2;
        grid-column-end: 4;
    }
    header {
        grid-template-columns: 1fr 1fr 1fr 1fr;
      }
    header .title {
        grid-column-start: 2;
        grid-column-end: 4;
    }
}


}