html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.5;
    background-color: #454346;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
	content: none;
}

table {
    border-collapse: collapse;
	border-spacing: 0;
}

a:link, a:visited, a:hover {
    text-decoration: none;
    color: black;
}

#viewport {
    position: relative;
    min-height: 100vh;
}

#content {
    padding-bottom: 35px;
}

#mapKleiner {
    width: 90vw;
    height: 30vh;
}

header {
    background-image: url(./images/concreteBkg.jpg);
    min-height: 5vh;
    width: 100vw;
    position: sticky;
    top: 0;
    z-index: 2;
}

article, section {
    padding: 5px;
    padding-bottom: 0px;
}

header h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 650;
    font-size: 10vw;
    padding: 35px 15px;
    background-size: 100%;
}

nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.4s;
}

nav a {
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

.navOp {
    border-bottom: 1px #888 solid;
}

#contactLink2 {
    text-decoration: underline;
    color: #0e02b8;
}

#submitEmail {
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

#menu {
    position: absolute;
    padding: 8px;
    top: 30px;
    right: 5px;
    font-size: 5vw;
    color: #ffffff;
}

.closebtn {
    position: absolute;
    padding-left: 8px;
    top: 30px;
    right: 5px;
    font-size: 5vw;
    color: #000000;
}

h2 {
    font-size: 25px;
}

form h2 {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;
    padding-left: 10px;
}

form {
    color: #ffffff;
}

#rules ul {
    list-style:disc;
    padding-left: 20px;
}

#rules li {
    padding-bottom: 10px;
}

#rules h2 {
    padding: 5px 10px;
}

#rules {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}

#CharityLink {
    text-decoration: underline;
    color: #0e02b8;
}

#charity {
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
}

#charity h2 {
    font-size: 25px;
}

#charity p {
    padding: 5px;
}

#tickets {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("./images/ticketSalesBkg.jpg");
    min-height: 30vh;
    background-position: center;
    background-size: cover;
}

#schedule {
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
    color: #ffffff;
}

#schedule td {
    font-size: 16px;

}

.scheduleTable {
    display: flex;
    padding: 1px;
}

.scheduleTable p {
    flex: 1;
}

#judging {
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
    color: #ffffff;
}

#judging h2 {
    padding-bottom: 3px;
}

#judging h3 {
    font-size: 18px;
    color: #e2485d;
}

#judging p {
    font-size: 16px;
}

#judging ul {
    padding-left: 20px;
    list-style: disc;
}

#judgeCate {
    display: flex;
}

#judgeCate h3 {
    flex: 1;
}

#address {
    display: none;
}

#TicketSales {
    color: #ffffff;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-shadow: 3px 2px 1px black;
}

#aboutUs {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 10px;
}

#aboutUsBkg {
    /* background-image: url("./images/aboutUsBkg.png"); */
    background-position: center;
    background-size: cover;
}

#facebookLink {
    color: #ffffff;
    font-size: 16px;
}

#cookies {
    text-align: center;
    height: 185px;
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 0px;
    transition: 0.3s;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #b6b6b6;
    color: #ffffff;
}

#cookieButtons {
    display: flex;
}

#cookies h2 {
    padding: 5px;
    font-size: 25px;
}

#cookies button {
    font-size: 12px;
    margin-top: 10px;
    padding: 3px;
    flex: 1;
    margin-right: 10px;
    background-color: #597261;
    color: #cfcfcf;
}

#cookies p {
    padding-right: 7px;
}

#footerLogo {
    padding-left: 10px;
    height: 20px;
    width: auto;
}

strong {
    font-weight: bold;
    color: #e2485d;
}

article p {
    padding-bottom: 5px;
}

#whoRegister {
    text-decoration: underline;
    color: #0e02b8;
}

form {
    width: 100%;
}

input, textarea {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}

#submit {
    background-color: #a5a5a5;
}

#contactLink {
    text-decoration: underline;
    color: #0e02b8;
}

#privacyLink {
    text-decoration: underline;
    color: #0e02b8;
}

#privacyPolicy {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}

#privacyPolicy p {
    font-size: 16px;
    line-height: 15px;
    padding-bottom: 10px;
}

#privacyPolicy h2 {
    font-size: 25px;
}

form p {
    width: 90%;
    margin: 10px auto;
}

form p span {
    color: #ff3838;
    font-size: 16px;
}

label {
    font-family: Arial, Helvetica, sans-serif;
}

footer {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #a5a5a5;
    background-color: #2e2e2e;
    border-top: #d10a0a 5px solid;
}