:root {
  --red: red;
}

body {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
}

a {
  color: red;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.image {
  height: 50px;
}

.navbar {
  background-color: #000;
  width: 100vw;
  max-width: 1800px;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-style: normal;
}

.nav-link.w--current {
  color: var(--red);
}

.cd_hero {
  background-image: url('../images/blue.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  max-width: 1800px;
  height: 50vh;
}

.cd_hero.bio {
  background-image: url('../images/seo_lindseybest_gretsch-bw.jpg');
  width: 100vw;
  max-width: 1800px;
}

.cd_hero.contact {
  background-image: url('../images/studio.jpg');
  width: 100vw;
  max-width: 1800px;
}

.body {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cd_body_section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/SEO_BG_V2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.cd_h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5rem;
}

.brand {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-weight: 400;
}

.paragraph {
  color: #fff;
  font-family: Varela Round, sans-serif;
}

.cd_rtb {
  max-width: 1200px;
  padding-top: 3rem;
  line-height: 30px;
  position: relative;
}

.cd_footer {
  background-color: #171717;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.cd_columns {
  min-width: 80%;
  max-width: 1600px;
  padding-bottom: 3rem;
}

.cd_column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cd_footer_copy {
  text-align: center;
}

.column_div {
  display: flex;
}

.rich-text-block {
  width: 100%;
  max-width: 1800px;
}

.cd_h4 {
  font-family: Anton, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.link {
  color: var(--red);
}

.cd_credits_body {
  text-align: left;
}

.body-2 {
  background-color: #171717;
}

.paragraph-2 {
  text-align: left;
}

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

.paragraph-4 {
  text-align: left;
}

.body-3 {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
  }

  .menu-button {
    background-color: #ac303000;
  }

  .menu-button.w--open {
    background-color: red;
  }

  .nav-menu {
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .cd_hero {
    height: 40vh;
  }

  .cd_rtb {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cd_column {
    padding-bottom: 30px;
  }

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

@media screen and (max-width: 479px) {
  .cd_hero {
    height: 35vh;
  }

  .cd_h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}


