/* CSS Document */

html, body {
    height: 100%;
}
#splash {
    display: block;
    position: absolute;
	top: 0;
    left: 0;
}

#splash h1 {
    padding-left: 20px;
}
#splash h2 {
	margin-top: -0.5em;
	padding-bottom: 1em;
    padding-left: 20px;
    
}

#info{
    display: block;
    position: absolute;
	bottom: 0;
    left: 0;
    padding: 0.4em 0.7em 0.4em 20px;
    border-radius: 0 0 0 0;
    background: linear-gradient( to right, rgba(162,90,45,1), rgba(200,150,106,0.95), rgba(200,155,106,0));
    color: white;
    font-size: 1.1em;
    font-weight: 300;
}