@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Muli');
@import url('https://fonts.googleapis.com/css?family=Didact Gothic');


body { 
	/* background: #ececff; */
	background-image: url('img/subtle_white_mini_waves.png');
	font-family: "Harmonia Sans Std", HarmoniaSans, Harmonia, "Quicksand", "Muli", "Diadact Gothic", sans-serif;
}

h1 {
	font-weight: normal;
	font-size: 4em;
	margin-bottom: 0;
	margin-top: 5px;
}

h2 {
	color: #c16b15;
	font-size: 3em;
	font-weight: normal;
}

h3 { 
	margin-bottom: 0;
	color: #525e36;
}

a { cursor: pointer; }

p { line-height: 1.2em; }

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
th, td {
	border: 1px solid navy;
	color: navy;
	padding: 8px;
	line-height: 18px;
}
th {
	font-weight: bold;
	text-align: center;
}

.nav-bar {
	background-color: #ad632d;
	/* text-align: right; */
	padding-top: 3px;
	padding-left: 3px;
}
.nav-bar a {
	color: white;
	text-decoration: none;
	margin-right: 5px;
}

.slick-list { padding-bottom: 15px; }
.slider-pic {
	/* box-shadow: 8px 8px 15px #999; */
}
.top-slider { 
/* 	width: 80%; 
	margin-left: auto;
	margin-right: auto; */
	background: url('img/tickerbg.png');
	height: 230px;
}
.slider-pic {
	margin: 0 5px;
/* 	margin-left: auto;
	margin-right: auto; */
}

.columns {
	padding-top: 25px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#col1 {
	width: 55%;
	float: left;
	margin-right: 10px;
}
#col1 p { margin-top: 0; }
/* #col2 {
	width: 20%;
	float: left;
	margin-right: 10px;
} */
#col3 {
	width: 40%;
	float: left;
	margin-right: 10px;
}

.es-copy td {
	border: none;
	color: black;
	vertical-align: top;
}
.es-copy h3 { margin-top: 0; margin-bottom: 0.5em; }

#grade3icon {
	position: relative;
	/* margin-top: 50px; */
	/* margin-left: 30%; */
}
#midschicon {
	position: relative;
	/* margin-top: 200px; */
	/* margin-left: 30%; */
}

.uniticon {
/* 	border: 8px solid white;
	box-shadow: 7px 7px 15px #999;
	margin-bottom: 10px;
	margin-left: 71px;
	margin-top: -190px; */
}

.natural {
	width: auto;
	height: auto;
}

.title {
	font-size: 1.2em;
}

.makespace {
/* 	background: #ececff; */
	height: 200px;
}

.footer::before {
	content: url('img/by-nc-sm.png');
	float: left;
	margin-top: -9px;
	width: 145px;
}
.footer::after {
	content: url('img/ourlogo.png');
	float: right;
	margin-top: -27px;
}
.footer {
	height: 71px;
	/* text-align: center; */
	/* background-color: #ececff; */ 
	/* color: navy; */
	/* font-family: Ek Mukta, sans-serif; */
	font-size: 10pt;
	line-height: 1.5em;
	padding-top: 9px;
/* 	padding-bottom: 5px; */
	/* border: 1px solid navy; */
	/* border-top: none; */
}

.social {
	text-align: center;
	font-family: Ek Mukta, sans-serif;
	font-size: 10px;
	color: gray;
	width: 100%;
	padding-top: 12px;
}
.social img {
	height: 25px;
	width: 25px;
}
