@font-face {
  font-family: 'machina';
  src: url('fonts/NeueMachina-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'resistance';
  src: url('fonts/Resistance générale.otf') format('opentype');
}

@font-face {
  font-family: '1452';
  src: url('fonts/Format_1452.woff') format('woff');
}

@font-face {
  font-family: 'avara';
  src: url('fonts/avara.woff') format('woff');
}

@font-face {
  font-family: 'necto';
  src: url('fonts/Necto-Mono.woff') format('woff');
}

@font-face {
  font-family: 'zest';
  src: url('fonts/Zest-Regular.otf') format('opentype');
}


<link href="https://fonts.googleapis.com/css?family=Saira+Semi+Condensed"rel="stylesheet">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
background-color: white;
/*
    background-image: url("images/cavax.png");
    background-size: 140%;;
    background-position: center;
*/

}


* {box-sizing: border-box;}

.suspended {
    width: 100%;
    z-index: 99999999;
    position: fixed;
    mix-blend-mode: multiply;
}

.about {
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    position: relative;
}

.about p {
  width: 95%;
  font-family: 'machina';
  font-size: 4vw;
  line-height: 4.5vw;
  color: black;
  height: auto;
  padding-top: 0vh;
  padding-left: 1vw;
  /* border-radius: 25px;
  border: 1px solid black; 
  mix-blend-mode: hard-light;*/
  position: relative;
}

.about a {
  font-family: 'machina';
    font-style: oblique;
}
.about a1 {
  font-family: 'zest';
    font-size: 6vw;
    letter-spacing: -6.5px;
}
.about a2 {
  font-family: 'machina';
  text-align: center;
    color: white;
  padding: 8px;
    padding-bottom: 5px;
  border: 2px solid black;
  background-color: black;
  border-radius: 55px;
}

.blocks {
    width: 62%;
    margin-top: 10vh;
}

.sup {
    font-size: 15pt;
}

.abo {
    display: inline-block;
  font-family: 'machina';
  font-size: 15pt;
  line-height: 19pt;
  color: black;
  column-count: 2;
    column-gap: 50px;
    margin-left: 2%;
}


.footnote {
    width: 100%;
    font-family: 'machina';
    font-size: 10pt;
    color: black;
position: fixed;
  bottom: 0;
    padding: 10px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
    background-color: white;
}




button:hover {
  background-color: mediumseagreen;
    z-index: 9999;
}


menu {
    width:inherit;
     overflow: hidden;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    z-index: 999999;
}

.style {
  display:inline-block;
  width: 19.8%;
  text-align: center;
  color: black;
  font-family: '1452';
  font-size: 18px;
  text-align: center;
  left: 15px;
  padding-top: 8px;
  padding-bottom: 6px;
  text-decoration: none;
  border: 0.5px solid black;
  cursor: pointer;
  border-radius: 25px;
  background-color: white;
  z-index: 999999;
}

.styles {
  display:inline-block;
  width: 19.8%;
  text-align: center;
  color: black;
  font-family: '1452';
  font-size: 18px;
  text-align: center;
  left: 15px;
  padding-top: 8px;
  padding-bottom: 6px;
  text-decoration: none;
  border: 0.5px solid black;
  cursor: pointer;
  border-radius: 25px;
  background-color: white;
  z-index: 999999;
}

.stylex {
  display:inline-block;
  width: 19.7%;
  text-align: center;
  color: black;
  font-family: '1452';
  font-size: 18px;
  text-align: center;
  left: 15px;
  padding-top: 8px;
  padding-bottom: 6px;
  text-decoration: none;
  border: 0.5px solid black;
  cursor: pointer;
  border-radius: 25px;
  background-color: mediumseagreen;
    z-index: 99999999;
}

.stylepub {
  display:inline-block;
  width: 19.7%;
  text-align: center;
  color: black;
  font-family: '1452';
  font-size: 18px;
  text-align: center;
  left: 15px;
  padding-top: 8px;
  padding-bottom: 6px;
  text-decoration: none;
  border: 0.5px solid black;
  cursor: pointer;
  border-radius: 25px;
  background-color: white;
    z-index: 99999999;
}

 .stylespatial {
     display: none;
}

 .stylebooks {
     display: none;
}

.sticky {
  position: fixed;
  top: 0;
  padding-top: 10px;
  width: 99%;
    z-index: 999999;
}

/*Here starts the adaptation for mobile
  Various changes will be made below */

@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) {     
.style {
    display:inline-block;
    width: 24%;
    height: 50px;
    text-align: center;
    font-family: 'necto';
    font-size: 11px;
    text-align: center;
    border: 0.5px solid black;
    cursor: pointer;
    border-radius: 25px;
    background-color: mediumseagreen;
    z-index: 9999;
}  
    .stylex {
    display:none;
}  
    .styles {
    display:none;
} 
    .stylepub {
    display: none;
}
    .stylebooks {
    display:inline-block;
    width: 24%;
    height: 50px;
    text-align: center;
    font-family: 'necto';
    font-size: 11px;
    text-align: center;
    border: 0.5px solid black;
    cursor: pointer;
    border-radius: 25px;
    background-color: mediumseagreen;
    z-index: 9999;
}
    .stylespatial {
    display:inline-block;
    width: 24%;
    height: 50px;
    text-align: center;
    font-family: 'necto';
    font-size: 11px;
    text-align: center;
    border: 0.5px solid black;
    cursor: pointer;
    border-radius: 25px;
    background-color: mediumseagreen;
    z-index: 9999;
}
      
    .about {
    display: contents;
    width: 100%;
    left:0;
    top:0;
    position: relative;
}

.about p {
  width: 95%;
  font-family: 'machina';
  font-size: 8.5vw;
  line-height: 10.5vw;
  color: black;
  height: auto;
  padding-top: 1vh;
  padding-left: 1vw;
  /* border-radius: 25px;
  border: 1px solid black; 
  mix-blend-mode: hard-light;*/
  position: relative;
}
.about a1 {
  font-family: 'zest';
    font-size: 50pt;
    letter-spacing: -6.5px;
}
.about a {
    font-family: 'machina';
    font-style: oblique;
}
.about a2 {
  font-family: 'machina';
  text-align: center;
    color: white;
  padding: 8px;
    padding-bottom: 5px;
  border: 2px solid black;
  background-color: black;
  border-radius: 55px;
}
    
      
.blocks {
    padding: 6px;
    width: 100%;
}
      
.abo {
    display: grid;
    font-family: 'machina';
    font-size: 13pt;
    line-height: 16pt;
    color: black;
    margin-left: 2%;
    padding-right: 20px;
    padding-bottom: 30%;
}      
  
.footnote {
    width: 103%;
    font-family: 'machina';
    background-color: mediumseagreen;
    font-size: 9pt;
    line-height: 12pt;
    color: black;
    position: fixed;
    bottom: 0;
    padding: 16px;
    padding-right: 25px;
    text-align: justify;
    margin-left: -10px;
    margin-right: auto;
    
}
}















      .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 822;
  }
  to {
    stroke-dashoffset: 0;
  }
}
   
.logo {
  max-width: 500px;
  margin: auto;
  padding: 10px;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1280px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 33% 0%
  }

  50% {
    background-position: 69% 100%
  }

  100% {
    background-position: 32% 0%
  }
}
