/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
 
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 600px;
  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: 48px;
  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("../images/familya.jpg");
}
section.module.parallax-2 {
  background-image: url("../images/2015a.jpg");
}
section.module.parallax-3 {
  background-image: url("../images/balancea.jpg");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 80px;
  }
}



body {
	font: 100%/1.4 Helvetica, sans-serif;
	background: #4E5869;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFFFFF;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h3, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}

h1{
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	color:#0065a4;
}
h2 {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	color:#0065a4;
}
h4{
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	color:#ffffff;
}
a img { 
	border: none;
}


a:link {
	color:#63a1c7;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#63a1c7;
}


.header {
	background: #ffffff;
}


.content {
	padding: 10px 0;
	
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


.footer {
	padding: 10px 0;
	background: #0065a4;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
	.green #slatenav{position:relative;display:block;height:42px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;}
.green #slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
.green #slatenav ul li{display:block;float:left;margin:0 1px 0 0;}
.green #slatenav ul li a{display:block;float:left;color:#4e493d;text-decoration:none;padding: 10px 32px 0 32px;height:28px;}
.green #slatenav ul li a:hover,.green #slatenav ul li a.current{color:#0065a4;height:28px;}
