@charset "utf-8";
/* CSS Document */
nav {
	float: right;
	padding-right: 20px;
}

body {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family: arial;
	padding-top: 120px;
	height: 200px;
}

nav ul li {
	list-style-type: none;
	padding-left: 20px;
	text-align: right;
}

nav ul li a {
	text-decoration: none;
	color: #E77342;
}

.hero-box {
	height: 300px;
	background-color: #E8FDFB;
	background-image: url(images/bookshelf4.png);
	background-size: cover;
}


h1 {
	font-size: 55px;
	color: #E77342;
	font-weight: 100;
	padding-top: 60px;
	padding-left: 0px;
			
}

.col img {
	width: 100%;
	height: auto;
	display: block;
}

.col {
	width=32%;
	float: left;
	margin: 1%;
}

.box {
	column-width: 32%;
column align-content: left;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 40px;
	margin: 0px;
	border: thin; black;
	text-align: left
	
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*TABLET*/
@media (max-width:768px) {
	h1 {
		font-size: 40px;
		text-align: center;
		padding-left: 0px;
	}
	.col {
		width: 48%;
	}
}

/*MOBILE*/
@media (max-width:400px) {
	h1 {
		font-size: 28px;
		text-align: center;
		padding-left: 0px;

	}
	.col {
		width: 98%;
	}
	.hidden-xs {
		display: none;
	}
}

.button {
	background-color: #EAE9F5;
	border: none;
	text-color: #E77342;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	text-align: center;
	text-decoration: underline;
	display: inline-block;
	font-size: 16px;
}
