@charset "UTF-8";

/***** RESET *****/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/***** RADIO TV *****/

* {
	padding: 0;
	margin: 0;
}

html, body {
	background-color: #000;
	font-family: "Lightstream", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

/***** LAYOUT *****/

#btn_nav {
	height: 50px;
	width: 50px;
	display: block;
	position: fixed;
	top: 25px;
	left: 25px;
	z-index: 100;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	opacity: 0;
}

#logo {
	background-image: url("../images/main/lightstream_mark.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
#btn_nav {
	height: 13px;
	width: auto;
	top: 33px;
	right: 33px;
	left: auto;
	font-size: 13px;
	line-height: 1;
	padding: 10px;
	border-radius: 16px;
	background-color: #ba9059;
	color: #fff;
}
#btn_nav:hover {
	background-color: #ba9059;
	color: #000000;
	cursor: pointer;
}
#btn_nav.btn_on { color: #000000; }
#btn_nav.btn_on:hover { color: #ffffff; }

#footer {
	background-color: transparent !important;
	position: absolute;
	width: 100vw;
	height: 50px;
	bottom: 0px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	opacity: 0;
	z-index: 1;
}

/***** VIDEO *****/

#lightstream_videoHolder {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}
#lightstream_videoHolder.add_logo {
	background-image: url("../images/main/video_bg.jpg");
	background-size: cover;
	background-position: center center;
	background-color: #000000;
}

#lightstream_video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	top: 0;
	left: 0;
}

/***** CONTENT *****/

#content_holder {
	background-color: #fff;
	height: 100vh;
	width: 100vw;
	position: relative;
	display: none;
	overflow: scroll;
	z-index: 10;
	position: absolute;
}

#content_body {
	background-color: #fff;
	margin: auto;
	width: 80%;
	max-width: 500px;
	text-align: center;
	opacity: 0;
	padding: 75px 0 75px 0;
}

.main_logo {
	width: 300px;
}

#emails { text-align: center; width: 350px; margin: auto;}
#emails a { white-space: nowrap; }


/***** MISC ******/

b { font-weight: bold; }
i { font-style: italic; font-size: 12px; line-height: 0; }

a { color: #ba9059; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }


/***** FONTS *****/

@font-face {
    font-family: 'Lightstream';
    src: url('../fonts/Lightstream.woff2') format('woff2'),
        url('../fonts/Lightstream.woff') format('woff'),
        url('../fonts/Lightstream.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/***** MOBILE ******/

@media only screen and (max-width: 800px) {}
