@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Lato:400,700|Oswald&display=swap');

body {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
}

h1, h2, h3, h4 {font-family: 'Josefin Sans', sans-serif;}
h1 {font-weight: bold; font-size: 2rem;}
h3 {color: #3f4725; margin: 20px 0 0; padding-bottom: 0px;font-size: 1.3rem;}
h4 {color: #63804f; margin: 5px 0 0; padding-bottom: 0px;font-size: 1.2rem;font-weight: normal;}

a {color: #567f51; text-decoration: none;}
a:hover, a:active, a:focus {color: #3f4725; text-decoration: none;}

.customButton {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #e3a52e;
  border-radius: 0;
  color: #000;
  margin: 5px 0 20px;
}

.customButton:focus,
.customButton:active,
.customButton:hover {
  outline: 0 none;
  background: #e3a52e;
  color: #000;
}

.largerText {
  font-size: 1.3em;
}

.greenText {
  color: #3f4727;
}