@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Spectral+SC');


h1 p h2 {
  font-family: 'Spectral SC', serif;
}

hr {
  border: 0;
  border-top: 1px solid #86818173;
  margin: 20px 0;
}
}
.header  {
 background-image: url('../images/the_beach.jpg');
 background-size: cover;
 width: 100%;
 height: 800px;
 background-position: center center;
 background-repeat: no-repeat;
 background-attachment:fixed;
}

.section-two {
  width: 100%;
  height: 1200px;
}

.section-four {
	width: 100%;
  height: 200px;
  border: 1px solid #7ab1de;

}
.wra
.foot-text {
  width: 400px;
}

.small-img {
  width: 300px;
  height: 300px;

}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	text-align: center;
   background-position: center center;
}
/*
 COLUMN SETUP*/
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;

}
.group {
   background-position: center center;
}
.col:first-child { margin-left: 0; }

}
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 930px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.text-container {
    text-align: center;
}

.small-text-container {
  width: 300px;
  text-align: center;
  margin-left: 25%;
}

.second-home-image {
background-image: url('../images/bar.jpg');
background-size: cover;
width: 100%;
height: 800px;
background-position: center center;
background-repeat: no-repeat;
background-attachment:fixed;
}


/*  COLUMN SETUP  */
.col- {
	display: block;
	float:left;
	margin: 1% 0 1% 15%;
}
.col-:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 42.5%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col- {
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

.contact-image {
background-image: url('../images/contact.jpg');
background-size: cover;
width: 100%;
height: 800px;
background-position: center center;
background-repeat: no-repeat;
background-attachment:fixed;
}

.container {
  /*border: 1px solid black;*/
  width: 70%;
  margin-left: 15%;
  height: 900px;
  text-align: center;
}

button {
width: 100px;
height: 50px;
background: #7ab1de;
-webkit-transition: width 2s;
transition: width 2s;
font-family: 'Merriweather', serif;
}

button:hover {
width: 300px;
}

#map_canvas {
  width: 100%;
  height: 100%;
}


form {
  /* Just to center the form on the page */
  margin: 0 auto;

  /* To see the outline of the form */
  padding: 1em;

  border-radius: 1em;
}

form div + div {
  margin-top: 1em;
}

label {

  display: inline-block;
  width: 90px;
  text-align: left;
}

input, textarea {

  font: 1em sans-serif;


  width: 300px;
  box-sizing: border-box;


  border: 1px solid #999;
}

input:focus, textarea:focus {

  border-color: #000;
}

textarea {

  vertical-align: top;


  height: 5em;
}

.button {

  padding-left: 90px;
}

button {
  margin-left: .5em;
}



.half {
  float: left;
  width: 70%;
  margin-bottom: 1em;
}

.right {
  width: 50%;
}

.left {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.slider {
  background-image: url('../images/los-angeles.jpg');
  background-size: cover;
  width: 100%;
  height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment:fixed;

}
.about-two {
  width: 100%;
  height: 800px;
}
.about-three {
  width: 100%;
  height: 200px;
}
