body {
  font-family: 'Lora';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 58, 0, 0.4))), url("../Billeder/malt.jpg");
  background: linear-gradient(rgba(97, 58, 0, 0.4)), url("../Billeder/malt.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
}

p {
  line-height: 1.75;
}

a {
  color: rgba(219, 132, 44, 0.9); /* orange */
}

a:link {
  color: rgba(219, 132, 44, 0.9); /* orange */
}

a:hover {
  color: rgb(219, 132, 44, 0.5); /* orange */
}

/* Image navigation bar */
div.gallery {
  position: relative;
  margin: 5px;
  float:left;
  width: 10%;
}

div.gallery:hover {
  border: 1px solid rgba(64, 33, 3); /* brown */
  border-radius: 25px;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(64, 33, 3); /* brown */
  font-size: 1.5rem;
  font-weight: 300;

}

/**/

/* Back to top botton */
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgba(219, 132, 44, 0.9); /*orange*/ /* Set a background color */
  color: rgb(64, 33, 3); /*brown*/ /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: rgb(219, 132, 44);/*orange*/ /* Add a dark-grey background on hover */
}

/**/

.text-faded {
  color: rgba(240, 138, 35, 0.3);
}

.site-heading {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway';
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 2rem;
  font-weight: 900;
}

.site-heading .site-heading-lower {
  font-size: 6rem;
  font-weight: 300;
  line-height: 4rem;
}

.page-section {
  display: list-item;
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
}

.section-heading {
  text-transform: uppercase;
  color: rgb(219, 132, 44); /* orange */
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 200;
}

.bg-faded {
  background-color: rgba(64, 33, 3, 0.9); /* brown */
}

#mainNav {
  background-color: rgba(219, 132, 44, 0.9); /* orange */
  font-family: 'Raleway';
}

#mainNav .navbar-brand {
  color: #F09C23;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(64, 33, 3, 0.9); /* brown */
  font-weight: 1000;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: rgb(249, 252, 131); /* light */
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(249, 252, 131, 0.4); /* light */
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: rgb(249, 252, 131); /* light */
  }
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.beertypes {
  position: relative;
}

@media (min-width: 992px) {
  .beertypes .beertypes-img {
    width: 40%;
    float: right;
  }
  .beertypes .beertypes-text {
    width: 100%;
    margin-top: 3rem;
    position: relative;
    text-align: left;
  }

  .beertypes .beertypes-text .beertypes-button {
    width: 100%;
    left: 0;
    /*position: absolute;*/
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .beertypes .beertypes-text {
    width: 100%;
    text-align: left;
  }
}

section.page-section.cta::marker {
  color: rgba(0, 0, 0, 0.0);
  font-size: 1.5em;
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-left: 5.5rem;
  margin-right: 5.5rem;
  background-color: rgba(219, 132, 44, 0.5); /* orange */
}

.cta-lablenav{
  padding-top: 20px;
  padding-bottom: 5px;
  background-color: rgba(219, 132, 44, 0.7); /* orange */
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 2rem;
  background-color: rgba(64, 33, 3, 0.9); /* brown */
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid #E4E6A3;
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
    border: 0.25rem solid rgba(219, 132, 44); /* orange */
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    width: 80%;
    border: 0.25rem solid rgba(219, 132, 44); /* orange */
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}

.list-hours {
  font-size: 0.9rem;
  color:
}

.list-hours .list-hours-item {
  border-bottom: 1px solid rgba(230, 167, 86, 0.5);
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.list-hours .list-hours-item.today {
  font-weight: bold;
  color: #F09C23;
}

@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

.address strong {
  font-size: 1.2rem;
}

.footer {
  background-color: rgba(240, 138, 35, 0.9);
}

.text-primary {
  color: rgba(249, 252, 131)!important; /*light */
}

.text-prim {
  color: rgba(249, 252, 131) !important; /* light */
}

.bg-primary {
  background-color: #101010 !important;
}

.btn {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
  background-color: #101010;
  border-color: #F09C23;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #4C4D4F;
  border-color: #E4E6A3;
}

.font-weight-light {
  font-weight: 100 !important;
}
