@font-face {
  font-family: 'Lato';
  font-weight: 700;
  font-style: normal;
  src: local('Lato Bold'), local('Lato-700'), url('../font/Lato-Bold.ttf');
}

@font-face {
  font-family: 'Lato';
  font-weight: 400;
  font-style: normal;
  src: local('Lato Regular'), local('Lato-regular'), url('../font/Lato-Regular.ttf');
}

@font-face {
  font-family: 'Lato';
  font-weight: 300;
  font-style: normal;
  src: local('Lato Light'), local('Lato-300'), url('../font/Lato-Light.ttf');
}

html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
}

h1 {
  color: #3b3b3b;
  font-size: 42px;
}

h2 {
  margin: 0;
  font-size: 32px;
  color: #5a5a5a;
}

h3{
  margin: 0;
  font-size: 22px;
  color: #5a5a5a;
}

h4{
  margin: 0;
  font-size: 22px;
  color: #686868;
  font-weight: 400;
}

p {
  font-size: 22px;
  font-weight: 300;
  color: #5a5a5a;
}

li {
  font-size: 22px;
  font-weight: 300;
  color: #5a5a5a;
}

a {
  text-decoration: none;
}

#header {
  width: 100%;
  background-color: white;
  max-height: 650px;
  overflow-y: hidden;
}

#header.legal #logo-text {
  color: #4d73c5;
}

#header.legal #beta {
  color: #4d73c5;
  border-color: #4d73c5;
}

.subtext {
  font-size: 18px;
}

.legal {
  width: 730px;
  margin: 0 auto;
}

@media (max-width: 740px) {
  .legal {
    width: 95%;
    margin: 0 auto;
    padding: 0px 10px;
  }
}
