@import url('https://fonts.googleapis.com/css?family=Damion');
@import url('https://fonts.googleapis.com/css?family=Lora');
body, html {
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
}

h1, p, a {
	font-family: 'Lora', serif;
}
p {
	clear: both;
	line-height: 26px;
	text-align:justify;
  }
section {
	padding: 80px 0 0 0;
}
 .grey {
 	background-color: #f5f5f5;
 }
.parallax-header {
	position: relative;
    background-image: url('../images/header-bg.jpg');
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-2 {
	position: relative;
    background-image: url('../images/bg-2.jpg');
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-3 {
	position: relative;
    background-image: url('../images/bg-3.jpg');
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1024px) {
    .parallax-header, .parallax-2, .parallax-3 {
        background-attachment: scroll;
    }
}
.header-content, .content-2, .content-3 {
	max-width:1200px;
	margin: 0 auto;
	text-align: center;
}
	.header-content {
		padding-top: 20%;
	}
		.header-content p {
			text-align: center;
		}
	.content-2 {
		padding-top: 60px;
		min-height: 250px;
	}
	.content-3 {
		padding-top: 80px;
	}
		.content-3 p {
			font-size: 18px;
			color: #fff;
			font-style:italic;
			text-align: center;
		}
	.header-content h1 {
		font-size: 42px;
		color: #fff;
	}
	.content-2 h1 {
		font-size: 34px;
		color: #fff;
	}
	.header-content p {
		font-size: 16px;
		color: #fff;
	}
	.button-link {
		  font-weight: 400;
		  font-style: normal;
		  color: #ffffff;
		  background-color: transparent;
		  border-color: #fff;
		  border: 1px solid;
		  position: relative;
		  text-align: center;
		  z-index: 1;
		  transition: all .3s;
		  line-height: 1;
		  padding: 16px;
		  border-radius: 3px;
		  min-width: 160px;
		  display:inline-block;
		  text-decoration: none;
		  margin: 20px 15px;
	}
	.button-link:hover {
		background-color: #fff;
		color: #000;
		border-color: #fff;
	}
		.btnwhite {
			background-color: #fff;
			color: #000;
			border-color: #fff;
		}
		.btnwhite:hover {
			background-color: #f34218;
			color: white;
			border-color: #f34218;
		}
		.btnorange {
			background-color: #fe562e;
			color: #fff;
			border-color: #fe562e;
			float: left;
		}
		.btnorange:hover {
			background-color: #fff;
			color: #000;
			border-color: #fff;
		}
	
	.content {
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
		padding-bottom:50px;
	}
	.content::after {
	    content: "";
	    clear: both;
	    display: table;
	}
		.content h1 {
			font-size: 42px;
			color: #252525;
		}
		.content p {
			font-family: Tahoma;
			color: #6b7985;
			font-size: 14px;
			vertical-align: top;
		}
			.block-1 p:last-child {
				text-align: center;
			}
		.sep {
			display: inline-block;
			max-width: 500px;
			clear:none;
			text-align: justify;
			padding: 0 20px;
		}
		.imgleft {
			float: left;
			display: block;
			margin: 20px 50px 20px 0;
			max-width: 100%;
		}
		.textright {
			float: left;
			margin-left:10px;
			max-width: 650px;
		}
			.textright p {
				text-align: justify;
			}
		.imgright {
			float: right;
			display: block;
			margin: 20px 0 20px 50px;
			max-width: 100%;
		}
		.textleft {
			float: left;
			margin-right:10px;
			max-width: 700px;
		}
			.textleft p {
				text-align: justify;
			}
				p strong {
					font-size: 22px;
					color: #fe562e;
					font-weight: normal;
				}
		.video-container {
		    position: relative;
		    padding-bottom: 56.25%;
		    padding-top: 35px;
		    height: 0;
		    overflow: hidden;
		    
		}
			.video-container iframe {
			    position: absolute;
			    top:0;
			    left: 0;
			    width: 100%;
			    height: 100%;
			}
		footer {
			background-color: #333333;
			padding: 50px 0;
		}
			footer h2 {
				font-family: 'Damion', cursive;
				font-size: 40px;
				color: #fff;
				font-weight: normal;
				padding-bottom: 0;
				margin-bottom: 0;
			}
			footer a {
				color: #fff;
				display: inline-block;
				margin: 0 10px;
			}
			footer p {
				text-align: center;
			}
@media only screen and (max-width: 1200px) {
	/*.parallax-header {
		height: 80%;
	}*/
    .imgleft {
        float:none;
        display:inline;
        margin: 20px 0 20px 0;
    }
    .textright {
    	float: none;
    	max-width: 100%;
    }
	    .textright p {
	    	text-align: center;
	    }
    .imgright {
        float:none;
        display:inline;
        margin: 20px 0 20px 0;
    }
    .textleft {
    	float: none;
    	max-width: 100%;
    }
	    .textleft p {
	    	text-align: center;
	    }
	.btnorange {
		float: none;
		display: block;
	}		
}
@media only screen and (max-width: 700px) {
	/*.parallax-header {
		height: 60%;
	}*/
	.content-3 {
		padding-top: 60px;
	}
	.content h1 {
		font-size: 36px;
	}
}
@media only screen and (max-width: 480px) {
	/*.parallax-header {
		height: 50%;
	}*/
	.content-3 {
		padding-top: 10px;
	}
}