/* CCS */
/* Notes: Sky color: 89b3ff */


body {
	background: #D0E4F5;
}

#top {

    background-image: url(images/Grass_Block.png), url(images/Dirt_Block.png);
    background-size: 160px 160px, 160px 160px;
    background-position: 0px 60px, 0px 220px;
    background-repeat: repeat-x, repeat-x;
    height: 260px;
	text-align: center;
}

#middle {
	padding-top: 220px;
    background-image: url(images/Dirt_Block.png);
    background-size: 160px 160px;
    background-position: 0px 220px;
    background-repeat: repeat;
    height: 100vh;
	text-align: center;
}

#bottom {

    background-image: url(images/Stone_Block.png);
    background-size: 160px 160px;
    /*background-position: 0px 60px, 0px 220px;*/
    background-repeat: repeat-x;
    height: 160px;
	text-align: center;
}

#FondlyRemembered {
	width: 90%;
	margin-top: 85px;
	filter: drop-shadow(13px 13px 5px #333333);
	-webkit-filter: drop-shadow(13px 13px 5px #333333);
    
}
#Logo {
	width: 80%;
	filter: drop-shadow(13px 13px 5px #333333);
	-webkit-filter: drop-shadow(13px 13px 5px #333333);
    
}