@charset "utf-8";
/* CSS Document */

body{
	background-image: url("_images/jacob-michelle-background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
  	background-position: center;
	background-color: #f4f8fb;
	background-size: 100%;
		margin: 0px;
	padding: 0px;
}
.content-box{
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 600px;
	width: 100%;

}

.logo-box{
	margin-left: auto;
	margin-right: auto;
	width:300px;
}

.big-button a{
color: #FFFFFF;
background-color: #174A5F;
padding: 5px;
display: block;
border-radius: 8px;
height: 40px;
max-width: 260px;
font: 24;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-weight: 100;
text-align: center;
box-shadow: 3px 7px 13px #0B2C35;
line-height: 40px;
text-decoration: none;
text-transform: lowercase;
margin: 10px auto;
opacity: 0.90;


}
.big-button a:hover{
box-shadow: 3px 7px 9px #041F28;
font-weight: 800;
opacity: 0.95;
}

.spacer-30{
	width: 100%;
	height: 30px;
}

.spacer-30-blue{
	width: 100%;
	height: 30px;
	background-color: #174A5F;
}

.ss_Slides {
	display: none;
	width: 100%;
	max-height: 600px;
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 25px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	background-color: rgba(40,40,40,0.50)
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	background-color: #404040;
}

.ss_text {
	

}

.ss_numbertext {
	
}

.dot {
	cursor:pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: rgba(255,255,255,0.75);
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
	
}
.dot_container{
	z-index: +1;
	text-align: center;
	bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 45%;
}

.active, .dot:hover {
	background-color: rgba(80,136,77,.75);
}

.slideshow-container {
	position: relative;

	clear: both;
	overflow: hidden;
	width: 100%;
	
}