body {
	margin:0

}


a {
	text-decoration: none;
	color:#ffffff

}


.main-animate-opacity{
	-webkit-animation:opac 0.8s;
	animation:opac 0.8s

}


.main-contrast {
	-webkit-filter:invert(75%);
	filter:invert(75%)

}


.main-text-white {
	color:#ffffff

}


.main-text-darkblue {
	color:#ffffff;

}


.main-display-topleft {
	position:absolute;
	left:0;
	top:0

}


.main-display-topright {
	position:absolute;
	right:0;
	top:0

}


.main-padding-large {
	padding:12px 24px

}


.main-xlarge {
	font-size:24px

}


.main-display-middle {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%)

}


.main-jumbo {
	font-size:55px

}


.main-animate-top {
	position:relative;
	-webkit-animation:animatetop 0.8s;
	animation:animatetop 0.8s

}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}


.main-border-grey {
	border-color:#9e9e9e

}


.main-large {
	font-size:18px

}


.main-center {
	text-align:center

}


.main-display-bottomright {
	position:absolute;
	right:0;bottom:0

}


.main-padding-large {
	padding:12px 24px

}
.w3-theme-l5 {color:#000 !important; background-color:#f0f0f0 !important}
.w3-theme-l4 {color:#000 !important; background-color:#cccccc !important}
.w3-theme-l3 {color:#fff !important; background-color:#999999 !important}
.w3-theme-l2 {color:#fff !important; background-color:#666666 !important}
.w3-theme-l1 {color:#fff !important; background-color:#333333 !important}
.w3-theme-d1 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d2 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d3 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d4 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d5 {color:#fff !important; background-color:#000000 !important}

.w3-theme-light {color:#000 !important; background-color:#f0f0f0 !important}
.w3-theme-dark {color:#fff !important; background-color:#000000 !important}
.w3-theme-action {color:#fff !important; background-color:#000000 !important}

.w3-theme {color:#fff !important; background-color:#000000 !important}
.w3-text-theme {color:#000000 !important}
.w3-border-theme {border-color:#000000 !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#ffc107 !important}
.w3-hover-text-theme:hover {color:#000000 !important}
.w3-hover-border-theme:hover {border-color:#000000 !important}