body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.heads {
	margin: 0 auto;
}
.headimg {
	max-width: 1110px;
	margin-left: 40px;
	margin-right: auto;
}
.headbook {
	max-height: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.greet-text {
	margin-left: 2%;
	color: #215B94;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: x-large;
}

.float-container {
	margin-left: 2%;
	margin-right: 2%;
}
.floatbox {
	display:inline-block;
    position: relative;
    margin: 5px;
    float:left;
    width: calc(25% - 10px);
 	box-sizing: border-box;
	}

.boxdiv {
	background-color: #e2eef8;
	color: #215B94;
	padding: 5%;
 	box-sizing: border-box;
	height: 300px;
	text-align: center;
	}
.boxdiv2 {
	background-color: #40bf80;
	color: #215B94;
	padding: 10%;
 	box-sizing: border-box;
	height: 350px;
	text-align: center;
	}

.boxheading {
		background-color: #215B94;
		color: white;
		text-align: center;
		padding: 3%;
		margin-bottom: 0px;
		height: 40px;
	}
.boximg {
	display: block;
	height: 60%;
	margin: auto;
	max-width: 80px;
}

li {
	list-style-type: none;
}

	
