body {
	text-align:center;
	font-family: Courier New, Helvetica;
	background:#8E2126;
}
	
a {
	color:#8E2126;
	text-decoration:none;
}

h1 {
	font-size: 1.5em;	
	padding:0 0 0 7px;
	text-decoration: underline;
}

@media (orientation:landscape) {
    .hide-on-landscape {
        display: none;
    }
}

@media (orientation:portrait) {
    .hide-on-portrait {
        display: none;
    }
}

.navbar-nav .nav-item .nav-link {
	color: #FFF;
	font-size: 1.2em;
}
.navbar-nav .nav-item .nav-link.active {
	text-decoration: underline;
}

@media (min-width: 1280px) {
	.container-fluid {
		max-width: 1280px;
	}
}
@media (min-width: 1600px) {
	.container-fluid {
		max-width: 80%;
	}
}
@media (min-width: 1920px) {
	.container-fluid {
		max-width: 70%;
	}
}

div#content  {
	background: #FFF;
	padding:27px 0 10px 0;
	margin:0;
	min-height: 600px;
}

@media (max-width: 1200px) {
	body {
		font-size: 1.2em;
	}
}
@media (max-width: 600px) {
	body {
		font-size: 1.5em;
	}
}

.banner {
	margin-bottom: 2rem;
}
	
.footer  { 
	text-align:left;
	padding:5px;
	padding-left:15px;
	margin:0;
	clear:both;
	width:100%;
	background:#362E2E;
	color:#ffffff;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.footer a {
	color:#ffffff;
}

.flag {
	margin-right: 0.5rem;	
}

.footer a:hover{text-decoration:underline;}
	
.home_logo {
	
	border:1px solid black;
	margin-top: 15px;

}

.single_note {
  background-color: #AD0000;
  color: #FFF; 
  width: 3rem;
  max-width: 3rem;
  height: 4rem;
  max-height: 4rem;
  display: inline-block;
  font-size:1.5em;
  font-family: 'Gloria Hallelujah', cursive;
  font-weight: bold;
  white-space: nowrap;

}
.single_note:hover {
  color: #AD0000; 
  background-color: #FFF;
  text-decoration: none
}

.single_note_OLD:hover {
  color: #8E2126; 
  text-decoration: none
}

.single_note_OLD {
  font-size:1.5em;
  color: #8E2126; 
  font-family: 'Gloria Hallelujah', cursive;
  font-weight: bold;
  white-space: nowrap;

  background: linear-gradient(to right, 
	                          transparent 0%, 
	                          transparent calc(50% - 0.2rem), 
	                          #AAA calc(50% - 0.1rem), 
	                          #AAA calc(50% + 0.1rem), 
	                          transparent calc(50% + 0.2rem), 
	                          transparent 100%); 

}

.img_container {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-family: 'Gloria Hallelujah', cursive;
}

.img_container a {
  color: white;
  color: #333;
  font-size: 1.5em;
}
.img_container a:hover {
 	color: #8E2126; 
}

.over-img-guitar-removed {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.over-img-bass-removed {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
}
