body {
    background-color:#2c3e50;
}
.fade {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 0;
    transition: opacity 2000ms ease-in-out;
}
main {
    max-width: 1200px;
    width:100%;
    margin:0 auto;
    padding:0 25px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%);
    box-sizing: border-box;
    z-index: 1;
}

.hidden {   opacity:0;   }

main h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 48px;
    color:#fff;
    margin:0;
}
main hr {
    opacity: 0.1;
    margin:0 0 10px 0;
    border:none;
    border-bottom: 1px solid #fff;
}
main p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color:#fff;
    margin:0;
    font-size: 14px;
    min-width:320px;
    max-width: 600px;
}
