body {
  background-color: #f1f1f1 !important;
  font-family: 'Lora', serif !important;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, p, a {
  color: #1a1918 !important;
}

a:hover {
  color: #fa3c00 !important;
  text-decoration: none;
}

p, ol, ul {
  font-size: 1.25rem;
  font-weight: 300;
}

strong {
  font-weight: 600!important;
}

.cc-link {
  color: #f1f1f1!important;
  text-decoration: none!important;
}

.nodisplay {
  display: none!important;
}

hr {
  color: #fa3c00;
  border-bottom: 2px solid #fa3c00;
  width: 100%;
}

footer, nav {
  background-color: #1a1918 !important;
}

footer a {
  color: #fff !important;
}

.copyright {
  font-size: 0.8rem !important;
  margin-top: 1rem !important;
}

.nav-link {
  color: rgba(255, 255, 255, 0.7) !important;
}

.carousel-item {
  height: 50vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-simple-page {
  height: 35vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 980px) {
  .only-mobile {
    display: none;
  }
}

@media (max-width: 980px) {
  body {
    margin-top: 56px;
  }
  .only-dekstop {
    display: none;
  }
  .main-logo {
    padding-top: 2rem;
}
}

.only-dekstop {}

.sticked {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  background-color: #f1f1f1;
  padding: 1em 0 1em 0 !important;
}

.desktop-navbar {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.desktop-navbar-li {
  display: inline;
}

.desktop-nav-link {
  text-decoration: none;
  padding: .2em 1em;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.main-logo {
  max-height: 8.5rem;
}

#mapid {
  height: 400px;
}
