input, select, textarea, button {
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #000000;
  transition:color .15s ease-in;
}
a:hover {
  text-decoration: none;
  color : #ff6600;
}
p {
  font-size: 16px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
