/******************************************/
/* Copyright © 2020 Coeus Computing,LLC. */
/*          All rights reserved           */
/*                                        */
/*      Author: Houston Oglethorpe        */
/******************************************/

@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

html {
    height:100%;
    font-family: "Times New Roman";
    font-size: 20px;   /* 12px  */
}

body {
    font-family: "Times New Roman";
    font-size: 20px;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	color: black;
}

#viewport {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
    background-image:-moz-linear-gradient(rgba(241, 210, 32, 0.452),#eee,rgb(126, 104, 10));
    background-image:-webkit-linear-gradient(rgba(241, 210, 32, 0.452),#eee,rgb(126, 104, 10));
    background-image:-ms-linear-gradient(rgba(241, 210, 32, 0.452),#eee,rgb(126, 104, 10));
    font-family: "Times New Roman";
    font-size: 18px;
	overflow: hidden;
}

img {
    max-width: 100%;
    max-height: 100%;
}

#dream {
	display: inline-block;
	left: 0vw;
	width: 98vw;
    height: 9vw;
    top:5px;
    z-index: 3;
}

#container0 {
	display: inline-block;
	width: 100%;
}
#house {
    position:absolute;
    width: 20vw;
    height: 15vw;
    left:100px;
    top:100px;
    z-index: 0;
}

#grad {
    position:absolute;
    width: 18vw;
    height: 16.5vw;
    left:160px;
    top:100px;
    z-index: 0;
}

#hearts {
    position:absolute;
    width: 18vw;
    height: 16.5vw;
    left:400px;
    top:50px;
    z-index: 0;
}

#container1 {
    display: block;
	width: 90%;
	text-align: center;
}
#heading {
	display: block;
    font-size: 1.5em;
	color: darkblue;
	text-align: center;
}

#explain1 {
	display: block;
    font-size: 1.2em;
}

#footer {
    display: block;
	text-align: center;
}

#footer #back {
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	border: 3px solid;
	border-color:goldenrod;
	border-radius:14px;
	text-decoration:none;
}
