@font-face {
    font-family: "Sprat";
    font-style: normal;
    src: url("./assets/fonts/SpratExtnRegular.woff"), format("woff");
}
@font-face {
    font-family: "Lucette";
    font-style: normal;
    src: url("./assets/fonts/Lucette-Regular.woff"), format("woff");
}
@font-face {
    font-family: "Lucette";
    font-style: italic;
    src: url("./assets/fonts/Lucette-Regularitalic.woff"), format("woff");
}
* {
    margin: 0;
  }
  
  @media (prefers-reduced-motion: no-preference) {
    html {
      interpolate-size: allow-keywords;
    }
  }
  
  body {
    -webkit-font-smoothing: antialiased;
    font-smooth: auto;
  }
  
  input, button, textarea, select {
    font: inherit;
  }
  
  p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
  }
  
  p {
    text-wrap: pretty;
  }
  h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
  }
  img,
  picture {
    max-width: 100%;
    display: block;
  }

  @media screen and (prefers-reduced-motion: reduce) {  
    * {
      /* Very short durations means JavaScript that relies on events still works */
      animation-duration: 0.001ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.001ms !important;
    }
  }

:root{
    --background:#f0f0ec;
}
body{
    padding: 0px 8px 0px 8px;
}
html{
    background-color: var(--background);
    scrollbar-width: none; /* Firefox */
-ms-overflow-style: none;  /* Internet Explorer 10+ */
}
header, footer{  
    display: flex;
    background-color: var(--background);
    width: 100%;
    height: 7vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 10;
    left: 0px;
}
header{
    border-bottom: 1px solid #000;
    font-size: 2.7em;
    font-family: "Sprat";
      top: 0px;
}
footer{
    border-top: 1px solid #000;
    font-family: "Lucette";
    font-size: 1.6em;
    bottom:0px;
}
a{
    text-decoration: none;
    color: black;
}
.legalmain{
    width:60vw;
    top:8vh;
    position: absolute;
}
.legalmain p{
    font-size:2.7vh;font-family: "Lucette";
    margin:2.7vh 0vw;
}
.legalmain h3{
    font-family: "Sprat";
    font-size:4vh;
    word-wrap: break-word;
    text-transform: uppercase;
    margin-top:8vh;
    margin-bottom:0px;
}

@media screen and (max-device-width:900px), (max-width:900px)  {
    header{
        font-size: 2.5em;
    }
    a{        color: rgb(17, 92, 191)!important;;
    }
}

@media screen and (max-height:900px) and (orientation: landscape) {
    header, footer{
        height: 8.2vh;font-size: 2.2em;

    }
    a{color: rgb(25, 0, 100)!important;}
}
@media screen and (max-device-width:570px), (max-width:570px)  {

    header{
        font-size: 1.6em;
    }
    a{        color: rgb(171, 145, 0)!important;;
    }
    .legalmain h3{
        font-size:2.9vh;
        margin-top:4vh;
        margin-bottom:0px;
    }
    .legalmain {
        width: 96vw;
        padding:1vh 1vw 5vh 1vw;}
    .legalmain p{
        margin:2.3vh 0vw;
    }
}

@media screen and (max-height:568px) and (orientation: landscape) {
    header, footer{
        height: 8.2vh;        font-size: 1.2em;

    }
    a{color: rgb(3, 105, 3)!important;}
}
@media screen and (max-width: 360px){
    a{        color: rgb(147, 172, 5)!important;;
    }
    header, footer{
        height: 7vh;        font-size: 1.4em;

    }
}
@media screen and (max-width: 330px){
    a{        color: rgb(233, 225, 78)!important;;
    }
    header, footer{
        height: 7vh;            font-size: 1.3em;

    }
}