/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
    border-radius: 100px;
  }

  img {
    display: block;
    margin: 0 auto;
  }
  
  /* Sections
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  .row p {
    padding-top: 10px;
    font-size: 19px;
  }

  .side-left {
    position: absolute;
    float: left;
    height: 450px;
    margin-left: -175px;
    margin-top: -135px;
  }

  .side-right {
    position: absolute;
    float: right;
    height: 450px;
    margin-left: 0;
    margin-top: -310px;
    right: 0;
    z-index: 0;
  }
  
  .section {
    padding: 8rem 0 7rem;
    text-align: center;
  }
  .section-heading,
  .section-description {
    margin-bottom: 1.2rem;
    text-align: left;
  }
  
  .hr-text {
    position: relative;
    max-width: 500px;
    text-align: left;
    font-size: 15px;
    color: #916246;
  }
  
  .hr-text:after{
    content:" ";
    height: 1px;
    width: 155%;
    background: #916246;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left:12%;
  }

  .categories h3 {
    font-weight: bold;
    font-size: 26px;
  }

  .categories h4 {
    color: #916246;
    font-weight: bold;
    font-size: 22px;
  }

  /* Hero
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .phones {
    position: relative;
  }
  .phone {
    position: relative;
    max-width: 80%;
    margin: 3rem auto -12rem;
  }
  .phone + .phone {
    display: none;
  }

  .top-bar {
    background-color: black;
    padding: 0 !important;
  }

  .hero {
    background-image: url('../images/header-bgr.png');
    background-size: cover;
    color: #fff;
    background-color: #26020E;
    padding-bottom: 5rem;
    background-position: bottom;
  }

  .logo {
    width: 290px;
  }

  .video-bg {
    background-color: #26020E;
    color: #916246;
    text-align: left;
    font-size: 13px;
  }

  .video-bg .container {
    height: 100%;
  }

  .video-frame {
    border: solid 2px #916246;
  }
  
  /* Values
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .values {
    background-image: url('../images/values-bg.jpg');
    background-size: cover;
    color: #fff;
    padding-bottom: 5rem;
    font-size: 24px;
    background-color: #000;
  }

  .values b {
    color: #916246;
  }

  .value-multiplier {
    margin-bottom: .5rem;
    color: #11DFC7;
  }
  .value-heading {
    margin-bottom: .3rem;
  }
  .value-description {
    opacity: .8;
    font-weight: 300;
  }
  
  /* Help
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .get-help {
    border-bottom: 1px solid #ddd;
  }
  
  /* Categories
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .categories {
    background-image: url('../images/values-bg.jpg');
    background-size: cover;
    color: #fff;
    background-color: #2A292F;
  }
  .categories .section-description { 
    margin-bottom: 4rem;
  }

  .categories .category p {
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }

  /* Footer 
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  .footer {
    background-color: #000;
    max-height: 290px;
    min-height: 90px;
    padding: 70px 0 0;
    overflow: hidden;
  }
  
  /* Bigger than 550 */
  @media (min-width: 550px) {
    .section {
      padding: 6rem 0 5rem;
    }
    .hero {
      padding-bottom: 12rem;
      text-align: left;
      height: 165px;
    }
    .video-bg {
        height: 200px;
    }
    .phone {
      position: absolute;
      top: -7rem;
      right: 3rem;
      max-height: 362px;
      z-index: 3;
    }
    .phone + .phone {
      top: -6rem;
      display: block;
      max-width: 73.8%;
      right: 0;
      z-index: 2;
      max-height: 338px;
    }
    .hero-heading {
      font-size: 2.4rem;
    }
  }
  
  /* Bigger than 750 */
  @media (min-width: 750px) {
    .hero {
      height: 190px;
    }

    .video-bg {
        height: 280px;
    }
    .hero-heading {
      font-size: 2.6rem;
    }
    .section {
      padding: 7rem 0 8rem;
    }
    .hero {
      padding: 16rem 0 14rem;
    }
    .section-description {
      text-align: left;
      margin-left: auto;
      margin-right: auto;
    }
    .phone {
      top: -14rem;
      right: 5rem;
      max-height: 510px;
    }
    .phone + .phone {
      top: -12rem;
      max-height: 472px;
    }
    .categories {
      padding: 15rem 0 8rem;
    }
  }
  
  /* Bigger than 1000 */
  @media (min-width: 1000px) {
    .section {
      padding: 10rem 0 9rem;
    }
    .hero {
      padding: 22rem 0;
    }
    .video-bg {
        height: 600px;
    }
    .hero-heading {
      font-size: 3.0rem;
    }
    .phone {
      top: -16rem;
      max-height: 615px;
    }
    .phone + .phone {
      top: -14rem;
      max-height: 570px;
    }
  }