h1{
	font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;	
	color:white;
	font-weight:normal;
	text-align:center;
}
.carousel{
	width:100%;
	height:200px;
	overflow:hidden;
}
#main{
	background-color:black;
	padding-bottom:20px;
}
.mySlides{
	width:600px;
}
#button{
	font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
	color:white;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:10px;
	background-color:#a57b4a;
	border:none;
	border-radius:3px;
	width:100px;
}
#button:hover{
	background-color: #eaa24d;
}
a{
	text-decoration:none;
}
#secondary{
	background:rgba(255,255,255,.75);
	padding:20px;
	font-size:.9em;
}
#secondary p{
	max-width:380px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
#welcome{
	font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
	font-size:2em;
	text-align:center;
}

@media only screen and (min-width: 600px) {
#main{
	padding-top:0px;
	max-height:350px;
	overflow:hidden;
}
.mySlides{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.carousel{
	height:350px;
}
#overlay{
	background:rgba(0,0,0,.7);
	width:50%;
	width:390px;
	padding:10px;
	position:relative;
	top:-300px;
	left:50px;
}
#button{
	margin-right:50px;
	margin-left:auto;
	position:relative;
	z-index:10000;
	top:-200px;
	text-align:center;
	padding:20px;
	background-color:black;
	border:none;
	border-radius:15px;
	width:200px;
	font-size:2.5em;
}
h1{
	text-align:left;
	margin:0;
	font-size:3em;
}
#inlay{
	background:rgba(0,0,0,.5);
	padding:30px;
	margin-left:auto;
	margin-right:auto;
	max-width:600px;
}
#secondary{
	border-top: 8px solid black;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:50px;
	padding-right:50px;
}
#secondary p{
	font-size:1.25em;
	max-width:1000px;
	margin-bottom:0px;
	color:#dddddd;
}
#secondary #welcome{
	font-size:2.5em;
	color:white;
	margin-top:10px;
}
}