/* Styles for chapmancanopy.com */

@import url('fonts.css');	/* Grab font styles from other file */


* {
	margin: 0; padding: 0;
	   -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    outline: medium none;
}

html,body {
	width: 100%;
	height: 100%;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #3a86ff;
	color: #FFF;
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 300;
	margin: 0;
	text-rendering: optimizeLegibility;
}



#main div {
	text-align: center;
	font-family: 'Glegoo', Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
}


#header {
	padding-top: 30px;
	padding-bottom: 120px;
	background-color: #1749ce;
	position: relative;
}

#header .header-inner {
	padding: 0 5vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 99999;
}

#header .header-inner .col {
	flex-basis: 25%;
}

#header .header-inner .col.logo {
	flex-basis: 50%;
	padding: 0 10px;
}

#header .header-inner .col.logo img {
	width: 100%;
	height: auto;
	max-width: 271px;
}



#header .header-inner .col.expo .info {
	background-color: #3a86ff;
	font-family: 'Raleway', Arial Black, sans-serif;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
	padding: 10px;
	border: 0;
	border-radius: 50%;
	max-width: 180px;
	color: #febd13;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
	-moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
	box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
}

#header .header-inner .col.phone {
	font-family: 'Roboto', Arial Black, sans-serif;
	font-weight: 900;
	font-size: 2em;
	line-height: 1;
}

#header a {
	color: #febd13;
	text-decoration: none;
	transition: all .3s;
}

#header a:hover {
	color: #fff;
}


.hero-wrap {
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
	z-index: 9999;
	margin-bottom: -80px;
 	background-color: #1749ce;
}

.hero-top {
	width: 100%;
	height: 0;
	padding-top: 160px;
	margin-top: -100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background-image: url(images/canopy-top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-bottom {
	width: 100%;
	height: 0;
	padding-top: 160px;
	margin-top: -120px;
	position: absolute;
	bottom: -90px;
	left: 0;
	z-index: 999;
	background-image: url(images/canopy-bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.hero-bottomX {
	width: 100%;	
	position: absolute;
	bottom: -90px;
	left: 0;
	z-index: 999;
}

.hero-top img {
	width: 100%;	
	height: auto;
}

.hero-bottom img {
	width: 100%;	
	height: auto;
}

.hero {
 	position: relative;
	background-image: url(images/hero-image.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 70vh;
	padding-top: 100px;
}

.hero-overlay {
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  z-index: 0;
  width: 100%;
}

.hero-overlay h1 {
    font-size: 4.5vw;
  /*  transform: translateY(8vw);*/
   transform: translateY(25vh);
   	color: #ffffff;
	font-family: 'Raleway', Arial Black;
	font-weight: 400;
	text-shadow: 0px 0px 16px #ffffff;
}


.section1 {
	background-color: #3a86ff;
	background-image: linear-gradient(0deg, rgba(23,73,206,0), rgba(23,73,206,1));
	padding-top: 240px;
	padding-bottom: 160px;
	text-align: center;
}


.section1 h2 {
    font-size: 3vw;
	line-height: 3vw;
    color: #ffffff;
	font-family: 'Raleway', Arial Black;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: .1em;
}

.section1 h3 {
    font-size: 2vw;
    color: #febd13;
	font-family: 'Raleway', Arial;
	font-weight: 400;
	text-transform: uppercase;
}

.section1 .boxes {
	margin: 0 auto;
	margin-top: 80px;
	width: 85vw;
	max-width: 1800px;
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
	position: relative;
	z-index: 999;
}

.section1 .boxes .box {
	/*max-width: 325px;*/
	padding: 30px;
	box-shadow: 0px 0px 16px #ffffff;
	background-color: #3a86ff;
	background-image: linear-gradient(0deg, rgba(33,90,220,0), rgba(33,90,220,1));
	flex-basis: 33%;
	z-index: 999;
}

.section1 .boxes .box p {
	font-size: 1.2vw;
	line-height: 1.5;
}

.section1 .boxes .box h4 {
    font-size: 2vw;
	line-height: 1;
    color: #ffffff;
	font-family: 'Raleway', Arial Black;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: .8em;
}

.section1 .trapbar {
	width: 95vw;
	/*max-width: 1320px;*/
	height: 47px;
	border: 5px solid #f68a1f;
	background-color: #febd13;
	transform: perspective(20px) rotateX(1deg) translateZ(-.1ch);
	z-index: -1;
	margin: 0 auto;
	margin-top: -140px;
	transition: all .3;
}


.section2 {
	background-color: #e13716;
	width: 96vw;
	padding: 20px 2vw;
}

.section2 h2 {
    font-size: 2.5vw;
	line-height: 2.5vw;
    color: #ffffff;
	font-family: 'Raleway', Arial Black;
	font-weight: 800;
	margin-bottom: .1em;
}

.section2 h3 {
    font-size: 2.5vw;
	line-height: 2.5vw;
    color: #febd13;
	font-family: 'Raleway', Arial Black;
	font-weight: 800;
	margin-bottom: .1em;
}


.section3 {
	background-color: #3a86ff;
	background-image: linear-gradient(0deg, rgba(5,14,40,0) 60%, rgba(5,14,40,1));
	/*margin-top: -80px;*/
	padding-top: 80px;
}

.section3 .photos {
	margin: 0 auto;
	padding-bottom: 100px;
	min-height: 300px;
	width: 90vw;
	/*max-width: 1200px;*/
	display: flex;
	justify-content: center;
	column-gap: 10vw;
	position: relative;
	z-index: 999;
	flex-wrap: wrap;
}

.section3 .photos .photo {
	/*max-width: 40%;*/
	height: 0;
	overflow: hidden;
	padding-top: 30%;
	box-shadow: 0px 12px 16px rgba(5,14,40,.8);
	border: 12px solid #fff;
	flex-basis: 40%;
	z-index: 999;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section3 .photos .photo.p2 {
	margin-top: -30vh;
}


.section3 .cta {
	background-color: #215adc;
	box-shadow: 0px 0px 16px #ffffff;
	padding: 50px;
	width: 80%;
	max-width: 730px;
	margin: 0 auto;
}

.section3 h3 {
    font-size: 2.5em;
	line-height: 1;
    color: #febd13;
	font-family: 'Raleway', Arial Black;
	font-weight: 800;
	margin-bottom: .1em;
	text-transform: uppercase
}

.section3 p {
    font-size: 1.4em;
    color: #fff;
	font-family: 'Raleway', Arial;
	font-weight: 400;
	text-transform: uppercase;
}


.section3 .form {
	margin: 50px auto;
	margin-bottom: 0;
}

.section3 .form .status {
	font-family: 'Raleway', Arial !important;
	font-weight: 800 !important;
	visibility: hidden;
	height: 2em;
	color: #febd13;
	transition: all .3;
}

.section3 .form .status span {
	font-family: 'Raleway', Arial;
	font-weight: 800;
}

.section3 .form input {
	display: block;
	margin: 0 auto;
	margin-bottom: .7em;
	padding: 6px;
	width: 100%;
	max-width: 440px;
	font-family: 'Raleway', Arial;
	font-weight: 400;
	text-align: left;
	border: 2px solid #fff;
}

.section3 .form input[type="submit"] {
	width: auto;
	padding: 14px 84px;
	font-family: 'Raleway', Arial Black;
    font-size: 1.5em;
	font-weight: 800;
	margin-bottom: .1em;
	text-transform: uppercase;
	color: #fff;
	background-color: #e13716;
	margin-bottom: 0;
	border: 0;
	border-radius: 32px;
	transition: all .3s;
}

.section3 .form input[type="submit"]:hover {
	background-color: #febd13;
}
.section3 .form input[type="submit"]:active {
	background-color: #f68a1f;
}

.section3 .creds h4 {
    font-size: 2vw;
 	line-height: 1;
	color: #fff;
	font-family: 'Raleway', Arial;
	font-weight: 800;
	text-transform: uppercase;
}

.section3 .creds {
	padding-top: 60px;
	font-size: 1.2vw;
	line-height: 2 !important;
}


#footer {
	background-color: #1749ce;
	margin-top: 50px;
	padding: 80px 30px;
	font-size: 1.2vw;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
	transition: all .3s;
}

#footer a:hover {
	color: #febd13;
}



/* FORM STYLES */

button,
input,
optgroup,
select,
textarea {
	/*color: inherit;*/
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}




/***** Media Queries *****/

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


@media (min-width: 1600px) {

	.hero-top {
		padding-top: 35%;
		margin-top: -100px;
		top: -160px;
		background-size: contain;
	}
	.hero-bottom {
		padding-top: 35%;
		margin-bottom: -160px;
		bottom: -90px;
		background-size: contain;
	}
	
}

@media (min-width: 1200px) {

	.hero-top {
		padding-top: 35%;
		margin-top: -100px;
		top: -160px;
		background-size: contain;
	}
	
	.hero-bottom {
		padding-top: 35%;
		margin-bottom: -160px;
		bottom: -90px;
		background-size: contain;
	}

	.hero-overlay h1 {
		transform: translateY(14vw);
	}
	
}



@media (max-width: 900px) {

	.hero-overlay h1 {
		font-size: 3.5em;
	}
	
	.section1 {
		padding-bottom: 80px;
	}
	
	.section1 h2 {
		font-size: 2.2em;
		line-height: 1em;
	}

	.section1 h3 {
		font-size: 1.2em;
		line-height: 1em;
	}

	.section1 .trapbar {
		display: none;
	}
	
	.section1 .boxes {
		flex-wrap: wrap;
		row-gap: 50px;
	}
	
	.section1 .boxes .box {
		flex-basis: 100%;
	}
	
	.section1 .boxes .box h4 {
		font-size: 2em;
	}

	.section1 .boxes .box p {
		font-size: 1em;
	}
	
	.section2 h2 {
    	font-size: 2em;
		line-height: 1;
	}
	
	.section2 h3 {
		font-size: 1.5em;
		line-height: 1;
	}
	
	.section3 .photos {
		row-gap: 50px;
	}
	
	.section3 .photos .photo {
		padding-top: 80%;
		flex-basis: 100%;
	}
	
	.section3 .photos .photo.p2 {
		margin-top: 0;
	}
	
	.section3 .cta {
		width: 72%;
	}
	
	.section3 .creds {
    	font-size: 1em;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.section3 .creds h4 {
		font-size: 2em;
	}
	
	#footer {
		font-size: .8em;
	}
	
}

@media (max-width: 700px) {

	#header .header-inner {
		flex-wrap: wrap;
	}
	
	#header .header-inner .col {
		flex-basis: 100%;
		margin: 0 auto;
	}
	
	#header .header-inner .col.expo {
		display: none;
	}
	
	.hero-top {
		padding-top: 30%;
		margin-top: -70px;
	}

	.hero-bottom {
		padding-top: 30%;
		margin-top: -70px;
	}
	
	.hero-overlay h1 {
		font-size: 2.5em;
	}
	
	.section1 {
		padding-left: 4vw;	
		padding-right: 4vw;	
	}
	
	.section3 .cta {
		padding: 5%;
	}
	
	.section3 .cta h3 {
		font-size: 2em;
	}
	
	.section3 p {
    	font-size: 1.2em;
	}
	
	.section3 .form input {
		max-width: 300px;
	}

}


@media (max-width: 500px) {
	
	.hero-overlay h1 {
		font-size: 2em;
	}

	.section1 h2 {
		font-size: 2.2em;
		line-height: 1em;
	}

	.section1 h3 {
		font-size: 1.2em;
		line-height: 1em;
	}

	.section1 .boxes .box h4 {
		font-size: 1.6em;
	}

	.section2 h2 {
    	font-size: 2em;
		line-height: 1;
	}
	
	.section2 h3 {
		font-size: 1.5em;
		line-height: 1;
	}

	.section3 .form input {
		max-width: 250px;
	}

}


@media (max-height: 900px) {

	.hero {
		height: 50vh;
		padding-top: 20%;
	}
	
	.hero-overlay h1 {
		transform: translateY(30%);
	}

}
