body {
  background: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-default .navbar-brand {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: white;
  font-weight: 800;
  font-size: 180%;
}
.navbar-default .navbar-brand:hover {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: white;
  font-weight: 800;
  font-size: 180%;
}
.navbar-header {
  color: white;
}
.navbar-header > .navbar-toggle {
  background: rgba(0, 0, 0, 0);
}
.navbar-header > .navbar-toggle:hover {
  background: rgba(0, 0, 0, 0);
}
.navbar-header > .navbar-toggle:focus {
  background: rgba(0, 0, 0, 0);
}
.navbar-right > li > a {
  color: white;
  font-size: 120%;
  font-weight: 600;
}
.navbar-default {
  border-bottom: 0px;
  background: rgba(10, 10, 10, 0);
}
.top-nav-collapse {
  background: #c80000;
}
.navbar-default .navbar-nav > li > a {
  color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
header.intro-header > .container > .row > div {
  margin-top: 150px;
  margin-bottom: 400px;
  padding: 40px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  font-size: 26px;
}
header {
  margin-bottom: 100px;
}
.img-attribution > a,
.img-attribution {
  bottom: 0em;
  right: 0em;
  color: #aaaaaa;
  padding-right: 2px;
  padding-left: 3px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 80%;
}
.brand-heading {
  font-weight: 800;
  font-size: 80px;
}
@media (max-width: 800px) {
  .brand-heading {
    font-weight: 800;
    font-size: 45px;
  }
}
h1 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 30px;
  padding-bottom: 10px;
}
.box {
  margin-left: 0.0em;
  padding: 0em;
  background: rgba(10, 10, 10, 0);
}
.box > h2 {
  font-weight: 800;
  font-size: 25px;
}
p {
  font-family: 'Lora', 'Times New Roman', serif;
  font-size: 22px;
}
.intro-text {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 25px;
}
.definition {
  font-family: 'Lora', 'Times New Roman', serif;
  color: #c80000;
  font-size: 22px;
}
.phonetic {
  font-family: 'Lora', 'Times New Roman', serif;
  display: inline;
  font-weight: 800;
  color: inherit;
}
.copyright {
  padding: 1em;
  font-size: 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.contact {
  margin-top: 3em;
  border-top: 3px solid #c80000;
  background: rgba(0, 0, 0, 0);
}
footer {
  background: rgba(255, 0, 0, 0);
  color: white;
}
.submit-btn {
  border: 0px;
  font-weight: 900;
  background: black;
  color: white;
}
.submit-btn:hover {
  background: #c80000;
}
.address {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 1em;
  font-weight: 400;
  font-size: 20px;
}
