html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, select, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
    color: #bbb;
    background-color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.4vmax;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}
@media (min-width: 81rem) {
    body {
        font-size: 1.2rem;
    }
}
h1 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
form {
    text-align: left;
    font-size: 90%;
}
textarea, select, input:not([type=submit]) {
  min-width: 20em;
}
input[type="submit"] {
  min-width: 9.9em;
  background-color: #0e5ba1;
  color: #eee;
  cursor: pointer;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #6694c3;
}
textarea, select, input {
    margin: 0.2em 0;
    padding: 0.1em;
    border: 2px solid #3379ff;
    border-radius: 5px;
}

.main {
    text-align: center;
    position: relative;
    height: 100%; width: 100%;
    background-image: url(/images/bg-binary-blue.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.logo {
    width: 60vmin;
}
.home .logo {
    transform: translateY(30vh);
    vertical-align: middle;
}
.contact .content {
    display: inline-block;
    margin: 3em;
    text-align: left;
}
.contact .logo {
    margin: 2em;
    vertical-align: top;
}
.home .content {
    padding: 0 3em;
    transform: translateY(50vh);
}
.inlist li {
    display: inline list-item;
}
.inlist li:first-child {
  display: inline;
}
.mt-medium {
    margin-top: 3em;
}