@charset "utf-8";
/* CSS Document */
.container {
	width: 68%;
}
.navbar-brand {
	font-size: 1.7em
}
body {
	background-color:
		#FDFDFD;
		font-family: 'cabin', sans-serif;
}
h2 {
	font-family: 'Libre-Baskerville', serif;
	font-size:2.8em
	
}
p {
	font-family: 'cabin', sans-serif;
	font-size:1.3em
}
li {
	font-size:1.3em
} 
td {
	font-family: 'cabin', sans-serif;
	font-size:1.3em
}
.highlights {
	background-color:#EEEEEE
}
.carousel-item {
	width:100%;
}
.carousel-control-next,
.carousel-control-prev{
	background-color:rgba(0,0,0,0.4);
	width: 6vw
}
ul.no-bullets {
	list-style-type: none;
	padding: 0;
	margin:0;
}
@media only screen and (max-width: 800px){
	h2 {
		font-size: 1.8em
	}
	p {
		font-size: 1em
	}
	li {
		font-size: 1em
	}
	td {
		font-size: 1em
	}
	.container {
	width: auto;
}
	.carousel-control-next,
.carousel-control-prev{
	width: 7vw
}
}
