/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

html {
    -ms-text-size-adjust: 3.125vw;
    -webkit-text-size-adjust: 3.125vw;
    font-size: 3.125vw;
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

section {
    overflow: scroll;
}

ol,
ul {
    list-style: disc;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

iframe {
    z-index: 0;
}

mark {
    background: none;
}

/* #Basic Styles
================================================== */

body {
    line-height: 1;
    background-color: black;
    background-image: radial-gradient(rgba(0, 95, 150, 0.75), black 120%);
    height: 100vh;
    font: 1.3rem/2rem 'IBM Plex Sans', sans-serif;
    font-weight: 100;
    text-transform: lowercase;
    word-break: break-all;
    text-align: center;
    height: 100vh;
    padding: 1rem 7rem 7rem 7rem;
    background-attachment: fixed;

    /*
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		*/
}

/* #Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

h1 {
    font-size: 5rem;
    line-height: 7rem;
    margin-bottom: 4rem;
}

h2 {
    font-size: 3.6rem;
    line-height: 5rem;
    margin-bottom: 4rem;
}

h3 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin-bottom: 4rem;
}

h4 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 4rem;
}

h5 {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin-bottom: 4rem;
}

h6 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
}

h2.alt {
    font-size: 3.8rem;
    line-height: 6.5rem;
}

h3.alt {
    font-size: 3rem;
    line-height: 4.2rem;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
}

h4.alt {
    font-size: 2rem;
    line-height: 2rem;
    font-family: 'Droid Sans', sans-serif;
}

.subheader {
    color: #777;
}

p {
    margin-bottom: 1rem;
    padding: 0;
}

p.norow {
    margin-bottom: 0;
}

figcaption p {
    margin-bottom: 1rem;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 2.1rem;
    line-height: 2.7rem;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 1.1rem;
    display: block;
}

/*	Blockquotes  */

blockquote {
    padding-left: 10.7rem;
}

blockquote.alignLeft {
    width: 31rem;
    margin: 0 2rem 2rem 0;
    float: left;
}

blockquote.alignRight {
    width: 31rem;
    margin: 0 0 2rem 2rem;
    float: right;
}

blockquote,
blockquote p {
}

blockquote cite {
    display: block;
    font-size: 1.2rem;
}

blockquote cite:before {
    content: '\2014 \0020';
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
}

hr {
    border: none;
    clear: both;
    height: 3.5rem;
}

/* #Links
================================================== */

a,
a:visited {
    text-decoration: none;
    outline: 0;
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background 0.2s ease-out;
    -ms-transition: color 0.2s ease-out, background 0.2s ease-out;
    transition: color 0.2s ease-out, background 0.2s ease-out;
}

a:hover,
a.selected {
    text-decoration: none;
}

p a,
p a:visited {
    line-height: inherit;
}

/* #Lists
================================================== */

ul,
ol {
    margin-bottom: 2rem;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol,
ul.bullet,
ul.check,
ul.square,
ul.circle,
ul.disc,
ul.left20 {
    margin-left: 2rem;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0.4rem 0 0.5rem 3rem;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 0;
}

li {
    line-height: 1.8rem;
    margin-bottom: 0;
}

ul.large li {
    line-height: 2.1rem;
}

li p {
    line-height: 2.1rem;
}

ul.bullet {
    margin-left: 1.5rem;
}

/* #Drop caps
================================================== */

.dropCap {
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    color: #fff;
    width: 5.9rem;
    height: 4rem;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
    margin-right: 1rem;
    padding-top: 1.8rem;
    padding-left: 0.1rem;
    float: left;
    text-align: center;
    display: block;
}

/* #Forms
================================================== */

form {
    margin-bottom: 2rem;
}

fieldset {
    margin-bottom: 2rem;
}

input[type='text'],
input[type='password'],
input[type='email'],
textarea,
select {
    border: 0 solid #ccc;
    padding: 0.7rem 0.4rem;
    outline: none;
    margin: 0;
    width: 21.5rem;
    max-width: 100%;
    display: block;
    margin-bottom: 2rem;
    font: 1.2rem Arial, sans-serif;
}

select {
    padding: 0;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
textarea:focus,
select:focus {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

textarea {
    min-height: 22.2rem;
}

label,
legend {
}

select {
    width: 22rem;
}

input[type='checkbox'] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    font-size: 1.3rem;
}
