﻿body {
	color: black;
	max-width: 1024px;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: #F5F5F5;
	font-family: 'Open Sans', sans-serif, Helvetica !important;
	font-size: larger !important;
}

.w3-blue {
	background-color: #001C71 !important;
}

.w3-red {
	background-color: #CA003D !important;
}

.navigation {
	color: white !important;
	font-weight: bold !important;
	width: 100%;
	background-color: #00664F !important;
	/* border-top: 10px solid #CA003D !important; */
	/* border-bottom: 4px solid #CA003D !important; */
	line-height: 28px;
	max-width: 1024px;
}

h1 {
	font-size: large;
}

p ul li {
	font-size: larger !important;
}

.demo {
	color: white;
	background-color: #00664F;
	border-top: 4px solid #FED141;
	max-width: 1024px;
	border-bottom: 4px solid #FED141;
	padding: 5px 10px 5px 10px;
}

.container {
	width:100%;
	margin:0px;
	padding: 0px;
}

.subcontainer {
	width:100vw;
	margin:10px;
	padding: 10px;
}

.footer {
	color: white;
	background-color: #00664F;
	/*border-top: 4px solid #CA003D; */
	max-width: 1024px;
}