@font-face {
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Courgette.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Courgette2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Gafata';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Gafata.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Gafata';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Gafata2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

h1,
h2,
h3 {
  font-family: Courgette, Arial, Helvetica, sans-serif;
  text-align: center;
}

h4,
h5,
h6 {
  font-family: Amiko, Arial, Helvetica, sans-serif;
  text-align: center;
}

body {
  font-family: Gafata, Arial, Helvetica, sans-serif;
  text-align: center;
}

html {
  scrollbar-face-color: #646464;
  scrollbar-base-color: #646464;
  scrollbar-3dlight-color: #646464;
  scrollbar-highlight-color: #646464;
  scrollbar-track-color: #000;
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: #646464;
  scrollbar-darkshadow-color: #646464;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

::-webkit-scrollbar { width: 8px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #646464;}
::-webkit-scrollbar-track-piece { background-color: #000;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #646464;}
::-webkit-resizer { background-color: #666;}

.w3-courgette {
 font-family: Courgette;
}

.w3-amiko {
 font-family: Amiko;
}

@media all and (min-width: 200px) {
  .responsiveFont {
    font-size: 2.0em;
  }
}

@media all and (min-width: 600px) {
  .responsiveFont {
    font-size: 1.5em;
  }
}

@media all and (min-width: 700px) {
  .responsiveFont {
    font-size: 1.5em;
  }
}

@media all and (min-width: 800px) {
  .responsiveFont {
    font-size: 1.5em;
  }
}

@media all and (min-width: 900px) {
  .responsiveFont {
    font-size: 1.3em;
  }
}

.menuSizeFloating {
  z-index:10;
  height: 24.2em;
  max-height: 80vh;
  width: 14em;
  position: fixed;
  right: 0;
  top: 0;
  padding: 0;
  pointer-events: auto;
  display: none;
 }
  
.menuSize {
  z-index:10;
  height: 20.5em;
  max-height: 80vh;
  width: 14em;
  pointer-events: auto;
 }

.paddingContent {
  padding-top: 80px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.enablePE {
  pointer-events: auto;
}

.cardPadding {
  padding-left:8px;
  padding-right:8px;
}