/* Background styles */
body {
  min-height: 100%;
  background-image: url(bkbrnnew3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: #af9d79;
}

/* Responsive background override for smaller screens */
@media only screen and (max-width: 767px) {
  body {
    background-image: url(smaller-bkbrnnew3.jpg);
  }
}

/* Typography */
h1, h3, p, blockquote, pre {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 23px;
}

h3 {
  font-weight: 500;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  color: #B4A32C;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 23px;
}

/* Links */
a:link,
a:visited {
  color: #B4A32C;
  text-decoration: none;
}

a:hover {
  color: #1d2128;
  text-decoration: none;
}

/* Centering class */
.center {
  text-align: center;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
