a {
  color: #0C0908;
}

a:hover {
  color: #8B6C2A;
  text-decoration: none;
}

body {
  background: #FAEFCC;
}

body, p, h1, h2, h3, h4 {
  font-family: "broadsheet", serif;
  color: #0C0908;
}

h3 {
  font-style: italic;
}

p {
  font-size: 1.2rem;
}

section {
  margin: 0 0 5vh 0;
  padding: 1rem 0 0 0;
  min-height: 300px;
}

footer {
  margin: 5vh 0 5vh 0;
}

.framed {
  border-top: 0.05rem solid #0C0908;
  padding-top: 2rem;
}

.framed:first-child, .footer-container {
  border-top: 0.3rem double #0C0908;
}

.footer-container {
  padding: 1rem;
}

header {
  background-color: #000000;
}
#hero {
  background-color: #000000;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 500px) {
  #hero {
    padding: 30px 0px;
    padding-bottom: 100px;
  }
}

.centered {
  text-align: center;
}

.lead {
  font-size: 1.4rem;
}

.lighten {
  color: #FAEFCC;
  font-size: 1.8rem;
  max-width: 860px;
  margin: 3rem;
  text-shadow: 0 0 0.4rem #8B6C2A;
}

.img-fit {
  max-width: 100%;
  height: auto;
  /*padding: 3rem;*/
}

.btn-hero {
  color: #FAEFCC;
  background-color: transparent;
  background-image: none;
  border-color: #FAEFCC;
  font-size: 1.8rem;
}

.btn-primary {
  background-color: #FAEFCC;
  color: #000000;
}

.spacing {
  margin: 0.5rem 0;
}

.socialmedia {
  margin: 0.5rem 0;
  border-radius: 100%;
  border: 0.3rem double #0C0908;
  width: 3rem;
  transition: all 500ms;
}
.socialmedia:hover {
  background-color: white;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  margin-bottom: 1rem;
}

.gallery img.thumb {
  width: 100%;
}

/* Preloader */

body {
  overflow: hidden;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/ajax-loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

@media (max-width: 500px)  {
  .mobile-hidden {
    display: none !important;
  }
}