body {
	margin: 0;
	padding: 0;
	font-family: 'Gotham';
	overflow-x:hidden;
}


@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/Gotham-Bold.woff') format('woff'), /* Modern Browsers */
     url('fonts/Gotham-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/Gotham-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
   font-weight: 600;
   font-style: normal;
 }

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Medium.eot'); /* IE9 Compat Modes */
  src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/Gotham-Medium.woff') format('woff'), /* Modern Browsers */
     url('fonts/Gotham-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/Gotham-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
   font-weight: 400;
   font-style: normal;
 }

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Thin.eot'); /* IE9 Compat Modes */
  src: url('fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/Gotham-Thin.woff') format('woff'), /* Modern Browsers */
     url('fonts/Gotham-Thin.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/Gotham-Thin.svg#svgFontName') format('svg'); /* Legacy iOS */
   font-weight: 300;
   font-style: normal;
 }

/*----------------------------Type----------------------------*/
ul, li, h1, h2, h3, h4, h5, h6, p, a, .logo {
	font-family: Gotham,"Helvetica",sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #575757;}

p{
	font-size: 17pt;
	line-height: 200%;
	padding-bottom: 100px;
}

h1, h2, h3, h4{
	text-transform: uppercase;
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 64pt;
	font-weight: 400;
	letter-spacing: 16px;
	text-align: center;
	padding-top: 100px;
}


h2{
	font-size: 27pt;
	letter-spacing: 7px;
	text-align: center;
	padding-bottom: 100px;
}


h3{
		font-family: 'Montserrat', sans-serif;
	font-size: 34pt;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	padding-bottom: 100px;
}

h4{
		font-family: 'Montserrat', sans-serif;
	font-size: 17pt;
	font-weight: 400;
	letter-spacing: 1px;
	padding-bottom: 20px;
}

h5{
	font-size: 90pt;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin-left: 300px;
	margin-top: -40px;
	opacity: 0.15;
}

.a1 h1, .a1 h2, .a3 h3, .a5 h3, .a7 h3, 
.a3 h4, .a5 h4, .a7 h4, .a3 h5, .a5 h5, 
.a7 h5, .a3 p, .a5 p, .a7 p {
	color: white;
}

.a2 p{
	font-size: 24pt;
}

.a8 .col p{
	text-align: center;
	padding-top: 50px;
}


/*----------------------------Nav----------------------------*/
nav ul {
	font-family: 'Montserrat', sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 999;
	right: 0;
	margin-top: 35vh;
}

nav li{
	font-family: 'Montserrat', sans-serif;
	font-size: 15pt;
	padding-bottom: 60px;
}

nav a:link, nav a:visited {
	display: block;
	font-weight: bold;
	color: black;
	width: 80px;
	padding: 4px;
	text-decoration: none;
	opacity: 0.32;
}

.alt{
	color: black;
}

nav a:hover, nav a:active {
	opacity: 1;
}

/*-------------------------Nav2----------------------------*/
.p{
	padding-bottom: 200px;
}

.p ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;
}

.p li{
	display:inline;
	padding-right: 140px;
}

.p li:last-child{
	padding-right: 0px;
}

.p a{
	font-size: 15pt;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	display:inline-block;
}

.p a:hover{
	color: #ffcc00;
}

/*--------------------------Body----------------------------*/
.center, .center2, .center3{
	position: relative;
	margin: 0 auto;
}

.center{
	max-width: 75%;	
}

.center2{
	max-width: 60%;
	padding-top: 100px;
}

.center3{
	max-width: 40%;
	padding-top: 100px;
}

.a1, .a2, .a3, .a4, .a5, .a6, .a7, .a8{
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	padding-top: 150px;
	padding-bottom: 50px;
	overflow: hidden;
	z-index: 0;
}
.a1{
	background: linear-gradient(to right, #ff7137, #ff863d);
	padding-bottom: 0;
}

.a2{
}

.a3{
	background-color: #11afe4; 
}

.a4{
}

.a5{
	height: 918px;
	overflow: visible;
	background-color: #ffcc00; 
}

.a6{
}

.a7{
	background: linear-gradient(to right, #c7d71a, #d4e329); 
}

.a8{
	margin: 0 auto;
}

/*-------------------------Body Columns---------------------*/
.col{
	float: left;
}

.a3 .col{
	width: 43%;
	margin-right: 14%;
}

.a5 .col{
	width: 40%;
	margin-left: 45%;
}

.a5 .col:last-child{
	margin-left: 12.5%;
	padding-top: 250px;
}

.a6 .col{
	width: 30%;
	margin-right: 5%;
}

.a8 .col{
	width: 20%;
	margin-right: 6.5%;
}

.a3 .col:last-child, .a6 .col:last-child, 
.a8 .col:last-child{
	margin-right: 0;
}


/*---------------------------Circles------------------------*/
.circle {
	border: 200pt solid #ff7237;
	height: 680px;
	width: 680px;
	-moz-border-radius:1360px;
	-webkit-border-radius: 1360px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------Images---------------------------*/
.center img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.center .scale{
	max-width: 80%;
}

.col img{
	max-width: 100%;
	margin: 0;
}


#circle{
	max-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
}

#circle1{
	max-width: 40%;
	margin-top: -300px;
	position: absolute;
}

#circle2{
	max-width: 40%;
	margin-top: 260px;
	position: absolute;
	right: 0;
}

#circle3{
	max-width: 27%;
	margin-top: -100px;
	position: absolute;
}

.a8 .center .col img{
	margin: 0 auto;
}

/*--------------------------Button-----------------------------*/
button {
	font-size: 12pt;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 30px;
	background-color: #fff;
	border: none;
	color: #c9d81b;
	padding: 15px;
	width: 150px;
	cursor: pointer;
	margin: 100px auto 100px auto;
	display: block;
}

/*--------------------------Slideshow---------------------------*/
.slides{
	width: 100%;
}

.slides .col{
	width: 33.33%;
}

.slides .col p{
	margin: 0 auto;
	width: 70%;
	padding-bottom: 130px;
}

.slides .col p, .slides .col h4{
	text-align: center;
}

.slides .col h4{
	margin-top: 100px;
}

.show{
	display: visible;
}
.hide{
	display: none;
}

/*------------------------Animation------------------------------*/

@-webkit-keyframes headermove{
	0%{
		opacity: 0;
	}
	20%{
		-webkit-transform: translateY(20px);
		opacity: 0;
	}
	100%{
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

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

@media screen and (max-width: 1400px) 
{

nav ul{
	margin-top: 25vh;
}

nav li{
	font-size: 12pt;
}

nav li img{
	max-width: 30%;
}

.a3 .col img, .a6 .col img{
	max-width: 25%;
}

.a2 .center2 p{
	padding-bottom: 70px;
}

.a2 .center2{
	padding-top: 70px;
}

.center2{
	padding-top: 0px;
}

.center3{
	padding-top: 40px;
	max-width: 50%;
}

.center3 p, .center3 h4{
	margin-left: 10%;
}
.a2, .a3, .a4, .a5, .a6, .a7, .a8{
	padding-top: 100px;
	padding-bottom: 25px;
}

.a1 .center img{
	max-width: 70%;
}

.a5{
	/*overflow: visible;*/
}

.a2 p{
	font-size: 14pt;
}

.p a{
	font-size: 12pt;
}
p{
	font-size: 12pt;
	line-height: 170%;
}

h1{
	font-size: 38pt;
	letter-spacing: 8px;
	padding-top: 50px;
}

h2{
	padding-top: 10px;
	font-size: 18pt;
}

h3{
	font-size: 24pt;
}

h4{
	font-size: 12pt;
}

h5{
	margin-left: 200px;
	font-size: 80pt;
}

.a5{
	height: 550px;
}

.a5 .col:last-child{
	margin-left: 12.5%;
	padding-top: 100px;
}

.center{
	max-width: 80%;
}

.p{
	padding-bottom: 100px;
}

#circle1{
	margin-top: -240px;
}

#circle2{
	margin-top: 100px;
}

button{
	margin: 30px auto 100px auto;
}

}