/* for example comments url 
https://project-1-api.herokuapp.com/comments?api_key=16aeaeee-3899-4834-980c-14eafd5d7283
*/
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.eot");
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.woff") format("woff"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.ttf") format("truetype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.eot");
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.woff") format("woff"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.ttf") format("truetype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.eot");
  src: url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.woff2") format("woff2"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.woff") format("woff"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.ttf") format("truetype"), url("../../assets/fonts/transfonter/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "AvenirNext LT Pro";
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin: 0px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}

footer {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  footer {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}

.site__logo {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  align-self: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .site__logo {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .site__logo {
    font-weight: 400;
  }
}

#headerLogo {
  margin-right: 3rem;
}

.site__header {
  background-color: #323232;
}

.header__wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__wrapper {
    margin: auto;
    max-width: 1020px;
  }
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
  }
}

.nav {
  display: flex;
}

.nav__link {
  text-decoration: none;
  padding: 2.5rem 3rem;
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  transition: 0.35s;
}
@media screen and (min-width: 768px) {
  .nav__link {
    padding: 2.5rem 0rem;
    margin: 0rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav__link {
    display: flex;
    justify-content: flex-start;
  }
}

.footer {
  background-color: #323232;
  color: #FFFFFF;
}
.footer__wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__wrapper {
    margin: auto;
    max-width: 1020px;
  }
}
.footer__container-top {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__container-top {
    display: flex;
    flex-direction: row;
    justify-items: baseline;
  }
}
.footer__heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__heading {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .footer__heading {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__heading {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__heading {
    align-self: center;
    padding-right: 2.25rem;
  }
}
.footer__icons {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__icons {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__icons {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__icons {
    display: flex;
    align-content: center;
    justify-content: center;
    align-self: center;
  }
}
.footer__copyright {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.footer__container-middle {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__container-middle {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__container-middle {
    flex-direction: row;
  }
}

.contact__column-left, .contact__column-middle, .contact__column-right {
  padding-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .contact__column-left, .contact__column-middle, .contact__column-right {
    padding-right: 4rem;
  }
}

.contact__text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contact__text {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}

.social__icon {
  margin-right: 1rem;
  min-height: 2rem;
}
@media screen and (min-width: 768px) {
  .social__icon {
    min-height: 2rem;
    padding-right: 2.25rem;
    align-content: center;
  }
}

#rightLogo {
  color: #323232;
  display: none;
}
@media screen and (min-width: 768px) {
  #rightLogo {
    color: #FFFFFF;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    align-self: center;
    position: relative;
    display: flex;
    flex-grow: 3;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #rightLogo {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  #rightLogo {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}

#bottomLogo {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #bottomLogo {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #bottomLogo {
    display: none;
  }
}

.bandsite-button {
  text-transform: uppercase;
  height: 40px;
  background-color: #323232;
  color: #FFFFFF;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 4px;
  border: none;
  transition: 0.35s;
  margin: 1rem;
}
@media screen and (min-width: 768px) {
  .bandsite-button {
    margin: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .bandsite-button {
    align-self: flex-end;
  }
}
.bandsite-button:hover {
  background-color: #000000;
  cursor: pointer;
}/*# sourceMappingURL=global.css.map */