@font-face{
	font-family:AlexBrush;
	src:url(./images/AlexBrush-Regular.ttf);
}

#Mainbox{
	display:inline-block;
	/*height:23em;*/
	width:25em;
	margin-top:1em;
	margin-left:.65em;
	background-color:rgba(0,0,255,0.55);
	border:2px solid lightblue;
	border-radius: .65em;
}
#sidebar{
	display:inline-block;
	float:right;
	margin-top:3em;
	padding:0.1em;
	/*height:31em;*/
	width:17em;
	background-color:rgba(0,0,255,0.55);
	border:2px solid gold;
	border-radius: .65em;
}
#footer{
	display:block;
	position: relative;
	/*height:8.5em;*/
	width:25em;
	left:3em;
	margin-top:9em;
	background-color:rgba(0,0,255,0.55);
	border:2px solid lightblue;
	border-radius: .65em
}

html{
	background: url("./images/Kayleigh 0015.jpg") no-repeat center center fixed;
	background-size: cover;
	height:98%;
	width:98%;
}

body{
	height:98%;
	width:98%;
}

div p{
	display:inline-block;
	margin-left:2%;margin-right:1%;
	margin-top:0.4em;margin-bottom:0.4em;
	font-family:garamond;color:lightgray;
	max-width:auto;
}
h1{
	font-family:garamond;
	font-size:1.5em;
	color:white;
	text-align: center
}
h2{
	font-family:AlexBrush;
	/*font-style:underline;*/
	font-size:1.5em;
	color:gold;
	text-align: center	
}
h3{
	font-family:garamond;
	/*font-style:underline;*/
	margin-top:0.4em;margin-bottom:0.4em;
	font-size:1.25em;
	color:lightblue;
	text-align: center	
}

div ul{
	font-family:"times new roman";
	font-style: italic;
	font-size:1.2em;
	color:white;
}
