/**
 * Resets
 */


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}


html {
	position: relative;
}
html {
    font-size: calc((1vh+1vw)/2)!important
        
}

body {
	background: #fff;
    
	color: #000;
}

a:active {
	opacity: 0.7;
}
[data-predefined-style="true"] h2 a {
color: rgba(0, 0, 0, 0.85) !important;
}
a, small:active {
 color: #8e8d8d !important;
}

/**
 * Backdrop
 */

#backdrop {
	position: none;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 0%;
	z-index: 1;
    display: none;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: none;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 80%;
}


.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: rgb(255, 255, 255)/*!content_right*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	right: 0 /*!content_right*/;
}

[data-css-presets="true"] .content_padded {
	padding: 4.7rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 100%/*!content_right*/;
}

[data-css-presets="true"] #backdrop {
	width: calc(100% - 100%)/*!right_fit*/;
	left: 0 /*!right_fit*/;
}

[data-predefined-style="true"] main {
	font-size: 1.4vw;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Source Sans Pro", Social /*!Google*/;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] main a {
	color: rgb(131, 131, 131);
    padding-bottom:0.05em;
    border-bottom: 0em solid rgba(127, 127, 127, 0.2);
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {
   opacity: 0.5;
}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Social /*!System*/;
	font-style: normal;
	font-weight:400;
	padding: 0;
	margin: 0;
	font-size: 2.1rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 153, 255, 1);
}

[data-predefined-style="true"] h2 {
    display: inline-block;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Social /*!System*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 1.6rem;
	line-height: 1.5;
    text-rendering: optimizeLegibility;
    
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 153, 255, 1);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size:1.4vw ;
	line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Social /*!System*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(53, 53, 53, 1);
}

[data-predefined-style="true"] small a {
	color: rgb(194, 194, 194);
	border-bottom-width: 0em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: transparent/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}
.menu {
    max-width: 25% !important;
    float: left;
    z-index: 99999999999;
    position: fixed;
    left: 0 !important;
    padding-left: 4%;
    padding-top: 2%;
}


[data-css-presets="true"] .content_width {
    width: 79%/*!content_right*/;
    float: right;
}
sub {
    top: 0.5em;
    vertical-align: baseline;
    position: relative;
    font-size: 1.1em;
}
h1.subtitle {
font-size: 6em !important;
}

button[type=submit]{
 color: #0b0b0b;
 font-family:"Helvetica Neue";
 font-weight: 400;
 border:0;
padding: 2vw 1.5vw;
 background: #f1f1f1; 
}
 ::placeholder{
	font-family:"Nunito";
    font-size:inherit;
}

img {
 height: 100%;
 width: 100%;
 object-fit: contain;
}



.demo-container {
  overflow: hidden;
  width:90%;
  height:auto;
     position: inherit;
    left: 0% !important;
}
.demo-container img {
  transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}


.myImages {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImages:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(255, 255, 255, 0.9);
  /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #020202;
  padding: 20px 0;
  height:150px;
}

.modal-content,
caption {
  animation-name: zoom;
  animation-duration: 0.3s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

.close {
  position:inherit;
  top: 15px;
  right: 35px;
  color: #c0c0c0;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #7e7e7e;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .modal-content {
    width: 100%;
  }
  
}


.myImages {
  width: 22%;
  height: auto;
}

.responsive1 {
  width: 3%;
  height: auto;
}

.responsive2 {
  width: 10%;
  height: auto;
}

.image-link:hover {
  opacity: 0.7;
}

.image-link {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.current {
	color: red !important;
}
li.dropdown.main::marker {
    color: #ffffff00 !important;
}
li.dropdown::marker {
    color: #ffffff00 !important;
}
smaller {
    display: inline-block;
    font-size: 1.1vw;
    line-height: 1.6;
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    text-align: justify;
}

/* slideshow container*/

.zoom {
  display: inline-block; /* this is needed for inline elements */
  white-space: nowrap;
  transition: transform 0.3s ease-in-out;

}

.zoom:hover {
  transform: scale(1.4);
}

.content img {

}

.centered {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin-top: 15%;
    color: white;
  position:absolute;
    left:50%;
  transform: translate(-50%, -50%);
  
}


.slideshow-container{
    text-align: center;
  color: white;
      display: flex;
    justify-content: center;
  }

 .box1{ 
    padding-top:0%;
}
 .box2{ 
    padding-top:27vw;
}
 .box3{ 
    padding-top:54vw;
}
 .box4{ 
    padding-top:81vw;
}

.photo {
  position: absolute;
  animation: round 16s infinite;
  opacity: 0;
  width:80%!important;
  height:auto; 
  text-align: center;
  left:10%;
  }

@keyframes round {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
@-webkit-keyframes round {
  25% {
    opacity: 1;
    -webkit-opacity: 1;
  }
  40% {
    opacity: 0;
    -webkit-opacity: 0;
  }
}
img:nth-child(1) {
  animation-delay: 12s;
}
 
img:nth-child(2) {
  animation-delay: 8s;
}
 
img:nth-child(3) {
  animation-delay: 4s;
}
 
img:nth-child(4) {
  animation-delay: 0s;
}

@media only screen and (max-width: 600px) {
.content img {
  display: inline !important;
  width: 100% !important;
  height: auto !important;
}
    .sib-form .input:first-child, .sib-form .input__affix:first-child {
    padding-left: 0.5rem;
    height: 7rem !important;
    font-size: 3rem !important;
}
    .responsive2 {
  width: 7% !important;
  height: auto;
}
    .responsive0{
	width: 100% !important;
    height: auto;
}

smaller{
	font-size: 4.3rem !important;
}
    small{
	font-size: 5rem !important;
}
    h2{
	font-size: 5.0rem !important;
}
    h1{
	font-size: 5.2rem !important;
}
    main{
	font-size: 5rem !important;
}
    .menu {
	display: none;
    
    }
    h6{
	font-size: 5.2rem! important;
}

 .box2{ 
    padding-top:43vw;
}
 .box3{ 
    padding-top:86vw;
}
    .box4{
	padding-top:129vw;
}
.centered {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin-top: 18%;
    color: white;
  position:absolute;
    left:50%;
  transform: translate(-50%, -50%);
  
}
    .photo {
    width:100%;
    height:auto; 
    text-align: center;
    left:0;
    }
    .footer{
	padding-top: 55vw !important;
}
    .content_width {
    width: 100% !important;
    float: right;
}
    .instagram{
	width: 7% !important;
     display: block;
      margin: 0 auto;
}
}

@media only screen and (min-width:601px) and (max-width:800px){
.menu{
	line-height: 0.5;
}
    
}

@media only screen and (min-width:801px){
	.menu{
	line-height: 1.2;
}

}

.mobilemenu {
    position: fixed;
    width: 100% !important;
    background-color: #e0e0e0;
    text-align: center !important;
    padding: 5%;
    height: 100% !important;
}
.mobilemenutoggle {
    float: right;
    padding: 4%;
    text-decoration: underline;
}
closemenu {
    float: right;
    color: #000000;
    font-size: 4em;
    font-weight: 800;
    font-family: Nunito, Social;
}
small.mobiletext {
    font-size: 6em;
    padding: 2%;
}
h2.mobiletext {
    font-size: 6em;
    padding: 2%;
}
h1.mobiletext {
    font-size: 6em;
    padding: 2%;
}
smaller.mobiletext {
    font-size: 4em;
    padding: 2%;
}

h1.mobileheader {
    padding-left: 2%;
    padding-top: 2%;
    max-width: 50%;
}
.mobileheader {
    top:1.5em;
    padding-left: 2%;
	max-width: 65%;
     padding-bottom: 0%;
}
.mobilemenutoggle h2 {
    font-size: 4rem !important;
}

 .mobileheader h2 {
    font-size: 6.5rem !important;
}
.mobileheader small {
    font-size: 5rem !important;
}

@media only screen and (min-width: 601px) {
	.mobilemenu {
    display: none !important;
    }
    .mobilemenutoggle {
	display: none;
}
    .mobileheader {
	display: none !important;
}
    .box4{
	display: none;
}
}



.instagram > a:hover {
  opacity:0.8;
}
.instagram{
	width: 2%;
     display: block;
      margin: 0 auto;
}


.head {
    top:0em;
    vertical-align: baseline;
    position: relative;
    font-size:2vw !important;
}


.imagecontainer {
  position: relative;
}

.centered1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-wrap: nowrap;
  
}

hr {
    border: none;
    height: 3px;
    /* Set the hr color */
    color: #e0e0e0; /* old IE */
    background-color: #e0e0e0; /* Modern Browsers */
}

.sib-form .input:first-child, .sib-form .input__affix:first-child {
    padding-left: 0.5rem;
    height: 3.5vw;
    font-size: 1.5vw;
}

input#fname, #lname {
    font-size: 1.5vw;
    height: 2.5vw;
}


input[type="email"] {
   height: 2.5vw;
}

.responsive0{
	width: 74%;
    height: auto;
}
.footer{
	padding-top: 35vw;
}

[data-predefined-style="true"] h6 {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Bold", Social /*!System*/;
	font-style: normal;
	font-weight:700;
	padding: 0;
	margin: 0;
	font-size: 2.2rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
	text-rendering: optimizeLegibility;
    text-wrap: nowrap;
}

.button1 {
  transition-duration: 0.3s;
    border-radius: 4px;
    border: none;
    padding: 10px 24px;
    background-color: #e7e7e7;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.button1:hover {
  background-color: #555555; 
  color: #fff;
}


