/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html { 
  font-size: 62.5%; 
}

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font-size: 1.5rem;
  line-height: 160%;
  background: url('images/dot_darkout.svg'),
  linear-gradient(
      rgb(59, 76, 63), 
      rgb(59, 76, 63)
    );
  min-width: 600px;
}

body .container
{
  background: url('images/dot_darkout.svg'),
  linear-gradient(
      rgb(138, 27, 0), 
      rgb(138, 27, 0)
    );
}

#headr
{
  position: relative;
  font-family: 'FuturaRound-Medium', sans-serif;
  font-size: 3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,0,0,.5);
  padding: 18px 24px 24px 24px;
  height: 144px;
}


.logo {
  display: inline-block;
  padding: 12px 12px 36px 54px;
  margin: 0 12px 24px 8px;
  color: white;
  text-align: right;
  border: 6px solid white;
  height: auto;
  outline: none;
}

a.music-button
{
  position: absolute;
  right: 24px;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -40px;
  background: url(images/note.svg) no-repeat;
  background-size: cover;
  opacity: .6;
  border: none;
}

a.music-button:hover
{
  opacity: .8;
}

a.music-button:focus
{
  outline: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.row
{
  padding-top: 18px;
  padding-bottom: 18px;
}

#picCarousel {
  height: 700px;
  margin: 0;
  overflow: hidden;
}

#picCarousel .carousel-inner
{
  height: 100%;
}

.car-prev
{
  position: absolute;
  right: 18px;
  top: 18px;
  width: 30px;
  height: 30px;
  display: block;
  background: url(images/larw.svg) no-repeat;
  opacity: .5;
}

.car-next
{
  position: absolute;
  right: 18px;
  top: 54px;
  width: 30px;
  height: 30px;
  display: block;
  background: url(images/rarw.svg) no-repeat;
  opacity: .5;
}

.car-next:hover, .car-prev:hover
{
  opacity: .8;
}

/* Declare heights because of positioning of img element */
#picCarousel .item {
  height: 100%;
  text-align: left;
  vertical-align: top;
  background-color: black;
}

/*
.carousel-inner > .item:nth-child(odd) .pwrap
{
    float: right;
}


.carousel-inner > .item:nth-child(odd) > .pwrap.vrt + .carousel-caption
{
  float: right;
  text-align: right;
}
*/

.carousel-inner > .item > .pwrap
{
  float: left;
  margin: 0;
  height: 700px;
  width: 70%;
  overflow: hidden;
  background-size: cover;
}

.carousel-inner > .item > .pwrap.hrz
{
  width: 100%;
}

.carousel-inner > .item > .carousel-caption
{
  /* position: static;
  display: block;
  float: left; */
  position: absolute;
  top: 0;
  width: 20%;
  left: 70%;
  height: auto;
	text-align: left;
	padding: 18px;
  margin: 0;
  font-size: 1.4rem;
  line-height: 160%;
  font-family: 'Libre Baskerville', serif;
  color: white;
  text-shadow: none;
}

.carousel-inner > .item > .carousel-caption.hrz
{
  position: absolute;
  top: auto; right: 0; bottom: 0; height: auto; left: auto;
  background-color: black;
  width: 30%;
  min-width: 300px;
}

.carousel-caption h5
{
  font-family: FuturaRound-Light,sans-serif;
  font-weight: normal;
	margin-top: 0;
	font-size: 2.5rem;
  color: white;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 1px;
}

.carousel-control.left, .carousel-control.right
{
  background-image: none;
}

.carousel-inner > .item > .carousel-caption > .ph
{
  font-family: FuturaRound-Medium,sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888888;
  font-size: 1.5rem;
  dislay: block;
  margin-top: 12px;
}

p.intro
{
  font-family: FuturaRound-Medium,sans-serif;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: left;
  color: rgba(0,0,0,.5);
  padding: 6px 12px 0 8px;
}

#newsevents
{
  padding-top: 18px;
  background: url('images/dot_whiteout.svg'),
  linear-gradient(
      rgb(190, 209, 151), 
      rgb(190, 209, 151)
    );
  height: auto;
  overflow: hidden;
}

#newsevents h3
{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: FuturaRound-Medium,sans-serif; 
  font-size: 20px;
  margin: 24px 0 24px 0;
}

#newsevents h1
{
  color: rgba(0,102,72,.8);
}

.acc
{
  margin-top: 20px;
}

.acc h4 p.evhd
{
  font-style: italic;
  font-size: 1.5rem;
  margin-bottom: 6px;
  color: black;
}

.acc a
{
  display: inline-block;
}

.acc p
{
  margin: 0 0 4px 0;
}

.acc .evven
{
    font-size: 1.3rem;
    color: #888888;
    margin: 0;
}

.acc .eventname
{
    font-family: FuturaRound-Medium,sans-serif;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #001B66;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.acc b
{
    font-family: FuturaRound-Medium,sans-serif;
    font-size: 1.4rem;
    color: #001B66;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.acc .tbutton
{
    display: inline-block;
    margin-top: 12px;
    font-family: FuturaRound-Medium,sans-serif;
    font-size: 1.4rem;
    background-color: rgb(40,40,55);
    color: white;
    opacity: .5;
    text-decoration: none;
    padding: 4px 8px 4px 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.acc .tbutton:hover
{
  opacity: 1;
  color: white;
  text-decoration: none;
}

.acc .panel
{
  border-radius: 0;
  background: none;
  border: none;
}

.acc .panel-default>.panel-heading,
.acc .panel-header
{
  background: #faf9d4;
  border: none;
  border-radius: 0;
}

.acc .panel-default>.panel-heading:hover
{
  background: #faf9d4;
}

.acc .panel-body
{
  background: #faf9d4;
  border: none;
}

.acc a
{
  display: block;
}

.acc a:hover
{
  text-decoration: none;
}

#about {
    padding-top: 18px;
    background: url('images/dot_whiteout.svg'),
  linear-gradient(
      rgb(191,228,199), 
      rgb(191,228,199)
    );
}

#about h1
{
  color: rgba(0,27,102,.8);
}

#bio-text
{

  -webkit-columns: 260px;
   -moz-columns: 260px;
        columns: 260px;
   -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  padding: 0 36px 0 18px;
  color: rgba(0,0,0,.9);
}

#bio-text p::before
{
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: rgba(0,27,102,.8);
  margin-right: 6px;
}

.portrait
{
  float: right;
  width: 134px;
  margin: 4px 0 2px 12px;
}

#contact
{
  background: url('images/dot_darkout.svg'),
  linear-gradient(
      rgb(40,40,55), 
      rgb(40,40,55)
    );
    font-family: FuturaRound-Medium,sans-serif;
    font-size: 1.8rem;
    color: rgba(256,256,256,.8);
    line-height: 170%;
    letter-spacing: 1px;
}
#contact h1
{
  margin-bottom: 18px;
}

#contact a
{
  display: inline-block;
  color: rgba(220,220,256,.8);
  margin: 4px 0 4px;
}
#contact a:hover
{
  text-decoration: none;
  color: white;
}

#contact h4
{
  margin-top: 30px;
    color: rgba(256,256,256,.8);
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#listenmodal .modal-content
{
  border-radius: 0;
    background: url('images/dot_whiteout.svg'),
  linear-gradient(
      rgb(244, 194, 59), 
      rgb(244, 194, 59)
    );
}

#listenmodal h1
{
  margin: 0 0 24px;
  color: rgb(138, 27, 0);
  border-color: rgba(138, 27, 0,.8);
}

#tracklist .panel-heading, #tracklist .panel-body
{
  background-color: #fce6af;
}

#tracklist .panel-body
{
  padding-top: 0;
}

#tracklist .panel-heading:hover
{
  background-color: #fce6af;
}

#listenmodal ul, #listenmodal .row
{
  padding: 0;
}

#listenmodal .inf
{
  margin-top: 4px;
  width: 14px;
  height: 19px;
  background-image: url(images/infup.svg);
  float: left;
}

#listenmodal .inf.collapsed
{
  margin-top: 4px;
  width: 14px;
  height: 19px;
  background-image: url(images/infdwn.svg);
  float: left;
}

#listenmodal h4
{
    font-family: FuturaRound-Medium,sans-serif;
    font-size: 2rem;
    line-height: 140%;
    color: #001B66;
    letter-spacing: .5px;
    margin: 0 20px 0 20px;
    padding: 0 8px 0 8px; 
}


/* RESPONSIVE CSS
-------------------------------------------------- */


/* Music Player */

.pb
{
  margin-top: 4px;
  float: right;
  cursor: pointer;
  color: #AAA;
}

.pb:hover
{
  color: rgb(0,102,72);
}

.pb.active
{
  color: rgb(0,102,72);
}

.pb.active:hover
{
  color: rgb(138, 27, 0);
}

.tab-content
{
	padding: 12px 0 0 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus
{
	background-color: #6dbad9;
}

body,
input,
button,
select,
textarea,
.navbar-search .search-query
{
  font-family: 'Libre Baskerville', serif;
}

h1, h2, h3
{
  font-family: 'FuturaRound-Medium', sans-serif;
  text-transform: uppercase;
}

h1
{
  padding: 8px 8px 18px 8px;
  border: 6px solid rgba(256,256,256,.5);
  text-align: left;
  background: none;
  font-size: 3rem;
  letter-spacing: 1px;
}

/* Large Devices, Wide Screens */
  @media only screen and (max-width : 1200px) {

  h1 { text-align: left; }

  #picCarousel { height: 600px;}

  .carousel-inner > .item > .pwrap
    { 
      width: 100%;
      background-color: black;
    }

    .carousel-inner > .item > .carousel-caption
    {
      position: absolute;
      width: 100%;
      top: auto; left: 0; right: 0; bottom: 0;
      height: auto;
      background-color: rgba(0,0,0,.8);
    }

  .carousel-inner > .item > .pwrap.hrz
    { 
      height: 80%;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .carousel-inner > .item > .carousel-caption.hrz
    {
      width: 100%;
      left: 0; right: 0; bottom: 0;
      height: auto;
      min-height: 20%;
   }

     #bio-text { width: 100%; }

     #contact div { clear: both;}

  }


  /* Medium Devices, Desktops */
  @media only screen and (max-width : 992px) {

  }

  /* Small Devices, Tablets */
  @media only screen and (max-width : 768px) {

  body {
    padding-left: 0;
    padding-right: 0;
  }

  }

  /* Extra Small Devices, Phones */ 
  @media only screen and (max-width : 480px) {

  }

  /* Custom, iPhone Retina */ 
  @media only screen and (max-width : 320px) {
    
  }



                                                  