/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2a013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html {

}

body {

  font-family: 'Space Grotesk', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: medium;

 background-image: url("../img/megawall-ev2025.jpg");
 background-color: black;
 background-repeat: no-repeat;
 background-position: center top; /* Center the image */
 background-size: cover;

}



.center {
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;

min-height: 400px;
}

.full-width {

}


h1 {
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
display: inline-block;
}
.fa-times:before, .fa-bars:before {
/* color: white; */
}

abbr {
text-decoration: unset;
text-decoration: none;
border-bottom: 1px #FCF775 dotted !important;
}

.left{
height: 600px;
width: 100%;
margin-top: -50px;
}

.ufo{
background: url(../img/ufo.png); 
background-color: rgb(66,121,9,1);
  background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
height: 600px;
}

/* linear-gradient(76deg, rgba(2,0,36,1) 0%, rgba(66,121,9,1) 0%, rgba(0,255,124,1) 100%); */

.float-left2{
	width: 30%;
	min-width: 200px;
	max-width: 400px;
	margin-right: 40px;
	margin-left: 20px;
	margin-bottom: 40px;
	padding-top:18px;
	float: left;
	border-style: solid;
	border-width: 0px;
	border-color: #f0eded;
	padding: 5px;
	text-align: left;

clear:both;
  transform: rotate(-2deg);
}

.float-right {
	width: 30%;
	min-width: 200px;
	max-width: 400px;
	margin-right: 20px;
	margin-left: 40px;
	margin-bottom: 40px;
	padding-top:18px;
	float: right;
	border-style: solid;
	border-width: 0px;
	border-color: #f0eded;
	padding: 5px;
	text-align: right;

clear:both;
  /* transform: rotate(2deg); */
}

.float-right-alt {
	width: 30%;
	min-width: 200px;
	max-width: 400px;
	margin-right: 20px;
	margin-left: 40px;
	margin-bottom: 40px;
	padding-top:18px;
	float: right;
	border-style: solid;
	border-width: 0px;
	border-color: #f0eded;
	padding: 5px;
	text-align: right;

clear:both;
  transform: rotate(-2deg);
}

.float-right-alt-clearnone {
	width: 30%;
	min-width: 200px;
	max-width: 400px;
	margin-right: 20px;
	margin-left: 40px;
	margin-bottom: 40px;
	padding-top:18px;
	float: right;
	border-style: solid;
	border-width: 0px;
	border-color: #f0eded;
	padding: 5px;
	clear:none;
	text-align: right;

  transform: rotate(2deg);
position: relative;
color: white;
}

.float-right-level {
	width: 30%;
	min-width: 200px;
	max-width: 400px;
	margin-right: 20px;
	margin-left: 40px;
	margin-bottom: 40px;
	padding-top:18px;
	float: right;
	border-style: solid;
	border-width: 0px;
	border-color: #f0eded;
	padding: 5px;
	text-align: right;

clear:both;
  transform: rotate(0deg);
}
p {
	
	font-size: 130%;
}

.lead {
	margin-top: 20px;
	font-size: 130%;
}



.float-left {
	width: 30%;
	min-width: 400px;
	margin-right: 40px;
	margin-bottom: 40px;
	padding-top:18px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #f0eded;
	padding: 5px;
	text-align: left;
clear:both;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    
}

.text-vertical-center h1 {
    margin: auto;
    padding: 0;
    padding-bottom: 10px;
    font-size: 3.5em;
    font-weight: 700;
    color: #eff5f5;
    background-color: rgba(0,0,0,0.7) ;
    width:45%;
	text-align: center;
 }
 
 .text-vertical-wide h1 {
    padding: 50px 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: 700;
    color: #eff5f5;
    background-color: rgba(0,0,0,0.7) ;
    width:45%;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-left: auto;
 }
 
 .bg-primary {
background-color: black; 

height: auto;
color: white;
 }

.bg-starwars {
background: url(../images/snake_bg.jpg) repeat top center scroll;width:100%;
height: auto;
color: white;
}

.bg-space {

}
 
 a {
color: white;
  text-decoration: none;
border-bottom: 1px #FCF775 dotted;
}

 a:visited {
 color: white;
  text-decoration: none;
}

 a:active {
 color: white;
  text-decoration: none;
}



 a:hover {
 color: #FCF775;
 text-decoration: underline;
border-bottom: none;
}

 a.light{
 color: black;
 text-decoration: none;
border-bottom: 1px black dotted;
}
 .light:link{
 color: black;
 text-decoration: none;
border-bottom: 1px #FCF775 dotted;
}

 .light:hover {
 color: #26823A;
 text-decoration: none;
border-bottom: 0px #FCF775 dotted;
} 


 a.dark{
 color: white;
 text-decoration: none;
border-bottom: 1px #FCF775 dotted;
}
 .dark:link{
 color: white;
 text-decoration: none;
border-bottom: 1px #FCF775 dotted;
}

 .dark:hover {
 color: #FCF775;
 text-decoration: none;
border-bottom: 0px #FCF775 dotted;
color: white;
} 

.panelOpen a{
 color: white;
 text-decoration: none;
border-bottom: 1px #FCF775 dotted;
}
 .panelOpen a:link{
 color: white;
 text-decoration: none;
border-bottom: 1px #FCF775 dotted;
}

 .panelOpen a:hover {
 color: #FCF775;
 text-decoration: none;
border-bottom: 0px #FCF775 dotted;
} 

.panel a{
 color: white;
 text-decoration: none;
border-bottom: 1px #FCF775 dotted;
}
 .panel a:link{
 color: white;
 text-decoration: none;
border-bottom: 1px #FCF775 dotted;
}

 .panel a:hover {
 color: #FCF775;
 text-decoration: none;
border-bottom: 0px #FCF775 dotted;
} 






 a.button {
 color: white;text-decoration: none;
border-bottom: none;
 
}

.fa-stack {
border-bottom: none;
}

.fa-stack:hover {
	color: #1e69b3;
	  text-shadow: 0 0 30px black;
border-bottom: none;
}
.fa-stack-1x:hover {
color: #FBF454;
}



 .background {
background-color: rgba(0,0,0,0.7) ; 
    margin: auto;
    padding: 20px;
    width: 70%;
    color: white;

 }

.text-vertical-center h3 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #eff5f5;
 }


.text-primary {
color: #414143; 

}

/* Custom Button Styles */

a.btn-dark {
    border-radius: 0;
    color: black;
    background-color: #ffff00; 
    border-bottom: 0px #FCF775 dotted;
}

a.btn-dark:hover,
a.btn-dark:focus,
a.btn-dark:active {
    color: white;
    background-color: #1e69b3;
   transition: all 0.5s ease;
border-bottom: 0px #FCF775 dotted;
}

.btn-green {
    border-radius: 0;
    background-color: black;
color: black;
   transition: all 0.5s ease;

}

.btn-green:hover,
.btn-green:focus, 
.btn-green:active {
    color: white;
    background-color: #26823A;
   transition: all 0.5s ease;

}

a.btn-light {
color: black !important;
    background-color:  #ffff00;
border-bottom: 0px #FCF775 dotted !important;
}



a.btn-light:hover,
a.btn-light:focus,
a.btn-light:active {
	color:  #ffff00 !important;
    background-color: black;
border-bottom: 0px #FCF775 dotted !important;
   transition: all 0.5s ease;
}


/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
	color: #414143;
background-color: #414143;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 9000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #202124;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
top:0;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion:after {
  content: '\f063';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
  color: white;
  float: right;
	font-size: 180%;
  margin-left: 5px;
margin-top: 0px;
}

.accordion.active:after {
  transform: rotate(135deg);
transition: 0.2s ease transform;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 60px;
    border-bottom: 1px dotted white;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: white;
border-bottom: none;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: white;
    background: #1e69b3;
border-bottom: none;
transition: 0.6s;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
border-bottom: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: white;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 15px 15px 0 0;
    font-size: 30px;
}

/* Header */


.text-center-block {

/* background-color: black; */
}

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 20%;
       background: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;	
    margin-bottom: 0;
    

}

.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 80%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}

.vimeo-wrapper iframe {
		z-index:-1;
   width: 100%;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   overflow: hidden;
   transform: translate(-50%, -50%);
   
}



.header2 {
    display: table;
    position: relative;
    width: 100%;
    height: 20%;
  /* background: url(img/conspiracy_bg_alt.jpg) no-repeat center center fixed; */
    background: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}



.imageCycle1{
    /* background:url(../img/beach.jpg); */ 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.imageCycle2{
    /* background:url(http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Knysnasunset.jpg/250px-Knysnasunset.jpg); */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}


/* About */

.about {
    z-index: 9;
    margin-top: 2%;
    margin-bottom: 1%;

    padding: 0px 0 50px 0;
margin-top: 0;
margin-bottom: 0;
z-index: 99;
position: relative;


color: #FCF775;

}



.character_bar {
position: relative;
z-index:999;
display: inline-block;
}

.character_bar:before {
    content: url("background-image:url(../img/ev_character_bar.png);");
}


.spacer {
	padding-top: 20px;
padding-bottom: 20px;

background-color: rgba(30,105,179,0.8);

border-radius: 25px;
	
}
/* Services */

.services {
    padding: 0px 0 50px 0;
margin-top: 0;
margin-bottom: 0;
z-index: 99;
position: relative;
background-color: transparent; 
color: #FCF775;
}

.service-item {
    margin-bottom: 30px;

}

/* Callout */

.callout {
    display: table;
   /*  width: 100%; */
    height: 300px;
    color: #fff;
padding: 8px;
}

.hiker-main {
    background: url(../img/hiker_main.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-position: bottom;
	z-index: 9;
	position: relative;
}

.disco-main {
    background: url(../img/disco-main.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-position: bottom;
	z-index: 9;
	position: relative;
}

.venturers-hiking{
    background: url(../img/_venturers-hiking-3.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-position: top;
	z-index: 9;
	position: relative;
}

.trophy-winner{
    background: url(../img/_winners.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-position: center;
	z-index: 9;
	position: relative;
}

.disco-main2 {
    background: url(../img/disco-2024.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-position: bottom;
	z-index: 9;
	position: relative;
}


.party-main {
    background: url(../img/party_main.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-position: middle;
	z-index: 9;
	position: relative;
}

.jelly-main {
    background: url(../img/jelly_main.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-position: middle;
	z-index: 9;
	position: relative;
}

.hiker-main2 {
    background: url(../img/hiker_main2.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-position: middle;
	z-index: 9;
	position: relative;
}


.callout h1 {
    padding-top: 10px;
	font-size: 2.5em;}

/* Portfolio */

.portfolio {
    padding: 50px 0;
color: white;
    background-color: #0071A5;
	z-index: 9;
	position: relative;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 0;
  background-color: #1e69b3;
position: relative;
border-radius: 25px;
}

.call-to-action-small {	z-index: 9;
    padding: 5px 0;
margin-top: -100px;
}
.call-to-action .btn {
    margin: 10px;
}
.indent {
	margin-left: 40px;
	padding-left: 10px;
border-left: 4px;
  border-left-style: solid;
	
}
/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 0;
  /*  background: url(../images/jungle_bg_main.jpg) repeat-y center bottom scroll; */
margin-top: 100px;
padding-bottom: 100px;
	z-index: 9;
	position: relative;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}


.creepster {
    
    font-family: 'Creepster', cursive;
    
}

.space-grotesk-title {
font-size: 1.6em;;
color: white;
  font-family: "Minecraft", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
margin-bottom: -100px;
}

.logo {
width: 210vh; max-width: 400px; padding-left: 20px; pading-right: 20px; margin-top: 100px;

}
.date {
color: white;

}

.larger {

font-size: 130%;

}


.page-scroll .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

.page-scroll .btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.btn-circle {
  width: 90px;
  height: 90px;
  border-radius: 60px;
  font-size: 40px;
  color: #ffff00;
  -webkit-transition: background .4s ease-in-out;
  -moz-transition: background .4s ease-in-out;
  transition: background .4s ease-in-out;
  margin-top: 15px;
  background: rgba(0, 0, 0, 0.8);
}

.btn-circle:hover, .btn-circle:focus {
  outline: 0;
  color: white;
  background: rgba(0, 0, 0, 0.8);
}

.zoom{
	overflow: hidden;
	padding-bottom: 1%;
}
.zoom img{
	position: fixed;
	top: 0%;
	left: 50%;
	max-width: 120%;
	width: 100%;
	float: left;
	margin: auto;
	transform: translateX(-50%);
	/* -- Thanks  @bastian_fiessinger. Use when activating blur effect:
	will-change: -webkit-filter, filter, transform; */
}

@media (max-width: 4000px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  .logo {
min-width: 100px; max-width: 500px; margin-bottom: 0px;  padding: 0px;  margin-top: 100px;
		}
	}	
.about {
    padding: 0;
    z-index: 9;

    margin-top: -150px;
    margin-bottom: 00px;
width: 100%;


}



@media (max-width: 1200px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  .logo {
min-width: 100px; max-width: 400px;  margin-bottom: 0px;  padding: 0px; margin-top: 100px;
		}
	}	
.about {
    padding: 0;
    z-index: 9;

    margin-top: -150px;
    margin-bottom: 00px;
width: 100%;


}



@media (max-width: 1050px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  .logo {
min-width: 100px; max-width: 300px;  margin-bottom: 0px;  padding: 0px; margin-top: 100px;
		}
		


}


@media (max-width: 500px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  .logo {
min-width: 90px; max-width: 200px;  margin-bottom: 0px;  padding: 0px; margin-top: 100px;
		}
}		
.about {

	width: 100%;

}






.col-lg-12 {


color: white;
margin-bottom: 5px;
}



.accordion {
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
	background-color: #1e69b3;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}

.accordion:hover {
color: white;

}



.panel {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-top: 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #67676b;
margin-top: -40px;
border-radius: 25px;
}

.panel-theme {
  padding: 0 18px;
  padding-top: 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #414143;
margin-top: -5px;
background-color: rgba(0,0,0,0.6);
}



.panelOpen {
  padding-left:30px;
  padding-right:20px;
  padding-top: 0px;
padding-bottom: 10px;
/* background-color: rgba(0,0,0,0.8); */
background-color: #1e69b3;
	height: 100%;
margin-bottom: 40px;
z-index: 9;
position: relative;
border-radius: 25px;

}

.panelOpen-Theme {
  padding-left:30px;
  padding-right:20px;
  padding-top: 0px;
padding-bottom: 10px;
background-color: rgba(0,0,0,0.8);
	height: 100%;
margin-bottom: 40px;
z-index: 9;
position: relative;
border-radius: 25px;

}

.panelClosed {
  padding: 0 !important;
  padding-top: 5px;
  background-color: #0071A5;

}

.panelOpen h2 {

padding-bottom: 20px;

}


.panel:after {


}

button span {

font-size: 160%;

}

.flexcontainer {
  display: flex;
flex-direction: row;
  flex-wrap: wrap;
flex-flow: space-around;
  justify-content: space-around;

}

.flexitem {
  width: 30%;
min-width: 300px;
  padding-bottom: 2%; /* 32:18, i.e. 16:9 */
  margin-bottom: 2%; /* (100-32*3)/2 */
	padding: 10px;
text-align: center;
}

.flexitemwide {
  width: 40%;
min-width: 300px;
  padding-bottom: 2%; /* 32:18, i.e. 16:9 */
  margin-bottom: 2%; /* (100-32*3)/2 */
	padding: 10px;
text-align: center;
}

.trophy {

display: flex;
text-align: center;
color: #ffff00;
font-size: 300%;
margin-bottom: 20px;
  text-shadow: 0 0 30px black;
}

.trophycenter {
  margin: auto;
  width: 100%;
  font-size: 150%;
  padding: 10px;
  text-align: center;
}

.trophyhover:hover {
background-color: #5d5d5d;
transition: all 0.5s ease;
border-radius: 6px;
}


.closeBtn {
color: white !important;
width: 60px !important;
height: 60px !important;
text-indent: 0px !important;
}

.themes {
width: 100%;
}

.themes td {
padding: 10px;
border-bottom: 1px white dotted !important;
}

.themes tr:hover {
background-color: #1e69b3;
transition: all 0.3s ease;
color: white;
}







