@font-face {
  font-family: "Champagne and Limousines";
  src: url("/fonts/champagne-and-limousines.woff");
} 

body {
	width: 100%;
	background-color: #151515;
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 16px;
	
	font-weight: 400;
	text-align: center;
	color: #151515;
	margin: 0;
	padding: 275px 0 0 0;
	overflow-x: hidden;
}


a {
	text-decoration: none;
	color: #575757;
}

a:hover {
	text-decoration: underline;
	color: #151515;
}

p {
	line-height: 21px;
	font-family: 'Noto Sans SC', sans-serif;
}

p a:hover {
	color: #38169c;

}

h1 {
	font-family: 'Champagne and Limousines', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	font-size: 60px;
	padding: 0;
	margin: 0;
	letter-spacing: 3px;
	text-transform: uppercase;
}


h2 {
	font-family: 'Champagne and Limousines', sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	letter-spacing: 0.5px;
	color: #38169c;
	text-transform: uppercase;
}

h3 {
	font-family: 'Champagne and Limousines', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 30px;
	padding: 0;
	margin: 5px auto;
	color: #151515;
	text-transform: uppercase;
}

h4 {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 5px auto;
	font-size: 120%;
}

/* Header */

header {
	color: #151515;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	
	width: 100%;
	position: fixed;
	top: 0;
	overflow-y: hidden;
}


.banner-mobile {
	/*background-image: url(/img/banner.jpg);
    background-size: 90%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center; */
    background: #151515;
}

/*.banner-logo {
	height: 80%;
	max-height: 500px;
	margin: 0 auto -200px auto;
}*/

.title-text {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(244,244,244,0.5);
	margin: auto;
}

.title-text h1 {
	padding-top: 200px;
	font-size: 40px;

}


/*Menu Button*/

#menu-button {
    display: inline-block;
	width: 25px;
	height: 20px;
	position: relative;
	top: 16px;
	margin-right: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .5s ease-in-out, top 0;
	-moz-transition: all .5s ease-in-out, top 0;
	-o-transition: all .5s ease-in-out, top 0;
	transition: all .5s ease-in-out, top 0;
	cursor: pointer;
	z-index: 3;
}

#menu-button span {
	display: block;
  	position: absolute;
  	height: 2px;
  	width: 100%;
  	background: #fff;
  	border-radius: 4px;
  	opacity: 1;
  	left: 0;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	-ms-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .25s ease-in-out;
  	-moz-transition: .25s ease-in-out;
  	-o-transition: .25s ease-in-out;
  	transition: .25s ease-in-out;
  	
}

#menu-button span:nth-child(1) {
  top: 0px;
}

#menu-button span:nth-child(2),#menu-button span:nth-child(3) {
  top: 7px;
}

#menu-button span:nth-child(4) {
  top: 14px;
}

#menu-button.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
  background: #151515;
}

#menu-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #151515;
}

#menu-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #151515;
}

#menu-button.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
  background: #151515;
}

#menu {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(244, 244, 244, 0.95);
	margin: 0 auto;
	padding: 70px 0 0 0;
	overflow-y: scroll;
}


/* Navigation */

.mainnav a {
	text-align: center;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #151515;
	font-family: 'Bebas Neue', sans-serif;
	letter-spacing: 1.5px;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 200%;
	text-transform: uppercase;
}

.mainnav ul {
	list-style-type: none;
	margin: 0 auto;
	height: 100%;
	padding-top: 20px;
}

.mainnav li {
	float: left;
	width: 100%;
	margin: auto;
	text-align: center;
	transition: .2s;
	
}

.mainnav li:hover {
	/*box-shadow: 0 0 0 2px #e6e6e6 inset;*/
	color: #fff;
	
}

.mainnav a:hover {
	text-decoration: none;
	color: #38169c;
}

.mainnav {
	background: #38169c;
	height: 50px;
	width: 50px;
	z-index: 150;
	margin-top: -50px;
	margin-bottom: 0px;
	position: fixed;
	top: 0;
	margin-top: 0;

}

.wrapper,
footer {
	position: relative;
}

.mainnav-scrolled {
	position: fixed;
	top: 0;
	margin-top: 0;
	
}

#menu img {
	height: 42px;
	padding: 4px 0;
	display: none;
}

#menu .logo-tab {
	width: 10%;

}

#menu .logo-tab:hover {
	background: #38169c;
}

/* Main */

.wrapper {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 100%;
}

.pure-button {
	padding: 20px;
	/*border: solid;
	border-width: 3px;
	border-color: #38169c;*/
	background-color: #38169c !important;
	color: #fff;
	transition: .2s;
}


.pure-button:hover {
	background-color: black !important;
	background: black !important;
	color: white;
	text-decoration: none;

}

/*Intro Video*/


#intro-video-wrap {
	/*background-image: radial-gradient(#4d4d4d 20%, #3d3d3d 80%);*/
	background: #fff;
	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
    text-align: center;
    padding: 30px 0px;
    border: none;

    margin: 0px auto;

    /*box-shadow: 0px -1px 3px rgba(0,0,0,0.4);
    */
   
   

}

#intro-video-wrap .brightness-wrapper {
	width: 100%;
	height: 100%;
	padding: 80px 0 0 0;
	border: none;
	background: transparent;
	
}

.intro-video {
	max-width: 800px;
	width: 95%;
	margin: 10px auto 0 auto;
	border: none;
	background: transparent;

    }

 .intro-video h2 {
 	margin-bottom: 15px;
 }

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 0 auto;
	overflow: hidden;
	background: transparent;
	border: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
}


.video-wrapper  { 
  width: 100%; 
  height: auto; 
  background: transparent;
  
}

/*Links Out*/

.links-out p {
	font-size: 110%;
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 10px auto;
}

/* About */

#about-wrap {
	
	max-width: 1500px;
	text-align: left;
	background: #fff;
	padding: 20 0 0px 0;
	margin: 0px auto 0 auto;
	text-transform: none;
	background-color: #fff;
	/*background-image: url(/img/bg-3-right.jpg);
	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left center;*/
    /*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);*/

}

.about p {
	line-height: 25px;
}

.about {
	width: 73%;
	max-width: 1100px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0;
	color: #151515;
}

.about span {
	color: #38169c; 
}

.about h3 {
	color: #151515;
	
	
}
.about img {
	margin: 0 auto;
	width: 80%;
	max-width: 400px;
	
	/*border: 6px solid #fff;*/
	/*-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
	        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);*/
	/*-webkit-transform: rotate(4deg);
	    -ms-transform: rotate(4deg);
	        transform: rotate(4deg);*/
	text-align: center;
}



/* Options */

#options-wrap {
	
	max-width: 1500px;
	text-align: left;
	background: #fff;
	padding: 60px 0 40px 0;
	margin: 0, auto;
	text-transform: none;
	background-color: #fff;

}
.options h2 {
	text-align: center;
}

.options {
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
	padding: 0px;
	color: #151515;
}

.options h3 {
	color: #151515;
	font-size: 200%;
	
}

.options img {
	margin: 0 auto;
	width: 80%;
	max-width: 650px;
	border: 6px solid #fff;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
	        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
	/*-webkit-transform: rotate(4deg);
	    -ms-transform: rotate(4deg);
	        transform: rotate(4deg);*/
	text-align: center;
}

.options .options-desktop {
	display: none;
}

.options .options-mobile {
	display: inline-block;
}

.options .divider {
	height: 50px;
}

/* Photos */

#photos-wrap {
	background: transparent;
    text-align: center;


    
}

#photos-wrap h2 {
	color: #38169c;
}

#photos-wrap .brightness-wrapper {
	width: 100%;
	height: 100%;
	padding: 80px 0;

}

.photos {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	left: 0%;

}

.photos-slick {
	margin: 20px auto 0 auto;
	width: 75%;
	max-width: 2000px;

}
.photos-slick img {
	width: 100%;
}



/* FULL WIDTH PHOTOS */

#photos-full-wrap {
    color: #38169c;
    text-align: center;
    margin: 0 auto; 
}

.photos-full {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.photos-slick-full {
	width: 100%;
	margin: 0 auto;
}

.photos-slick-full img {
	width: 100%;

}

.photos-full img {
	filter: brightness(35%);
}

.full-photo-title {
	margin: 0 auto;
	position: absolute;
	top: 5%;
	left: 0;
	color: #fff;
	text-align: center;
	z-index: 149;
}


.full-photo-title h3 {
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	text-shadow: 0px 3px 4px #000;
	margin: 5px auto 10px auto;
	text-align: center;

	
}
.full-photo-title h2 {
	
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	text-shadow: 0px 3px 4px #000;
	text-align: center;
	margin: 0 auto;
}
.full-photo-title img {
	filter: unset;
	margin: 0 auto;
	width: 70%;
	height: auto;
}
.full-photo-title p {
	font-size: 12px;
	width: 90%;
	max-width: 900px;
	line-height: 15px;
	text-align: center;
	margin: 5px auto;
}

.full-photo-title .pure-button {
	margin-top: 5px;
	padding: 5px;
	background: transparent !important;
	border: 2px solid #fff !important;
	text-transform: uppercase;

	
}

.full-photo-title .pure-button {
	font-size: 12px;
}
.full-photo-title .pure-button:hover {
	background: #fff !important;
	border: 2px solid #fff !important;
	text-transform: uppercase;
	color: #151515;
	text-shadow: none;
}



/* Clients */

#clients-wrap .brightness-wrapper {
	width: 100%;
	height: 100%;
	background-color: rgba(244, 244, 244, 0.5);
	padding: 60px 0;
}

.clients .pure-u-1-2 {
	margin: 10px auto;
}

.clients {
	
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
	color: #151515;
	height: 100%;
}

.clients .pure-u-1 h2 {
	line-height: 75%;

}

#clients-wrap {
	background-image: url(/img/bg-3-right.jpg);
	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left center;
    color: #38169c;
    text-align: center;
    width: 100%;
	height: 100%;
	
	background-color: rgba(244, 244, 244, 0.9);

}

#clients-wrap img {
	width: 95%;
	max-width: 500px;
	text-align: center;
}

/* FAQ */


.faq-intro {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto 30px auto;
	height: 100%;

}

.faq {
	width: 80%;
	margin: 0 auto;
	max-width: 1100px;

}


.faq .pure-u-1:nth-child(even) {
	background: #d6d6d6;
}

.faq-intro img {
	width: 80%;
	margin: 40px auto;
	max-width: 650px;
	border: 6px solid #fff;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
	        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
	/*-webkit-transform: rotate(4deg);
	    -ms-transform: rotate(4deg);
	        transform: rotate(4deg);*/
	text-align: center;
}

.faq .pure-u-1 {
	color: #151515;
	border-radius: 10px;
}


#faq-wrap {
    text-align: center;
    width: 100%;
	height: 100%;
	padding: 40px 0;
	
}

.l-box {
    padding: 15px;
}

.faq h3, .faq-intro h3 {
	font-size: 25px;
	margin-bottom: 20px;
	 
}

.faq-intro h3 {
	font-size: 35px;
	margin: 15px 0 10px 0;
}
.faq h2, .faq-intro h2 {
	margin-bottom: 20px;
}

.faq a {
	color: #38169c;
	text-decoration: underline;
}
.faq a:hover {
	color: #000;
}

.faq-about {
	line-height: 25px;
}




/*OTHER*/

table {
	width: 100%;
	margin-bottom: 35px; 
}

th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
	font-size: 150%;
	font-family: 'Bebas Neue', sans-serif;
}

/* Contact */

.thank-you-message {
	padding: 15px;
	color: #38169c;
	font-size: 125%;
	margin: 25px auto 0 auto;
	border: solid 2px #38169c;
	border-radius: 10px;
}

.contact h2 {
	margin-bottom: 15px;
}

.contact h3 {
	font-size: 200%;
	margin: 0;
	padding: 20px 0 0 0;
	line-height: 30px;
}
.contact img {
	margin: 0 auto;
	text-align: center;
	padding-left: 20px;
}
#contact-wrap {
	padding: 20px 0 60px 0;
	margin: 0 auto;
	background-color: #fff;
	

}

#contact-wrap p {
	margin: 0;
	padding: 0;

	
}

.contact i {
	color: #38169c;
}

.contact {
	margin: 0 auto;
	width: 80%;
	height: 100%;
	max-width: 800px;

}

.contact .pure-g {
	text-align: center;
	text-transform: none;
	margin: 0 auto;
}

.contact form {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;

}

.contact .pure-button {
	margin: 0;
}

.pureform {
	height: 100%;
	margin: 0;
}

textarea {
	margin: 0;
	height: 150px;
	text-align: left;
	resize: none;
}

/* Footer */

.footer-social {
	margin: 0 0 15px 0;
}
.footer-social i {
	font-size: 35px;
	width: 35px;
	color: #151515;
	padding: 0;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s;
}


.footer-social a:hover {
	text-decoration: underline;
	color: #575757;
}

.footer-social i:hover {
	color: #38169c;
}

footer {
	color: #151515;
	height: 100%;
	/*background-image: url(/img/bg-3-right.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat no-repeat;
    background-position: center center; */
    margin: 0;
    padding: 0;
    overflow-y: none;
    background-color: #d6d6d6;
}

.footer-content a {
	color: #575757;
}

.footer-content a:hover {
	color: #38169c;
}

.footer-content {
	margin: 0 auto;
	width: 80%;
	padding: 20px 0 15px 0;

}

.footer-content p {
	line-height: 14px;
	font-size: 12px;
	margin: 10px auto;
}

/* THANK YOU */

body.thank-you {
	width: 100%;
	background-color: #fff;
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #424242;
	margin: 0 auto;
	padding: 40px 0;
	overflow-x: hidden;
}

.thank-you-logo img {
	width: 50%;
	text-align: center;
	max-width: 400px;
	margin: 0 auto 50px auto;
	-webkit-filter: invert(1);
   filter: invert(1);
}

.g-recaptcha {
	margin: 10px auto;
	width: 50%;
}

/* Media Queries */
@media screen and (min-width: 35.5em) {
	.title-text h1 {
		font-size: 45px;	
	}
	body {
	padding: 380px 0 0 0;
	
	}
	.full-photo-title {
		top: 7%;
		width: 100%;
	}
	.full-photo-title h3 {
	color: #fff;
	font-size: 25px;
	margin: 25px auto 25px;
	
	}
	.full-photo-title h2 {
	font-size: 45px;
	line-height: 45px;
	color: #fff;
	}

	.full-photo-title p {
		font-size: 18px;
		line-height: 20px;
		margin: 0 auto 15px auto;
	}

	.full-photo-title .pure-button {
		padding: 15px;
		font-size: 17px;
	}
	
}
	
@media screen and (min-width: 48em) {
	
	body {
	padding: 500px 0 0 0;
	}

	.about img {
	margin: 70px auto 0 auto;
	max-width: 400px;
	}
	.full-photo-title {
		top: 13%;
		width: 100%;
	}
	.full-photo-title h3 {
	color: #fff;
	font-size: 40px;
	margin: 38px auto 40px;
	
	}
	.full-photo-title h2 {
	font-size: 75px;
	color: #fff;
	}

	.full-photo-title p {
		font-size: 25px;
		line-height: 30px;
		margin: 0 auto 20px auto;
	}
	.full-photo-title img {
		max-width: 660px;
	}

	.full-photo-title .pure-button {
		padding: 15px;
	}

	h2 {
		font-size: 50px;
		font-weight: 700;
	}

	h1 {
		font-size: 70px;
		
	}

	h4 {
	
	font-size: 140%;

	}


	
	#menu {
	position: relative;
	height: unset;
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
	display: block !important;
	overflow-y: hidden;
	}


	.mainnav {
		height: 50px;
		margin-bottom: 0px;
		width: 100%;
		background: #38169c;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);

	}

	.mainnav-scrolled {
		margin-top: 0px;
	}
	.mainnav ul {
		
		margin-right: auto;
		margin-left: auto;
		padding: 0px;
		height: 50px;
	}

	.mainnav li:hover {
		background-color: #fff;
	}
	.mainnav li {
		float: left;
		width: 15%;
		padding: 0;
		margin: 0;
		height: 50px;
		overflow-y: hidden;

	}

	#menu-button {
		display: none !important;
	}


	#about-wrap {
		padding: 60px 0;
		
	}
	.mainnav a {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0px;
		padding-top: 0px;
		font-size: 120%;
		letter-spacing: 1px;
		height: 50px;
		line-height: 50px;
		overflow-y: hidden;
		color: #fff;
	}	

	.mainnav a:hover {
		color: #151515;
	}
	#menu img {
	
	display: inline-block;
	}

	#contact p {
		font-size: 130%;
		
	}
	
	.options .options-desktop {
	display: inline-block;
	}
	.options .options-mobile {
	display: none;
	}
	.item-wrap a {
		padding-top: 5px;
		line-height: 20px;
	}


	

}
@media screen and (min-width: 54em) {
	body {
	padding: 600px 0 0 0;
	
	}
}

@media screen and (min-width: 64.4em) {
	.item-wrap a {
		padding-top: 0px;
		line-height: 50px;
		
		
	}
}
@media screen and (min-width: 80em) {
	body {
	padding: 700px 0 0 0;
	
	}
	.full-photo-title h3 {
	color: #fff;
	font-size: 50px;
	margin: 60px auto;
	
	}
	.full-photo-title h2 {
	font-size: 90px;
	color: #fff;
	}


}
