.divider-small {
  height: 2rem;
}

.padding-20 {
  padding: 10rem 3.5rem;
}

.margin-bottom-20 {
  margin-bottom: 5rem;
}

b {
  font-family: "trasandina", sans-serif;
}

h1 {
  font-family: "trasandina", sans-serif;
  font-size: 3.5rem;
  line-height: 0.95em;
}

h2 {
  font-family: "trasandina", sans-serif;
  font-size: 2.5rem;
  line-height: 1.0em;
}

h3 {
  font-family: "trasandina", sans-serif;
  font-size: 1.8rem;
}

h5 {
  font-family: "trasandina", sans-serif;
}

h1 .highlight {
  font-weight: bolder;
  color: red;
}

h2 .rd {
  color: #f6d68d;
}

h3 .rd {
  color: #f6d68d;
}

.rd a:link {
  color: #f6d68d;
}

h1 .big-c {
  color: #222222;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.5rem;
  line-height: 1.4em;

}

.background-previous-works {
  background: linear-gradient(black, 75%, #fefefe);
}

.background-why-big-c {
  background-color: palegoldenrod;
}

p .big {
  font-family: "trasandina", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 6.5rem;
  line-height: 0.8em;
}

p .what-is-big-c {
  color: #222222;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.1rem;
  line-height: 1.4em;
}

p .big-twenty-years {
  color: #080726;
  font-family: "trasandina", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 8.1rem;
  line-height: 0.8em;
}

p .twenty-years-small {
  color: #080726;
  font-family: "trasandina", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.1rem;
  line-height: 1em;
}

p .whitetext {
  color: #ffffff;
}

.border-twenty-years {
  border: 3px solid #080726;
}

.twenty-years {
  margin: 40px;
}

.img-opacity {
  opacity: 0.75;
}

.color-geranium {
  color: #EB2D2D;
}

.color-champagne {
  color: #F4E6D2;
}

.color-blue {
  color: #008CDA;
}

.color-orange {
  color: #FF782D;
}

.color-electric-blue {
  color: #035A9D;
}

.color-forest-green {
  color: #2C5F2D;
}

.color-orange-yellow {
  color: #F9BF24;
}

.color-gray {
  color: #6A6A6A;
}

.color-gray-pw {
  color: #999999;
}

.color-almost-white {
  color: #FEFEFE;
}

.color-buff {
  color: #F6D68D;
}

.video-container {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */ 
  p .big {
    font-family: "trasandina", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 3rem;
    line-height: 1em;
  }

    p .what-is-big-c {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.4em;
  }

  p .big-twenty-years {
    color: #080726;
    font-family: "trasandina", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 4.5rem;
    line-height: 0.8em;
  }

  h1 .big-c {
    color: #222222;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 3.5rem;
  }

  .margin-bottom-30 {
    margin-bottom: 5rem;
  }

  .padding-20 {
    padding: 4rem 2rem;
  }

  .background-previous-works {
    background: linear-gradient(black, 95%, #fefefe);
  }

}
