#container {
height: 1000px;
width: 85%;
margin-left: auto;
margin-right: auto;
background-color: darkblue;
border-radius: 100px;
}
/*holds all of my div tags and other things*/
div {
border-radius: 10px;
font-size: 25px;
}
/*adds a boeder for all of my dvi tags*/
p {
	color: powderblue;
}
#header {
height: 100px;
width: 70%;
float: left;
clear: both;
margin-left: 15%;
background-color: #357d9f;
color: #88FE0C;
/*text color hex */
}

.textblock {
height: 403px;
width: 70%;
float: left;
clear: both;
margin-left: 15%;
background-color: #122d36;  
color: #699dcd;
/*text color midnight blue hex */
}

#text {
padding-left: 20px;
padding-right: 20px;
font-size: 25px;
}

.links {
color: #699dcd;
}
.fixedfooter {
height: 225px;
width: 70%;
float: left;
clear: both;
margin-top: 500px;
margin-left: 6.9%;
/*margin-right: 20%;*/
background-color: #93c5db ;
color: white;
position: fixed;

/*text color hex */
}

.menus {
background-color: #44a3c1;
color: #000000;
padding-top: 5px;
text-align: center;
height:40px;	
width: 17%;
float: left;
padding: 10px;
margin: 2.5%;
font-family: 'Bree Serif', serif;
font-size: 20pt;
/* no clar property */
}

.menus:hover {
	color: #44a3c1;
	/*color of text*/
	background-color: #000000;
	/*color of background when you hover over the menu*/
}

body {
	background-color:#71d0ce;
}

#balltriangle {
float: left;
margin: 5%;
}
/*image of */
#sevenballs {
float: right;
margin: 5%;
}
