*, *::after, *::before {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Arial;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}
html.fonts-loaded body {
  font-family: "Roboto-Regular";
}
html.fonts-loaded body h1, html.fonts-loaded body h2, html.fonts-loaded body h3, html.fonts-loaded body h4, html.fonts-loaded body h5, html.fonts-loaded body h6 {
  font-family: "Roboto-Regular";
}
.img-width {
  width: 100%;
  max-width: 100%;
}
.nav {
  padding: 1em 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.nav__logo {
  width: 50%;
}
@media screen and (min-width: 900px) {
  .nav__logo {
    width: 10%;
  }
}
.nav__logo img {
  width: 100%;
}
.nav__items {
  width: 70%;
  display: none;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .nav__items {
    display: flex;
  }
}
.nav__item {
  font-weight: 450;
  color: #989898;
  width: calc(100% / 5 - 1rem);
  text-align: center;
  text-decoration: none;
}
.nav__icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}
@media screen and (min-width: 900px) {
  .nav__icons {
    width: 10%;
  }
}
.nav__icon {
  opacity: 0.6;
}
.nav__icon:not(:last-child) {
  margin-right: 10px;
}
.baner__img {
  width: 100%;
}
.info {
  padding: 4em 0;
}
.info--bg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.info__columns {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.info__column {
  color: #fff;
  margin-bottom: 1em;
}
@media screen and (min-width: 900px) {
  .info__column {
    margin-bottom: 0;
    width: calc(100% / 2 - 2em);
  }
}
.info__title {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 900px) {
  .info__title {
    font-size: 2.5em;
  }
}
.info__desc {
  margin-bottom: 2em;
}
.btn {
  border: 1px solid #fff;
  color: #DE6563;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 1em 2em;
  text-decoration: none;
  border-radius: 200px;
  transition: all 0.5s;
}
.btn:hover {
  background-color: #DE6563;
  color: #fff;
}
.details {
  width: 80%;
  margin: 4em auto 23em auto;
  border-top: 1px solid #fff;
  padding-top: 3em;
}
.details__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.details__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .details__item {
    width: 100% !important;
    margin-bottom: 2em;
  }
}
.details__img {
  height: 60px;
  width: auto;
  margin-bottom: 1em;
}
.details__title {
  color: #fff;
  margin-bottom: 0.5em;
}
.details__subtitle {
  opacity: 0.6;
  color: #fff;
}
.events {
  width: 80%;
  margin: 4em auto 0 auto;
}
.events__headline {
  font-size: 2.5em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.events__img {
  margin: 0 auto;
  display: block;
  height: 400px;
  width: auto;
}
.events__title {
  text-align: center;
  margin-top: 1em;
}
.patrons {
  width: 80%;
  margin: 4em auto 0 auto;
}
.patrons__headline {
  font-size: 2.5em;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #DE6563;
}
.patrons__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.patrons__items--center {
  justify-content: center;
}
.patrons__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
  width: calc(100% / 4 - 5em);
}
@media screen and (max-width: 900px) {
  .patrons__item {
    width: 100% !important;
    margin-bottom: 2em;
  }
}
.patrons__item img {
  margin: 0 auto;
}
.patrons__item--list {
  margin: 0 2.5em;
}
.patrons__item--list a {
  width: 100%;
}
.patrons__img-wrapper {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 100%;
  height: 190px;
}
.patrons__title {
  opacity: 0.5;
  margin-bottom: 1em;
}
.patrons__title {
  text-align: center;
  margin-top: 1em;
}
.speakers {
  width: 80%;
  margin: -20em auto 0 auto;
}
.speakers__headline {
  font-size: 2.5em;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #DE6563;
  margin-bottom: 2em;
}
.speakers__items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.speakers__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .speakers__item {
    width: 100% !important;
    margin-bottom: 2em;
  }
}
.speakers__img {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  height: 200px;
  width: 200px;
  border-radius: 250px;
  margin-bottom: 1em;
}
.speakers__title {
  opacity: 0.5;
  margin-bottom: 0.5em;
}
.speakers__name {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.speakers__desc {
  margin-bottom: 0.5em;
  text-align: center;
}
.speakers__content {
  text-align: center;
  margin: 3em auto 0 auto;
  opacity: 0.6;
}
@media screen and (min-width: 900px) {
  .speakers__content {
    width: 80%;
  }
}
.footer {
  width: 80%;
  margin: 0 auto;
  padding: 4em 0;
}
.footer__wrapper {
  background-color: #242424;
}
.footer__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
.footer__link:not(:last-child) {
  margin-bottom: 2em;
}
.footer__img {
  opacity: 0.6;
  margin-right: 1em;
}
.footer__name {
  font-weight: 100;
  color: #fff;
  opacity: 0.6;
}
.gallery {
  margin-top: 7em;
}
.gallery--margin-none {
  margin: 0;
}
.gallery__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.gallery__item {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  width: 100%;
  height: 20em;
}
@media screen and (min-width: 900px) {
  .gallery__item {
    height: 27em;
    width: 25%;
  }
}
.gallery__item--block {
  background-color: #DE6563;
}
.gallery__item-height--0 {
  height: 20em;
}
@media screen and (max-width: 900px) {
  .gallery__item--column {
    width: 50%;
  }
}
.gallery__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery__bg--0 {
  background-color: rgba(36, 36, 36, 0.7);
}
.gallery__bg--2 {
  background-color: rgba(222, 101, 99, 0.7);
}
.gallery-list {
  width: 70%;
  margin: 4em auto;
}
.gallery-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #989898;
  padding: 1em;
  margin-bottom: 1em;
  text-decoration: none;
  color: #000;
}
.gallery-list__item:hover .dots__item {
  background-color: #DE6563;
}
.gallery-list__item:hover .dots__item--middle {
  margin-right: -10px;
}
.dots {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.dots__item {
  transition: all 0.5s;
  width: 5px;
  height: 5px;
  background-color: #242424;
  border-radius: 5px;
}
.dots__item:not(:last-child) {
  margin-bottom: 3px;
}
