body {
  font-family:'Open Sans';
  font-size:16px;
}

h1, h2, h3, h4, h5 {
  font-family:'Oswald';
}

#header {
  background-color:#2C2417;
  color:white;
}

#menu {
  font-family:'Oswald';
  text-transform:uppercase;
}

#header p {
  color:#D4D9D6;
  text-transform:uppercase;
  font-size:16px;
}

#header2 {
  background-image:url(../../assets/img/bg-image.png);
  background-repeat:repeat;
}

.pad30top {
  padding-top:30px;
}

.pad30bot {
  padding-bottom:30px;
}

.contact {
  margin:20px;
  padding:20px;
  background-color:#2C2417;
  color:#D4D9D6;
}

.contact h2 {
  margin-top:0px;
}

.contact p {
  color:white;
}

#form {
  margin:20px;
}

.content {
  background-color:#F1E8D9;
  color:#2C2417;
  padding:40px 0px;
  line-height:2.0;
}

.content2 {
  background-color:#2C2417;
  color:#F1E8D9;
  padding:40px 0px;
  line-height:2.0;
}

hr.light {
  border-top:1px solid #2C2417;
}

hr.dark {
  border-top:1px solid #F1E8D9;
}

a, a:visited {
  color:#BE2132;
}

#header2 a, #header2 a:visited {
  color:#2C2417;
}

.contact a, .contact a:visited {
  color:#F1E8D9;
}

a:hover {
  color:#BE2132;
  text-decoration:underline;
}

.contact a:hover {
  color:#BE2132;
  text-decoration:none;
}

#header2 a:hover {
  color:#BE2132;
  text-decoration:none;
}

#header a:hover {
  color:#BE2132;
  text-decoration:none;
}

@media (max-width:1199px) {
  .center-small {
    text-align:center;
  }
}

