html {
  font-family: 'Noto Serif', serif;
}

body {
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #666;
}

a {
  color: #008200;
  text-decoration: none;
    outline: none !important;
    transition: ease all 0.35s !important;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: 0px;
  outline-offset: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase;
    color: #000;
}

blockquote p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
    font-style: italic;
}
p {
  margin: 0 0 11px;
    line-height: 26px;
}
.dropdown-menu {
    border-radius: 0px;
    border: 0px;
    padding: 0px;
}
.btn,
.panel-heading,
.panel-group .panel {
    border-radius: 0 !important;
}