/******************************************/
/* 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: 18px;   /* 12px  */
}

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

#viewport {
	position: relative;
	display: block;
	width: 100%;
/*
    background-image:-moz-linear-gradient(rgba(241, 210, 32, 0.452),#eee,rgb(186, 154, 15));
    background-image:-webkit-linear-gradient(rgba(241, 210, 32, 0.452),#eee,rgb(186, 154, 15));
    background-image:-ms-linear-gradient(rgba(241, 210, 32, 0.452),#eee,rgb(186, 154, 15);
*/
	background-color: white;
    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: 30px;
	color: darkblue;
	text-align: center;
}

#explain1 {
	display: block;
    font-size: 16px;
}
#divtable {
	width: 80vw;
	text-align: left;
}
/*
	margin-left: auto;
	margin-right: auto;
*/
#sched {
	display: block;
	text-align: right;
    font-size: .8em;
}

#explain2 {
	display: block;
    font-size: 16px;
}
#footer {
    display: block;
	text-align: center;
}

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