@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700,400italic);
@import url('https://fonts.googleapis.com/css?family=Cabin');

body {
  /*background-image: url("../img/6bdb7038.png");*/
  background-color: #000000;
  color: #ffffff;
  font-family: 'Cabin', sans-serif;
  font-family: 'Old Standard TT', serif;
  font-size: 18px;
  padding-top: 50px;
  text-shadow: 0px 1px 7px #ffffff;
}

*[id]:before {
  display: block;
  content: " ";
  margin-top: -75px;
  height: 75px;
  visibility: hidden;
}

hr {
  border-width: 3px;
  margin-bottom: 50px;
  margin-top: 50px;
  width: 150px;
}

a,
a:focus,
a:hover {
  color: #ffffff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#features {
  text-align: center;
}

#features a {
  border: 1px solid #ffffff;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px;
  margin: 5px 0 0;
  text-decoration: none;
}

#features a:after {
  content: " >"
}


h2, h3 {
  font-weight: bold;
  font-family: 'Old Standard TT', serif;
  font-family: 'Cabin', sans-serif;
  letter-spacing: -2px;
}

#welcome {
  margin: 0;
  padding: 20px 0;

  /*background-image: -webkit-linear-gradient(92deg, #780e01 50%, #000000 50%);*/
}

.quote {
  /*border-bottom: 2px solid #ffffff;*/
  font-size: 1em;
  padding: 25px;
  text-shadow: 0px 1px 7px #ffffff;
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: center;
}

.quote:before {
  content: open-quote;
  color: #ffffff;
}

.quote:after {
  content: close-quote;
  color: #ffffff;
}

.content, #footer {
  padding: 50px 0;
}


#opening-hours,
#history {
  background-color: #780e01;
  text-shadow: none;
}

#opening-hours h2,
#history h2 {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
}

#opening-hours {
  /*
  background-image: url("./../img/dancing-crowd-shadow.png");
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 200px;
  */
}

#features h2,
#footer h2 {
}

#footer h3 {
  font-family: 'Old Standard TT', serif;
  letter-spacing: 0px;
}

.partyday,
.partytime {
  color: #ffffff;
  font-size: 1.75em;
  font-weight: bold;
}

#karneval .partyday,
#karneval .partytime {
  font-size: 1.15em;
}


#footer {
  margin-bottom: 0;
  text-align: center;
}

.visual {
  /* background-image set in specific id */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 75px;
  height: 250px;
}

@media (min-width: 992px) {
  body {
    font-size: 25px;
  }

  hr {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  .quote {
    font-size: 1.4em;
  }

  #welcome {
    margin: 25px 0;
    padding: 50px 0;
  }

  #features {
    text-align: left;
  }

  .content, #footer {
    padding: 100px 0;
  }

}

@media (min-width: 1200px) {
  .visual {
    background-position: center center;
    height: 500px;
  }