#title {
	font-size: 30px;
	margin-bottom: 25px;
}

#text {
	margin-bottom: 25px;
}

#slideshow {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

.slide {
	display: none;
}

#slideshow img {
	width: 100%;
	vertical-align: middle;
}

#slideshow_dots {
	text-align: center;
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dot:hover, .active {
	background-color: #717171;
}

h3 {
	margin-bottom: 10px; 
}

#text p {
	padding-left: 30px;
}
