<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html,


 
body {
	with:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	height:100%;
	-webkit-font-smoothing: antialiased;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#body p.bit, p.bit{
	font-family: 'Roboto',  sans-serif;
 	font-size: 15px;
	font-weight:normal;
 	color: white;
	line-height:20px;
	font-stretch:semi-condensed;
	letter-spacing:1px;
}

.header {
	width:100%;
	max-width:900px;
	margin:20px auto;
}

.footer {
  position:fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}



.content, .content2{
	width:100%;
	margin:0px auto 10px auto;
	background: rgba(0, 0, 0, 0.5);
    -pie-background:  rgba(0, 0, 0, 0.5);
    behavior: url(PIE.htc);
	border:1px solid #000;
	padding:0px;
}

.intro {
	width:100%;
	max-width:900px;
	margin:10px auto 10px auto;
	background-color:#000;
}

.content h2 {
	font-family: 'Roboto',  sans-serif;
 	font-size: 25px;
	font-weight:100;
 	color: #fff;
	line-height:20px;
	letter-spacing:1px;
}

.content hr, .content2 hr {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
	margin:5px auto 25px;
	
}

.content a {
	color:#fea;	
	text-decoration:none;
	padding:10px 10px;
}

.content2 a {
	color:#fea;	
	text-decoration:none;

}
/*.content a:hover {
	background:#fe7;	
}*/

.icon {
	height:25px;
	width:25px;
	padding-right:10px;
	/*margin-bottom:-5px;*/
}

.icon2 {
	height:25px;
	width:25px;
	margin-bottom:-7px;
}

.content a:hover {
	background-color:#444;
}


.content p, .content2 p {
	font-family: 'Oswald',  sans-serif;
 	font-size: 18px;
	font-weight:100;
 	color: #fff;
	line-height:20px;
	letter-spacing:0.1em;	
}






.on-the-left {
	float:left;
}

.on-the-right {
	font-family: 'Oswald',  sans-serif;
 	font-size: 18px;
	font-weight:100;
 	color: #fff;
	line-height:3em;
	letter-spacing:0.1em;
	text-align:right;
	padding-right:20px;
}

.links {
	font-family: 'Oswald',  sans-serif;
 	font-size: 18px;
	font-weight:100;
 	color: #fff;
	line-height:3em;
	letter-spacing:0.1em;
	text-align:center;
	padding:5px;
}

.links a {
	font-family: 'Oswald',  sans-serif;
 	font-size: 26px;
	font-weight:100;
 	color: #fff;
	line-height:1em;
	letter-spacing:0.3em;
	text-decoration: none;
	padding:0px 10px 0px 10px;

}

.links a:hover {
	font-family: 'Oswald',  sans-serif;
 	font-size: 26px;
	font-weight:100;
 	color: #FDF586;
	line-height:1em;
	letter-spacing:0.3em;
	border-bottom: 1px solid #555;
	padding:0px 10px 0px 10px;

}

.on-the-left p {
	padding-left:20px;
}	

.subject {
	font-family: 'Oswald',  sans-serif;
 	font-size: 18px;
	font-weight:100;
 	color: #fff;
	line-height:3em;
	letter-spacing:0.1em;
	margin:auto;	
}

.subject-header {
	font-family: 'Oswald',  sans-serif;
 	font-size: 26px;
	font-weight:200;
 	color: #fff;
	background-color:#000;
	letter-spacing:1em;
	line-height:3em;
	padding:10px 0px 10px 20px;
	text-align:left;
	display:inline;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.spacer {
	display:inilne-block;
	width:100%;
	margin:10px auto;	
}


.narrow-break {
	  display:none;	
}

.narrow-break2 {
	  display:none;
	padding-bottom:10px;
}

.mobile {
	display:inline;
}
.mobile2 {
	display:none;
}

#footer-hidden2{
	display:none;
}

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

	#footer-hidden1{
	  display:none;
	}
	#footer-hidden2{
	  display:inline;
	}
	#header_icons {
	  display:none;	
	}
	.header {
		width:100%;	
		margin:0px;
	}
	.content h2 {
		font-size: 18px;
	}
	.content {
		padding:5px 0px;
		wdith:80%;	
	}
	.content p {
		font-size:16px;	
	}
	.description p {
		font-size:14px;	
		letter-spacing:2px;
		padding:5px 0px 5px;
		
	}

	.narrow-break2 {
		display:inline;
	}
	.narrow-first-item {
	  display:inline;	
	}
	.mobile {
	  display:none;	
	}
	.mobile2{
		display:inline;
	}
	.narrow-header {
		font-size: 16px;
		line-height:20px;
		letter-spacing:0.1em;
		text-align:left;
		width:90%;
		margin:0px auto 0px auto;
	}
	.narrow-header p {
		font-size: 12px;
		line-height:3em;
		letter-spacing:0.1em;
		text-align:left;
		margin:0px auto 5px auto;
	}
	.subject p {
		font-size:12x;	
	}
	.narrow-second-item {
		display:inline;	
	}
	.icon {
		margin:0px;
		padding:0px 0px;
	}
	.subject {
		line-height:1em;
	}
	.subject-header {
		font-size: 18px;
		font-weight:400;
		letter-spacing:1em;
		line-height:1em;
		padding:10px 0px 10px 7px;
	}
	.subject p {
		margin-top:0px;	
	}
	.on-the-left{
		padding-top:10px;	
		display:inline;
		float:none;
		margin:0px auto;
	}
	.on-the-left p {
		margin:0px 0px 10px;
		padding-left:0px;
		
	}
	.on-the-left p a {
		float:none;
		margin:0px;
		padding:0px 5px;
	}
	.on-the-right {
		text-align:center;
		padding:0;
		margin:0;
		line-height:0;
		padding-bottom:1em;	
	}
	.spacer2 {
		height:15px;	
	}
	.links a {
      font-size: 20px;
      font-weight:100;
      color: #fff;
      line-height:1em;
      letter-spacing:0.1em;
      text-decoration: none;
      padding:5px 5px 5px 5px;
      background:#030303;
      margin:5px;
    }

    .links a:hover {
        font-size: 20px;
        font-weight:100;
        color: #FDF586;
        line-height:1em;
        letter-spacing:0.1em;
        border-bottom: 1px solid #555;
        padding:0px 2px 0px 2px;

    }
	
	#header_icons {
	  display:none;	
	}

	#logoimg{
		margin-top:10px;
	}
	.content, .content2{
		margin:0px;
		}
	#video_background{
		object-fit: initial;
  		max-height: 100%;	
	}
		
}


@media  (max-width: 810px) and (min-width: 501px){
	#footer-hidden1{
	  display:none;
	}
	#footer-hidden2{
	  display:inline;
	}
	#header_icons {
	  display:none;	
	}
	.bandline {
		display:none;
	}
	.narrow-break{
		display:none;
	}
	.narrow-break2 {
		display:inline;
	}
	.narrow-second-item {
		display:none;
	}
	.description p {
		font-size:16px;	
		letter-spacing:3px;
	}
	.subject-header {
		font-size: 24px;
		font-weight:400;
		letter-spacing:1em;				
	}
	.subject p {
		margin-top:0px;	
	}
}
@media only screen and (max-width: 950px) and (min-width: 811px){
	.description p {
		font-size:22px;	
	}
	.subject-header {
		font-size: 18px;
		font-weight:400;
		letter-spacing:1em;				
	}
	.subject p {
		margin-top:0px;	
	}
}</pre></body></html>