@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/cocogoose");
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
* ::after,
* ::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

li {
  list-style: none;
}

a {
  text-decoration: inherit;
  color: inherit;
}

a:visited {
  text-decoration: inherit;
  color: inherit;
}

body {
  font-family: Lato, sans-serif;
}

.hero__heading--primary {
  font-size: 2rem;
  font-weight: 400;
  color: #ec5242;
  font-family: Cocogoose, sans-serif;
}
@media only screen and (min-width: 768px) {
  .hero__heading--primary {
    font-size: 5rem;
  }
}
.hero__heading--secondary {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ec5242;
}
@media only screen and (min-width: 768px) {
  .hero .hero__heading--secondary {
    font-size: 2.2rem;
  }
}
.hero__paragraph--primary {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .hero__paragraph--primary {
    font-size: 2.2rem;
  }
}
.hero__text-container p {
  font-style: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .hero__text-container p {
    font-size: 2.2rem;
  }
}
.hero__text-container-upcoming {
  color: rgba(74, 75, 78, 0.968627451);
  font-weight: 700;
  font-size: 2rem;
  font-family: Cocogoose, sans-serif;
}
@media only screen and (min-width: 768px) {
  .hero__text-container-upcoming {
    font-size: 3rem;
  }
}

.program__heading {
  color: #fff;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .program__heading {
    font-size: 2rem;
  }
}

.image-box1 h4 {
  color: #ec5242;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .image-box1 h4 {
    font-size: 1.8rem;
  }
}

.pb__text {
  color: #fff;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .pb__text {
    text-align: center;
    font-size: 1.6rem;
  }
}

.artist__name {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .artist__name {
    font-size: 2rem;
  }
}
.artist__cv {
  color: #ec5242;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .artist__cv {
    font-size: 1.4rem;
  }
}
.artist__story {
  font-size: 1.2rem;
}

.hr hr {
  background-color: #272a31;
  border: none;
  height: 1px;
  width: 20px;
  margin-bottom: 1rem;
}

.nav__layer {
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav__layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: #272a31;
    padding: 0.5rem 10%;
  }
  .nav__layer--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    gap: 2rem;
  }
}

.desktop__menu-container {
  display: none;
}
@media only screen and (min-width: 768px) {
  .desktop__menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    padding: 0 8rem;
  }
}
.desktop__menu--image img {
  max-width: 30%;
  max-height: 25rem;
}
.desktop__menu--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.nav__logo {
  display: none;
}

.nav__hamburger {
  padding-top: 1.5rem;
  margin-left: 2rem;
  margin-bottom: 4rem;
}

header {
  background-image: url("../../resources/img/main_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  header {
    height: 100vh;
    padding-bottom: 10%;
  }
}

.hero {
  margin: 0 2%;
  padding-bottom: 10%;
}
@media only screen and (min-width: 768px) {
  .hero {
    margin: 0 10%;
  }
}
.hero__heading--container {
  margin: 0 1%;
}
.hero__paragraph--container {
  margin: 1% 1% 0;
  background-color: #fbfbfb;
  padding: 1.5rem;
  border: 3px solid #fff;
}
.hero__text-container {
  margin: 1% 1% 0;
}

.program {
  background-color: #272a31;
  background-image: url("../../resources/img/pattern_bg.png");
  padding-bottom: 1%;
}
@media only screen and (min-width: 768px) {
  .program {
    padding: 10% 0;
  }
}
.program__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0 1rem;
}
.program__hr hr {
  margin: 0 auto;
  background-color: #ec5242;
  border: none;
  height: 2px;
  width: 30px;
}
.program__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: 2rem auto;
}
@media only screen and (min-width: 768px) {
  .program__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
    margin-top: 8rem;
  }
}
.program__boxes--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(57, 57, 57, 0.5);
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .program__boxes--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.image-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 12rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .image-box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.image-box1 img {
  max-width: 40%;
}

.program__link-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .program__link-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: underline;
  }
}

.mobile-menu {
  display: none;
  background-color: #272a31;
  font-weight: 600;
  line-height: 4.4rem;
  opacity: 95%;
  height: 100vh;
  width: 100vw;
  position: fixed;
  color: #fff;
  font-size: 3.2rem;
  padding-left: 2.8rem;
  padding-top: 10.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.x-mobile {
  position: absolute;
  top: 5%;
  right: 5%;
}

footer .footer__brands {
  background-color: #272a31;
  padding: 2% 0 4%;
}
footer .partner h3 {
  color: #6d7179;
  font-weight: 400;
  padding-bottom: 2rem;
}
footer .brands__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  color: #6d7179;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .brands__list :nth-child(2) {
  font-weight: 300;
}
footer .brands__list :nth-child(3) {
  font-weight: 900;
}
footer .brands__list :nth-child(1) {
  color: #bfc1c4;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  footer .brands__list {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .footer__brands.about {
    display: none;
  }
}

.footer__rights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4%;
  gap: 10%;
}
@media only screen and (min-width: 768px) {
  .footer__rights {
    background-color: #fff;
  }
}
.footer__rights--logo {
  font-weight: 900;
  font-size: 4rem;
}
.footer__rights--copyright {
  font-size: 1.6rem;
}

.past-events hr {
  margin-bottom: 2rem;
}

.footer__rights.about {
  background-color: #fff;
  color: #272a31;
}
@media only screen and (min-width: 768px) {
  .footer__rights.about {
    background-color: #272a31;
    color: #fff;
  }
}

@media only screen and (min-width: 768px) {
  .nav__hamburger {
    visibility: hidden;
  }
}
.nav__hamburger img {
  height: 20px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  position: relative;
  background-color: #ec5242;
  max-width: 25rem;
  margin: 1rem auto;
  font-size: 1.6rem;
}
.btn:hover {
  background-color: #471f1a;
}
@media only screen and (min-width: 768px) {
  .btn {
    display: none;
  }
}

.almanac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  color: #ec5242;
  position: relative;
  background-color: #fff;
  border: 1px solid #ec5242;
  max-width: 25rem;
  margin: 0 auto;
  font-size: 1.6rem;
  border-radius: 5px;
}

.featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10%;
}
@media only screen and (min-width: 768px) {
  .featured {
    display: grid;
    grid-template-areas: "featured featured" "a1 a2" "a3 a4" "a5 a6";
    margin: 2% 6%;
    height: 80vh;
  }
  .featured .program__heading {
    grid-area: featured;
  }
}

.featured__artist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1%;
}
@media only screen and (min-width: 768px) {
  .featured__artist {
    max-width: 90%;
  }
}
.featured__artist-info {
  margin-right: 1%;
}

.featured__artist-img {
  margin-left: 1%;
}
.featured__artist-img img {
  max-width: 8rem;
  border-radius: 100%;
}

.featured__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  color: #000;
  margin-bottom: 2rem;
}

.featured__hr {
  -ms-flex-item-align: center;
      align-self: center;
}

.hero.about {
  margin: 0;
  text-align: center;
}

.hero__paragraph--invisible {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hero__paragraph--invisible {
    display: block;
  }
}

.hero__paragraph--container.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 80%;
}

.hero__heading--container.about {
  text-align: center;
}

.festivalemail {
  font-weight: 900;
}

.hero__text-container.about {
  margin: 2rem auto;
  width: 80%;
  text-align: center;
}

.almanac-logo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.almanac-img {
  margin: 2rem 2rem;
  padding: 0 5rem;
  border: 1px darkgray solid;
  max-width: 25rem;
}
@media only screen and (min-width: 768px) {
  .almanac-img {
    max-width: 40rem;
  }
}

.almanac-logo {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.almanac-logo__text {
  margin-left: 3rem;
  margin-right: 3rem;
}
.almanac-logo__text h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.almanac-logo__hr {
  margin-bottom: 1rem;
}
.almanac-logo__p {
  font-size: 1rem;
  text-align: center;
}

.bottom-hr hr {
  background-color: rgb(175, 175, 175);
  border: none;
  height: 1px;
  opacity: 20%;
}

.image-fest {
  width: 30rem;
  height: 20rem;
  z-index: 0;
}

.past-events__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4%;
}

.festival-img {
  background-image: url("../../resources/img/festival1.webp");
  background-size: cover;
  color: #fff;
  height: 20rem;
  width: 30rem;
}

.overlaycolor {
  background: rgba(247, 75, 56, 0.82);
  overflow: hidden;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-text {
  font-size: 2rem;
  font-weight: 700;
}/*# sourceMappingURL=main.css.map */