body {
	background-image: url('plain_blue_bg.png'); 
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Roboto;
	font-weight: 300;
	font-size:20px;
}

div.impactmedal {
	position:fixed;
	top:10px;
	left:10px;
	z-index:20;
}

div.bottomleft{
	position:fixed;
	bottom: 10px;
	left:10px;
}
div.weather_container{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	height:400px;

}
div.spacer{
	flex-grow:1;
}
div.weather{
	width:286px;
	height:200px;
}


div.navbar {
	height:32px;
	background: rgba(0,0,0.8,0.25);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	color: white;
}

div.content_container{
	width: 900px;
	display:grid;
	margin-left: auto;
	margin-top: 16px;
	margin-right: auto;
	grid-template-columns: 300px 300px 300px;
	grid-template-rows: auto;
	column-gap:0px;
	row-gap:8px;
	background: rgba(255,255,255,0.67);
	border-radius: 8px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}


div.left_column{
	background: rgba(255,255,255,0.67);
	border-radius:8px;
	padding:8px;
}
div.center_column{
	padding:8px;
	background:white;
}
div.right_column{
	background: rgba(255,255,255,0.67);
	border-radius:8px;
	padding:8px;
}

h1.sectiontitle{
	font-size: 36px;
	color: #d9b92b;
	font-family: "Roboto";
	font-weight: 700;
	padding: 4px;
	margin-top:4px;
	margin-bottom:4px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

span.firstword{
	color: #d9b92b;
	font-weight:700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.33);
}

h1.fairmont{
	position:relative;
	top:-10px;
	left:16px;
	font-size:52px;
	color: #d9b92b;
	font-family: "Roboto";
	font-weight: 700;
	margin-top:0px;
	margin-bottom:8px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
h1.wv{
	position:relative;
	top:-31px;
	left:48px;
	font-size:36px;
	color:black;
	font-family:"Roboto";
	font-weight:300;
	margin-top:0px;
	margin-bottom:8px.
	text-shadow:2px 2px 2px rgba(0,0,0,0.15);
}

h2.stm{
	position:relative;
	display:block;
	top: -80px;
	text-align:right;
	font-weight:100;
	font-size:26px;
	color:#AAAAFF;
	font-family: Merriweather;
}
h2.ltv{
	position:relative;
	top: -100px;
	text-align:right;
	font-weight:100;
	font-size:26px;
	color:#AAAAFF;
	font-family: Merriweather;
}

img.vbs{
	border-radius:4px;
	width:100%;
}
img.hug{
	position:relative;
	display:block;
	top: -60px;
	border-radius:4px;
	width:256px;
	margin-left: auto;
	margin-right: auto;
}
img.river{
	border-radius:4px;
	width:100%;
}

h1.boxtitle
{
        background-color:#4B75B3;
        margin:0;
        min-height:0;
        padding:0;
        text-decoration:none;
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow:2px 2px 2px rgba(0,0,0,0.2);
	padding:8px;

}


div.header {
	position: absolute;
	width: 100%;
	top: 16px;
	height: 48px;
	line-height: 48px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background:linear-gradient(to bottom, #436aa0 0%,#4b75b3 50%,#436aa0 100%); 
	box-shadow: 0px 4px 4px 2px rgba(0,0,0,0.25);
	font-size: 32px;
	padding-left: 16px;
	font-weight: 900;
	font-family: Roboto;
	color: #FFFFFF;
	text-shadow:2px 2px 2px rgba(0,0,0,0.4);
}

div.container 
{
	display: flex;
	position: relative;
	width: 900px;
	top: 96px;
	margin: auto;
}
div.content {
	background: white;
	margin: 8px;
	width:708px;
	
}

div.sidebar {
	display: inline-block;
	width: 200px;
	border:1px solid #AAAAAA;
	border-radius:4px;
	background: white;
	box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.49);
	margin-right: 8px;
}

.smalltext {
    font-size:16px;
}

.video{
    display:block;
    width:280px;
    height:236px;
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.5);
    border-radius:4px;
    

}
