/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

body {
	background: #212121;
	font-size:20px;
	line-height: 32px;
	color: #ffffff;
	word-wrap:break-word !important;
	font-family: 'Open Sans', sans-serif;
	}

h1 {
	font-size: 60px;
	text-align: center;
	color: #FFF;
}	

h3 {
	font-size: 30px;
	text-align: center;
	color: #FFF;
}

h3 a {
	color: #FFF;
}


h1 {
	margin-top: 100px;
	text-align:center;
	font-size:60px;
	font-family: 'Bree Serif', 'serif';
	}

#container {
	margin: 0 auto;
}

nav {
	margin: 10px 0;
	background-color: #E64A19;
}

nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	background-color: #E64A19;
	}

nav a {
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:20px;
	line-height: 60px;
	text-decoration:none;
}

nav a:hover { 
	background-color: #000000; 
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 60px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:200px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:200px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


.textwhite10 {
font-family: Arial, sans-serif;
color: #ffffff;
font-size: 10pt;
text-align: justify;
padding: 0;
}

.textwhite12 {
font-family: Arial, sans-serif;
color: #ffffff;
font-size: 12pt;
text-align: justify;
}

.textwhite15 {
font-family: Arial, sans-serif;
color: #ffffff;
font-size: 15pt;
text-align: justify
}

.textwhite18 {
font-family: Arial, sans-serif;
color: #ffffff;
font-size: 18pt;
text-align: justify;
}
.textwhite18c {
font-family: Arial, sans-serif;
color: #ffffff;
font-size: 18pt;
text-align: center;
}

.disclaimer {
font-family: Arial, sans-serif;
color: #ffffff;
font-size: 12pt;
text-align: justify;
}

.textorangeb {
font-family: Arial, sans-serif;
color: #FFCC33;
font-size: 19pt;
}

.textoranges {
font-family: Arial, sans-serif;
color: #ffcc33;
font-size: 12pt;
}

.newstop {
font-family: Arial, sans-serif;
color: #ffffff;
font-size: 15pt;
text-align: justify;
}

.newsdown {
font-family: Arial, sans-serif;
color: #A4A1A1;
font-size: 15pt;
text-align: justify;
}

.alinkred {
font-family: Arial, sans-serif;
color: #FFFFFF;
background: #B20000;
text-decoration:none;
font-size: 30pt;
}

.alinkgreen {
font-family: Arial, sans-serif;
color: #4F4731;
background: #D7FF7E;
text-decoration:none;
font-size: 30pt;
}

.alinkorange {
font-family: Arial, sans-serif;
color: #4F4731;
background: #E64A19;
text-decoration:none;
font-size: 30pt;
}


.alinkwhite {
font-family: Arial;
color: #ffffff;
background: #E64A19;
text-decoration:none;
font-size: 15pt;
}

.table-container {
display: flex;
justify-content: center;
}
.table-container table {
font-family: Arial, sans-serif;
color: #ffffff;
font-size: 12pt;
text-align: center;
padding: 0;
}
.daysin {
font-family: Arial, sans-serif;
color: #ffffff;
font-size: 11pt;
text-align: center;
background-color: #E64A19;
padding: 0;
}

.daysact {
font-family: Arial, sans-serif;
color: #ffffff;
font-size: 11pt;
text-align: center;
background-color: #a13654;
padding: 0;
}

.daysin a {
color: #ffffff;
text-decoration: none;
display: block;
text-align: center;
padding: 0;
}


.daysact a {
color: #ffffff;
text-decoration: none;
display: block;
text-align: center;
padding: 0;
}

.daysout {
font-family: Arial, sans-serif;
color: #514848;
font-size: 11pt;
text-align: center;
background-color: #212121;
padding: 0;
}
.daysout a {
color: #514848;
text-decoration: none;
display: block;
text-align: center;
padding: 0;
}

.video-container {
        position: relative;
        width: 100%;
        max-width: 1000px;
        margin: auto;
        overflow: hidden;
        padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}