@font-face {
	font-family: 'Galdeano';
	src: url('/fonts/Galdeano/Galdeano-Regular.ttf');
}
@font-face {
	font-family: 'Shadows';
	src: url('/fonts/ShadowsIntoLightTwo-Regular.ttf');
}
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	color: #060769;
}
.container {
	width: 100%;
	font-size: 21px;
}
.container a { 
	color: inherit;
}
@media (max-width: 767px) {
	.container {
		font-size: 18px;
	}
}
hr {
	border-top: 1px solid #060769;
}
div.header {
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: silver;
	border-radius: 8px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	overflow: auto;
}
.header img {
	height: 60px;
	display: inline;
}
@media (max-width: 767px) {
	div.header {
		padding-top: 15px;
		padding-bottom: 0;
	}
	div.header h1 {
		margin-top: 15px;
	}
	.header img {
		height: 50px;
		width: 50px;
	}
}

div.footer {
	font-family: 'Galdeano';
	font-size: 18px;
}
/* hover apperance on drop-down menu */
.navbar-nav > li > a {
	padding: 2px 6px;
	margin: 10px 0 0 10px;
	display: inline-grid;
}
div.songfiles {
	padding-bottom: 15px;
}
div.carousel {
	margin: 10px 0;
}
div.seealso {
	width: 250px;
	font-family: 'Galdeano';
	float: right;
	padding: 5px 20px;
	background-color: #c9c9c9;
	text-align: center;
	margin-top: 15px;
}
div.seealso ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 5px 10px;
	width: 100%;
}
div.seealso a:hover, div.seealso a:active {
	color: white;
    background-color: black;
    text-decoration: none;
	border-radius: 50%;
}
@media (min-width: 768px ) {
	div.subcontainer {
		margin-left: 30px;
		margin-right: 30px;
	}
	div.tagline h3 {
		margin-top: -50px;
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	div.seealso {
		float: none;
		margin: 0 auto;
		margin-top: 15px;
	}
	div.tagline h3 {
		font-size: 5vw;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
}
li.mp3 { list-style-type: disc; cursor: pointer;}
li.mp3v { list-style-type: circle; cursor: pointer;}
li.pdf { list-style-type: square; cursor: pointer;}
li.vid { list-style-type: disc; cursor: pointer;}
li.vidv { list-style-type: circle; cursor: pointer;}
ul.mp3files, ul.editor {
	padding-top:10px;
	padding-bottom: 15px;
}
/*
ul.mp3files > li { list-style-type: circle; }
ul.mp3files > li.vocal { list-style-type: disc; }
*/
div.accheading {
	background-color: silver;
	padding: 10px 15px;
	border-radius: 5px;
}
.accheading > a {
	line-height: 1.6;
	vertical-align: bottom;
}
.accheading a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e113";
   float: right;
   transition: all 0.5s;
}
.accheading a.collapsed:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
div.accpanel {
	margin-bottom: 10px;
	background-color: #c0c0c040;
	border-radius: 5px;
}
div.accpanel ul {
	padding-inline-start: 20px;
}
div.accpanel > div:nth-child(2) {
	padding: 5px;
}
span.schedule:after {
	font-family: 'Glyphicons Halflings';
	content: "\e109";
	padding-right: 7px;
	line-height: 1.8;
	vertical-align: bottom;
}
span.education:after {
	font-family: 'Glyphicons Halflings';
	content: "\e233";
	padding-right: 7px;
	line-height: 1.8;
	vertical-align: bottom;
}
span.tracks:after {
	font-family: 'Glyphicons Halflings';
	content: "\e201";
	padding-right: 7px;
	line-height: 1.8;
	vertical-align: bottom;
}
span.playlist:after {
	font-family: 'Glyphicons Halflings';
	content: "\e158";
	padding-right: 7px;
	line-height: 1.8;
	vertical-align: bottom;
}
span.editor:after {
	font-family: 'Glyphicons Halflings';
	content: "\e136";
	padding-right: 7px;
	line-height: 1.8;
	vertical-align: bottom;
}
button.orderup, button.orderdown {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-size: 20px;
	color: white;
	background-color: #060769;
	border: solid 1.5px #060769;
	padding: 0;
	border-radius: 50%;
	line-height: 1.0;
	margin-right: 3px;
}
button.orderup:after {
	content: "\e133";
	cursor: pointer;
}
button.orderdown:after {
	content: "\e134";
	cursor: pointer;
}
button.orderup:hover, button.orderdown:hover {
	color: #aaa;
}
ul.playlist {
	margin-top: 10px;
	padding-left: 2px;
	list-style-type: none;
}
span.tracktitle {
	padding-left: 5px;
}
.bucket {
	display: inline-block;
	position: relative;
	padding-right: 8px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin-right: 5px;
}
.bucket input[type="checkbox"] {
	opacity: 0;
}
/* On mouse-over, add a grey background color */
.bucket:hover input ~ .checkmark {
	background-color: #aaa;
}
/* Create the indicator - hidden when not checked */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.bucket input:checked ~ .checkmark:after {
	display: block;
}
/* Create custom checkbox */
.checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: white;
	border: solid 1.5px #060769;
	border-radius: 50%;
}
/* Style the radiomark/indicator */
.bucket .checkmark:after {
	left: 7px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid #060769;
	border-width: 0 2.5px 2.5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type="text"] {
	font-size: 20px;
	padding: 1px 5px;
	cursor: text;
	border: 1px solid #aaa;
	border-radius: 5px;	
}
select.smldropdown {
	font-size: 20px;
	cursor: pointer;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 3px 33px 3px 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;

}
.dropdown {
	display: block;
	font-size: 18px;
	font-family: 'Roboto';
	color: #222;
	line-height: 1.3;
	padding: .6em 1.75em .5em .3em;
	width: 77%;
	max-width: 300px;;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	cursor: pointer;
}
.dropdown::-ms-expand {
	display: none;
}
.dropdown:hover {
	border-color: #888;
}
.dropdown:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.dropdown option {
	font-weight:normal;
}
div.plainbg {
	background-color: #fefde6;
	border: 2px solid #c5c5c5;
	border-radius: 5px;
	padding: 15px;
}