@charset "utf-8"

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
h1, h2, h3, h3, h4, h5, h6 {
    line-height: 1.5;
    font-weight: bolder;
}
.up {
    margin-top: -1rem;
}
.do {
    margin-bottom: -1rem;
}
p {
    font-size: 1.2rem;
    line-height: 1.5;
	text-indent: 1.8rem;
	padding: 0;
	margin: .5rem;
	text-align: justify;
}
a, a:visited {
   font-size: 1.3rem;
   color: #FFF;
   background: transparent;
   line-height: 1.5;
   text-decoration: none;
}
a:active {
   color: #3FF;
}
/* header stuff */
header {
    width: 99%;
    position: relative;
    top: 0;
    padding-bottom: 2rem;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #F00;
}
/* displaays xv920rj engine */
.eight {
    display: flex;
    justify-content: space-between;
}
.eighty {
    width: 80px;
    height: 60px;
    margin: .3rem 2rem;
    background-image: url('../pix/EURO_extracted_80.png');
    border-radius: .5rem;
}
.eighty:hover {
    background: rgba(0,0,0,.2);
    background-image: url('../pix/EURO_extracted_80.png');
}
/* some navigation aids */
nav {
    width: 100%;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: 0;
}
nav ul {
	-webkit-padding-start: 0;
    width: 100%;
	margin: 1rem auto;
	padding: 0;
	list-style: none;
	display: inline-table;
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
nav ul li a, .about, article ul li a, article p a, aside p a  {
	flex: 1;
    background: transparent;
    color: #FFF;
	line-height: 1.3rem;
	text-align: center;
	height: 1.4rem;
	text-decoration: none;
	padding: 0 1.2rem;
}
nav ul li a:hover {
	color: #000;
	background: linear-gradient(#969696, #c8c8c8);
	text-decoration: underline;
    border-radius: .5rem;
}
nav ul li a:active {
	color: #000;
	background: -moz-radial-gradient(center, #0F0, #F00);
	background: -webkit-radial-gradient(center, #0F0, #F00);
	background: radial-gradient(center, #0F0, #F00);
	text-decoration: none;
}
nav ul li a:hover, .ign:hover, article ul li a:hover, 
p a:hover {
	color: #000;
	background: linear-gradient(#969696, #c8c8c8);
	text-decoration: underline;
    border-radius: .5rem;
}
/* end of navigation stuff */

hgroup {
    text-align: center;
    margin: 1rem auto;
}
/* 3D effects for headline */
.Three-Dee, a h1.ThreeDee {
  margin: 0 auto;
  padding: 0;
  border: 0;
  display: inline;
  background: transparent;
  font-family: KaushanScript-Regular, serif;
  color: #D35;
  font-weight: bold;
  font-size: 5rem;
  text-align: center;
  text-shadow: 0px 0px 0 rgb(1,231,231),1px 1px 0 rgb(6,216,216),
  2px 2px 0 rgb(2,20,2),3px 3px 0 rgb(7,18,8),
  4px 4px 0 rgb(3,173,173),5px 5px 0 rgb(18,158,158), 
  6px 6px 0 rgb(144,144,144),7px 7px 6px rgba(0,0,0,0.6),
  7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2),
  -2px -2px 0 #000, -3px -3px 0 rgba(9,0,253,.8);
  text-decoration: none;
}
header h2, article h2, section h2 {
    color: #3FF;
    font-family: MORPHEUS, serif;
    display: inline;
	font-size: 2rem;
	text-align: center; !important
    text-shadow: 2px 2px #0FF, -2px -2px #0F0, 4px 2px #0FF, -4px -2px #0F0;
}
/* end of header stuff */

/* Cyl Article */
.tall {
    min-height: 30rem;
}
aside, article, section, #main, .main {
    width: 100%;
    margin: .3rem auto;
    padding: .5rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #000;
    border-radius: 5px;
    position: relative;
}
.narrow {
    width: 24%;
}
.up {
    margin-top: -15rem;
}
aside ul li div {
    float: left;
    width: 320px;
    height: 240px;
    margin: 0;
    border-radius: 1rem;
}
aside img, aside a img {
    margin: 0 auto;
}
section {
    width: 100%;
    margin 0 auto;
    padding: .5rem;
    border: 0;
}
section ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.rght {
    display: block;
    float: left;
}
.show {
    width: 100%;
    height: 1800px;
    margin: 2rem auto;
    padding: .25rem;
    border: 3px solid #0F0;
    border-radius: 1rem;
}
.wide {
    width: 72%;
    border: 1px solid #0F0;
    border-radius: 1rem;
}
#ab {
    width: 80%;
    margin: 0 auto;
}
section ul li img {
    width: 300px;
    height: 225px;
    text-align: center;
    color: #FFF;
    margin: .5rem;
    border: 2px outset #FF0;
    border-radius: .75rem;
    outline: #F0F outset medium;
    z-index: 100;
}
ul li img {
	display: block;
	width: 320px;
	height: 225px;
	margin: .7rem;
	border: 2px outset #000;
    border-radius: .5rem;
	float: left;
    cursor: pointer;
}
#main, .main {
    margin: 2rem;
    padding: 1rem;
    border: 1px solid #00F;
    border-radius: .5rem;
}
header .note:hover {
    font-size: 1.15rem;
    line-height: 1.4;
}
.main ul {
	margin-left: 1rem;
	list-style: disc;
    padding: 1rem;
}
section {
    height: auto;
}
.pro_img {
    width: 600px;
    height: 800px;
    margin: 5rem auto;
}
.slipper {
    width: 100%;
    height: 400px;
    border: 1px solid #F00;
    border-radius: .5rem;
}
.open { 
    width: 95%;
    margin: 0 2rem;
    padding: .5rem;
}
article a img {
    display: block;
    margin: 0 .5rem .1rem;
    float: left;
    border: 2px solid #F00;
    border-radius: 1rem;
}
.list {
    width: 43%;
    margin: 2rem 1rem;
    padding: 1rem;
    border: 1px solid #0F0;
    border-radius: 1rem;
}
.list ul {
    margin: 1rem 3rem;
    padding: 1rem;
    border: 1px solid #F0F;
    border-radius: .5rem;
}
.list ul li {
    margin: 2rem 0;
    font-size: 18px;
    line-height: 1.5;
}
.list .dunno li::first-letter {
    color: #0F0;
    text-decoration: underline;
}
footer {
    width: 100%;
	display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    min-height: 3rem;
    text-align: center;
    color: #000;
    position: absolute;
    bottom: 0;
}
footer button {
    background: linear-gradient(#F00, #00F);
    color: yellow;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 1rem;
}
footer button:hover {
    background: linear-gradient(#00F, #F00);
    color: white;
}
footer button:active {
    background: linear-gradient(#FF0, #0FF);
    color: green;
}
/* End of button section */
/*  Bottom NAV  */
.bottom {
    margin: 0 auto -5rem;
    flex: 1;
    bottom: 0;
}
/*  End Bottom NAV */
.back-to-top {
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	color: #FFF;
	padding: .5em 1em;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.back-to-top:hover {
	color: #2CC;
}
.arrow {
    position: fixed;
    width: 30px;
    height: 30px;
    padding-top: 10px;
    text-align: center;
    color: #F00;
    font-size: 11px;
    font-weight: bolder;
    bottom: 1rem;
    right: 1rem;
    background-image: url('../pix/up.png');
}
.arrow:hover {
    width: 45px;
    height: 37px;
    color: #F0F;
    font-size: 18px;
    background-image: url('../pix/45.png');
    opacity: 0.65;
}
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(0,0,0);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 800px;
 	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border: 2px outset #000;
	border-radius: 10px;
	color: #000;
    font-size: 1rem;
	background: #FF0;
}
.modalDialog > div p {
    margin: 10px auto;
    font-size: 18px;
    text-indent: 1.5em;
    text-align: justify;
    line-height: 1.5em;
    padding: 10px;
    border-bottom: 2px solid #FCF;
}
.modalDialog > div ul {
    display-style: none;
}
.modalDialog > div ul li {
    display: inline-table;
}
.modalDialog > div ul li a {
	display: block;
    width: 120px;
	height: 18px;
	background: linear-gradient(#c8c8c8, #969696);
    color: #000;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
	padding: 5px;
	border: 1px solid rgb(0,0,255); 
	border-radius: 15px;
	cursor: pointer;
    margin-left: 15px;
    float: left;
}
.modalDialog > div ul li a:hover {
	background: linear-gradient(#969696, #c8c8c8);
    font-family: MORPHEUS, serif;
    color: #0F0;
    text-decoration: none;
	border: 1px solid rgb(255,0,0); 
}
.modalDialog > div ul li a:active {
	background: radial-gradient(center, #FF0, #F00);
	background: -ms-radial-gradient(center, #FF0, #F00);
	background: -moz-radial-gradient(center, #FF0, #F00);
	background: -webkit-radial-gradient(center, #FF0, #F00);
	background: -o-radial-gradient(center, #FF0, #F00);
	font-family: 'PlaytimeWithHotToddies3D';
    color: #0F0;
    text-decoration: none;
	border: 1px solid rgb(0,255,0); 
}
.close {
	background: #606061;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { 
	background: #00d9ff;
	color: #000;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover a:hover {
	color: #000;
	font-size: 24px !important;
}
dl {
    margin-left: 3rem;
}
dt {
    font-size: 1.5rem;
    margin: 1rem;
}
dd {
    font-size: 1.3rem;
    color: #3FD;
    margin: 2.5rem;
}
.cell a {
    color: #F00;
    background: #FFF;
    border-radius: .75rem;
}
.explain {
    background: linear-gradient(to right, #990, #099);
    color: #333;
}
.ports {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: space-between;
}

.ports li {
    margin: .5rem auto;
}
.ports a img {
    width: 240px;
    height: 180px;
}