/* CSS Document */

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #181818;
}

h1,h2,h3 {
	font-family: 'Caveat Brush', cursive;
}

h1 {
	font-size: 3.5em;
	color: #87a0d3;
}

h2 {
	font-size: 3em;
	color: #2ab45d;
}

h3 {
	font-size: 2em;
	color: #0099dd;
}

.lead {
	color: #0099dd;
}

.nav-item {
	padding: .5rem 1rem !important;
}

.nav-item.active {
	background-color: #0099dd;
	border-radius: 1em;
	color: #fff !important;
}

small {
	font-size: 60%;
}

#carouselClassroom {
	max-height: 400px;
	overflow: hidden;
}

.carouselVert {
	position: relative;
	bottom: 150px;
}
section {
	padding-top: 80px
}
