@charset "UTF-8";

body {
  background-color: #4d7a5c;
  font-family: 'Roboto Condensed', sans-serif;
}

.wrapper {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
  font-family: 'Passion One', cursive;
  font-size: 4em;
  color: #fed269;
}

h2 {
  font-size: 1.4em;
  font-weight: 700;
}

#in-news h2 {
  font-family: 'Passion One', cursive;
  font-size: 2.5em;
  color: #fed269;
}

img {
  width: 100%;
}

a:link, a:visited {
  color: #000;
}

a.main-btn {
  color: #b8a070;
  color: white;
  background-color: #3c3327;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  
}

a.main-btn:hover {
  color: #b8a070;
  background-color: #000000;
  text-decoration: none;
}

 .jumbotron {
    margin-bottom: 0;
	height: 250px;
	background: url("../images/banner.jpg") no-repeat top center;
	background-size: cover;
  }
  
 nav {
   position: absolute;
 }
 
 .nav-item {
   text-transform: uppercase;
   margin: 0 10px;
 }
 
 .sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 99;
}

.nav-link {
  color: #fed269 !important;
  font-size: 1.2em;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.nav-link:hover {
  color: white !important;
}


.page-title {
  text-transform: uppercase;
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

footer {
  background: #13110d;
  padding: 10px 0;
  color: grey;
}

footer a:link, footer a:visited {
  color: grey;
}

.page-title {
  text-align: left;
}

.bg-content {
   text-align: center;
   background-color: #cdb289;
   margin-bottom: 20px;
   
}


.news-title {
  text-transform: uppercase;
}

.card {
  background-color: #DAC8A6;
  width: 100%;
  margin: 0;
  text-align: left;
}

.card-body {
  padding: 0.2rem 0.2rem;
}

.card-text {
  margin-bottom: 0;
}

a.card-text {
  text-decoration: none;
}

#discog .nav .nav-link {
  color: #000 !important;
  font-weight: 700px !important;
  font-size: 1.2em;
  margin-bottom: 10px;
}

#discog .nav-link.active {
  color: #b8a070 !important;
  background: #3c3327 !important;
}

#discog .nav-link {
  background: #DAC8A6 !important;
}

.accordion, .accordion-item {
  background: none;
}

.accordion-header {
  background: #DAC8A6 !important;
}

.accordion-button {
  background: none !important;
  font-weight: 700px !important;
  text-transform: lowercase;
  font-size: 1.2em;
}

.accordion-button:not(.collapsed) {
  font-weight: bold;
  color: #000;
}

#discog .card {
  width: 100%;
  text-align: center;
}

#discog .card-title {
  text-transform: uppercase;
}

#discog .text-muted {
  font-style: italic;
}



@media screen and (min-width: 760px){



.card {
  background-color: #DAC8A6;
  width: 45%;
  margin: 2% 2.5%;
}

#discog .card {
  width: 100%;
}

}