body 
{
	position: relative;
	font-family: sans-serif;
	margin: 0px;
	/*background-color: #FBF7F1;*/
	background-color: white;
}

#page-container
{
	width: 100%;
	position: relative;
    min-height: 100vh;
}

#page-container-wrap 
{
	padding-bottom: 205px;
}

.container
{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.row
{
	margin: 0px auto;
}

.graph
{
	position: relative;
	height: 320px;
}

.graph2
{
	position: relative;
	height: 320px;
}





#header
{
	width: 100%;
	height: 240px;
	background-color: #333333;
	/*background-color: white;*/
	/*margin-bottom: 20px;*/
	border-bottom: 10px solid #B23231;
}

.row.info
{
	padding-top: 10px;
	padding-bottom: 20px;
}

#footer 
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	background-image: url('../img/background-graph.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 10px solid #333333;	
}

#footer > div
{
	position: relative;
	padding-left: 3%;
	padding-top: 2px;
	margin: 0px auto;
	text-align: center;
	font-weight: 500;
	font-size: 1.25em;
	text-shadow: 0 0 4px #CCCCCC, 0 0 8px #CCCCCC, 0 0 12px #CCCCCC, 0 0 16px #CCCCCC;
}

#footer a:hover
{
	text-decoration: underline;
}


#menu
{
	position: relative;
	flex: 1;
	width: auto;
	background-image: url('../img/covid-19.png');
	background-size: 66% auto;
	background-repeat: no-repeat;
	background-position: 2.5% 54.5%;
	text-align: center;
	height: 240px;
	border-bottom: 10px solid #B23231;
}

#menu #title
{
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding-right: 33%;
	padding-top: 40px;
	padding-bottom: 0px;
	/*line-height: 120px;*/
	height: 150px;
	font-size: 4em;
	/*color: #FBF7F1;*/
	color: white;
	text-shadow: 0 0 32px #333333, 0 0 32px #333333, 0 0 32px #333333, 0 0 32px #333333;
}

#menu #title div
{
	font-size: 0.33em;
	text-align: center;
	width: 100%;
}

#menu > div
{
	display: flex;
}

div#menu div.menu div
{
	position: relative;
	/*width: 23%;*/
	height: 100%;
	flex-grow: 1;
	letter-spacing: -2.0px;
}

div#menu div div#menu-5
{
	/*width: 8%;*/
}


.menu
{
	margin-left: -10px;
	margin-right: -10px;
}

.menu a
{
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 60px;
	height: 50px;
	font-weight: bold;
	font-size: 1.666em;
	/*color: #FBF7F1;*/
	color: white;
	/*text-shadow: 0 0 16px #333333, 0 0 16px #333333, 0 0 16px #333333, 0 0 16px #333333;*/
	text-shadow: 0 0 4px #333333, 0 0 8px #333333, 0 0 16px #333333;
	text-transform: uppercase;
}

.menu a sub
{
	text-shadow: none;
	text-transform: lowercase;
}


.menu a.select
{
	text-decoration: none;
	color: white;
	/*border-bottom: 10px solid #FBF7F1;*/
	border-bottom: 10px solid white;
	background-color: rgb(255, 255, 255, 0.2);
}

.menu a:hover
{
	background-color: rgb(255, 255, 255, 0.2);
	/*border-top-left-radius: 10% 50%;
	border-top-right-radius: 10% 50%;*/
	/*border-bottom: 10px solid #FBF7F1;*/
	border-bottom: 10px solid white;
}

.menu a .boy, 
.menu a .girl
{
	position: relative;
	top: 2px;
	height: 32px;
}

.menu a .boy
{
	margin-left: 2px;
}

.menu a .injection
{
	position: relative;
	top: 5px;
	height: 36px;
}





.menu #update-stats
{
	position: absolute;
	width: auto;
	font-size: 0.95em;
	text-align: center;
	top: 5px;
	right: -20px;
	font-weight: bold;
	/*color: #FFF051;*/
	box-shadow: 0 0 10px #333333, 0 0 8px #333333, 0 0 10px #333333, 0 0 10px #333333;
	color: #FFFFFF;
	background-color: rgb(51, 51, 51, 0.8);
	padding: 2px 4px;
	/*border: 3px dashed #EEEEEE;*/
}	

div#stats
{
	display: none;
	position: relative;
	/*width: 420px;*/
	height: 100%;
	color: white;
	padding: 10px;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 25px;
	font-size: 1.0em; 
}


div#stats table
{
	text-align: right;
	margin-left: auto;
	border-collapse: collapse;
}

div#stats table th
{
	text-align: center;
	padding-bottom: 3px;
}

div#stats table td
{
	padding-top: 3px;
	border-top: 2px solid #666666;
}

div#stats table .label
{
	font-style: italic;
	padding-left: 7px;
	padding-right: 5px;
}

div#stats table .number
{
	font-weight: bold;
	padding-left: 7px;
	padding-right: 5px;
	border-left: 2px solid #666666;
}



.flex
{
	display: flex;
}


.button
{
	color: white;
	background-color: #B23231;
	border: 2px solid #484848;
	text-align: center;
	/*padding: 3px 5px 2px 5px;*/
	cursor: pointer;
	font-size: 1.25em;
	/*padding: 4px 8px 3px 7px;*/
	padding: 0px 0px 0px 0px;
	width: 37px;
	/*height: 36px;*/
	line-height: 34px;
}


h1
{
    font-size: 3em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h1 span
{
	text-transform: none;
}

h2
{
    font-size: 2em;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h2 > span
{
	text-transform: none;
	font-style: italic;
	font-size: 0.75em;
}

h2 > span.no-style
{
	font-style: normal;
	font-size: 1.6em;
}

h2 > span.value
{
	font-style: normal;
	font-size: 1.4em;
	/*text-shadow: 0 0 1px #333333, 0 0 2px #333333;*/
}

h3
{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.15em;
}

h4
{
	font-style: italic;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}

h5
{
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin: 5px 0px 10px 0px;
}


#main
{
	position: relative;
}

#main p
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 10px;
	text-align: center;
}

#main p.desc
{
	font-style: italic;
	padding: 0px 25px;
}

#main p.desc span.important
{
	font-size: 1.20em;
	font-weight: bold;
	color: #B23231;
}

#main a
{
	text-decoration: underline;
}

#main a:hover
{
	text-decoration: none;
}

#main .underline
{
	width: 80%;
	border-top: 1px dotted black;
	margin: -3px 0px 7px auto;
}

#main .underline p
{
	text-align: right;
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 0.8em;
}


pre
{
	margin: 0px;
}
