h1{
  font-size: 4rem;
  font-family: Fleya, serif;
  font-style: normal;
  font-weight: 300;
  color: black;
  line-height: 1.3;
}

h2{
  font-size: 1.3rem;
  font-family: Fleya, serif;
  font-style: normal;
  font-weight: 300;
  color: black;
  line-height: 1.3;
}

h3{
  font-size: 1.3rem;
  font-family: Fleya, serif;
  font-style: normal;
  font-weight: 300;
  color: black;
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  cursor: pointer;
}

#underlineBottom{
  border-bottom: 1px solid currentColor;
}
.projectDescription a{
  border-bottom: 1px solid currentColor;
}

p {
  font-family: Fleya, serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
}

select{
   border: 0;
   padding: 2px 10px;
   font-size: 1rem;
   font-family: Fleya, serif;
   font-style: normal;
   font-weight: 300;
   color: black;
   line-height: 1.3;
   border: 1px solid black;
  }

  select:focus {
    outline: none;

  }

@font-face {
    font-family: 'Fleya';
    src: url('font/Fleya-Regular.woff2') format('woff2'),
         url('font/Fleya-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@media only screen and (max-width: 1000px){
    h1{
      font-size: 4rem;
    }
    h2{
      font-size: 1.6rem;
    }
}

@media only screen and (max-width: 700px){
  h1{
    font-size: 3rem;
  }

  h2{
    font-size: 1rem;
  }

}

@media only screen and (max-width: 500px){
  h2{
    font-size: 1rem;
  }
}
