html, body{
	height:100%;
	min-height:100%;
}

p, h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
}

p{
	font-size:14px;
}

.wrapper{
	width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

#logo{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 200px;
    color: #333;
    width: 350px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    cursor: pointer;
}

