﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&family=PT+Sans&display=swap');
/* CSS Document */
BODY {
	background-color: #C0C0C0;
	color: #f4f4f4;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 100%;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #f4f4f4;
	font-size: 100%;
}

a:link, a:visited {
	color: #f4f4f4;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #f4f4f4;
	background-color: #c8102e;
	text-decoration: none;
}

a:active {
	color: #ffff99;
	background-color: #db2f4a;
	text-decoration: underline overline;
}

p {
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
}

.footer {
	margin-top: 1px;
	padding: 1px;
}

.copyright {
	font-size: 0.875em;
	text-align: center;
}

.banner {
	border-style: none;
	display: block;
 /*images must be set to block in order use auto margins*/
	margin: 0 auto;
 /*centers images in most browsers*/
	text-align: center;
 /*centers images in older browsers*/;
}

.background1 {
	border-style: none;
	float: center;
	overflow: auto;
	vertical-align: top;
}

.container {
	border-style: none;
	width: 100%;
	display: flex;
 /* or inline-flex */
	align-items: center;
	justify-content: center;
}

.page-menu {
	background-color: #333333;
	border-color: #111111;
	border-style: solid;
	border-width: 1px;
}

th, td {
	border-style: none;
	margin: 0px;
	padding: 1px;
	vertical-align: top;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

li a, .dropbtn {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 4px 6px;
	text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #c8102e;
}

.dropdown {
	display: inline-block;
	float: center;
	font-family: 'PT Sans', sans-serif;
	font-size: 0.875em;
	text-align: left;
	white-space: nowrap;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 145px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
	color: #000000;
	padding: 2px 6px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
}

.dropdown-content a:hover {
	background-color: #cccccc;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.resp-iframe {
	border-color: #111111;
	border-style: solid;
	border-width: 1px;
    top: 0;
    left: 0;
    width: 755px;
    height: 535px;
}