@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
 font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
 font-size: 14pt;
 line-height: 1.5rem;
 color: rgba(54,54,54,1.00); 
}

p {
	margin: 0 0 1em 0;
    line-height: 1.4em;
}
 
a:link {
	text-decoration: none;
	color: #5a2b14;
}
a:visited {
	text-decoration: none;
	color: #9b7e48;
}
a:hover {
	text-decoration: underline;
	color: #BB0000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
.button {
	padding: 4px 5px 2px 5px;
	/*margin: 0 5px; */
	border-radius: 7px;
	display: inline-block;
	background-color: #f2c775;
}

#menu a:link, #menu a:visited {
	color: #5a2b14;		
}
#menu a:hover, #menu a:active {
	color: #BB0000;
}

#menu-inverse a:link, #menu-inverse a:visited {
	color: #fced92;		
}
#menu-inverse a:hover, #menu-inverse a:active {
	color: white;
}

.menu-items {
	dispay: block; 
	margin: 0 auto 20px auto; 
	max-width: 1200px; 
	padding: 15px 2% 10px 2%; 
	background-color: black; 
}
  
#container {
	padding: 0 20px; 
}

.full {
	padding: 0 -20px;
}

#content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px;	
}

.hero {
	background-image: url("images/ShangoTaiko_Webheader_wBkg_1200x600.jpg");
	background-size: cover;
	background-position: 0% 70%;
	background-repeat: no-repeat;
	max-width: 1200px;
	height: 450px;
}

#header {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 10px; 
	height: 150px;
	clear: both;	
}
#header img {
	height: 150px;
	width: auto;
}

#headerleft {
	width: 70%;
	float: left;
}
#headerright {
	width: 30%;
	float: right;
}
#headerleft img, #headerright img {
	width: auto;
	height: auto;
	max-height: 150px;
	max-width: 100%;
}
#headerleft img {
	margin-left: 10px;
}

#footer {
   position: relative;
   margin-top: 2rem;
   /*left:0px;
   bottom:0px;
   min-height: 50px; */
   width:100%;
   padding: 20px 20px;
   left: -20px;
   background:#f2c775;
   color: #5a2b14;
   font-size: 10pt;
   line-height: 1.5rem;
   text-align: center;
}

	
.padding_h2 {
	padding: 0 2%;
}
.padding_h4 {
	padding: 0 4%;
}
.padding_98 {
	width: 98%;  
}
.padding_96 {
	width: 96%;
}
.padding_r5 {
	passing-right: 5px;
}
.padding_r10 {
	passing-right: 10px;
}
.padding_r20 {
	passing-right: 20px;
}
.padding_l5 {
	passing-left: 5px;
}
.padding_l10 {
	passing-left: 10px;
}
.padding_l20 {
	passing-left: 20px;
}


.row {
	margin: 0 0 20px 0;
	clear: both;
}

.column {
}

.col-full {
	width: 96%;	
	padding: 0 2%;	
}
.col-half {
	width: 46%;
	padding: 0 2%;
	float: left;
}

.col-1-3 {
	width: 32%;
	float: left;
	padding: 0 2%;
}
.col-2-3 {
	width: 60%;
	float: left;
	padding: 0 2%;
}

.col-1-4 {
	width: 21%;
	float: left;
	padding: 0 2%;
}
.col-3-4 {
	width: 70%;
	float: left;
	padding: 0 2%;
}

.col-2-4 {
	width: 46%;
	float: left;
	padding: 0 2%;
}

.col-1-5 {
	width: 13%;
	float: left;
	padding: 0 2%;
}
.col-3-5 {
	width: 62%;
	float: left;
	padding: 0 2%;
}


h1, h2, h3, h4, h5 {
	font-family: "Century Gothic", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a2b14;
	margin: 1.5em 0 .5em 0;
	line-height: 1.3em;
}

.roman {
	font-weight: normal;
}	
	
hr {
	border: 0;
	border-bottom: 1px solid;
	border-color: #f2c775;
	margin: 15px 0 30px 0;
}

.text_8 {
	font-size: 8pt;
}
.text_9 {
	font-size: 9pt;
}
.text_10 {
	font-size: 10pt;
}
.text_12 {
	font-size: 12pt;
}
.text_14 {
	font-size: 14pt;
}
.text_16 {
	font-size: 16pt;
}
.text_18 {
	font-size: 18pt; 
}



.imageright {
	float: right;
	margin: 0 0 0 10px;
}
.imageleft {
	float: left;
	margin: 0 10px 0 0;
}

.image-responsive {
	object-fit: contain; 
	max-width: 100%; 
	height: auto;
}	

.clearfloat {
	clear: both;
}

.margin_t0 {
	margin-top: 0;
}
.margin_t5 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}

.margin_b0 {
	margin-bottom: 0;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}

.margin_r10 {
	margin-right: 10px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_r20 {
	margin-right: 20px;
}
.margin_l20 {
	margin-left: 20px;
}

.white {
	color: #FFF;
}
.black { 
	color: #000;
}
.gray_6 {
	color: #666;
}
.gray_9 {
	color: #999;
}
.gray_c {
	color: #CCC;
}
.gray_d {
	color: #ddd;
}
.brown {
	color: #5a2b14;
}
.tan {
	color: #9b7e48;
}
.red {
	color: red;
}
.red_dark {
	color: darkred;
}
.orange {
	color: #e46c32;
}
.pale_orange {
	color: #f2c775;
}
.yellow {
	color: #fced92;
}
.green {
	color: green;
}
.darkgreen {
	color: darkgreen;
}

/* Video Embed Custom */

.video_embed {
    overflow:hidden;
    padding-bottom:56.25%;  /* 56.25% */
    position:relative;
    height:0;
	margin: 15px 0 8px 0;
	max-width: 560px;  /* 560px; */
	/*max-height: 315px; */
}

.video_embed iframe {
	left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	/* max-width: 560px;
	max-height: 315px; */
}


/* Responsive  */


@media only screen 
and (min-width : 1200px) {
	.col-full > .menu-inverse {
	width: 1200px;
	} 
	.menu-items {
	width: 1200px;
	padding: 15px 0 10px 40px;
	margin: 0 auto;
	}
}


@media only screen 
and (min-width : 991px) {  
	
	.video_embed {
	padding-bottom:315px;	
	}

	.video_embed iframe {
    width:560px;	
	height:315px;
	}

	/*.hero {
	background-position: 0% 40%;
	background-repeat: no-repeat;
	width: 100%;
	height: 410px;
	} */
	
	
}

@media only screen 
and (max-width : 800px) { /*  was max-width  */

	.hero {
	background-position: 0% 40%;
	background-repeat: no-repeat;
	width: 100%;
	height: 390px;
	}
	
h1 {
	font-size: 1.75em;
	}	
h2 {
	font-size: 1.5em;
	}	
h3 {
	font-size: 1.3em;
	}	
h4 {
	font-size: 1.2em;
	}	
h5 {
	font-size: 1em;
	}		
.responsive-hide-med {
	display: none;
	}
}


@media only screen 
and (max-width : 600px) {
	
#container {
	padding: 0 10px; 
	}

.full {
	padding: 0 -10px;
	}
	
.hero {
	background-size: cover;
	height: 320px;
	}
#header img #h {
	height: auto;
	width: 100%;
	}
	
.col-1-3, .col-2-3, .col-1-4, .col-3-4, .col-half {
	width: 96%;
	padding: 0 2%;
	}
.col-3-5 {
	width: 79%; /* 78% */		
	}
.responsive-hide {
	display: none;
	}
	
.image-sm-50 {
	max-width: 50% !important;		
	}
	
.image-sm-40 {
	max-width: 40% !important;		
	}
	
.image-sm-34 {
	max-width: 34% !important;		
	}

	
body {
	font-size: 12pt;
	}	
h1 {
	font-size: 1.6em;
	}	
h2 {
	font-size: 1.4em;
	}	
h3 {
	font-size: 1.25em;
	}	
h4 {
	font-size: 1.1em;
	}	
h5 {
	font-size: 1em;
	}		
}

@media only screen 
and (max-width : 480px) {
	
body {
	width: 100%
	}
	
 #headerright, #headerleft {
	 width: 100%;
	}
#content {
	margin-bottom: 75px;
	}
.hero {
	background-size: cover;
	height: 270px;
	}
.responsive-hide {
	display: none;
	}
		
.responsive-hide-sm {
	display: none;
	}

}


@media only screen 
and (max-width : 320px) {
	
body {
	width: 100%
	}
#container {
	min-width: 320px;
	padding: 0;
	}
#content {
	margin-bottom: 100px;
	}
#header img #h {
	height: auto;
	width: 90%;
	}
#headerright, #headerleft {
	width: 100%;
	}
}

/* Audio Player Custom */

.mdtc-clnplra-main-player .mdtc-clnplra-interface {
	background: #fced92;
}
.mdtc-clnplra-main-player {
	color: #9b7e48; 	
}
.mediatec-cleanaudioplayer {
	margin-bottom: 8px;	
	}
	
