/* 
  Created by Sperling Interactive
*/

html {
  font-size: 62.5%;
}

html.bg-blue {
  background-color: #71aec9;
}

html.bg-pink {
  background-color: #e5848a;
}

body {
  color: #4C4C51;
  font: 400 11px/1.4 'Montserrat', sans-serif;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 11px;
  line-height: 1.4;
  font-family: Montserrat, sans-serif;
  margin: 0 0 30px 0;
}

body {
  margin: 0 0 0 0;
}

header {
  display: block;
  justify-content: space-between;
  padding: 30px 30px 30px 30px;
}

header h1 {
  font-size: 3.2rem;
  margin: 0;
  padding-top: 45px;
  padding-bottom: 15px;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', serif;
  color: #9A293C;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

p,
ul,
ol {
  font-size: 1.4rem;
}

blockquote p {
  font-size: 1.8rem;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #9A293C;
}

a.red-button {
  background: #9A293C;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 1.8rem;
  line-height: 1.4;
  transition: background .3s ease-in-out;
}

a.red-button:hover {
  color: white;
  background: #751f2e;
}

a.full-width-button {
  text-align: center;
  background: #9A293C;
  color: white;
  display: block;
  padding: 35px 15px;
  font-size: 3.6rem;
  line-height: 1.4;
  transition: background .3s ease-in-out;
}

a.full-width-button:hover {
  color: white;
  background: #751f2e;
}

a.dark-blue-button {
  background: #332b45;
}

a.dark-blue-button:hover {
  background: #1E1929;
}

a.navy-blue-button {
  background: #223c61;
}

a.navy-blue-button:hover {
  background: #14243A;
}

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

.new-look-banner-wrapper {
  background-image: url(/~bettermannow/img/textured-overlay.jpg);
}

.new-look-banner {
  display: block;
  line-height: 0;
}

.new-look-banner-blue {
  background: linear-gradient(to right, #6faeca 50%, transparent 50%);
}

.new-look-banner-pink {
  background: linear-gradient(to right, #e5848f 50%, transparent 50%);
}

/*
.new-look-image {
  height: auto;
  max-height: 400px;
}
*/

.new-look-image {
  height: auto;
}

.more-products {
  padding: 45px 30px 45px 30px;
}

.more-products h2 {
  font-size: 2.6rem;
}

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

  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.8rem;
  }

  h4 {
    font-size: 2.4rem;
  }

  h5 {
    font-size: 2.0rem;
  }

  h6 {
    font-size: 1.6rem;
  }

  p,
  ul,
  ol {
    font-size: 1.6rem;
  }

/*
  .new-look-image {
    height: calc(100vh - 435px);
    min-height: 200px;
    max-height: none;
  }
*/

  .new-look-image {
    height: auto;
    min-height: 200px;
    max-height: none;
  }

}

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

  header {
    display: flex;
  }

  header h1 {
    padding-top: 0;
    text-align: left;
  }

/*
  .new-look-image {
    height: calc(100vh - 355px);
    min-height: 200px;
    max-height: none;
  }
*/

  .new-look-image {
    height: calc(100vh - 120px);
    min-height: 200px;
    max-height: none;
  }  

}

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

  header {
    text-align: center;
  }

  header h1 {
    font-size: 2.6rem;
  }

  a.full-width-button {
    font-size: 2.6rem;
  }

}