@charset "UTF-8";
/* CSS Document */
		body {
		position: relative;
	background-image: none;
	background-color: #b0c7f3;
 }
.video-container {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;}
.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.playercontainer  {
	padding: 10px;
    width: 600px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 20px;
    color: #FFFFFF;
    line-height: 29px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
	background-image: url("listen/kailua.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 3px 12px 3px #666666;
    box-shadow: 0px 3px 12px 3px #666666;	
}
		.streamholder {
	display: flex; align-content: center; 
	justify-content: center; flex-flow: wrap;
	margin-top: 30px;
}
#download-link {
    font-size: 13px;
 }
audio {width: 80%; margin-top: 30%}
.centeritems {
  position: relative; /* Allow it to contribute to the document flow */
  margin: 50vh auto 0 auto; /* Center vertically relative to the viewport */
  transform: translateY(-50%); /* Shift up by 50% of its height */
  max-width: 90vw;
  max-height: 90vh;
}
/*css from homepage head*/
.underline a {text-decoration: underline!important}
		h1 {font-size: 1.3em}
		.homehead {
    height: 200px;
    width: 100%;
    margin-top: 0px;
}
		.albumcontainer2 {column-gap: 5px; padding-left: 5px; padding-right: 5px}
		.listenbtn a {color: #ffffff!important; text-decoration: none}
		.playercontainer h2 {
    font-family: 'Trajan3Regular', serif;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: normal;
}
		.baseup {position: relative;
    font-size: 80%;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em;}
		.baseup2 {position: relative;
			font-size: 1.6em;
    line-height: 0;
    vertical-align: baseline;
    top: .3em;}
		.albums1 {
			display: flex;
	justify-content: space-between;
	align-items: center;
    width: 820px;
	min-width: 310px;
    background: rgba(253,253,253,0.25);
    border-radius: 10px;
    padding: 14px;
    column-gap: 20px;
		}
	.albumRoundup {margin: auto; max-width: 900px;}
	.albumRoundup h2 {text-align: center; font-size: 1.5em; font-family: 'Trajan3Regular', serif;}
		h3.trajfont {text-align: center; line-height: 1em; font-family: 'Trajan3Regular', serif; font-size: 1.4em; margin: 30px 0 0; letter-spacing: 1px;}	 
		.albums1 p {margin: 0; font-size: .9em}
		.albums1 div h2, h3 {
	font-family: 'Trajan3Regular', serif; font-size: 1.1em; margin: 0px; letter-spacing: 1px;
}
		.albums1 div h3 a, a:visited {color:#19194B ;text-decoration: none; outline: none}
		.albums1 div h3 a:hover {color: #87ceeb !important; background-color: #00008B;}
		.albums div h3 {
	font-family: 'Trajan3Regular', serif; font-size: 1.1em; margin: 0px; letter-spacing: 1px;
}
		.albums div h3 a, a:visited {color:#19194B ;text-decoration: none; outline: none}
		.albums div h3 a:hover {color: #87ceeb !important; background-color: #00008B;}
		header h2 {
	font-family: 'Trajan3Regular', serif; font-size: 1.6em; margin: 0px; text-decoration: none;
}
		.resizeImgG a img {border-width: 0; border-radius: 20px; margin-top:20px}
		.resizeImgG a:hover img {
			-webkit-box-shadow: 0px 0px 20px 4px #FFFFFF;
	-moz-box-shadow: 0px 0px 20px 4px #fff;
    box-shadow: 0px 0px 20px 4px #FFFFFF;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;	
		}
				.resizeImg img {border-radius: 20px; margin-top: 20px}
	.combinedlink a h2 {text-decoration: none!important; }
.combinedlink a:hover {background-color: transparent; color: #19194B; text-decoration: none;}
		@media (max-width: 750px){.centeritems {position: relative; margin: 20px 0px; transform: none;}}
		@media (max-width: 675px){.playercontainer {width: 400px; height: 300px;}}
		@media (max-width: 620px){
			.homehead {height: 171px;}	
		}
		@media (max-width: 570px){h1.trajfont {font-size: 1.7em!important; line-height: 1.2em!important;} h2.trajfont {line-height: 1.4em }}
		@media (max-width: 480px){
			.homehead {height: 163px;}
			.resizeImgG img {width: 380px; height:auto; margin: 0; padding: 0}
			.listenbtn a {margin: 10px}
			header h2 {font-size: 1.2em}
		}
		@media (max-width: 414px){
			.homehead {height: 137px;}
			.resizeImg img {width: 360px; height:auto; margin: 0; padding: 0}
			.resizeImgG img {width: 310px; height:auto; margin: 0; padding: 0}
			.playercontainer {width: 90%; height: 200px ;padding: 5%;} .centeritems {padding: 10px;}
		}
		@media (max-width: 360px){
		header h2 {font-size: 1em}
			.playercontainer  {
				width: 320px;
			padding: 5px}
			.homehead {height: 119px;}
	.resizeImgG img {width: 270px; height:auto; margin: 0; padding: 0}
	.listenbtn a {font-size: 14px; min-width: 138px}
		}
		@media (max-width: 768px){.video-container {display: none;} body {background-color: #b0c7f3;
    background-image: url("graphics/mobile-home-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    }
}