.slider .metro-button {
  padding-bottom: 0.7em;
  padding-top: 0.8em;
  margin-top: 1em;
}

.home-section-1 {
  padding-bottom: 100px;
}

.home-section-1-image {
  float: right;
  width: 500px;
}
.home-section-1-image img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  .home-section-1-image {
    width: 440px;
  }
}
@media screen and (max-width: 960px) {
  .home-section-1-image {
    float: none;
    margin: 0 0 30px 0;
    width: auto;
  }
}

.home-section-1-text {
  color: #FAFAFA;
  overflow: hidden;
  padding-right: 40px;
  width: auto;
}
.home-section-1-text h1, .home-section-1-text h2, .home-section-1-text h3 {
  color: #FFF;
}
.home-section-1-text h1, .home-section-1-text h2 {
  font-size: 3.25em;
}
@media screen and (max-width: 1024px) {
  .home-section-1-text h1, .home-section-1-text h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 960px) {
  .home-section-1-text {
    padding-right: 0;
  }
  .home-section-1-text h1, .home-section-1-text h2 {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 960px) {
  .home-section-1-text h1, .home-section-1-text h2 {
    font-size: 1.75em;
  }
}

.metro-panel-container {
  margin-top: -80px;
  position: relative;
}

.home-section-2 .metro-button {
  background: #FFF;
}
@media screen and (max-width: 640px) {
  .home-section-2 {
    padding-bottom: 0;
  }
  .home-section-2 .metro-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.home-section-2-content {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 800px) {
  .home-section-2-content {
    flex-wrap: wrap;
  }
}

.home-section-2-image {
  background-position: center center;
  background-size: cover;
  flex-basis: 45%;
  min-width: 45%;
}
@media screen and (max-width: 800px) {
  .home-section-2-image {
    flex-basis: 100%;
    padding-bottom: 60%;
    width: 100%;
  }
}

.home-section-2-text {
  background: #256897;
  color: #FAFAFA;
  flex-grow: 1;
  padding: 60px;
}
@media screen and (max-width: 640px) {
  .home-section-2-text {
    padding: 30px;
  }
}
.home-section-2-heading {
  color: #FFF;
}

.home-section-3 {
  background: #CAC1AF;
}
.home-section-3 .metro-button {
  background: #256897;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .home-section-3 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.home-section-3-heading {
  font-size: 2.25em;
}

@media screen and (max-width: 1024px) {
  .home-widget.metro-col {
    float: none;
    margin-top: 30px;
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  .home-widget:first-child {
    margin-top: 0;
  }
}