/* ============================================================
  SECTIONS
============================================================ */
div{
text-align:center;
}
.module {
	border-top: 10px solid #cecaa0;
	border-bottom: 10px solid #cecaa0;
}

.example-image{
	margin: 18px 0 18px 0;
}

.map{
	margin:0 0 0 0;
}

p{
	font-family: "roboto", serif;
	font-weight: 300;
}

.team{
	width:33.33%;
	float:left;
	padding:0 36px 0 36px;
}
.team p{
	text-align:center;
	font-size:16px;
	margin-bottom:12px !important;
}
.team h3{
	margin: 24px 0 0px 0;
	padding:0;
	text-align:center;
}
.iteam{
	max-width:90%;
	border-radius: 2000px;
	padding:15px;
	border:1px solid #a6a37f;
	background-color:#cecaa0;
	margin-top:12px;
}

section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 24px;
  margin-top: 36px;
  font-family: "roboto", serif;
  font-size: 30px;
  font-weight: 300;
  text-align:center;
}


section.module p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  text-align:left;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 0px 0;
}
section.module.parallax {
  height: 700px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("../img/demo/_small/1.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/demo/_small/2.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/demo/_small/3.jpg");
}
section.module.parallax-4 {
  background-image: url("../img/demo/_small/4.jpg");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 18px;
  }
  section.module.parallax h1 {
    font-size: 36px;
  }
  .mid{
	width:100%;
	float:none;
	padding:0 24px 0 0;
}
.team p{
	font-size:14px !important;
}
section.module h3 {
  margin-bottom: 12px;
  font-family: "roboto", serif;
  font-size: 24px;
  font-weight: 300;
} 
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 48px;
  }
  .mid{
	width:50%;
	float:left;
	padding:0 36px 0 0;
}
.team p{
	font-size:16px !important;
}
section.module h3 {
  margin-bottom: 42px;
  font-family: "roboto", serif;
  font-size: 28px;
  font-weight: 300;
} 
}
