@font-face {
  font-family: fa_001;
  src: url(WOFFtypefaces/FA_TYPE_001-Regular.woff2);
}

@font-face {
  font-family: about;
  src: url(WOFFtypefaces/FA_003-Regular.woff2);
}

@font-face {
  font-family: honey;
  src: url(../honey.woff2);
}

/*** Works on common browsers ***/
::selection {
/*     color: #352e7e; */


}

body {
  font-family: honey;
  font-size: 2.5em;
}

p {
  width: 100%;
  font-size: 50vw;
  overflow-x: hidden;
  margin-top: 0px;
  margin-bottom: 100px;
  text-align: center;
  padding-bottom: 50px;
}

h1 {
  left: 10px;
  font-family: sans-serif;
  font-size: 1em;
}

#introText {
    font-size: 1em;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

a {
  text-decoration: none;
  color: black;
  /* margin-left: 10px; */
  margin-top: 0px;
  margin-bottom: 0px;
}

a:hover {
    text-decoration: underline;
}

#description {
  font-family: about;
}

.typefaceName {
  /* font-size: 1em; */
  text-transform: lowercase;
}

.downloadbutton {
  text-decoration: none;
  color: black;
  font-size: 1em;
  bottom: 25px;
  left: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  max-width: 350px;
  text-transform: lowercase;
  margin-right: 10px;
}

.downloadbutton:hover {
  /* background-color: #00A16C; */
  color: black;
  /* border-color: #E9E9F2; */
}

.header {
  position: fixed;
}

#block {
  height: 50px;
}

.atag {
  margin-top: 20px;
  text-decoration: none;
  color: inherit;
  margin: auto;
  display: block;
}

.atag:hover {
  color: inherit;
}

/* NEW CSS */

#info {
  display: block;
  width: 99vw;
  min-width: 350px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 5px;
  font-size: 1.3em;
}

.infoButtons {
  margin-left: 0;
}

.infoButtons:hover {
  /* color: #00A16C; */
}

button {
    background-color: #E9E9F2;
    font-size: 1em;
    margin: auto;
    /* margin-bottom: 20px; */
    margin-top: 20px;
  }

  .titleButtons {
    background-color: none;
    border: none;
    border-color: none;
    border-radius: none;
    font-size: 1em;
    /* margin-right: 0px; */
    /* margin-bottom: 20px; */
    margin-top: 0px;
    float: right;
  }


  .sample {
    display: block;
    outline: none;
    font-size: 18vh;
    overflow-wrap: break-word;
    width: 100%;
    min-width: 350px;
    text-align: center;
  }

  .allTypeThings {
    /* display: flex; */
    /* flex-wrap: wrap; */
    margin-bottom: 20px;
  }

  .typefaceNameDIV {
    padding-top: 10px;
    min-width: 350px;
  }

  input {
     -webkit-appearance: none;
    appearance: none;
    width: 17%;
    /* background-color: #E9E9F2; */
    outline: none;
  }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: none; /* Green background */
    border: solid;
    border-color: black;
    border-radius: 50px;
    cursor: pointer; /* Cursor on hover */
  }

  .slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: none; /* Green background */
    border: solid;
    border-color: black;
    border-radius: 50px;
    cursor: pointer; /* Cursor on hover */
  }

  .typeInfo {
    /* margin-right: 20px; */
    display: flex;
    flex-wrap: wrap;
    border-top: solid;
  }

  #leading {
    margin-top: 20px;
    margin-bottom: 20px;
  }
.titleButtons:hover {
  /* color: #00A16C; */
}

#fullautohp:hover {
  text-decoration: underline;
}

#aboutp:hover {
  text-decoration: underline;
}

#toolsp:hover {
  text-decoration: underline;
}

#collectionsTitle:hover {
  text-decoration: underline;
}

.atag:hover {
  text-decoration: underline;
}
