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

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.logos {
  position: relative;
}
.logo {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -3rem;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #fec526;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

.convention {
  background-image: url('../images/ConventionCenterfromNorthside.jpg');
  background-position: right 60%;
  background-size: cover;
  color: #fff;
  padding: 10rem 0 10rem;
}

.convention .row {
    background-color: #000a;
    padding:5rem 1rem 2.5rem;
    border-radius:3rem;
}

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

.convention h3 {
    font-size: 3.0rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
    .convention h3 {
        font-size: 2.4rem;
    }
}
@media (min-width: 750px) {
    .convention h3 {
        font-size: 2.4rem;
    }
    .convention {
        padding: 10rem 0 20%;
    }
}
@media (min-width: 1000px) {
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .logo {
    max-height: 362px;
    z-index: 3;
    margin:auto;
  }
  .logos {
    text-align: right;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
  .hero .row {
    display:flex;
    align-items: center;
    justify-content: center;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 10rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo {
    max-height: 510px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem;
  }
  .hero {
    padding: 10rem 0 20rem;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .logo {
    max-height: 615px;
  }
}