/*********************************** home ***********************************/

#bannercont {
	text-align: center; 
	margin:0 auto; 
	max-width: 900px;
}

#homebanner h1 {
	font-size: 2.25em; 
	font-weight:bold; 
	margin-bottom: 0; 
	color: yellow;
}

#homebanner p:nth-of-type(1) {
	color: white; 
	font-size: 1.75em;
	margin-top: 10px;
}

#homebanner p:nth-of-type(2) {
	color: white; 
	font-size: 1.25em; 
}

#homebannerbut {
	text-align: center; 
	margin:0 auto; 
	width: 300px; 
	margin-bottom: 40px; 
	margin-top: 30px;
}

.box2left {
	float: left; 
	width: 40%; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left:2%; 
}

.box2right {
	float: left; 
	width: 40%; 
	margin-top: 0; 
	margin-left:10%; 
}

.wordtalkicon {margin-top: 20px;}

.wordtalkicon img {float: left; margin-right: 15px; margin-bottom: 30px;}

.wordtalkicon p {margin: 0;}

.wordtalkicon h3 {margin: 0;}

#download {
	list-style-type:none; 
	font-size:1.25em; 
	margin-bottom: 75px; 
	margin-top: 50px;
}

#download li:nth-child(2) {
	margin-top: 50px;
}

#download img {
	float: left; 
	margin-right: 10px; 
	width: 50px;
}

@media only screen and (max-width : 767px) {

.box2left { 
	width: 100%; 
	margin: 0;
}

.box2right {
	width: 100%; 
	margin-top: 0; 
	margin-left:0; 
}

#homebannerbut {
	width: 400px; 
	max-width: 80%;
}

}

/*********************************** home ***********************************/
