/*************** RESET ***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

/*************** BODY ***************/
html,
body {
	overflow: hidden;
}

html,
body,
section.wrap,
section.wrap article {
	width: 100%;
	height: 100%;
}

section.wrap {
	position: absolute;
	top: 0;
	overflow-x: hidden;
	overflow-y: auto;
	
	min-width: 1014px;
	
	-webkit-font-smoothing: antialiased;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

section.wrap article {
	font-size: 18px;
	color: #fff;
	font-family: 'Nunito';
	font-weight: 400;
	font-size: 22px;
	
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.content-block {
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1440px;
	
	top: 180px;
	position: relative;
	vertical-align: middle;
}

h2 {
	font-size: 46px;
	font-weight: 700;
	text-transform: uppercase;
}

.arrow {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	bottom: 2em;
}

.arrow h4 {
	margin-bottom: 1em;
	font-size: 20px;
	text-transform: uppercase;
}

.arrow img {
	width: 100%;
	max-width: 24px;
	height: auto;
}

/** INTRO **/
.intro {
	text-align: center;
	background-image: url(../images/intro-bg.jpg);
	background-color: #1b5faa;
}

.intro .content-block {
	top: 36%;
}

.intro .content-block img {
	width: 60%;
	max-width: 597px;
	min-width: 440px;
	height: auto;
}


/** ABOUT **/
.about {
	background-image: url(../images/about-bg.jpg);
	background-color: #fdbf31;
	min-height: 1000px;
}

.about p {
	max-width: 760px;
	padding-top: 1em;
	font-size: 22px;
	line-height: 1.6;
}

.about .services {
	margin: 1.4em 0 1em;
	font-size: 28px;
	font-weight: 700;
}

.about .services li {
	padding: 0.4em 0;
}


/** PACKAGES **/
.packages {
	background-image: url(../images/packages-bg.jpg);
	background-color: #ff7824;
	min-height: 800px;
}

.packages p {
	max-width: 760px;
	padding-top: 1em;
	font-size: 22px;
	line-height: 1.6;
}

.packages .services {
	margin-top: 10%;
	width: 100%;
	height: auto;
}

.packages .services li {
	margin: 0;
	padding: 0;
	width: 32.5%;
	text-align: center;
	display: inline-block;
}

.packages .services h3 {
	padding-top: 0.4em;
	font-size: 40px;
	font-weight: 700;
}

.packages .services p {
	padding: 0;
	max-width: none;
}

/** CONTACT **/
.contact {
	background-image: url(../images/contact-bg.jpg);
	background-color: #7bcd3d;
}

.contact p {
	padding-top: 1.4em;
	line-height: 1.6;
}

.contact a.email {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.contact .social {
	margin-top: 2em;
}

.contact .social a {
	width: 39px;
	height: 34px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 39px 34px;
	display: inline-block;
}

.contact .social a.twitter {
	margin-right: 1em;
	background-image: url(../images/twitter-icon.png);
}

.contact .social a.facebook {
	background-image: url(../images/facebook-icon.png);
}

.contact a {
-webkit-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

.contact a:hover {
	opacity: 0.7;
}


/** Mobile Layout**/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
	html,
	body {
		overflow: auto;
	}
	
	section.wrap {
		min-width: 1014px;
		position: relative;
		clear: both;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	section.wrap article {
		background-attachment: scroll;
	}
	
	.packages .content-block {
		top: 140px;
	}
	
	.packages .services li {
		width: 100%;
		min-height: 280px;
		text-align: center;
	}
}



/** @2x assets **/
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

	.contact .social a.twitter {
		background-image: url(../images/twitter-icon@2x.png);
	}
	
	.contact .social a.facebook {
		background-image: url(../images/facebook-icon@2x.png);
	}	
}