@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One&family=Pacifico&display=swap');
/*
font-family: 'Klee One', cursive;
font-family: 'Pacifico', cursive;
*/


/*  ---------------------- BASE STYLES  ---------------------- */
* {margin: 0; padding: 0; outline: 0;}
body {
	font-family: 'Klee One', cursive;
	letter-spacing: -1px;
	color: #000;
	font-size: 26px;
	background:#131110;
}
hr {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: none;
	margin: 30px 0px;
}
h1, h2 {
	font-family: 'Pacifico', cursive;
	margin:0 0 30px 0;
}
h1 {
	font-size: 66px;
	line-height: 100%;
}
h2 {
	font-size: 34px;
	line-height: 34px;
}
h3 {
	font-family: 'Pacifico', cursive;
	color:#3886BC;
	font-size: 34px;
	line-height: 40px
}
h4 {
	font-size: 32px;
	line-height: 30px;
	color:#3886BC;
	font-weight: bold;
}
h5 {
	font-size: 20px;
	line-height: 20px;
}
h6 {
	font-size: 18px;
	line-height: 18px;
}
p {
	margin: 10px 0 15px 0;
}
a {
	color: #3e3e3e;
}
ul {
	margin-left:30px;
	padding:20px 20px 0px 20px;
}
ul li {
	width:100%;
	padding:5px 0px;
	float:left;
}
a.button {
	font-family: 'Klee One', cursive;
	font-size:26px;
	text-align: center;
	line-height: 20px;
	padding: 0px 8px;
	color:#fff;
	background:#00BCE0;
	text-decoration: none;
	font-weight: bold;
	height:70px;
	display: flex;
		  justify-content: center;
		  align-items: center;
		  align-content: center;
		  margin: 5px;
		  width:150px;
}
a.button:hover{
	color:#fff;
	background:#000;
}

.section {
	width: 100%;
	padding: 120px 0px;
	min-height: 100px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	height: auto;
}
.inner {
	width: 75%; 
	margin: 0 auto;
	font-weight: 300;
}
.small_left {
	max-width: 800px;
	float:left;
	margin-left: 10%;
}
.video {
  width: 45%;
  min-width: 300px;   /* optional */
  margin: 0 auto 50px;     /* centres the block */
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  float:right;
  padding: 20px;
  background:#fff;
  border-radius: 30px;
  box-shadow: 1px 1px 0px black;
}
@media screen and (max-width: 700px) {
	.video {
	  width: 100%;
	  padding: 10px;
	}
}
.video iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0;
}
@media screen and (max-width: 700px) {
	.section {
		padding: 50px 0px;
	}
	ul {
		margin-left:30px;
		padding:20px;
	}
	ul li {
		width:100%;
		padding:5px 0px;
		text-align: left;
	}
}
/*  ---------------------- BASE STYLES  ---------------------- */
/* ---------------------- HEADER  ---------------------- */
.header {
	background: url(/images/header.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0 auto;
	padding:200px 0px 50px 0px;
	position: relative;
	z-index: 10;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	color:#fff;
}
.header img{
	width:50%;
	max-width: 600px;
}

@media screen and (max-width: 700px) {
	.header {
		padding:100px 0px 0px 0px;
	}
	.header img{
		width:100%;
		max-width: 650px;
	}
}
/*  ---------------------- HEADER  ---------------------- */
/*  ---------------------- NAVIGATION  ---------------------- */
.subMenu {
	z-index: 1000;
	width: 100%;
	background: #BE4104;
	margin-top:-70px;
}
.subMenu .nav {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
}
.nav {
	width: 100%;
	margin: 0 auto;
	padding:20px 0px;
}
.nav:after {
	  content: "";
	  display: table;
	  clear: both;
}
.subNavBtn {
	font-family: 'Pacifico', cursive;
	font-size: 30px;
	display: block;
	width: 50%;
	height:100%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	padding: 1% 0px;
	text-align: center;
	color: #fff;
}
.subMenu a:hover {
	background: #D66622;
	color:#fff;
}
.active {
	background: #D66622;
	color:#ffffff;
}
.end {
	margin: 0;
}
@media screen and (max-width: 700px) {
	.subNavBtn {
		padding: 3% 0px;
		font-size: 16px;
	}
}
.buy_button {
	font-family: 'Klee One', cursive;
	font-size: 32px;
	margin: 50px 0px;
	padding: 10px;

}
@media screen and (max-width: 700px) {
	.buy_button {
		font-size: 22px;
	}
}
.buy_button a{
	background: #0E3B5A;
	line-height: 70px;
	padding: 5px 40px;
	color:#fff;
	font-size: 20px;
	text-decoration: none;
	white-space: nowrap;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.buy_button a:hover{
	background: #3886BC;
	color:#fff;
	font-size: 20px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/*  ---------------------- NAVIGATION  ---------------------- */
/*  ---------------------- SECTION 1  ---------------------- */
.s1 {
	background:#0E3B5A;
	color:#fff;
	position: relative;
	z-index: 201;
}
@media screen and (max-width: 700px) {
	.s1 {
		text-align: center;
	}
}
/*  ---------------------- SECTION 1  ---------------------- */
/*  ---------------------- SECTION 2  ---------------------- */
.s2 {
	background: url(/images/back1.jpg) center center no-repeat #fff;
	background-position-x: 300px;
	background-size: cover;
	color:#000000;
	position:relative;
	z-index: 200;
	padding: 100px 0px 300px;
}
@media screen and (max-width: 700px) {
	.s2 {
		text-align: center;
	}
}
/*  ---------------------- SECTION 2  ---------------------- */
/*  ---------------------- SECTION 3  ---------------------- */
.s3 {
	background: url(/images/background_s3.jpg) no-repeat center center fixed #FFFFFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:#fff;
	text-shadow: 2px 2px 0 #000000;
	padding-bottom:20px;
}
.clear {
	clear:both;
	padding:10px 0px;
}
.s3 .container{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
	align-items: top;
	align-content: center;
	width:100%;
}
.s3 .container .box{
	width:20%;
	margin:2%;
}
.s3 .container .box img{
	width:100%;
}
@media screen and (max-width: 700px) {
	.s3 {
		text-align: center;
	}
	.s3 .container .box{
		width:45%;
		margin:2%;
	}
	.s3 .container .box h3{
		font-size:16px;
		line-height: 20px;
	}
}
/*  ---------------------- SECTION 3  ---------------------- */
/*  ---------------------- SECTION 4  ---------------------- */
.s4 {
	background: #121116;
	color:#fff;
	text-align: center;
}
.s4 a{
	color:#fff;
	text-decoration:none;
}
.s4 a:hover {
	color:#fff;
	text-decoration: underline;
}
/*  ---------------------- SECTION 4  ---------------------- */






