
body {
  font-family: 'Libre Franklin';
  font-weight: 350;
  font-size:20px;
  color: #333;

}

@media screen and (max-width: 600px) {
  body {
    font-size: 4vw;
  }
  
}

.hidden {
    display: none;
}

h1 {
  font-family: 'Libre Franklin';
  font-weight: 600;
  /*text-transform: uppercase;*/
  color: #B20003;
  font-size: 2.5em;
}

h2 {
  font-family: 'Libre Franklin';
  font-weight: 600;
  font-size: 1.4em;
  
  /* text-transform: uppercase; */
  color: #000;
  margin: 0;
}

h3 {
  font-family: 'Libre Franklin';
  font-weight: 700;
  font-size: 4em;
  text-transform: uppercase;
  color: #B20003;
  margin-top: 0.2em;
  margin-bottom: 0;
  padding: 0;
  line-height: 0.85em;
}

h4 {
  font-family: 'Libre Franklin';
  font-weight: 700;
  font-size: 1.75em !important;
  color: #B20003;
  text-transform: uppercase;
  margin-top: 0;
  padding: 0;
}

h5 {
  font-family: 'Libre Franklin';
  font-weight: 500;
  font-size: 1em !important;
  color: #000;
  margin-top: 0;
}


p {
  text-align: justify;
}

a:link, a:visited {
  color: #B20003;
  text-decoration: none;
}

a:hover, a:active {
  color: #B20003;
  text-decoration: underline;
  font-weight: 600;
}