/* Large screens  */
@media only screen and (min-width: 1025px) {
  @font-face {
    font-family: SangBleuSunrise;
    src: url(../assets/SangBleuSunrise-Regular.otf);
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    background-color: #DCD6D0;
    font-family: SangBleuSunrise;
    color: #3D3935;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  h1 {
    font-weight: normal;
    font-size: 4.75em;
  }

  h2 {
    font-weight: normal;
    font-size: 1.4em;
  }

  h3 {
    font-weight: normal;
    font-size: 1.25em;
    margin-bottom: 5px;
    margin-top: 20px;
  }

  p {
    font-weight: 200;
    font-size: 0.9em;
    margin-top: 0px;
    line-height: 1.5em;
  }

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

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

  .container {
    display: flex; /* or inline-flex */
    /*border: 1px solid gray;*/
    flex-direction: row;
    height: 100%;
  }

  .header {
    display: flex; /* or inline-flex */
    align-items: flex-end;
    justify-content: space-around;
    font-size: 1em;
    margin-top: 3vh;
  }

  .logo {
    display: flex; /* or inline-flex */
    flex-grow: 1;
    justify-content: flex-start;
    margin-right: -120px;
  }

  .header-link {
    display: flex; /* or inline-flex */
    flex-grow: 2;
    justify-content: center;
  }

  .header-lang {
    display: flex; /* or inline-flex */
    flex-grow: 1;
    justify-content: flex-end;
  }

  .hero {
    display: flex; /* or inline-flex */
    /*border: 1px solid gray;*/
    margin-top: 2.5vh;
    align-items: center;
    justify-content: flex-start;
  }

  .booknow {
    display: flex; /* or inline-flex */
    /*border: 1px solid gray;*/
    margin: -10px 0px 0px 0px;
    align-items: center;
    justify-content: flex-start;
    position: sticky;
    top: 0;
    background-color: #DCD6D0;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .info {
    margin-left: 20px;
    font-weight: 200;
    font-size: 0.9em;
  }

  .button {
    background-color: #EBE8E5;
    border-radius: 50px;
    padding: 10px 25px 10px 25px;
    text-align: center;
    font-size: 1.25em;
  }

  .button-link {
    text-decoration: none;
  }

  .footer {
    display: flex; /* or inline-flex */
    margin-top: 10vh;
    margin-bottom: 5vh;
    align-items: flex-start;
    font-size: 0.9em;
    line-height: 1.75em;
    border-bottom: 1px solid #3D3935;
    padding-bottom: 60px;
  }

  .footer-me {
    display: flex; /* or inline-flex */
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
  }

  .footer-contact {
    display: flex; /* or inline-flex */
    flex-grow: 1;
    justify-content: flex-end;
    text-align: right;
  }

  .pricelist {
    display: flex; /* or inline-flex */
    flex-direction: column;
    flex-basis: basis;
    padding: 0px;
    margin-top: 5vh;
    margin-bottom: 1.5vh;
    align-items: flex-start;
  }

  .pricelist-disclaimer {
    font-size: 0.75em;
    margin-bottom: 1.5vh;
  }

  .divider {
    display: flex; /* or inline-flex */
    margin-top: 3vh;
    margin-bottom: 3vh;
    align-items: flex-end;
    border-top: 1px solid #3D3935;
    padding-top: 4vh
  }
}

/* Medium screens */
@media only screen and (min-width: 741px) and (max-width: 1024px) {
  @font-face {
    font-family: SangBleuSunrise;
    src: url(../assets/SangBleuSunrise-Regular.otf);
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    background-color: #DCD6D0;
    font-family: SangBleuSunrise;
    color: #3D3935;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  h1 {
    font-weight: normal;
    font-size: 4.75em;
  }

  h2 {
    font-weight: normal;
    font-size: 1.4em;
  }

  h3 {
    font-weight: normal;
    font-size: 1.25em;
    margin-bottom: 5px;
    margin-top: 20px;
  }

  p {
    font-weight: 200;
    font-size: 0.9em;
    margin-top: 0px;
    line-height: 1.5em;
  }

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

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

  .container {
    display: flex; /* or inline-flex */
    /*border: 1px solid gray;*/
    flex-direction: row;
    height: 100%;
  }

  .header {
    display: flex; /* or inline-flex */
    align-items: flex-end;
    justify-content: space-around;
    font-size: 1em;
    margin-top: 3vh;
  }

  .logo {
    display: flex; /* or inline-flex */
    flex-grow: 1;
    justify-content: flex-start;
    margin-right: -120px;
  }

  .header-link {
    display: flex; /* or inline-flex */
    flex-grow: 2;
    justify-content: center;
  }

  .header-lang {
    display: flex; /* or inline-flex */
    flex-grow: 1;
    justify-content: flex-end;
  }

  .hero {
    display: flex; /* or inline-flex */
    /*border: 1px solid gray;*/
    margin-top: 2.5vh;
    align-items: center;
    justify-content: flex-start;
  }

  .booknow {
    display: flex; /* or inline-flex */
    /*border: 1px solid gray;*/
    margin: -10px 0px 0px 0px;
    align-items: center;
    justify-content: flex-start;
    position: sticky;
    top: 0;
    background-color: #DCD6D0;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .info {
    margin-left: 20px;
    font-weight: 200;
    font-size: 0.9em;
  }

  .button {
    background-color: #EBE8E5;
    border-radius: 50px;
    padding: 10px 25px 10px 25px;
    text-align: center;
    font-size: 1.25em;
  }

  .button-link {
    text-decoration: none;
  }

  .footer {
    display: flex; /* or inline-flex */
    margin-top: 10vh;
    margin-bottom: 5vh;
    align-items: flex-start;
    font-size: 0.9em;
    line-height: 1.75em;
    border-bottom: 1px solid #3D3935;
    padding-bottom: 60px;
  }

  .footer-me {
    display: flex; /* or inline-flex */
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
  }

  .footer-contact {
    display: flex; /* or inline-flex */
    flex-grow: 1;
    justify-content: flex-end;
    text-align: right;
  }

  .pricelist {
    display: flex; /* or inline-flex */
    flex-direction: column;
    flex-basis: basis;
    padding: 0px;
    margin-top: 5vh;
    margin-bottom: 1.5vh;
    align-items: flex-start;
  }

  .pricelist-disclaimer {
    font-size: 0.75em;
    margin-bottom: 1.5vh;
  }

  .divider {
    display: flex; /* or inline-flex */
    margin-top: 3vh;
    margin-bottom: 3vh;
    align-items: flex-end;
    border-top: 1px solid #3D3935;
    padding-top: 4vh
  }
}

/* Small screens */
@media only screen and (max-width: 740px) {
  @font-face {
    font-family: SangBleuSunrise;
    src: url(../assets/SangBleuSunrise-Regular.otf);
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    background-color: #DCD6D0;
    font-family: SangBleuSunrise;
    color: #3D3935;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  h1 {
    font-weight: normal;
    font-size: 2.6em;
  }

  h2 {
    font-weight: normal;
    font-size: 1.25em;
  }

  h3 {
    font-weight: normal;
    font-size: 1.25em;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 1.25em;
  }

  p {
    font-weight: 200;
    font-size: 0.9em;
    margin-top: 0px;
    line-height: 1.5em;
  }

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

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

  .container {
    display: flex; /* or inline-flex */
    /*border: 1px solid gray;*/
    flex-direction: row;
    height: 100%;
  }

  .header {
    display: flex; /* or inline-flex */
    margin-top: 5vh;
    align-items: flex-end;
    justify-content: space-around;
    font-size: 0.9em;
  }

  .logo {
    display: flex; /* or inline-flex */
    flex-grow: 1;
    justify-content: flex-start;
    margin-right: -120px;
  }

  .logo-img {
    width: 140px;
  }

  .header-link {
    display: none;
  }

  .header-lang {
    display: flex; /* or inline-flex */
    flex-grow: 1;
    justify-content: flex-end;
  }

  .hero {
    display: flex; /* or inline-flex */
    /*border: 1px solid gray;*/
    margin-top: 2.5vh;
    align-items: center;
    justify-content: flex-start;
  }

  .booknow {
    display: flex; /* or inline-flex */
    flex-flow: column;
    margin-top: 4vh;
    /*border: 1px solid gray;*/
    align-items: center;
    justify-content: flex-start;
  }

  .info {
    font-weight: 200;
    font-size: 0.8em;
    text-align: center;
  }

  .button {
    background-color: #EBE8E5;
    border-radius: 50px;
    padding: 15px 25px 15px 25px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.25em;
    width: 80%;
  }

  .button-link {
    text-decoration: none;
  }

  .footer {
    display: flex; /* or inline-flex */
    margin-top: 8vh;
    margin-bottom: 5vh;
    align-items: flex-start;
    font-size: 0.8em;
    border-bottom: 1px solid #3D3935;
    padding-bottom: 60px;
  }

  .footer-me {
    display: flex; /* or inline-flex */
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
  }

  .footer-contact {
    display: flex; /* or inline-flex */
    flex-grow: 1;
    justify-content: flex-end;
    text-align: right;
  }

  .pricelist {
    display: flex; /* or inline-flex */
    flex-direction: column;
    flex-basis: basis;
    padding: 0px;
    margin-top: 5vh;
    margin-bottom: 1.5vh;
    align-items: flex-start;
  }

  .pricelist-disclaimer {
    font-size: 0.75em;
    margin-bottom: 1.5vh;
  }

  .divider {
    display: flex; /* or inline-flex */
    margin-top: 3vh;
    margin-bottom: 3vh;
    align-items: flex-end;
    border-top: 1px solid #3D3935;
    padding-top: 4vh
  }
}
