#container {
background-color: rgb(255, 255, 255);
width: 100%;
}

body{
background-color: white;
margin: 0px;
padding: 0px;
}


.iconbox {
	width: 28%;
	height: 40vh;
	background-color: black;
	margin-left: 4vw;
	margin-top: 50px;
	position: relative;
	float: left;
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	transition: transform .2s;


}



.iconbox:hover {
	transform: scale(1.1);
	opacity: 80%;
}


.iconbox img{
	width: 100%;
	height: 100%;
	float: right;
	opacity: 50%;


}

.txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }


.smliconbox {
	width: 300px;
	height: 300px;
	background-color: black;
	margin-left: 7vw;
	margin-top: 50px;
	position: relative;
	color: white;
	font-size: 30px;
	font-weight: bold;
	float: left;
	text-align: center;
	transition: transform .2s;


}

.smliconbox img{
	width: 100%;
	height: 100%;
	float: right;

}


.hometitlebar {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-align: center;
	height: 200px;
	margin bottom: 30px;
	width: 100%;
	float: left;
	clear: both;
	font-size: 100pt;
	transition: transform: .2s;
	}
	



.menutitlebar {
background-color: rgb(188, 2, 2);
color: rgb(255, 255, 255);
font-weight: bold;
text-align: center;
height: 150px;
margin bottom: 30px;
width: 100%;
float: left;
clear: both;
font-size: 70pt;
transition: transform: .2s;
}





.titleimg {
width:3%;
float: left;	
margin-top: 20px;	
margin-left: 60px;	
margin-right: 20px;
}


.menubar {
background-color: black;
height: 70px;
margin bottom: 40px;
width: 100%;
float: left;


}


.Bigbox {
width: 100%;
height: 900px;
float: left;
background-size: 100%;
font-size: 30px;
color: black;
text-indent: 5px;

}


.imgbox {
	width: 500px;
	height: 600px;
	float: left;
	background-color: black;
	margin-top: 10px;
	margin-left: 10px;
}

.txtbox {
	width: 100%;
	float: left;
	background-color: white;
	margin-top: 50px;
	margin-left: 10px;
	text-indent: 0%;

}


.txtbox2 {
	width: 100%;
	float: left;
	background-color: white;
	margin-top: 50px;
	margin-left: 10px;
	text-indent: 0%;
	text-align: center;

}



.header {
	font-weight: bold;
}


.welcomebox {
font-weight: bold;
width: 100%;
text-align: center;
font-size: 40pt;
margin-top: 150pt;
float: left;
background-color: yellow;
}




.menubox{
background-color: rgb(0, 0, 0);
height: 30pt;
width: 8%;
float: left;
font-size: 30px;
cursor: pointer;
text-align: center;
margin-left: 5vw;
margin-top: 30px;
position: relative;
transition: transform: .2s;
}

.menubox:hover {
	opacity: 80%;
}


.spfloat {
float: right;
margin-right: 40px;
/*comes after the other rules, so it should force right to superceed left*/
}



a{
color: white;
font-size: 20px;
text-align: center;
text-decoration: none;
}


