/*******************************************************************************
    Hey Contact Heroes
--------------------------------------------------------------------------------
        HTML + Body
*******************************************************************************/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  position: relative;
  font-size: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  color: white;
  font-family: 'Montserrat-Light', Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.42;
  letter-spacing: normal;
background: rgb(182,55,133);
background: linear-gradient(0deg, rgba(182,55,133,1) 0%, rgba(206,145,215,1) 16%, rgba(188,215,95,1) 38%, rgba(101,173,186,1) 59%, rgba(83,208,230,1) 82%, rgba(123,53,135,1) 100%);
}
strong,
h3 {
  font-family: 'Montserrat-Black', Arial, sans-serif;
}
h1,
h2 {
  font-family: 'Montserrat-Thin', Arial, sans-serif;
}
h1,
h2,
h3 {
  text-transform: uppercase;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a:link,
a:visited {
  color: #371b27;
  text-decoration: underline dotted;
}
a:hover,
a:focus,
a:active {
  color: white;
}
/*******************************************************************************
    headerSection
*******************************************************************************/
.polaroid {
  border: 6px solid white;
  box-shadow: 0 0 5px 1px black;
}
#headSection,
#hotelSection,
#scheduleSection {
  position: relative;
  margin: 2rem 0;
  z-index: 1;
}
#hotelSection,
#scheduleSection {
  margin: 2rem 0.5rem;
}
@media only screen and (min-width: 1024px) {
  #headSection,
  #hotelSection,
  #scheduleSection {
    margin: 5rem 0;
  }
}
#headline {
  text-align: center;
  color: white;
  overflow: hidden;
}
#headline h2 {
  position: relative;
  margin: 0;
  transform: rotate(-4deg);
  font-size: 2.5rem;
  margin-left: -1em;
  margin-bottom: -0.9em;
  z-index: 1;
}
#headline h1 {
  margin: 2rem 0;
  transform: rotate(-4deg);
  color: white;
  padding: 1.5rem;
  font-size: 2.75rem;
  line-height: 1;
}
#headline h1 svg {
  position: absolute;
  top: 0;
  left: 1%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotate(6deg);
  filter: drop-shadow(0 0 20px rgb(0 0 0));
}
@media only screen and (min-width: 768px) {
  #headline h2 {
    font-size: 2.5em;
    margin-left: -1em;
    margin-bottom: -0.9em;
  }
  #headline h1 {
    margin: 2rem;
    padding: 1.5rem;
    font-size: 3em;
  }
  #headline h1 svg {
    left: 2%;
  }
}
@media only screen and (min-width: 1024px) {
  #headline h1 {
    margin: 2rem;
    padding: 1.5rem;
    font-size: 4em;
  }
  #headline h1 svg {
    left: 0%;
    top: -10px;
    width: 102%;
    height: 102%;
  }
  #headline h2 {
    font-size: 3em;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 1280px) {
   #headline  {
    padding-bottom: 20px;
  }
  #headline h1 {
    margin: 2rem;
    padding: 1.5rem;
    font-size: 5.5em;
  }
  #headline h1 svg {
    left: -1.5%;
    top: -20px;
    width: 105%;
    height: 105%;
  }
  #headline h2 {
    font-size: 3.5em;
    padding-bottom: 10px;
  }
}
#pictures {
  margin: 2em;
  text-align: center;
}
#pictures picture {
  position: relativE;
  z-index: 3;
}
#pictures picture:nth-child(odd) {
  z-index: 0;
}
#pictures picture:first-child img {
  transform: rotate(-6deg);
}
#pictures picture:last-child img {
  transform: rotate(-6deg);
}
#bodyImg {
  position: absolute;
  bottom: 0;
  z-index: 0;
  mask-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}
/*******************************************************************************
    scheduleSection
*******************************************************************************/
.scheduleText,
.dailySchedule,
#hotelDescription,
#registration {
  max-width: 860px;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
    .scheduleText,
    .dailySchedule,
    #hotelDescription,
    #registration {
        max-width: 1200px;
        margin: 0 auto;
    }
}
.center {
    text-align: center;
}
.scheduleText picture img {
  transform: rotate(-6deg);
}
.dailySchedule {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: baseline;
}
.dailySchedule .day div {
  font-family: 'Montserrat-Black', Arial, sans-serif;
  background-color: #975aa0;
  padding: 0.125rem 0.25rem;
  text-align: center;
}
.dailySchedule .program {
  margin-left: 1rem;
}
.dailySchedule ul li {
  position: relative;
  list-style: none;
}
.dailySchedule ul li:after {
  content: '➤';
  position: absolute;
  top: 0;
  left: -30px;
}
@media only screen and (min-width: 768px) {
  #hotelSection h2 {
    font-size: 3rem;
    line-height: 1;
    transform: rotate(-2deg);
  }
}
@media only screen and (min-width: 768px) {
  #hotel {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    column-gap: 3rem;
    align-items: center;
    flex-direction: column-reverse;
  }
  #hotel h3 {
    font-size: 2rem;
  }
  #hotel div {
    position: relative;
  }
  #hotel div picture {
    max-width: 80%;
  }
  #hotel div picture:last-child {
    position: absolute;
    max-width: 50%;
    right: -20%;
    top: -30%;
    transform: rotate(-4deg);
  }
}
@media only screen and (min-width: 1024px) {
    #hotel div picture:last-child {
    position: absolute;
    max-width: 70%;
    right: -40%;
    top: -45%;
    transform: rotate(-4deg);
  }
}
#registration h3 {
  font-size: 2rem;
}
form {
  padding: 0.5rem 1rem;
  background-color: rgba(151, 90, 160, 0.95);
  border-radius: 2em;
}
form h4 {
  font-size: 2rem;
}
@media only screen and (min-width: 1024px) {
  form {
    padding: 2rem 3rem;
  }
}
input,
select {
  min-width: 100%;
  padding: 0.5rem 1rem;
  color: #333;
  font-family: 'Montserrat-Light', Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.42;
  letter-spacing: normal;
  background-color: white;
  border: 4px solid white;
  border-radius: 2rem;
  opacity: 0.9;
}
input:focus,
select:focus,
input:active,
select:active,
input:hover,
select:hover {
  border-color: #f4b0ff;
  outline: none;
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  input,
  select {
    min-width: 70%;
  }
}
label {
  font-family: 'Montserrat-Light', Arial, sans-serif;
  display: block;
}
button {
  border: 0;
  cursor: pointer;
}
.btn-primary {
  display: block;
  margin: 0 auto;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-family: 'Montserrat-Black', Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.42;
  letter-spacing: normal;
  background-color: #3db6a9;
  color: white;
  box-shadow: 0 2px 5px 1px hsla(0, 0%, 0%, 0.3);
  text-shadow: 1px 1px 3px hsla(0, 0%, 0%, 0.3);
}
.btn-primary:hover {
  background-color: #048b97;
  background: linear-gradient(45deg, #048b97 0%, #3db6a9 50%, #048b97 100%);
  background-size: 200% 100%;
  animation: gradient 10s ease-in-out infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.inputfield {
  position: relative;
  margin: 1rem 0;
}
.inputfield small {
  display: block;
}
.inputfield img {
  max-width: 100%;
}
.inputfield.radio:not(.bike) {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: black;
}
.inputfield.radio:not(.bike).helmet {
  width: auto;
}
.inputfield.radio:not(.bike) label {
  width: 100%;
  height: 100%;
  background-color: white;
  border: 4px solid white;
  border-radius: 10px;
  padding: 0.5rem;
  cursor: pointer;
  opacity: 0.9;
}
.inputfield.radio:not(.bike) i {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 20px;
  font-weight: normal;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.inputfield.radio:not(.bike):hover .unchecked {
  color: #f4b0ff;
}
.inputfield.bike {
  display: inline-block;
  color: black;
  width: 100%;
  background-color: white;
  border: 4px solid white;
  border-radius: 10px;
  padding: 0.5rem;
  opacity: 0.9;
}
.inputfield.bike div {
  position: relative;
  margin: 1rem 0;
}
.inputfield.bike div label {
  padding-left: 2rem;
  cursor: pointer;
}
.inputfield.bike div i {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 20px;
  font-weight: normal;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.inputfield.bike div:hover input:disabled ~ label {
  cursor: default;
}
.inputfield.bike div:hover input:not(:disabled) ~ .unchecked {
  color: #f4b0ff;
}
.inputfield.bike.choosen {
  opacity: 1;
  border-color: #f4b0ff;
}
.inputfield.bike input[type="radio"],
.inputfield.radio input[type="radio"] {
  opacity: 0;
  display: none;
}
.inputfield.bike input[type="radio"]:checked ~ .checked,
.inputfield.radio input[type="radio"]:checked ~ .checked {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.inputfield.bike input[type="radio"]:checked ~ .unchecked,
.inputfield.radio input[type="radio"]:checked ~ .unchecked {
  opacity: 0;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}
.inputfield.bike input[type="radio"]:checked ~ label,
.inputfield.radio input[type="radio"]:checked ~ label {
  opacity: 1;
  border-color: #f4b0ff;
}
.inputfield.bike input[type="radio"]:disabled ~ label,
.inputfield.radio input[type="radio"]:disabled ~ label,
.inputfield.bike input[type="radio"]:disabled ~ .unchecked,
.inputfield.radio input[type="radio"]:disabled ~ .unchecked {
  opacity: 0.3;
}
.inputfield.bike .unchecked,
.inputfield.radio .unchecked {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.inputfield.bike .checked,
.inputfield.radio .checked {
  opacity: 0;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  color: #975aa0;
}
.inputfield.bike:hover:not(:disabled) label,
.inputfield.radio:hover:not(:disabled) label {
  opacity: 1;
  border-color: #f4b0ff;
}
@media only screen and (min-width: 1024px) {
  .inputfield.radio {
    width: auto;
  }
  .inputgroup {
    display: grid;
    grid-auto-columns: 1fr 3fr 3fr;
    grid-auto-flow: column;
    column-gap: 1rem;
  }
  .inputgroup input,
  .inputgroup select {
    min-width: 100%;
  }
  .inputgroup.radiogroup {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    align-items: start;
  }
  .inputgroup.radiogroup .inputfield {
    margin: 0 0.25rem;
  }
}

#greetings {
    display: flex;
    column-gap: 2rem;
    margin: 2rem 0;
    flex-direction: row;
    align-content: center;
    align-items: stretch;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  #greetings p {
    font-size: 3rem;
  }
#franky {
      max-width: 250px;
      transform: rotate(-4deg);
      background-color: white;
      font-family: 'Montserrat-Light', Arial, sans-serif;
      padding: 0.5rem;
      color: #f19ec2;
      line-height: 1;
      text-align: center;
      box-shadow: 0 2px 5px 1px hsla(0, 0%, 0%, 0.3);
}
@media only screen and (min-width: 1280px) {
        #greetings {
            display: flex;
            column-gap: 2rem;
            margin: 2rem 0;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
      }
}
