@import url('https://fonts.googleapis.com/css?family=Heebo:400,700');

body {
  font-family: 'Heebo', sans-serif;
}

h1, h2 {
  text-transform: uppercase;
  font-weight: bold;
}

#designPage .slideshow {
    max-width: 1150px;
    margin: 0 auto;
    margin-top: 1rem;
}

#menu .item {
  font-weight: bold;
}

@media only screen and (max-width: 414px) { 
  .footer > div {
    margin-bottom: 1rem;
  }
  .footer h2 {
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 415px) { 
  #containerHeader #logo div {
    width: 20rem;
  }
  
  .footer .contact,
  .footer .menu {
    width: calc(70%/3);
    float: left;
  }

  .footer .placeholder,
  .footer .logo {
    width: 15%;
    float: left;
  }
  
  .footer {
  padding: 3rem;
  }
}

#menu {
  background-color: black;
}

.menu-left {
  width: 50%;
  float: left;
  text-align: left;
}

.menu-right {
  width: 50%;
  float: right;
  text-align: right;
}

#containerHeader #topBanner {
  display: none;
}

#socialMedia {
  text-align: right;
}

#socialMedia img {
	filter: invert(100%);
}

#disclaimer {
  padding: 2rem;
  margin: 0;
  background-color: #2C2C2C;
  color: #929292;
  border: none;
}

.footer {
  overflow: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  background-color: #333;
  color: #929292;
}

.footer a {
  color: #929292;
}

.footer h2 {
  font-size: 0.9rem;
  font-weight: bold;
  color: white;
}


#newsletter {
  text-align: center;
}

.footer h2:last-child {
  margin: 0;
}

.multi {
}

.multi .gridItem {
  box-sizing: border-box;
}

.multi .gridItem {
  padding: 0 2rem;
}

#designPage .text {
  padding: 0;
  padding-top: 30px;
}

#designPage .text > h2:nth-child(2) {
  font-size: 3rem;
  font-style: italic;
      line-height: normal;
  padding-top: 5rem;
  padding-bottom: 7rem;
}

#containerShopTheLook .gridItem {
  background-size: 90%;
  background-position: center center;
}

.payment-icon {
  display: inline-block;
  opacity: .6;
  transition: opacity .3s;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.1);
  padding-bottom: 0;
  padding: 3px 5px 5px;
  margin: 3px 3px 5px;
  background-color: rgba(255,255,255,0.1);
}

.payment-icon:first-child {
  margin-left: 0;
}

.payment-icon svg {
  vertical-align: middle;
  height: 20px;
  width: auto !important;
  fill: #FFF;
}
