/* Text */
:root { font-size: 0.5cm; }
a { color:#5D5D9E; }
a:visited { color:#5D5D9E; }
a:active { color:#5C615E; }
a:hover { color:#B2B3B4; }
.pagetitle { font-size:2rem; font-family:Segoe, 'Segoe UI', 'Helvetica Neue', sans-serif; color:#2E2E2E; font-weight:bold; text-align: center; }
/*.header { font-size:2rem; font-family:Segoe, 'Segoe UI', 'Helvetica Neue', sans-serif; color:#2E2E2E; font-weight:bold; text-align: center; }*/
.title { font-size:1.5rem; font-family:'Arial Black', Gadget, sans-serif; color:#000000; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.196078);  }
.text { font-size:1.0rem; font-family:Arial, Helvetica, sans-serif; color:#000000; }

/* Container */
body { background-color:#C0C0CC; padding:0;  margin: 0; }
#page { text-align: center; }
#maxwidth { position:relative; display: inline-block; width:100%; min-height:150px; max-width:1200px; background:none;  }
#header1 { vertical-align: top; position:relative; display: table; width:100%; min-height:63px; background-color:#EFF1F3; }
#header1_padding { margin: 10px; margin-top: 20px; display: table-row; }
#header1_title { text-align:center; vertical-align:middle; position:relative; display: table-cell; width:40%; min-height:60px; padding: 10px }
#header1_menu { text-align:right; vertical-align:middle; position:relative; display: table-cell; width:60%; min-height:60px; padding: 10px; padding-right: 20px;}
.topnav { overflow: hidden; font-size:2rem; font-family:Segoe, 'Segoe UI', 'Helvetica Neue', sans-serif; color:#2E2E2E; font-weight:bold; }
.topnav a { display: flexbox; justify-content: flex-end; padding: 10px 10px; color:#2E2E2E; }
.topnav a:hover { background-color: #ddd; color:#2E2E2E; }
.topnav a:visited { color: #2E2E2E; }
.topnav a.active { color: #008bd2; }
.topnav .icon { display: none; text-decoration: none; }
#header2 { text-align:right; vertical-align: top; position:relative; display: inline-block; width:100%; min-height:194px; background-color:#FFFFFF; background-image: url(img/header.png); background-position:top left; background-size:cover; }
#header2_img { vertical-align: bottom; position:relative; display: inline-block; width:25%; height:auto; }
#impnotice { justify-self: center; text-align: left; width: 500px; line-height: 1.5; }
#content { vertical-align: top; position:relative; display: inline-block; width:100%; background-color:#FFFFFF; }
#content_padding { margin: 10px; display: block; }
#footer { vertical-align: top; position:relative; display: inline-block; width:100%; min-height: 150px;  background-color:#FFFFFF; }

#infobox { vertical-align: top; position:relative; display: inline-block; max-width: 500px; min-height:150px; min-width:400px; }
#infobox_padding { margin: 10px; display: block; }

#testpic { vertical-align: top; position:relative; display: inline-block; width:100%; background-color:#FFFFFF; background-image: url(img/background.jpg); background-position:top left; background-size:cover; background-attachment: fixed }
#testpic_padding { margin: 10px; display: block; }

#floatbox { vertical-align: middle; border-radius: 15px; position:relative; display: inline-block; margin:10px; width:37%; min-width:350px; max-width:350px; background-color:#F3F3F5;  }
#floatbox_padding { margin: 10px; display: block; }

#map_img { box-sizing: border-box; vertical-align: bottom; border-radius: 15px; position:relative; display: inline-block; width:101%; background:none; border: 1px solid #404040; height:auto; }

#optin { font-size: 1.0rem; justify-self: center; text-align: center; min-width: 700px; max-width: 900px; line-height: 1.5; background: #dbdbdb; padding: 10px; }
#legal { font-size: 0.7rem; justify-self: center; text-align: left; min-width: 600px; max-width: 800px; line-height: 1.5; }
#legal br { content: ""; margin: 0.5rem; display: block; font-size: 24%; }

/* Table */
table { font-size: 1.3rem; display: inline-table; border: 1px solid #8C8C8C; }
table th { font-size: 1.3rem; font-weight:bold; border: 1px solid #8C8C8C;  }
table td { font-size: 1.3rem; text-align: left; vertical-align: top; overflow:hidden; border: 1px solid #8C8C8C; font-family:Arial, Helvetica, sans-serif; color:#000000; }

/* The optin switch - the box around the slider */
.switch { position: relative; display: inline-block; width: 2.5em; height: 1em; }
/* Hide default HTML checkbox */
.switch input { opacity: 0; width: 0; height: 0; }
/* The slider */
.slider { position: absolute; cursor: pointer; padding: .125em; vertical-align: middle; width: 2em; height: 1em; top: 0; left: 0; right: 0; bottom: 0; background-color: grey; -webkit-transition: .5s; transition: .5s; }
/* The knob */
.slider:before { position: absolute; content: ""; height: 1em; width: 1em; display: block; background-color: white; -webkit-transition: .5s; transition: .5s; }
input:checked + .slider { background-color: #aa69a9; }
input:focus + .slider { box-shadow: 0 0 1px #aa69a9; }
input:checked + .slider:before { -webkit-transform: translateX(1em); -ms-transform: translateX(1em); transform: translateX(1em); }
/* Rounded sliders */
.slider.round { border-radius: .625em; }
.slider.round:before { border-radius: 50%; }
