@charset "utf-8";/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 4, 2015 */

@font-face {
    font-family: 'Mad Squire';
    src: url('../fonts/madsquire-regular-webfont.eot');
    src: url('../fonts/madsquire-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/madsquire-regular-webfont.woff2') format('woff2'),
         url('../fonts/madsquire-regular-webfont.woff') format('woff'),
         url('../fonts/madsquire-regular-webfont.ttf') format('truetype'),
         url('../fonts/madsquire-regular-webfont.svg#mad_squireregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



* {
    padding:0;
    margin:0;
}

html {
    height:100%;
    min-height:100%;
    background:url("../images/sky.jpg") no-repeat fixed;
    background-size:cover;
    color:rgba(255, 255, 255, 0.88);
}

body {
    margin-top:-1px;
}

h1 {
    font-family: "Mad Squire";
    font-size:16vmin;
    text-transform:lowercase;
    letter-spacing:0.12em;
    font-weight:100;
    text-shadow:-3px 0px 12px #666;
    text-align:center;
}

hr {
    margin:6% 0;
    background-color:rgba(255, 255, 255, 0.24);
    box-shadow:0px 0px 12px rgba(255, 255, 255, 0.66);
    height:1px;
    border:0;
}


section#main {
    font-family:serif;
    padding:3% 6.666% 3%;
    max-width:42em;
    background:rgba(0, 0, 0, 0.1);
    position:absolute;
    top:0;
    bottom:0;
}

p {
    background:rgba(0, 0, 0, 0.24);
    padding:2%;
    max-width:33em;
    font-family:"Roboto", sans-serif;
    font-weight:300;
    text-align:left;
    line-height:1.61em;
    text-shadow:-1px 0px 3px #333;
    font-size:1.1em;
    margin:1.2em 0;
    color:white;
}

ul {

}

li {
    list-style:none;
    margin:0.6em;
}

a {
    color:inherit;
    text-decoration:none;
    border-bottom:2px solid rgba(255, 255, 255, 0.5);
    padding-bottom:0.2em;
}

a:hover {
    border-bottom:2px solid white;
}
