:root {
  --color-dark-red: #490400;
  --color-light-yellow: #FED774;
  --color-charcoal: #1B262E;
  --color-light-red: #C10307;
  --color-white: #ffffff;
  --color-yellow: #FFCF00;
  --color-grey: #384955;
  --color-beige: #EDD6C2;
  --color-brown: #52462A;
  --color-azure-dark: #003255;
  --color-azure-mid: #1a5884;
}

@font-face {
  font-family: "immortal";
  src: url("../font/IMMORTAL.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mistrully";
  src: url("../font/mistrully.regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  scroll-behavior: smooth;
}

body {
  font-family: "Hanken Grotesk", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin: 0;
  background-color: var(--color-azure-dark);
  background-position: center;
  line-height: 140%;
}

header {
  text-align: center;
  position: sticky;
  top: 0;
  width: 100vw;
  height: 2.5rem;
  background-color: var(--color-azure-dark);
  z-index: 10;
}

nav {
  width: 100%;
  height: 100%;
}

.menu {
  width: 100%;
  height: 100%;
}
.menu .button {
  font-family: "IMMORTAL";
  font-size: 1.2rem;
}
.menu .button:hover {
  background: var(--color-azure-mid);
}

.menu ul {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 1rem;
  justify-content: space-evenly;
  align-items: center;
}

.button {
  color: var(--color-beige);
  padding: 0.2rem 0.5rem;
}

.button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.frontPage {
  width: 100vw;
  background-image: url(../img/background.png);
  background-repeat: repeat-x;
  background-size: contain;
  scroll-margin-top: 40px;
}
.frontPage h2 {
  color: var(--color-light-yellow);
}
.frontPage .title {
  position: relative;
  background-image: url(../img/cover.png);
  max-width: 402.53px;
  aspect-ratio: 848/1264;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.cloud {
  width: 45vw;
  max-width: 181.14px;
  aspect-ratio: 203/94;
  background-image: url(../img/cloud.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3%;
  text-align: center;
  padding: 14px 0 0 0;
}

.headerSmall {
  font-family: "mistrully", sans-serif;
  color: var(--color-dark-red);
  font-size: 2rem;
}

.headerLarge {
  font-family: "IMMORTAL";
  color: var(--color-light-yellow);
  font-size: 4rem;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 12%;
  text-shadow: 2px 0px var(--color-azure-dark), -2px 0px var(--color-azure-dark), 0px 2px var(--color-azure-dark), 0px -2px var(--color-azure-dark);
}

.headerMedium {
  font-family: "IMMORTAL";
  color: var(--color-light-yellow);
  font-size: 2rem;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 80%;
  text-shadow: 2px 0px var(--color-azure-dark), -2px 0px var(--color-azure-dark), 0px 2px var(--color-azure-dark), 0px -2px var(--color-azure-dark);
}

h1 {
  font-size: 3rem;
  text-shadow: 1px 1px 2px rgba(56, 73, 85, 0.5294117647);
}

h2 {
  font-size: 2rem;
}

p {
  margin: 0.5rem auto;
  font-weight: 400;
}

em {
  font-style: italic;
}

span.bold {
  font-weight: 600;
}

.centered {
  margin: 1rem 0 3rem;
  text-align: center;
}

a.dl-btn {
  display: inline-block;
  background-color: #5fa09e;
  color: white;
  font-family: "IMMORTAL";
  padding: 0.7rem 1.2rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  border-radius: 0.5rem;
}
a.dl-btn:hover {
  background-color: #58c7c3;
}
a.dl-btn:visited {
  color: white;
}

.space-up {
  margin-top: 2rem;
}

.presentation {
  width: 100vw;
  background-image: url(../img/balloons.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0 auto;
  position: relative;
  scroll-margin-top: 40px;
  padding: 3vh 0;
}
.presentation .sub {
  color: var(--color-azure-dark);
  font-size: 1.1rem;
  margin: -1rem 0 0.8rem;
  font-weight: 500;
}
.presentation .signature {
  text-align: right;
  font-weight: 300;
}

.background {
  width: 90%;
  height: 95%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 0 auto;
  padding: 4vh 4vw;
  max-width: 800px;
}

.background.last {
  justify-content: start;
  padding-top: 5%;
  height: fit-content;
}

h1, h2, h3 {
  font-family: "IMMORTAL";
  text-align: center;
  color: var(--color-grey);
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

h3 {
  font-size: 1.5rem;
  color: var(--color-brown);
  margin: 0.5rem;
}

.dl-link:link, .dl-link:visited, .dl-link:hover, .dl-link:active {
  font-family: "IMMORTAL";
  margin: 1.2rem;
  font-size: 1.2rem;
  color: var(--color-azure-mid);
}

.program {
  width: 100vw;
  background-image: url(../img/countryside.png);
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  scroll-margin-top: 40px;
  padding: 3vh 0;
}

.programDay {
  font-family: "IMMORTAL";
  font-size: 1rem;
  width: 95%;
  margin: 0 0 0 5%;
  text-align: left;
}

.programContent {
  display: grid;
  grid-template-columns: 1fr 50px 6fr;
  margin: 0.5rem 0 0.5rem 5%;
  width: 95%;
}

.programHour {
  margin: 0;
  font-size: 1.2rem;
}

.programIcon {
  background-repeat: no-repeat;
  background-position: center 0%;
  background-size: 40px 40px;
}

.programIcon.note {
  background-image: url(../img/note.png);
}

.programIcon.shoe {
  background-image: url(../img/shoe.png);
}

.programIcon.helmet {
  background-image: url(../img/helmet.png);
}

.programIcon.circus {
  background-image: url(../img/circus.png);
}

.programIcon.bubbles {
  background-image: url(../img/bubbles.png);
}

.programIcon.shop {
  background-image: url(../img/shop.png);
}

.programIcon.book {
  background-image: url(../img/book.png);
}

.programIcon.yoga {
  background-image: url(../img/yoga.png);
}

.programIcon.notes {
  background-image: url(../img/notes.png);
}

.programDescription {
  font-size: 1rem;
  text-align: left;
  margin: 0;
}

.partners {
  width: 100vw;
  background-color: white;
  scroll-margin-top: 40px;
}
.partners .partnerLogo {
  max-width: 200px;
  max-height: 50px;
  margin: 20px;
  display: inline-block;
}

footer {
  background-color: var(--color-azure-dark);
  color: var(--color-beige);
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0;
  text-align: center;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: var(--color-beige);
}

/* 












ul
{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 90vw;
}

li
{
    margin: 0.5rem auto 1rem auto;
}


.programContent.reverse
{
    direction: rtl;
}

.programContent p
{
    margin: 0
}

.programContent .note
{
    text-align: center;
}

.programHour
{
    font-size: 6vw;
}


.programIcon
{
    font-size: 8vw;
}

.programDescription
{
    font-size: 5vw;
}

.programContent.reverse .programDescription
{
    text-align: left;
}

#partners
{
    font-family: "Hanken Grotesk";
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    gap: 5vw;
    padding: 2vw;
    background-image: url("../img/stars.png");
    background-size: cover;
}

.partner
{
    width: 30%;
    text-align: center;
    font-size: 3vw;
    color: var(--color-white);
    font-size: 600;
}

.partner img
{
    width: 100%;
} */

/*# sourceMappingURL=mobile.css.map */
