
/* CONTAINERS */
body {
margin: 0; padding: 0; /* Browsers have default 8px margins _or_ padding! */
font-size: 100%; /* See: http://www.informationarchitects.jp/en/100e2r/ */
line-height: 1.5; /* Default value, `normal`, depends on the font */
font-family: 'Open Sans', sans-serif;
color: rgba(0, 0, 0, 0.75);
}
/* HTML5 blocks - needed in older browsers */
article, aside, figcaption, figure, footer, header, nav, section {
display: block;
margin: 0;
}

/* PARAGRAPHS */
h1, h2, h3, h4 {
margin: 1em 0 .5em; /* Titles should be close to the text they describe */
line-height: 1.25; /* Bigger text is often nicer with smaller line height */
font-weight: bold; /* Browser default. Use `normal` for less bulky titles */
}
h1 {font-size: 2em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
ul, ol {
margin: 1em 0; /* Default for all browsers except IE */
padding-left: 40px; /* IE has a 40px margin-left instead */
}
p {
margin: 1em 0;
}
blockquote {
margin: 1em 40px; /* Same for all browsers - Customize or remove */
}
figure {
margin: 1em 0; /* Default in HTML5 spec: `1em 40px` */
}

/* LINKS */
/* Default browser styles (from Firefox, similar in most browsers) */
a {
text-decoration: none;
}
a:link {color: #008309;}
a:visited {color: #008309;}
a:active {color: #008309;}
/* Add your own styles for hover _and_ focus styles */
a:hover, a:focus {
/* ... */
color: #00AB0B;
}
/* Remove dotted outline clicked links - Keeps outline on focus */
a:active, a:hover {
outline: none;
}
/* No border around images in links */
a img {
border: none;
}

/* MISC TEXT-LEVEL ELEMENTS */
/* Make quotations and references more visible */
q, cite {
font-style: italic;
}
/* Remove automatic quotation marks for inline quotations
    (`q {quotes:none}` not implemented in WebKit) */
q:before, q:after {
content: "";
}
/* Stopping superscript and subscript from adding to the line's leading */
sup, sub {
line-height: 0;
}

/* FORMS */
fieldset {
margin: 0; /* Common default is `0 2px` */
padding: 0; /* Common default (roughly): `.35em .625em .75em` */
border: none;
}
input, button, select {
vertical-align: middle; /* Helps keep form elements roughly aligned */
}

/* TABLES */
table {
border-collapse: collapse; /* Merges cell borders together */
/* Browser default: border-collapse: separate; border-spacing: 2px; */
}
td, th {
padding: 1px; /* Same as browser default - set to "0" to remove padding */
vertical-align: top; /* Default is "middle" */
text-align: left; /* Default for TH elements is "center" */
}
td:first-child, th:first-child {
empty-cells: hide; /* Hide empty cells when they're the first in the row */
}

html {
background: black;
}

body {
width: 50rem;
max-width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;

color: white;
background: black;
}

.centered
{
	text-align: center;
}

.green
{
    color: #52c86a;
}

.bright-green
{
    color: #80fa97;
}

form input {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 3px solid #52c86a;
    background-color: transparent;
    text-align: left;

    color: #52c86a;
}

form input[type=submit] {
    border: 3px solid #52c86a;
    width: 120px;
    height: 40px;
    text-align: center;
}

#header .title p.janus {
    margin: 25px 0 0 40px;
    font-size: 250%;
    font-weight: bold;
}

#header .title p.mission-control {
    margin: 10px 0 0 40px;
    font-size: 130%;
}

#header .logo {
    margin: 0 18px 0 0;
}

#e1 form { 
    margin: 0 auto; 
    width:300px;
}

#e1 {
    margin-top: 100px;
}

#e1 form span {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 12px;
    color: #52c86a;
}

#e1 form span.centered {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#e1 input {
    color:#80fa97;
}

#e2 table {
    margin: auto;
}

#e2 td {
    vertical-align: middle;
    text-align: center;
    padding-right: 14px;
    height: 70px;
}

#e2 td.left {
    width: 100px;
    text-align: right;
    color: #52c86a;
}

#e2 td.img-wrapper {
    width: 50px;
}

#e2 input[type=text] {
    height: 30px;
    width: 80px;
    font-size: 170%;
}

#e2 .image img {
    max-width: 60px;
    max-height: 60px;
}

#e2 .image {
    margin: 0;
}

#e3 {
    font-size: 120%;
}

#e3 .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#e3 .wrapper div {
    margin: 10px;
}

#e3 .bro img {
    max-width: 150px;
    max-height: 150px;
}

#e3 td {
    width: 160px;
    font-size: 120%;
}

#e3 .pin img {
    max-width: 50px;
    max-height: 50px;
}

#e4 {
    text-align: center;
    padding-top: 85px;
}

#e5 {
    margin-top: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#e5 img {
    max-height: 80px
}

#e6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#e6 img {
    max-height: 380px
}

#wheretolook {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wheretolook p {
    font-size: 42pt
}

.hseparator {
    width: 100%;
    height: 3px;
    background-color: white;
    clear: both;
}

.vseparator {
    width: 3px;
    background-color: white;
}