body {
	background: #E2EAF3;
  font-family: 'Montserrat';
	overflow-x: hidden;
	margin: 0 auto;
	max-width: 800px;
	position: relative;
}

a {color: #36bcff}
a:focus, a:hover, a:active {
	color: #a6e1ff;
	text-decoration: none;
}

#activitiy-title {
	background: #FE8B0C;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 3px solid #fff;
	margin: 0;
	padding: 5px 0;
}
h1, h2 {
	color: #fff;
	font-family: 'Lobster', cursive;
	font-size: 3em;
	transform: rotate(-4deg);
	text-align: center;
	text-shadow: 2px 2px 6px #3B4B76;
	width: 100%
}
h2 {
	font-size: 2em;
	transform: rotate(0);
}
h3 {
	color: #28457B;
	font-size: 1.2em;
	margin-top: 15px;
}
#logo-sm {
	position: absolute;
	top: 85px;
	left: 2%;
	height: auto;
	width: 30%;
	max-width: 120px;
		z-index: 100;
}
#logo-sm img {
	height: auto;
	width: 100%;
	opacity: .8;
}
#activityCarousel {border-bottom: 3px solid #fff;}
.carousel-inner {max-height: 380px}
.carousel-control-prev, .carousel-control-next {width:10% !important}
#activity-text {padding: 10px 20px}
#activity-text p {
	font-size: .85rem;
	padding: 0;
}
#activity-text ul {
	font-size: .85rem;
	padding: 0 5%;
}
#activity-text ul li {margin-bottom: 3px}
#activity-text p strong {
	display: block;
	font-family: 'Lobster', cursive;
	font-size: 1.6em;
	text-align: center !important;
	color: #034E69;
}

#statForm, .sent {
	background: rgba(255,255,255,.7);
	border: 1px solid #00408B;
	border-radius: 5px;
	margin: 30px auto;
	padding: 20px;
}
.sent {
	
}
.pointer {cursor: pointer}