<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */





/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}



blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS Reset end */


body {
	background-color:#333;
	font-family: 'Lexend', sans-serif;
	color:#ffffff;
	line-height:1.2;
}




.container { 
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
  	margin-right: auto;
	box-sizing: border-box;
}


h1 {
	font-size: 70px;
	padding-bottom:10px;
	line-height:1;
	font-weight:normal;
	font-family: 'Lexend', sans-serif;
	font-weight:800;
	
}

p, li {
	padding-top:10px;
	padding-bottom:10px;
}


li {
	padding-top:0px;
	padding-bottom:15px;
}



a {
	color: #fff;
}


ol, ul {
	list-style: outside;
	padding-left:5%;
}




blockquote {
	background-color:#333;
	padding:20px;
	border-left:8px solid #09C ;

}



.branding {
	background-color:#006;
	padding: 40px 60px;
	font-weight:700;
}


.branding p,
.branding a {
	font-size:40px;
	line-height:1;
	color:#CCC;
}

.branding p .tagline {
	font-size:20px;
	line-height:1.2;
}


.main {
		padding: 40px 100px;
		background-color:#039;
		font-size:40px;
		font-weight:400;
}


.footer {
		padding: 40px;
		background-color:#006;
		font-weight:700;
}


.footer p {
	font-size:20px;
	text-align: center;
}

audio {
	width:100%;
	background-color:#09C ;
	box-sizing: border-box;
	padding:20px;

}


.feed-container {
	background-color:#292F33;
	padding:20px;
	margin-top: 20px;
}


.feed {
	max-width: 600px;
}



/* Smaller Devices */

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


.container { 
	padding:0px;

}

.branding,
.main,
.footer {
	padding:15px;
}



.feed-container {
	background-color:#292F33;
	padding:0px;
	margin-top: 0px;
}

.main {
		font-size:30px;
}




/* Smaller Devices End */

</pre></body></html>