/* ============================================= PRIMARY LAYOUT ================================================ */
body {
  background-attachment: fixed;
  background-image: url(../pictures/interface/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #040814;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}

header {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
  align-items: center;
}
@media (min-width: 1280px) {
  header {
    width: 90%;
  }
}

.main-container {
  padding: 20px;
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba(10, 10, 10, 0.75);
  border-radius: 10px;
}
@media (min-width: 1280px) {
  .main-container {
    width: 90%;
  }
}
.main-container--text-centered {
  color: #EAE8E3;
  font-family: "Cormorant";
  margin: 10px 0 10px 0;
  font-weight: 600;
}

.footer {
  width: calc(100vw - 20px);
  display: block;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: rgba(10, 10, 10, 0.75);
}
@media (min-width: 1280px) {
  .footer {
    padding: 20px 80px 20px 80px;
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: center;
  }
}

section {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

/* ============================================= SALIENT FEATURES ================================================ */
.legend-carousel {
  position: relative;
  margin-top: 60px;
  margin-bottom: 90px;
}
.legend-carousel--intro {
  color: #EAE8E3;
  font-family: "Cormorant";
  margin: 10px 0 10px 0;
  font-weight: 600;
}
.legend-carousel__controls {
  padding: 0;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  font-size: 2.5rem;
  cursor: pointer;
  transition: opacity 0.15s ease;
  display: flex;
  align-items: center;
  padding: 30px;
}
.legend-carousel__controls:hover {
  opacity: 1;
}
.legend-carousel__captions {
  color: #fff;
}
.legend-carousel__captions--text-centered {
  color: #EAE8E3;
  font-family: "Cormorant";
  margin: 10px 0 10px 0;
  font-weight: 600;
}
.legend-carousel__item {
  position: relative;
  display: none;
  width: 100%;
  transition: transform 0.6s ease-in-out;
}
.legend-carousel__item--active {
  display: block;
  transition: none;
}
.legend-carousel__item--pictures {
  width: 100%;
  max-height: 80vh;
}
.legend-carousel__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.legend-carousel__inner--centered {
  text-align: center;
}
.legend-carousel__indicators {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
}
.legend-carousel__buttons {
  width: 30px;
  height: 5px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.legend-carousel__buttons--active {
  opacity: 1 !important;
}

.buttons {
  display: inline;
  cursor: pointer;
}
.buttons .buttons__inner::after, .buttons .buttons__inner::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 31PX;
  height: 62px;
  z-index: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.buttons .buttons__inner {
  background-position: center;
  background-size: 100% 62px;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  z-index: 2;
  height: 62px;
  min-width: 172px;
}
.buttons__inner {
  background-image: url(../../pictures/interface/buttons_Middle.png);
}
.buttons__inner::before {
  background-image: url(../../pictures/interface/Buttons_Left.png);
  right: 100%;
}
.buttons__inner::after {
  background-image: url(../../pictures/interface/Buttons_Right.png);
}
.buttons__inner:hover {
  background-image: url(../../pictures/interface/Buttons_Hover_Middle.png) !important;
}
.buttons__inner:hover::before {
  background-image: url(../../pictures/interface/Buttons_Hover_Left.png) !important;
  right: 100%;
}
.buttons__inner:hover::after {
  background-image: url(../../pictures/interface/Buttons_Hover_Right.png) !important;
}
.buttons__text {
  display: inline-block;
  color: #EAE8E3;
  font-family: "Cormorant";
  margin: -35px 0 10px 0;
  font-weight: 600;
  min-width: 172px;
  padding: 0 15px 0 15px;
}
.buttons--marginLeft-50px {
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 20px;
}
.buttons--statistics {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

input[type=submit] {
  color: #EAE8E3;
  font-family: "Cormorant";
  margin: 10px 0 10px 0;
  font-weight: 600;
  background-color: #040814;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #5078FE;
  cursor: pointer;
}
input[type=submit]:hover {
  border: 2px solid #EBD531;
}

.icons--socials {
  font-size: 2rem;
  color: #68B940;
  font-family: "Cormorant";
  margin: 10px;
  font-weight: 600;
  text-decoration: none;
  font-style: normal;
}
@media (min-width: 480px) {
  .icons--socials {
    font-size: 2.125rem;
  }
}
@media (min-width: 640px) {
  .icons--socials {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .icons--socials {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .icons--socials {
    font-size: 2.875rem;
  }
}
.icons--socials:hover, .icons--socials:active, .icons--socials:focus, .icons--socials:focus-within {
  color: #C2EB3B;
}
.icons--cards {
  font-size: 2rem;
  color: #C03F1F;
  font-family: "Cormorant";
  margin: 10px;
  font-weight: 600;
}
@media (min-width: 480px) {
  .icons--cards {
    font-size: 2.125rem;
  }
}
@media (min-width: 640px) {
  .icons--cards {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .icons--cards {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .icons--cards {
    font-size: 2.875rem;
  }
}

/* ============================================= SECONDARY LAYOUT ================================================ */
.main-nav {
  width: 100%;
  text-align: right;
}
@media (min-width: 1024px) {
  .main-nav {
    width: 85%;
    padding: 20px 80px 20px 80px;
    display: flex;
  }
}
.main-nav__list {
  display: none;
}
@media (min-width: 1024px) {
  .main-nav__list {
    margin: 0;
    display: inline-block;
    width: 100%;
  }
}
.main-nav__list-item {
  list-style-type: none;
  display: inline-block;
  margin: 1%;
}
.main-nav__icon-menu {
  font-size: 2rem;
  display: block;
  text-align: right;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .main-nav__icon-menu {
    display: none;
  }
}
@media (min-width: 480px) {
  .main-nav__icon-menu {
    font-size: 2.125rem;
  }
}
@media (min-width: 640px) {
  .main-nav__icon-menu {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .main-nav__icon-menu {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .main-nav__icon-menu {
    font-size: 2.875rem;
  }
}
.main-nav__icon-menu:hover {
  text-align: right;
}

.logo {
  width: 50%;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .logo {
    width: 15%;
  }
}

.separators {
  width: 100%;
  text-align: center;
}
.separators__image {
  width: 60%;
}

.grid {
  display: grid;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  grid-template-columns: repeat(7, 14% [col-start]);
  grid-template-rows: repeat(4, 24% [row-start]);
}
.grid__image {
  width: 100%;
}
.grid__item {
  margin: 5px;
}
.grid__item-a {
  grid-column-start: 3;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 2;
}
.grid__item-b {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 2;
  grid-row-end: span 2;
}
.grid__item-c {
  grid-column-start: 3;
  grid-row-start: 3;
}
.grid__item-d {
  grid-column-start: 4;
  grid-column-end: span 3;
  grid-row-start: 3;
  grid-row-end: span 2;
}
.grid__item-e {
  grid-column-start: 6;
  grid-row-start: 2;
}
.grid__item-f {
  grid-column-start: 7;
  grid-row-start: 2;
  grid-row-end: span 2;
}

/* ============================================= TERTIARY LAYOUT ================================================ */
.secondary-section {
  padding: 30px;
}
.secondary-section__banner {
  display: block;
  width: 100%;
  background-color: rgba(80, 120, 254, 0.6);
  align-items: center;
  padding: 10px;
  margin: 30px 0 30px 0;
}
@media (min-width: 1024px) {
  .secondary-section__banner {
    display: flex;
    justify-content: space-around;
  }
}
.secondary-section__cards {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
  margin-top: 60px;
}
.secondary-section__items {
  grid-column: span 12/span 12;
}
@media (min-width: 1280px) {
  .secondary-section__items {
    grid-column: span 4/span 4;
  }
}
.secondary-section__items--images {
  width: 15%;
}

.statistics {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 1280px) {
  .statistics {
    flex-direction: row;
  }
}
.statistics__items {
  flex-grow: 1;
  text-align: center;
  margin: 15px;
}
.statistics__itemnized-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
.statistics__image {
  width: 100%;
}

.cards {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.cards__items {
  grid-column: span 12/span 12;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  border: 25px solid transparent;
  border-image: url(../pictures/interface/SquareBorderGold.png) 60 stretch;
}
@media (min-width: 1024px) {
  .cards__items {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1280px) {
  .cards__items {
    grid-column: span 4/span 4;
  }
}
.cards__placeholder {
  display: none;
  grid-column: span 12/span 12;
}
@media (min-width: 1280px) {
  .cards__placeholder {
    grid-column: span 4/span 4;
    display: block;
  }
}
.cards__picture {
  border-radius: 40px;
}

.form {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  text-align: left;
  background-color: #040814;
  border-radius: 30px;
}
@media (min-width: 1024px) {
  .form {
    padding: 5px;
  }
}
.form__name-entry {
  display: block;
}
@media (min-width: 1536px) {
  .form {
    position: absolute;
    width: 30%;
    top: 50px;
    right: 20px;
    margin-bottom: 0;
    padding: 15px;
  }
}
@media (min-width: 1920px) {
  .form__name-entry {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
  }
}
.form__inputs {
  width: 100%;
  border-radius: 10px;
  height: 40px;
  margin: 30px;
  color: #040814;
  font-family: "Cormorant";
  margin: 10px 0 10px 0;
  font-weight: 600;
  outline: 0;
}
.form__inputs--success {
  border-color: #68B940;
}
.form__inputs--error {
  color: #C03F1F;
}
.form__textarea {
  width: 100%;
  border-radius: 10px;
  height: 150px;
  margin: 30px;
  color: #040814;
  font-family: "Cormorant";
  margin: 10px 0 10px 0;
  font-weight: 600;
  outline: 0;
}
.form__error-message {
  color: #C03F1F;
  font-family: "Cormorant";
  margin: 10px 0 10px 0;
  font-weight: 600;
}
.form__success-message {
  color: #68B940;
  font-family: "Cormorant";
  margin: 10px 0 10px 0;
  font-weight: 600;
}

.map {
  height: 100%;
  width: 100%;
  text-align: center;
}
.map__image {
  width: 100%;
}

.endPage-links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .endPage-links {
    width: 75%;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1536px) {
  .endPage-links {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .endPage-links {
    width: 45%;
  }
}

/* ============================================= TEXT RELATED ================================================ */
a {
  font-size: 1.15rem;
  color: #68B940;
  font-family: "Cormorant";
  margin: 10px 0 10px 0;
  font-weight: 600;
  text-decoration: underline;
  font-style: normal;
}
@media (min-width: 480px) {
  a {
    font-size: 1.15rem;
  }
}
@media (min-width: 640px) {
  a {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  a {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  a {
    font-size: 1.45rem;
  }
}
@media (min-width: 1280px) {
  a {
    font-size: 1.5rem;
  }
}
a:hover, a:active, a:focus, a:focus-within {
  color: #C2EB3B;
  text-decoration: underline overline;
}

p {
  font-size: 1.15rem;
  color: #EAE8E3;
  color: #EAE8E3;
  font-family: "Cormorant";
  margin: 10px 0 10px 0;
  font-weight: 600;
}
@media (min-width: 480px) {
  p {
    font-size: 1.15rem;
  }
}
@media (min-width: 640px) {
  p {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  p {
    font-size: 1.45rem;
  }
}
@media (min-width: 1280px) {
  p {
    font-size: 1.5rem;
  }
}

h1 {
  font-size: 4.125rem;
  color: #EAE8E3;
  font-family: "Tangerine";
  margin: 10px 0 10px 0;
  font-weight: 600;
}
@media (min-width: 480px) {
  h1 {
    font-size: 4.25rem;
  }
}
@media (min-width: 640px) {
  h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 4.875rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 5.25rem;
  }
}

h2 {
  font-size: 4rem;
  color: #EAE8E3;
  font-family: "Tangerine";
  margin: 10px 0 10px 0;
  font-weight: 600;
}
@media (min-width: 480px) {
  h2 {
    font-size: 4.125rem;
  }
}
@media (min-width: 640px) {
  h2 {
    font-size: 4.25rem;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 4.875rem;
  }
}

h3 {
  font-size: 1.125rem;
  color: #EAE8E3;
  font-family: "Philosopher";
  margin: 10px 0 10px 0;
  font-weight: 600;
}
@media (min-width: 480px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 640px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.85rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 0.85rem;
  color: #EAE8E3;
  font-family: "Philosopher";
  margin: 10px 0 10px 0;
  font-weight: 600;
}
@media (min-width: 480px) {
  h4 {
    font-size: 1rem;
  }
}
@media (min-width: 640px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5, h6 {
  color: #EAE8E3;
  font-family: "CrimsonText";
  margin: 10px 0 10px 0;
  font-weight: 600;
}

.important_text {
  color: #C03F1F;
}

.links--main-nav {
  text-decoration: none;
  font-style: normal;
}
.links--screen-reader {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

@font-face {
  font-family: "Philosopher";
  src: url("fonts/Philosopher/Philosopher-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Cormorant";
  src: url("fonts/Cormorant/static/Cormorant-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "CrimsonText";
  src: url("fonts/Crimson_Text/CrimsonText-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Sedan";
  src: url("fonts/Sedan/Sedan-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Tangerine";
  src: url("fonts/Tangerine/Tangerine-Regular.ttf") format("truetype");
}