/*

black: #31251B
green: #7DCAB2

*/


/* =============================================================


MOBILE/DEFAULT
 

============================================================= */
body {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  color: #31251B;
}
body#tinymce {background-image: none !important; background: #fff none !important;}

p, ul, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0 0 1em 0;
}

.button {
  background-image: linear-gradient(-180deg, #5F4C3E 0%, #31251D 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 1em 0 0.5em;
  text-transform: none;
}

header .menu {display: none;}

.slicknav_menu {
  display: none;
  font-size: 18px;
  box-sizing: border-box;
  background: #31251B;
  padding: 0px;
}

.slicknav_menu * {
  box-sizing: border-box; 
}

.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: 500;
  text-shadow: none; 
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #eee;
}

.slicknav_nav a {
  padding: 5px 0px;
  margin: 0px 5px 10px 5px;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase; 
}

.slicknav_nav a:hover {
  background: none;
  color: #2270f1;
  border-radius: 0; 
}

.slicknav_menu .active {
  color: #ff7e00;
  border-bottom: 10px solid #425769;
  display: inline-block;
}

.slicknav_btn {
  background: #282828;
  border-radius: 5px;
  float: right;
  margin: 18px 0 0;
}

header {
  position: relative;
  width: 100%;
  height: 100px;
}

header .logo {
  display: block;
  float: none;
  width: 198px;
  margin: 30px auto 0;
}

.banner {
  position: relative;
  width: 100%;
  height: 126px;
  background: transparent url(../images/wood-314772_1280.jpg) 50% 50% repeat-x;
  padding: 1em 0;
}

.banner h1 {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.banner h2 {
  position: absolute;
  top: 56px;
  left: 36px;
  width: 80%;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}

.banner img {display: none;}

section {
  margin: 1em 0;
  padding: 1em 0;
  text-align: center;
}

section h2 {
  font-size: 26px;
  font-weight: 300;
}

section[name="what-we-do"] {

}

section[name="what-we-do"] h2 {
  font-size: 26px;
  line-height: 1;
  color: #7DCAB2;
  font-weight: 300;
  padding: 0 10%;
  margin: 0 0 0.5em;
}

section[name="what-we-do"] h3 {
  font-size: 18px;
  line-height: 1;
  color: #31251B;
  font-weight: 300;
  padding: 0 12%;
}

section[name="what-we-do"] ul {
  height: 380px;
  overflow: visible;
}

section[name="what-we-do"] li {
  float: left;
  display: block;
  width: 50%;
  height: 20px;
  padding-top: 144px;
  margin-top: 20px;
  text-decoration: uppercase;
  text-align: center;
  transform: scale(1.0,1.0);
  transition: 0.5s ease;
}

section[name="what-we-do"] li:hover {
  transform: scale(1.20, 1.20);
  
}

section[name="what-we-do"] li.apparel {
  background: transparent url(../images/t-shirt-icon.png) 50% top no-repeat;
}

section[name="what-we-do"] li.brochure {
  background: transparent url(../images/brochure-icon.png) 50% top no-repeat;
}

section[name="what-we-do"] li.collateral {
  background: transparent url(../images/collateral-icon.png) 50% top no-repeat;
}

section[name="what-we-do"] li.fun-stuff {
  background: transparent url(../images/party-icon.png) 50% top no-repeat;
}

section[name="customers"] {
  background-color: #31251B;
  height: 766px;
  text-align: center;
}

section[name="customers"] h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0.75em 0 2em 0;
}

.customer-view {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 180px;
}

.customer-view img {
  width: 360px;
  margin: -5% auto 0;
}

.customer-view h3 {
  position: absolute;
  left: 0;
  bottom: 0px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: 100%;
  background-color: #31251B;
  transition: 0.5s ease;
  opacity: 0.0;
}

.customer-view:hover h3 {
  opacity: 1.0;
}

section[name="happy-clients"] {
  height: 250px;
}

section[name="happy-clients"] h2 {
  color: #7DCAB2;
}

section[name="happy-clients"] img {
  border: 4px solid red;
  width: 180px;
  height: 180px;
}

section[name="happy-clients"] ul {
  height: 180px;
  list-style: none;
  margin: 0 60px;
  padding: 0;
}

section[name="happy-clients"] li img {
  margin: 0 auto;
  display: block;
  border: 0;
}

.slick-next, .slick-prev {
  width: 48px;
  height: 48px;
  outline: none;
  border: none;
  
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  z-index: 1000;
  text-indent: -10000px;
}

.slick-next {
  right: -40px;
  background: transparent url(../images/icons/arrow-next.png);
}

.slick-prev {
  left: -40px;
  background: transparent url(../images/icons/arrow-previous.png);
}

section[name="quote"] {
  background-color: #7DCAB2;
}

section[name="quote"] h2 {
  color:  #fff;
  font-weight: 200;
  margin: 0 20%;
}

section[name="environmental-statement"] h2 {
  font-weight: 500;
}

section[name="environmental-statement"] p {
  line-height: 1.6;
  margin: 0 5%;
}

footer {
  padding: 1em 0;
  margin: 1em 0 0;
  text-align: center;
  background-color: #31251B;
  color: #fff;
}

footer p {
  margin: 0 18% 1em;
  font-size: 16px;
}

footer p a {
  color: #fff;
}

footer p.serving {
  font-weight: 400;
  margin-top: 1em;
}

footer p.copyright {
  font-size: 14px;
  margin: 0 14% 1em;
}

footer .union {
  margin-top: 2em;
}

/* =============================================================


TABLET
 

============================================================= */
@media only screen and (min-width: 650px) {
  section {
    padding: 2em 0;
  }
  
  section h2 {
    font-size: 38px;
  }
  
  header .menu {display: block;}
  
  .slicknav_menu {
    display: none;
  }
  
  header {
    height: 120px;
  }
  
  header .logo {
    position: absolute;
    left: 1em;
    top: 0px;
  }
  
  header .phone {
    position: absolute;
    right: 0em; 
    top: 1em;
    font-size: 1.4em;
  }
  
  header .phone a {
    color: #31251B;
    text-decoration: none;
  }
  
  header nav {
    display: block;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 80px;
  }
  
  nav ul.menu li {
    display: inline-block;
  }
  
  nav a {
    color: #31251B;
    text-decoration: none;
    font-weight: 500;
    margin-left: 1em;
  }
  
  .banner {
    height: 260px;
    padding: 0;
  }
  
  .banner h1 {
    font-size: 40px;
    top: 70px;
  }
  
  .banner h2 {
    font-size: 30px;
    top: 130px;
    width: 45%;
  }
  
  .banner img {
    display: block;
    height: 260px;
    float: right;
  }
  
  section[name="what-we-do"] {
    height: 400px;
  }
  
  section[name="what-we-do"] h2 {
    font-size: 34px;
    padding: 0;
    font-weight: 500;
    margin-bottom: 0.25em;
  }
  
  section[name="what-we-do"] h3 {
    font-size: 22px;
  }
  
  section[name="what-we-do"] ul {
    width: 80%;
    margin: 5em auto 0;
  }
  
  section[name="customers"] {
    height: 570px;
  }
  
  section[name="customers"] h2 {
    font-size: 34px;
    font-weight: 500;
  }
  
  .customer-view {
    overflow: hidden;
    width: 480px;
    height: 180px;
  }
  
  .customer-view img {
    width: 480px;
  }
  
  section[name="happy-clients"] {
    height: 400px;
  }
  
  section[name="happy-clients"] ul {
    margin-top: 5em;
  }
  
  section[name="quote"] {
    height: 240px;
    background: #7DCAB2 url(../images/swirls.png) 50% 50% no-repeat;
  }
  
  section[name="quote"] h2 {
    margin: 0.75em auto 0;
    width: 50%;
    font-size: 1.8em;
  }
  
  section[name="quote"] .phone {
    color: #fff;
    text-decoration: none;
  }
  
  section[name="environmental-statement"] {
    height: 400px;
  }
  
  section[name="environmental-statement"] h2 {
    font-weight: 600;
    font-size: 32px;
    margin-top: 2em;
  }
  
  section[name="environmental-statement"] p {
    margin: 0 15%;
  }
  
  footer {
    position: relative;
    Xheight: 240px;
  }
  
  footer .logo {
    float: left;
    padding: 1em 2em;
  }
  
  footer p.info {
    float: right;
    width: 35%;
    margin: 0.8em 2em 0 1em;
    padding-left: 50px;
    text-align: right;
  }
  
  footer p.serving {
    width: 25%;
  }
  
  footer p.copyright {
    clear: both;
    margin: 0 5% 0.5em;
    padding-top: 2em;
  }
}


/* =============================================================


DESKTOP
 

============================================================= */
@media only screen and (min-width: 960px) {
  section .wrapper, 
  header .wrapper, 
  footer .wrapper, 
  .banner .wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  
  .banner {
    padding: 0;
    height: 360px;
  }

  .banner h1 {
    font-size: 50px;
    top: 110px;
  }
  
  .banner h2 {
    font-size: 32px;
    width: 40%;
    top: 170px;
  }
  
  .banner img {
    height: 360px;
  }
  
  section[name="what-we-do"] ul {
    height: 200px;
  }
  
  section[name="what-we-do"] li {
    width: 25%;
  }
  
  section[name="environmental-statement"] p {
    line-height: 1.8;
    font-size: 24px;
    margin: 0 5%;
  }
}