@charset "UTF-8";

:root {
	--primary-color: #aa66ff;
	--lightgreen-color: #90EE90;
}

body {
	font-family: system-UI;  /*font-family: Courier, monospace; */
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	/*  -ms-webkit-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%;*/
	color: #aa66ff;
	background-color: #000;
	margin: 0;
}

html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

img {
	border: 0px;
}

h1 {
	display: block;
	font-size: 3.5rem;
	margin: 1rem 0 0 0;
	font-weight: bold;
	color: #aa66ff;
}

h1 a {
text-decoration:none;
}

h1 a:hoover {
  text-decoration:;
}

h1 a:visited {
  text-decoration:;
}

.cardbutton {
	font-family: system-UI;
	font-size: 1rem;
	line-height: 1rem;
	color: #aa66ff;
	background-color: #222;
	border: 1px;
	border-style: solid;
	border-color: #dd88ff;	
	padding: 8px 15px;
	display: inline-block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
	text-decoration: underline;
	cursor: pointer;
}

.cardbutton:hover {
	background-color: #111;
	border-color: #dd88ff;	
	color: #dd88ff;
	cursor: pointer;
}


.headtext {
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-top: 0px;
	padding-top: 0px;
}

.divMain {
	top: 0px;
	width: 100%;
	padding: 0px;
	text-align: center;
	display: grid;
	overflow: hidden;
}

.divMain .divTop {
	background-color: #222;
}

.divMain .divTop .divCenter {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	border: 0px;
	border-style: solid;
	border-color: red;
}

.divMain .divTop .divCenter p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: #999;
}

.divMain .divMiddle {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.divMain .divMiddle .divCenter {
	display: inline-block;
	justify-content: space-between;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	border: 0px;
	border-style: solid;
	border-color: green;	
}

.divMain .divMiddle .divCenter .divCard {
	float: left;
	width: 250px;
	min-width: 250px;
	/* margin: 16px; */
	border: 0px;
	border-style: solid;
	border-color: #222;	
	display:inline-block
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;  
}

.divMain .divBottom {
	background-color: #222;
	font-size: 1rem;
}

.divMain .divBottom .divCenter {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	border: 0px;
	border-style: solid;
	border-color: red;
}

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: 1px solid;
	opacity: 0.25;
}

textarea {
}


.divCard {
	font-size: 1rem;
	float: left;
	width: 250px;
	min-width: 250px;
	margin: 24px;
	border: 1px;
	border-style: solid;
	border-color: #222;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
	display: table;
	overflow: hidden;
}

.divCardRow {
	display: table-row;
}
.divCardHeading {
	display: table-header-group;
}
.divCardCell, .divCardHead {
	display: table-cell;
background-color: #222;	
}

.divCardCell img {
	border: 0px;
	width: 250px;
	height: 250px;

}

.divCardHeading {
	display: table-header-group;
}
.divCardFoot {
	display: table-footer-group;
}
.divCardBody {
	display: table-row-group;
}


.divCardButton a {
	border: 1px;
	border-style: solid;
	border-color: #222;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; 	
}