body {
	align: center;
	color:white;
	background-color:Black;	
	position: relative;
}

a {
	color:white;
}

a:hover {
	color:MediumOrchid;
}

.responsive {
	width: 100%;
	height: auto;
}

.bigTitle {
	text-align: center;	
	font-size: 48px;
	font-weight: bold;
	color: white;
	text-shadow: darkviolet 4px 4px 6px;	
}

.medTitle {
	text-align: center;	
	font-size: 36px;
	font-weight: bold;
	color: white;
	text-shadow: darkviolet 4px 4px 6px;	
}

.fancyTitle {
        font-family: cursive, sans-serif;
	text-align: center;	
	font-size: 64px;
	font-weight: bold;
	color: white;
	text-shadow: darkviolet 4px 4px 6px;	
}

.genText {
	text-align: center;	
	font-size: 28px;
	font-weight: normal;
	color: white;
	text-shadow: darkviolet 2px 2px 4px;	
}

.gensmText {
	text-align: center;	
	font-size: 20px;
	font-weight: normal;
	color: white;
	text-shadow: darkviolet 2px 2px 4px;	
}

.genmedText {
	text-align: left;	
	font-size: 28px;
	font-weight: normal;
	color: white;
	text-shadow: darkviolet 2px 2px 4px;
 	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: 80px;
	margin-left: 80px;	
}

.genimgmed img {
	align: center;
	align: top;
	width: 80%;
	max-height: 10%;
	margin-top: 40px;
	margin-bottom: 40px;	
}

.genimgsm img {
	align: center;
	align: top;
	width: 40%;
	max-height: 10%;
	margin-top: 40px;
	margin-bottom: 40px;	
}

.minText {
	text-align: left;	
	font-size: 18px;
	font-weight: normal;
	color: white;	
}

.DiscoButton {
	box-shadow: 4px 5px 12px 0px #389bc9;
	background:linear-gradient(to bottom, #e821e8 5%, #0859fa 100%);
	background-color:#e821e8;
	border-radius:20px;
	border:2px solid #292929;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Times New Roman;
	font-size:28px;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:3px 3px 4px #000000;
}

.DiscoButton:hover {
	background:linear-gradient(to bottom, #0859fa 5%, #e821e8 100%);
	background-color:#0859fa;
	color:white;
}

.DiscoButton:active {
	position:relative;
	top:1px;
}

.container {
  position: relative;
  width: 100%;
}

.container img {
  width: 100%;
  height: auto;
}

.titleOverlay {
	position: absolute;
	top: 3%;
	left: 50%;
	transform: translate(-50%,0%);
	font-size: 36px;
	font-weight: bold;
	color: white;
	text-shadow: darkblue 3px 3px 5px;	
}

.bigOverlay {
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translate(-50%,0%);
	font-size: 96px;
	font-weight: bold;
	color: white;
	text-shadow: darkblue 5px 5px 8px;	
}

.topOverlay {
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate(-50%,0%);
	font-size: 80px;
	font-weight: bold;
	color: white;
	text-shadow: darkblue 5px 5px 8px;	
}

.container .topflex {
	position: absolute;
	top: 2%;
}

.container .botflex {
	position: absolute;
	bottom: 5%;
}

.flex-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.flex-container > div {
	width: 100%;
}
	
ul {
	color:white;
	text-align: left;
}

ul li {
	list-style-image: url('images/bikon_32.png');
	list-style-position: outside;
	font-size: 24px;
	font-weight: bold;
	text-indent: 20px;
	margin-left: 50px;
}

ul li.b {
	list-style-image: url('none');
	list-style-type: none;
	font-size: 18px;
	font-weight: normal;
	margin-left: 150px;
	text-indent: -50px;
}
	
.inlinepic img {
        width: 80%;
        height: auto;
}

.inlinepic2 img {
        width: 40%;
        height: auto;
}


#logo { position: relative; }












