﻿
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:1.5;
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
}

/* global*/
.container{
	width:80%;
	margin:auto;
	overflow:hidden;
}
ul{
	margin:0;
	padding:0;
	
}
.button_1{
	height:100px;
	background-image:linear-gradient(#Ca8533, #f1dede);
	border:none;
	padding-left:20px;
	padding-right:20px;
	color:black;
	font-weight:bold;
	font-size:20px;
	border-radius:50px;
	
}
.button_2 {
	background-color:#4D4D4D
	border:none;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	color:FFFDF0;
	font-weight:50px;
	font-size:20px;
	border-radius:5px;
	width:300px;
	box-shadow:0px 2px 0px 2px #A8C8C3;
	
}
.button_3{
	background-color:#878787
	border:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	color:white;
	font-weight:50px;
	font-size:30px;
	border-radius:6px;
	box-shadow: 0px 2px 0 2px #546681;
	width:175px;
		
}

.dark{
	padding:15px;
	background:#CA8533
	color:white;
}
#H-line hr{
	width:45%;
	text-align:center;
}
#H-line p{
	text-align:left;
	padding-left:70px;
}
/* header **/
header{
	background-color:#FCFBFA;
		color:#4D4D4D;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: 5px solid #524D73;
}
header a {
	color:#ACACAC;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px		
}
header li{
	float:left;
	display:inline;
	padding: 0 20px 0 20px;
}
header #branding{
	float:left;
}
header #branding {
	margin:0px;
}
header img{
	width:25px;
}

header nav{
	margin:10px;
	float:right;
	
}
header .say{
	font-size:16px;
}

header .highlight, header .current a {
	color:#524D73;
	font-weight:bold;
}
header a:hover {
	color:#4D4D4D;
	font-weight:bold;
}



/* showcase */
#showcase{
	min-height:400px;	
	background-image:url('../Images/Galvestonview.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center;
	color:White;
}	
#showcase h1{
	margin-top:50px;
	font-size:40px;
	margin-bottom:10px;
}
#showcase p{
	font-size:20px;
}

#showcases {
	min-height:400px;
	background:url('img/symp.jpg');
	background-repeat:no-repeat; 
	background-position:-75px -350px;
	text-align:left;
	color:black;
}
#showcases h1{
	margin-top:50px;
	font-size:30px;
	margin-bottom:10px;
}
#showcases p {
	font-size:15px;
}
#showcases h2{
	font-size:18px;
	font-weight:normal;
	
}


/* newsletter */
#newsletter {
	padding:5px;
	color:#ffffff;
	background:#524D73;
}
#newsletter h1{
	padding-left:15%;
	padding-right:15%
}
#newsletter form{
	float:right;
	margin-top:5px;
}
#newsletter input[type="email"]{
padding:4px;
height:25px;
width:250px;
}
#newsletter p{
	float:right;
	margin-top:35px;
}

/* boxes */
#boxes{
	margin-top:20px;
}
#boxes .box{
	float:left;
	width:40%;	
	padding:10px;
	text-align:center;
}
#boxes .box img{
	width:150px;
	
	
}
#boxes .box2{
	float:left;
	width:30%;
	padding:10px;
	text-align:left
}
.box3 img{
	width:80px;
}

#boxes h1{
	text-align:center;
	font-weight:bolder;
	font-size:40px;
	
}
#boxes h2{
	text-align:center;
	font-weight:normal;
	font-size:25px;
	margin-top:-40px;
}
iframe {
	border:0px;
	}
#Hlocation {
	margin-top:20px;
	background-color:#524D73;
		
}
#Hlocation .box3{
	float:left;
	width:30%;
	padding:10px;
	text-align:center;
	color:white;
	
}
#map {
padding: 0px;
}
.imgdoc{
	width:150px;
	padding-left:0px;
	padding-right:10px;
	float:left;	
}
#quote p{
	text-align:center;
	padding-left:20%;
	padding-right:20%;
	float:center;
}
#quote img{
padding-left:43%;
}

/* sidebar*/
aside#sidebar {
	float:right;
	width:30%;
	margin-top:10px;
	padding:inherit;
}
aside#sidebar .quote imput,aside#sidebar .quote textarea{
	width:90%;
	padding:5px;
	text-align:center;
}
.sidebarpic img{
	width:90%;
	padding:5px;
	
}

#H-line li{
	text-align:center;
	display:block;
}
#H-line h1{
	font-size:15px;
}
#H-line p{
	font-size:15px;
	margin-top:-15px;
	font-weight:normal;
}
.day p{
	display:inline-block;
	
}
.times p{
	display:inline-block;
	
}

/*slideshow*/
.slider {
width:500px;
overflow:hidden;
margin:0 auto;

}
.slides {
	width: calc(500px * 6);
	animation: glisse 10s infinite;
}
.slide {
	float:left;
	}
.slide img{
	width:500px;
}
@keyframes glisse{
	0%
	{
		transform: translateX(0);
	}
	16%
	{
		transform: translateX(0);
	}
	32%
	{
		transform: translateX(-500px);
	}
	45%
	{
		transform: translateX(-500px);
	}
	61%
	{
		transform: translateX(-1000px);
	}
	77%
	{
		transform: translateX(-1000px);
	}
	93%
	{
		transform: translateX(-1500px);
	}
	100%
	{
		transform: translateX(-1500px);
	}
	100%
	{
		transform: translateX(0);
	}


}

/*main-col*/
article#main-col{
	float:left;
	width:65%;

}
/*type*/
.type{
	animation:type 8s steps(35);
	overflow:hidden;
	white-space:nowrap;
	border-right:2px solid white;
	position:relative;
	margin:0 auto;
	width:35ch;
}
@keyframes type{
	0%{
	width:0ch;
	}
	100%{
	width:35ch;
	}
}


/*services*/
ul#services li{
	list-style:none;
	padding:20px;
	border:#cccccc solid 1px;
	margin-bottom:5px;
	background:#e6e6e6;
}

footer{
	padding:20px;
	margin-top:0px;
	color:white;
	background-color:#524D73;
	text-align:center;
}

/*media queries*/
	@media(max-width:768px){
	header #branding,
	header nav,
	header nav li,
	#newsletter h1,
	#newsletter form,
	#boxes .box,
	#boxes .box2,
	#Hlocation .box3,
	article#main-col,
	aside#sidebar,
	.type{
		float:left;
		text-align:center;
		width:100%;
}
	header{
	padding-bottom:20px;
}
	#showcase h1{
	margin-top:100px;
}
	#newsletter button, .quote button{
	display:block;
	width:100%;
}
	#newsletter form, input[type="email"], .quote input, .quote textarea{
	width:100%;
	margin-bottom:5px;
}
	#newsletter p{
	margin-top:0px;
}
}
























