/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 5px;
	padding-right: 5px;  
  } 
}
  
  .sidebar-nav .navbar ul {
    float: none;
	font-size: 30px;
	font-family: Tahoma;
	color: black;
  }
  
  .sidebar-nav .navbar ul:not {
    display: block;
	color: black;
  }
  
  .sidebar-nav .navbar li {
    float: none;
    display: block;
	color: black;
  }
  
  .sidebar-nav .navbar li a {
    padding-top: 30px;
    padding-bottom: 30px;
	color: black;
  }
 
  .main-image {
	overflow: hidden;
  }
  
  .banner-image {
	  border-right: 16px solid white;
  }
  
  .gigs-image {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  }
  
  .gigs-image:hover {
	-webkit-filter: sepia(0);
	filter: sepia(0); 
  }
 
  body {
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
  }
  
  body div.row {
	  margin-left: 0px;
	  margin-right: 0px;
  }
  
  body#index a#indexLink,
  body#gear a#gearLink,
  body#songs a#songsLink {
	  background-color: #F0EAD6;
  }
  
  #indexLink:hover {
	  background-color: #F0EAD6;
  }
  
  #gearLink:hover {
	  background-color: #F0EAD6;
  }
  
  #songsLink:hover {
	  background-color: #F0EAD6;
  }
  
  .homeHeadline {
      margin-top: 24px;
      font-family: Courier New;
      font-weight: bold;
      font-size: 50px;
  }
  
  .homeP1 {
	  font-family: Courier New;
	  font-size: 30px;
  }
  
  .homeP2 {
	  font-family: Arial;
	  font-size: 24px;
	  font-style: italic;
  }
  
  .homeP3 {
      font-family: Courier New;
	  font-size: 30px;
  }
  
  .homeP4 {
	  font-family: Courier New;
	  font-size: 30px;
	  padding-bottom: 40px;
  }
  
  .caption {
	  font-size: 30px;
	  font-family: Palatino;
  }
 
  .title {
	  display: none;
  }
  
  .contact {
	  font-size: 30px;
	  font-family: Arial;
	  padding-top: 40px;
	  padding-left: 14px;
  }
  
  .carousel {
	 background-color: #bf8040;
  }

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 50%;
      margin: auto;
  } 
  
  .embed-responsive {
      position: relative;
	  display: block;
	  height: 0;
	  padding: 0;
	  overflow: hidden;
  }
  
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  border: 0;
  }
  
  .embed-responsive-16by9 {
	  padding-bottom: 56.25%;
  }
  
  .opacity figure img {
	 opacity: 1;
	 -webkit-transition: .3s ease-in-out;
	 transition: .3s ease-in-out;
  }
  
  .opacity figure:hover img {
	 opacity: .4;
  }
  
  .hue-rotate img:hover {
	  -webkit-filter:hue-rotate(30deg);
	  filter:hue-rotate(30deg);
  }
  
  .saturate img:hover {
	  -webkit-filter:saturate(3);
	  filter:saturate(3);
  }
  
  .songs-image {
     border-color: #bf8040;
     border-style: solid;
     -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
     border-radius: 16px;
     border-width: 8px;
  }
  
  .gigs {
    margin-left: 32px;
  }
  
  .place {
    font-family: Verdana;
    font-size: 30px; 
    margin-bottom: 16px;
  }
  
  .address {
    font-family: Palatino;
    font-size: 28px; 
  }
  
  .time {
    font-family: Verdana;
    font-size: 25px; 
    font-style: italic;
    margin-bottom: 32px;
  }
  
  .audio-headline {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 16px;  
    font-family: Verdana;
    font-size: 28px;
    font-style: italic;
  }
  
  .audio {
    padding-top: 40px;
    margin-top: 40px;
    margin-left: 100px;    
  }
  
  .song-title {
    font-family: Palatino;
    font-size: 25px;
    margin-left: 80px;
    margin-bottom: 72px;
  }
  
  .song-title-2 {
    font-family: Palatino;
    font-size: 30px;
    margin-top: 20px;
    margin-left: 100px;
    margin-bottom: 36px;
  }  
  
  .setlist-headline {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 16px;  
    font-family: Verdana;
    font-size: 28px;
    font-style: italic;
  }
  
  .songtext {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 16px; 
    margin-left: 32px;    
    font-family: Arial;
    font-size: 25px;
  }
  
  .musicians {
    font-family: Verdana;
    font-size: 25px; 
    font-style: italic;
  }
  
  .instruments {
    font-family: Arial;
    font-size: 25px;
  }
  
  #slideshow { 
    margin: 10px auto; 
    position: relative;
    width: 400px; 
    height: 400px; 
    padding-bottom: 10px;
 }

 #slideshow div { 
    position: absolute;
    top: 10px; 
    left: 0px; 
    right: 0px; 
    bottom: 10px; 
   
 }

 .guitar-title {
    font-family: Verdana;
    font-size: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
  }
  
 .guitar-text1 {
    font-family: Arial;
    font-size: 20px;
    background-color: #d1d5e6;
  }
  
  .guitar-text2 {
    font-family: Arial;
    font-size: 20px;
  }
  
  .specs {
      margin-bottom: 20px;
  }
  
   
  
  