/*

#0046FF yellow
#0046FF blue
#EEF5FF skyblue

- fonts
- html body links and kbz's generic classes
- boostrap
- container
- sections
	- banner
	- about
	- footer
*/



/* fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i');
.alt-font {
	font-family: 'krungthep';
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'krungthep';
	src: url('../fonts/krungthep.eot');
	src: local('krungthep'),
		url('../fonts/krungthep.eot?#iefix') format('embedded-opentype'),
		url('../fonts/krungthep.woff2') format('woff2'),
		url('../fonts/krungthep.woff') format('woff'),
		url('../fonts/krungthep.ttf') format('truetype'),
		url('../fonts/krungthep.svg#krungthep') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* html body links and kbz's generic classes */
a {
	outline: none;
	color: #0046FF;
}
a:hover,
a:focus {
	text-decoration: underline;
	color: #0046FF;
}
body {
	font-family: 'Roboto', 'Hevetica', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	background-color: #EEF5FF;
}
h1 {
	font-family: 'krungthep';
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-size: 30px;
	text-align: center;
	width: 100%;
	margin: 15px 0;
	font-weight: 700;
	letter-spacing: 2px;
}
h2 {
	font-family: 'krungthep';
	font-weight: normal;
	font-style: normal;
	color: #0046FF;
	font-size: 42px;
	text-align: center;
	width: 100%;
	margin: 15px 0;
	margin-bottom: 0;
	font-weight: 900;
	letter-spacing: 2px;
}
h3 {
	font-family: 'krungthep';
	font-weight: normal;
	font-style: normal;
	color: #0046FF;
	font-size: 39px;
	text-align: center;
	width: 100%;
	margin: 15px 0;
	margin-top: 0;
	font-weight: 900;
	white-space: nowrap;
	letter-spacing: 2px;
}
@media (max-width: 540px) {
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 28px;
	}
}
h3 span {
	color: #0046FF;
}
.no-padding {
	padding: 0 !important;
}
i {
	font-size: 1.82em;
}
/* end kbz */



/* boostrap */
/* nav */
/*
.bg-dark {
	background-color: #000000!important;
}
.navbar-brand {
	color: #0046FF!important;
	margin: 0 auto;
}
.navbar {
	position: fixed;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	background-color: black;
}
ul.netsocials {
	list-style: none;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	position: absolute;
	right: 15px;
	margin: 0 auto;
}
@media (max-width: 500px) {
	.navbar-brand {
		font-size: 2em;
	}
	ul.netsocials {
		display: block;
		list-style: none;
		margin-block-start: 0em;
		margin-block-end: 0em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		padding-inline-start: 0px;
		position: relative;
		right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.vegas-slide-inner {
		background-position: 25% center!important;
	}
}
ul.netsocials li {
	display: inline-block;
	margin-left: 15px;
}
.navbar-dark .navbar-toggler {
	display: none;
}
.vegas-slide-inner {
	background-position: 25% center!important;
}
*/
/* end nav */
.nav {
	position: fixed;
	right: 0px;
	bottom: -10px;
	left: 0px;
	z-index: 10;
	background-color: #0046FF;
	height: 125px;
}
ul.netsocials {
	display: block;
	list-style: none;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	margin: 0 auto;
	margin-bottom: 25px;
}
ul.netsocials li {
	display: inline-block;
	margin: 0 6px;
}
ul.netsocials li a i {
	color: #fff;
	opacity: .75;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
ul.netsocials li a:hover i,
ul.netsocials li a:focus i {
	color: #FFFFFF;
	opacity: 1;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
/* end boostrap */



/* animated */
.animated-delay-333 {
	-webkit-animation-delay: .333s;
	animation-delay: .333s;
}
.animated-delay-500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.animated-delay-666 {
	-webkit-animation-delay: .666s;
	animation-delay: .666s;
}
.animated-delay-999 {
	-webkit-animation-delay: .999s;
	animation-delay: .999s;
}
.animated-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animated-delay-1332 {
	-webkit-animation-delay: 1.332s;
	animation-delay: 1.332s;
}
/* end animated */



/* container */
/*
body > .container {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 120px;
}
*/
.container .col div {
	color: #666666;
	text-align: center;
	background-color: #E1E1E1;
	/*border: 1px solid #999999;*/
	/*padding: 10px;*/
	/*margin: 10px;*/

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
/* end container */

/* band */
.photo-band {
	min-height: 380px;
}
.parallax-mobile img {
	display: none;
}
@media(max-width: 767px) {
	.photo-band {
		min-height: auto;
	}
	.parallax-mobile {
		padding: 0;
	}
	.parallax-mobile img {
		display: inline;
		width: 100%;
		height: auto;
	}
	.bio-photos {
		min-height: 50vh;
	}
}
/* end band */

/* last-album */
section.last-album {
	color: #0046FF;
	margin: 90px 0;
	margin-top: 120px;
}
section.last-album p {
	margin-bottom: 1.4rem;

}
@media(max-width: 767px) {
	section.last-album {
		margin: 30px 0;
		margin-top: 70px;
	}
}
.cover img {
	width: 100%;
	height: auto;
	max-width: 360px;
	padding: 30px 0;
	padding-top: 60px;
}

/* end last-album */


/* albums */
.photo-albums-wrapper {
	max-width: 100vw;
}
/*
.photo-albums {
	flex: 0 0 25%;
	max-width: 25%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	height: 190px;
	align-content: stretch;
}
*/
.photo-albums {
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: initial;
	flex-direction: initial;
	align-items: stretch;
	height: auto;
}
@media(min-width: 768px) {
	.photo-albums {
		flex: 0 0 100%;
		max-width: 100%;
		display: flex;
		flex-wrap: initial;
		flex-direction: initial;
		align-items: stretch;
		height: auto;
	}
}
.photo-album img {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}
/* end albums */


/* bio */
section.bio .vegas-timer {
	display: none;
}
/*
.bio-photo {
	width: 100%;
	height: auto;
	max-width: 240px;
}
*/
@media(max-width: 767px) {
/*
	.bio-photo {
		margin-top: -160px;
		max-width: 180px;
	}
*/
	body .vegas-container {
	    height: calc(100svh - 110px);
	}
}
.bio-text-wrapper {
	padding: 30px;
	/*border-bottom: 1px solid #0046FF;*/
	background-color: #0046FF;
}
.bio-text-wrapper p,
.bio-text-wrapper p a,
.bio-text-wrapper p a:hover,
.bio-text-wrapper p a:focus {
	text-align: left;
	color: #fff;
	text-decoration: none;
}
.bio-text-wrapper p a:hover,
.bio-text-wrapper p a:focus {
	color: #fff;
	text-decoration: underline;
}
.bio-text-wrapper p {
	padding: 0 30px;
}
.bio-text {
	font-size: 1.4em;
	color: #FFFFFF;
	padding: 30px;
	padding-top: 30px!important;
}
@media (max-width: 600px) {
	.bio-text-wrapper {
		border-bottom: none;
	}
	.bio-text-wrapper p {
		padding: 0;
	}
	.bio-text {
		font-size: 1.2em;
		padding: 0;
		padding-top: 30px!important;
		color: #FFFFFF;
		/*max-width: 270px;*/
		/*margin: 30px auto;*/
	}
}
.bio-photos {
	/*border-bottom: 1px solid #0046FF;*/
}
.bio-photo-separator img {
	width: 100%;
	height: auto;
}
.bio .credits,
.bio .credits a {
	color: #fff;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.bio .credits a:hover,
.bio .credits a:focus {
	color: #CCCCCC;
	text-decoration: none;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}

.band {
	padding: 60px!important;
	text-align: right;
	text-transform: uppercase;
	color: #0046FF;
	font-weight: 900;
}
.band p {
	font-size: 24px;
	margin-bottom: 5px;
}
.band span {
	float: left;
	font-weight: 400;
	font-style: italic;
	opacity: .75;
}
@media(max-width: 767px) {
	.band {
		padding: 30px!important;
		text-align: center;
	}
	.band p {
		font-size: 16px;
	}
	.band span {
		float: none;
		display: block;
		margin-bottom: 15px;
	}
}

/* end bio */


/* video */
section.videos {
	padding-bottom: 30px;
	margin-bottom: 100px;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}
iframe {
  border: 0;
}
#background-video {
  position: relative;
  background: transparent;
}
.ytplayer-container {
	background-position: top center;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	opacity: .75;
}
section.container.videos {
	/*margin-top: 240px;*/
}

#vid01:hover,
#vid02:hover,
#vid03:hover,
#vid04:hover,
#vid05:hover,
#vid06:hover,
#vid07:hover,
#vid08:hover,
#vid09:hover,
#vid10:hover {
	cursor: pointer;
}

/* end videos */



/* songs */
.song {
	padding: 0;
}
.song img {
	width: 100%;
	height: auto;
}
.more-videos {
	margin-top: 30px;
}
/* end songs */



/* countdown */
.flipdown {
	margin: 0px auto;
	margin-bottom: 90px;
}
/* end countdown */


/* Extra small devices (portrait phones, less than 576px)
No media query for 'xs' since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width */
/* animation */