body {
    background-color: #8A8C8F;
    color: #000000;
    border-color: #EF4E22;
    border-width: thick;
    -webkit-box-shadow: 0px 0px #EF4E22;
    box-shadow: 0px 0px #EF4E22;
    font-family: julee;
    font-style: normal;
    font-weight: 400;



}
body h2 {
    color: #BE1E2D;
    font-family: julee;
    font-style: normal;
    font-weight: 400;
    font-size: x-large;
}
body p {
    font-family: buda;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    font-size: large;
}

body section h3 {
    color: #BE1E2D;
    font-family: julee;
    font-style: normal;
    font-weight: 400;
    font-size: x-large;
}
body footer {
    color: #BE1E2D;
    font-family: julee;
    font-style: normal;
    font-weight: 400;
    font-size: large;
}
body section img {
}
body p-intro {
    font-weight: bolder;
}
body section p {
    font-weight: 300;
    font-variant: normal;
    font-style: normal;
    font-family: buda;
    font-size: large;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111111;
}
