/* Travel Bugs Music StyleSheet */
@charset "UTF-8";


/*color guide:
	Dark Blue: #3d3557
	Dark Yellow: #f3c35f
	Green: #548454
*/

:root {
	--tb-yellow: #f3c35f;
	--tb-blue: #3d3557;
	--tb-green: #548454;
  }

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
}

/*bootstrap overrides*/
.navbar-brand {
	padding: 0 10px;
}

.navbar-default {
	background-image: none;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: var(--tb-yellow);
	background-image: none;
	border-color: transparent;
	box-shadow: none;
	border-radius: 5px;
}


#search-submit {
	background-color: transparent;
	color: var(--tb-blue);
	background-image: none;
	box-shadow: none;
	border: 1px solid var(--tb-blue);
	border-radius: 5px;

}

#search-submit:hover {
	background-color: var(--tb-blue);
	color: white;
}

/*general styles*/

body{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
figcaption {
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
	text-align: center;
}

.float-right{
	float: right;
}
.float-left{
	float: left;
}

.align-center {
	text-align: center;
}

.responsive {
	width: 100%;
	height: auto;
  }

header {
	color: var(--tb-blue);
}

blockquote {
	font-family: Georgia, serif;
    font-size: 17px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: var(--tb-blue);
	border: 3px solid var(--tb-yellow);
	border-radius: 5px;
	margin-bottom: 15px;
}

blockquote:before{
	display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -2px;
    top: -20px;
    color: #CCCCFF;
}
/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

/* components */
.read-more-button {
	display: block;
	height: 30px;
	width: 130px;
	text-decoration: none;
	padding: 5px;
	margin: 10px 0 0 0;
	text-align: center;
}

.button-container {
	width: 100%;	
}

.read-more-button:hover, read-more-button:visited {
	text-decoration: none;
}

/* Panels */
.main-panel {
	padding: 10px;
	margin: 0 0 15px 0;
}

.main-panel-content p {
	margin-bottom: 10px;
}

.main-panel-primary {
	border: 3px solid var(--tb-green);

}

.main-panel-primary header h2 {
	font-family: 'Chango', cursive;
	font-size: 30px;
	margin-bottom: 10px;
}

.main-panel-primary h3 {
	font-family: 'roboto', sans-serif;
	font-weight: 700;
	margin-bottom: 5px;
}

.main-panel-primary .read-more-button {
	color: white;
	border: 2px solid var(--tb-green);
	background-color: var(--tb-green);
	border-radius: 3px;
}

.main-panel-primary .read-more-button:hover {
	background-color: white;
	color: var(--tb-blue);
}

.main-panel-secondary .read-more-button {
	color: var(--tb-blue);
	border: 2px solid var(--tb-blue);
	border-radius: 3px;
}

.main-panel-secondary .read-more-button:hover {
	background-color: var(--tb-blue);
	color: white;
}

.main-panel-tertiary {
	background-color: var(--tb-blue);
	color: white;
	padding-bottom: 15px;
}

.main-panel-tertiary a, .main-panel-tertiary a:visited, .main-panel-tertiary a:hover {
	color: white;
}

.main-panel-tertiary .read-more-button {
	color: white;
	border: 2px solid white;
	border-radius: 3px;
	margin-right: 50px;
}

.main-panel-tertiary .read-more-button:hover {
	background-color: white;
	color: var(--tb-blue);
}

.main-panel-tertiary H1, .main-panel-tertiary H2, .main-panel-tertiary H3 {
	color: white;
	font-family: 'Fjalla One', sans-serif;
}

.main-panel-image {
	margin: 5px;
	max-width: 190px;
	max-height: 200px;
}

.main-panel-title-image {
	max-width: 500px;
	margin: 10px;
}

/* Section - Social Media Links*/
section.social-media-menu {
	margin: 15px 0;
}

header#site-header section.social-media-menu {
	float:right;
	margin: 0;
}

section.social-media-menu div.social-media-item{
	float: left;
}
a#FB-Icon {
	display: block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background: url(../images/facebookIcon.png) no-repeat 0 0;
	margin: 0 2px 0;
	padding: 0 0 0 0;
}

a#iTunes-Icon {
	display: block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background: url(../images/iTunesIcon.png) no-repeat 0 0;
	margin: 0 2px 0;
	padding: 0 0 0 0;
}

a#YouTube-Icon {
	display: block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background: url(../images/youtubeIcon.png) no-repeat 0 0;
	margin: 0 2px 0;
	padding: 0 0 0 0;
}

a#email-Icon {
	display: block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background: url(../images/emailIcon.png) no-repeat 0 0;
	margin: 0 2px 0;
	padding: 0 0 0 0;
}



/* Header Styles */
header#site-header .header-logo-container {
	margin-bottom: 15px;
}

header#site-header div#header-logo {
	display: block;
	width: 300px;
	height: 157px;
	background-size: contain;
	background: url(../images/tb_logo_header.png) no-repeat 0 0;
	margin-right: 15px;
}

#site-header .page-title {
	font-family: 'Fjalla One', sans-serif;
}

/* Footer Styles */
footer#site-footer {
	margin-bottom: 15px;
}

#legal {
	margin-top: 15px;
}


/* Bootstrap LG Styles */
@media only screen and (min-width: 1200px) 
{

	/* Bootstrap Audio Player*/
	#seek-wrapper, #volume-wrapper {
		width: 300px;
	}
	
	
	/* Header */
	
	#site-header #page-title-container {
		min-height: 120px;
	}
	
	#site-header .page-title {
		line-height: 100px;
		font-size:50px;
		position: absolute;
		left: 275px;
	}

	#site-header .page-sub-title {
		font-size:30px;
		text-align: center;
	}

	
	/* Social Media */
	/* position header social media icons for desktop*/ 
	#site-header section.social-media-menu {
		position: absolute;
		right:100px;
	}
	
	section.social-media-menu div.social-media-item{
		margin: 10px 7px;
	}	

	/* Panels */
	.main-panel-tertiary {
		min-height: 235px;
	
	}
		
	#site-header .header-logo-container {
		position: absolute;
		top: -60px;
	}

	
}

/* Bootstrap MD Styles */
@media only screen and (min-width: 992px) and (max-width: 1200px) 
{

	.small-news-image{
		width: 75px;
	}
	/* Bootstrap Audio Player*/
	#seek-wrapper, #volume-wrapper {
		width: 250px!important;
	}

	/* Header */
	#site-header .page-title {
		font-size: 50px;
		position: absolute;
		left: 315px;
		top: 40px;
	}	

	#site-header .page-sub-title {
		font-size: 36px;
	}	
	
	#site-header .header-logo-container {
		float: left;
	}	


	/* Social Media */
	section.social-media-menu {
		display: inline-block;
	}

	section.social-media-menu div.social-media-item{
		margin: 10px 15px;
	}	
	
		/* Panels */
		.main-panel-tertiary {
			min-height: 200px;
		
		}
}

/* Bootstrap SM Styles */
@media only screen and (min-width: 550px) and (max-width: 992px) 
{
	.small-news-image{
		width: 75px;
	}

	/**************************
	 * HTML element Overrides *
	 **************************/
	/* Bootstrap Audio Player*/
	#seek-wrapper, #volume-wrapper {
		width: 120px;
	}	
	
	/* Social Media */
	section.social-media-menu {
		display: inline-block;
	}

	section.social-media-menu div.social-media-item{
		margin: 10px 15px;
	}	
	
	/* Headers and Titles */
	#site-header .header-logo-container {
		float: left;
	}

	#site-header .header-logo-container {
		float: left;
	}

	#site-header .page-title {
		font-size: 40px;
		margin: 40px 0 0 0;
		text-align: left;
	}

	#site-header .page-sub-title {
		font-size: 36px;
	}	
	
	/* Panels */
	.main-panel-tertiary {
		min-height: 235px;
	
	}

}

/* Special breakpoint to handle differences within SM range */
@media only screen and (min-width: 550px) and (max-width: 813px) 
{

	/* Header */
	#site-header .page-title {
		font-size: 30px;
	}	

	.video-text-overlay {
		width: auto;
		height: auto;
		padding: 0;
		background: none;
		position: initial;	
		float: none;
	}
	
}
/* Bootstrap XS Styles */
@media only screen and (max-width: 550px) 
{

	/* HTML Overrides */
	blockquote cite {
		position: static;
	}

	/* Bootstrap Overrides */
	.full-width-xs {
		padding: 0;
	}	

	.full-image-xs {
		float: none;
		max-width: 100%;
		max-height: inherit;
	}

	/* Bootstrap Audio Player*/
	#seek-wrapper, #volume-wrapper {
		display:none;
	}	

	/* Header */
	section#page-title-container {
		height: 90px;
	}

	.page-title {
		font-size: 24px;
		text-align: center;
	}
	.page-sub-title {
		font-size: 20px;
	}
		
	header#site-header .header-logo-container {
		margin-bottom: 5px;
	}

	header#site-header div#header-logo {
		display: block;
		width: 150px;
		height: 79px;
		background-size: contain;
		background: url(../images/tb_logo_header_small.png) no-repeat 0 0;
		margin: 0 auto;
	}
	
	/* Footer */
	footer#site-footer {
		text-align:left;
		font-size:11px;
	}
	
		/* Section - Social Media Links */
		header#pageHeader section.social-media-menu {
			float: none;
			display:inline-block;
			width: 100%;
		}
	
		header#pageHeader section.social-media-menu div.content {
			display: inline-block;
			margin: 5px auto 5px;
		}
	
		a#FB-Icon {
			width: 20px;
			height: 20px;
			background: url(../images/facebookIcon_small.png) no-repeat 0 0;
			margin: 0 10px 0;
			display: block;
		}
		a#YouTube-Icon {
			width: 20px;
			height: 20px;
			background: url(../images/youtubeIcon_small.png) no-repeat 0 0;
			margin: 0 10px 0;
			display:block;
		}
		a#email-Icon {
			width: 20px;
			height: 20px;
			background: url(../images/emailIcon_small.png) no-repeat 0 0;
			margin: 0 10px 0;
			display:block;
		}
		a#iTunes-Icon {
			width: 20px;
			height: 20px;
			background: url(../images/iTunesIcon_small.png) no-repeat 0 0;
			margin: 0 10px 0;
			display:block;
		}

		/* News */
		figure.news-image {
			float: none;
			width: 100%;
			height: auto;
			max-height: 100%;
			max-width: 100%;
			margin: 0;
		}
	
}

/* Adjustments for very narrow viewports (iPhone 4 portrait) */
@media only screen and (max-width: 400px) 
{
	.page-title {
		font-size: 19px;
	}

}

