﻿* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}

section {
  position: relative;
  width: 100%;
  height: 100%;
}

#thanks div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#thanks h2 {
  margin-bottom: 60px;
  color: #333;
  font : normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}
#thanks p {
  color: #333;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
}
#thanks p a {
  color: #333;
  text-decoration: none;
  transition: color .3s;
}
#thanks p a:hover {
  color: #888;
}
.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}



#section01 a {
  padding-top: 60px;
}
#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}



#section02 a {
  padding-top: 60px;
}
#section02 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section02 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}



#section03 a {
  padding-top: 60px;
}
#section03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



#section04 a {
  padding-top: 60px;
}
#section04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}



#section05 a {
  padding-top: 70px;
}
#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}



#section06 a {
  padding-top: 70px;
}
#section06 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: sdb06 1.5s infinite;
  animation: sdb06 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb06 {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb06 {
  0% {
    transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}



#section07 a {
  padding-top: 80px;
}
#section07 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



#section08 a {
  padding-top: 60px;
}
#section08 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section08 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}



#section09 a {
  padding-top: 80px;
}
#section09 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section09 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section09 a span::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 18px;
  height: 18px;
  content: '';
  margin-left: -9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}



#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}






/*Fonts*/
@font-face {
	font-family: MrSheffield;
	src: url(../fonts/MrSheffield.ttf) format("truetype");
}
@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
}
@import url('https://fonts.googleapis.com/css?family=Allura&display=swap');
/*Styles*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Prata, Georgia, Times New Roman, Times, serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	text-align: center;
	text-decoration: underline
}
section {
  
}
section h1,
section h2,
section h3 {
  color: #404040;
  font-size: 3vw;
}
section h1 small,
section h2 small,
section h3 small {
  color: rgba(255, 255, 255, 0.75);
}
section p,
section a,
section .lead {
  color: #404040;
  font-size: 30px;
  text-align: justify
}
section a {
  text-decoration: underline;
}
section {
  background-size: cover;
  background-position: center center;
}
#section1 {
  background-image: url(../images/bg/bg.jpg);
  background-position-y: top;
}
#section1 h3{
	font-family:MrSheffield; 
	font-size:90px; 
	color:#404040; 
	margin-bottom:50px;
}
#section1 p{
	color: #666;
	font-weight: 200;
	font-family: 'Allura', cursive;
	/*font-family: MrSheffield;*/
	/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
	font-size: 30px;
	text-align: center;
}
#section2 {
  background-color: #000;
}
#section3 {
  background: url(../images/bg/bg-01.jpg);
}
#section6 {
  background: url(../images/bg/bg-02.jpg);
  background-position: center;
  background-size: cover
}
#section9 {
  background: url(../images/bg/bg-03.jpg);
  background-position: center;
  background-size: cover
}
#section12 {
  background: url(../images/bg/bg-04.jpg);
  background-position: center;
  background-size: cover
}
#section15 {
  background: url(../images/bg/bg-05.jpg);
  background-position: center;
  background-size: cover
}
#section18 {
  background: url(../images/bg/bg-06.jpg);
}
#section21 {
  background: url('../images/bg/bg-07.jpg');
  background-position: center;
  background-size: cover
}
#section24 {
  background: url(../images/bg/bg-08.jpg);
}
#section27 {
  background: url(../images/bg/bg-09.jpg);
  background-position: center;
  background-size: cover
}
#section30 {
  background: url(../images/bg/bg-10.jpg);
  background-position: center;
  background-size: cover
}
#section33 {
  background: url(../images/bg/bg-11.jpg);
  background-position: center;
  background-size: cover
}
#section36 {
  background: url(../images/bg/bg-12.jpg);
  background-position: center;
  background-size: cover
}
#section4 h2, #section4 h3 {
	font-size:30px;
}
body {
	font-family: 'Allura', cursive;
	/*font-family: MrSheffield;*/
	/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
	font-size: 30px;
	color: #404040;
	background-color: #fff;
	background: url(../images/bg/texture.jpg);
	
}
.gold-logo{
	background-image: url(../images/bg/gold-tex.jpg);
	background-size: cover;
	-webkit-background-origin: border;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 9vw;
	font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
}
video.bg{
	position: absolute;
	right: 0;
	bottom: 0;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
	background-image: /* our video */;
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	z-index:3;	
}
.video-bg{
	background-image: url(../images/bg/bg-01-sunrise.jpg);
	
}



/*Block the Verticle Navigation*/
#fp-nav{
	display:block;
}

.banner-holder {
	width:100%;
	height:50%;
	overflow:hidden;
}
.banner{
	width:100%;
	height:100%;
	max-height:450px;
}
.down:hover{
	fill:red;
} 
.fp-tableCell {
	vertical-align: top;
}

#section1 .fp-tableCell {
	vertical-align: middle;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
#section37 p, #section37 p a{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px
}

a.hideme {
  display: none;
}

#menu {
  position: fixed;
  display: block;
  width: 100%;
  height: 60px;
  /*background-color: orange;*/
  top: 0;
  margin: 0;
  z-index: 9;
}

.menu-links {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 3.33333%;
  padding-right: 3.33333%;
  background-color: green;
  height: 100%;
}
.menu-links:last-child {
  float: right;
}


/*Fonts*/
@font-face {
	font-family: MrSheffield;
	src: url(../fonts/MrSheffield.ttf) format("truetype");
}
@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
}
@import url('https://fonts.googleapis.com/css?family=Allura&display=swap');
/*Styles*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Prata, Georgia, Times New Roman, Times, serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	text-align: center;
	text-decoration: underline
}
section {
  
}
section h1,
section h2,
section h3 {
  color: #404040;
  font-size: 3vw;
}
section h1 small,
section h2 small,
section h3 small {
  color: rgba(255, 255, 255, 0.75);
}
section p,
section a,
section .lead {
  color: #404040;
  font-size: 30px;
}
section a {
  text-decoration: underline;
}
section {
  background-size: cover;
  background-position: center center;
}
#section1 {
  background-image: url(../images/bg/bg.jpg);
  background-position-y: top;
}
#section1 h3{
	font-family:MrSheffield; 
	font-size:90px; 
	color:#404040; 
	margin-bottom:50px;
}
#section1 p{
	color: #666;
	font-weight: 200;
	font-family: 'Allura', cursive;
	/*font-family: MrSheffield;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
	font-size: 30px;
	line-height: 1.85714;
	text-align: justify;
}
#section4 h2, #section4 h3 {
	font-size:30px;
}
body {
	font-family: 'Allura', cursive;
	/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
	font-size: 30px;
	/*line-height: 1.85714;*/
	color: #404040;
	background-color: #fff;
	background: url(../images/bg/texture.jpg);
	
}
.gold-logo{
	background-image: url(../images/bg/gold-tex.jpg);
	background-size: cover;
	-webkit-background-origin: border;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 9vw;
	font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
}
video.bg{
	position: absolute;
	right: 0;
	bottom: 0;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
	background-image: /* our video */;
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	z-index:3;	
}
.video-bg{
	/* background-image: url(../images/bg/bg-01-sunrise.jpg); */
	
}

.down:hover{
	fill:red;
} 
.fp-tableCell {
	vertical-align: top;
}

#section1 .fp-tableCell {
	vertical-align: middle;
}

/*Popup to play Music, click interaction styles*/
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup-onload{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
}
.cnt223{
min-width: 600px;
width: 600px;
min-height: 150px;
margin: 310px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}

/*Verticle Align Middle*/
.vam{
	height:50%;
	display: flex;
	align-items: center;
}

div.bgplayerui{ /* Audio player UI DIV */
padding: 3px;
padding-top:10px;
color: white;
text-align:center!important;
margin:0 auto!important;
height:50px;
position: fixed;
bottom: 100px;
left: 33%;
width:33%
}

div.bgplayerui .play, div.bgplayerui .rewind{ /* Audio player UI buttons style */
cursor: pointer;
}
/*Menu Styles*/
.w3-sidebar {
	width: 100%;
	background:none;
	display: flex;
    align-items: center;
}
.w3-bar-block{
	width: 100%;
}
/*iPhone X in landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { /* STYLES GO HERE */}

/*iPhone X in portrait*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) { /* STYLES GO HERE */ }


/* Portrait phones and smaller */
@media (max-width: 480px) {
	.gold-logo {
	font-size:8vh;
}
	#section1 h3 {
    font-family: MrSheffield;
    font-size: 60px;
    color: #404040;
    margin: 10px auto;
	margin-top: 30px;
	line-height: 0.8;	
}
	div.bgplayerui {
		bottom:40px;
		left: 10%;
		width: 80%;
	}
	#section1 p {
    color: #666;
    font-weight: 200;
    font-family: 'Allura', cursive;
    font-size: 20px;
    line-height: 1.2;
    text-align: justify;
}
	#section22 p{
		font-size: 14px;
	}
	#section3, #section6, #section9, #section12, #section15, #section21, #section24, #section27, #section33 {
		background-repeat: round
	}
	
	.banner-holder {height:25%}
	.vam {height:75%}
	section p, section a, section .lead {font-size:16px}
	#section4 h2{font-size: 24px}
	#section4 P{font-size:22px;} 
	video.banner{height:none}

}
/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	div.bgplayerui, #mybgplayerui{
		left:25%;
		width:50%;
		height:auto;
		bottom:50px;
	}
	section h2 {font-size: 5vw}
	#section1 p {
		font-size:18px;
	}
	#section1 h3 {
		font-size:60px;
		margin: 0;
	}
	#section3 {
	    background-position: center;
		background-size: cover;
	}
	.banner-holder {height:25%}
	.vam {
		height:75%;
		align-items: flex-start;
	}
	#section31 .banner-holder {height:40%}
	
	video.banner{height:auto}
	section p, section a, section .lead {font-size:16px}
	#section4 h2{font-size:24px}
	#section4 p, #section25 p{font-size:18px} 
	#section22 p{font-size:13px} 
	#section24{
		background-position: center;
		background-size: cover;
	}

}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
	div.bgplayerui, #mybgplayerui{
		left:30%;
	}

}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	#section1 p{
		line-height:1.3
	}
	div.bgplayerui {
		left: 32%;
		bottom: 55px;
	}
	#section3, #section24 {
		background-size: cover;
	}
	#section4 p{
		font-size: 28px
	}
	#section25 p, #section28 p, #section31 p{
		font-size: 26px
	}
	section p{
		font-size: 24px
	}
	#section16 p{
		font-size: 22px
	}
	#section22 p{
		font-size: 20px
	}
	
	section h2{
		font-size:2.5vw;
	}
	
	#section22 .banner-holder{
		height:auto;
		margin-bottom:20px;
	}
	.banner{height:auto}
	/*Contact Section*/
	#section37 .banner-holder {
		height: 40%;
	}
	#section37 .banner {
		height:400px;
	}
	#section37 .vam{
		height:60%
	}
	#section37 p, #section37 p a {
		font-size:14px;
	}
	

}

/* Large desktops and laptops */
@media (min-width: 1200px) {
	h2.print-media{
	}
	video.banner {
    width: 100%;
    height: auto;
    max-height: none;
	}
	#section1 p{
	font-size: 36px;
    line-height: 1.6;
	}
	#section22 p{
		font-size:24px;
	}
	#section4 p, #section25 p, #section28 p, #section31 p, #section34 p{
		font-size: 34px;
	}
	#section4 h2, #section25 h2, #section28 h2, #section31 h2, #section34 h2{
		font-size:40px;
	}

}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
	#section1 h3 {
		margin-bottom:10px;
	}
	div.bgplayerui {
		bottom:50px;
	}
	#section1 p {
		line-height: unset;
	}
	#section3 {
		background-repeat: round;
	}
	section h2{
		font-size:30px;
	}
	h2.print-media{
		margin-top:10px;
	}
	
	section p {
		font-size:24px;
	}
	#section16 p {
		font-size:22px;
	}
	#section22 p {
		font-size:20px;
	}
	
	#section12 {
    background-size: contain;
	}
	video.banner {
    width: 100%;
    height: auto;
    max-height: none;
	}
	/*Contact Section*/
	#section37 .banner-holder {
		height: 40%;
	}
	#section37 .banner {
		height:400px;
	}
	#section37 .vam{
		height:60%
	}
	#section37 p, #section37 p a {
		font-size:14px;
	}
	
    
}

@media screen and (min-width: 1441px) and (max-width: 1920px) {
	#section3 {
    background-repeat: round;
}
	#section12 {
		background-size: contain;
	}
    
}

@media screen and (min-width: 1921px) {
    
}

@media screen and (orientation: portrait) {
}
@media screen and (orientation: landscape) {
}