 /* EDUCAUSE Review Longform Series
  * Design and CSS by Scott Ladzinski
  * Article Written by John O'Brien
  * Article Written by Teddy Diggs
 */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Bitter:400,700);
@import url(https://fonts.googleapis.com/css?family=Khula:300,400,600,700,800);

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Open Sans", arial;
    font-weight: 400;
    font-size: 1.9rem;
    color: #000;
    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

sup { 
    vertical-align: super;
    font-size: .4em;
}

.container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Khula", sans-serif;
	font-weight: 400;
}

h2 {
	font-size: 40px;
}

h3 {
	font-weight: bold;
	color: #555555;
}

.photo-credit-white {
	color: rgba(255,255,255,1);
	font-family: "Bitter", arial;
	font-size: 1.1rem;
	padding: 0px 0 5px 0 !important;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.photo-credit-gray {
	color: rgba(44,44,44,1);
	font-family: "Bitter", arial;
	font-size: 1.1rem;
	padding: 0px 0 5px 0 !important;
	text-align: center;
}


/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */

.menu {
	position: fixed;
	right: -340px;
	width: 400px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 355px;
	height: 100%;
}

.menu h1.logo a {
	font-family: "Bitter", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 2.3rem;
	line-height: 40px;
	margin: 25px 30px 0px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */
.vid-overlay {
	background-color: rgba(0,0,0,.3);
	min-height: 600px;
}

#video-sec {
	min-height: 600px;
	xbackground-color: black;
	text-align: left !important;
}

.margin-maker {
	margin-top: 55px;
}

#video-sec h1 {
	font-size: 3em;
	padding: 25px 25px 15px 25px;
	color: white;
	text-align: left !important;
	display: inline-block;
}

#video-sec h2 {
	font-size: 1.8em;
	padding: 15px 15px 0px 15px;
	margin-bottom: 0px;
	color: white;
	text-align: left;
	display: inline-block;
}

#video-sec h3 {
	font-size: 1.1em;
	padding: 15px 25px 15px 15px;
	margin:0;
	color: white;
	text-align: left;
	display: inline-block;
	font-weight: normal;
}

.text-bg-color-red {
	background-color: rgba(90,3,28,.8);
	margin-bottom: 0px;
	text-align: left;
}

.text-bg-color-purp {
	background-color: rgba(19,10,43,.8);
	margin-top: 0px;
}

.text-bg-color-turq {
	background-color: rgba(18,69,86,.8);
	margin-top: 0px;
}

.text-bg-color-yellow {
	background-color: rgba(157,85,29,.8);
	margin-top: 0px;
}

.text-bg-color-red-100 {
	background-color: rgba(141,7,42,1);
	display: inline-block;
	text-align: left;
	color: #ffffff;
	padding:15px 15px 5px 15px;
}

.text-bg-color-turq-100 {
	background-color: rgba(18,69,86,1);
	display: inline-block;
	text-align: left;
	color: #ffffff;
	padding:15px 15px 5px 15px;
}

.text-bg-color-yellow-100 {
	background-color: rgba(157,85,29,1);
	display: inline-block;
	text-align: left;
	color: #ffffff;
	padding:15px 15px 5px 15px;
}

.text-bg-color-purple-100 {
	background-color: rgba(27,23,41,1);
	display: inline-block;
	text-align: left;
	color: #ffffff;
	padding:15px 15px 5px 15px;
}

.header-parallax-window h1 {
	font-size: 4.55em;
	padding: 0;
	color: white;
	xtext-shadow: 2px 2px 2px #000;
	xbackground-color: rgba(0,0,0,.3);
}

.header-parallax-window h2 {
	font-size: 1.8em;
	padding-top: 0px;
	margin-top: 0px;
	color: white;
}

.header-parallax-window h3 {
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	color: white;
	text-align: center;
	font-weight: normal;
}

.header-parallax-window {
    min-height: 600px;
    background: transparent;
    top:0px !important;
    padding-top: 0px;
    margin-top: 0px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
}

.image-left {
    float: left;
    clear: both;
    width: 48%;
    position: relative;
    padding-bottom: 2.25rem;
    padding-right: 1.5rem;
}

.image-right {
    float: right;
    clear: both;
    width: 48%;
    position: relative;
    padding-bottom: 2.25rem;
    padding-left: 1.5rem;
}

.first-character {
  color: rgba(90,3,28,1);
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 3px;
  padding-left: 3px;
}

.pullquote {
	font-size: 2.5rem;
	border-left: 4px solid #666666;
	padding-right: 15px;
	border-right: 4px solid #666666;
	padding-left: 15px;
	margin-top: 10px;
}

.pullquote p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 1.8rem;
}

.audio-right {
    float: right;
    clear: both;
    width: 50%;
    position: relative;
    padding-bottom: 2.25rem;
    padding-top: 25px;
    height: 150px;
}

.audio-right iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    padding-bottom: 2.25rem;
    padding-left: 2.25rem;
}

.audio-left {
    float: left;
    clear: both;
    width: 50%;
    position: relative;
    padding-bottom: 2.25rem;
    padding-top: 25px;
    height: 150px;
}

.audio-left iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    padding-bottom: 2.25rem;
    padding-right: 2.25rem;
}

.inline-padding-nulify {
	padding-left: 0px !important;
}

.mobile-phone-text span {
	background-color: rgba(0,0,0,.8);
	width: 100%;
	text-align: center;
	display: block;
	padding: 15px;
	font-size: 2rem;
}

.parallax-window {
    min-height: 490px;
    background: transparent;
    background-attachment: fixed;
}

.parallax-window p {
    color: white;
    padding: 20px 0 20px 0;
}

.parallax-window-segway {
    min-height: 500px;
    background: transparent;
}

.parallax-window-segway p {
    color: white;
    padding: 20px 10px 20px 10px;
    text-align: center;
    background-color: rgba(0,0,0,.7);
    font-size: 3rem;
    margin-top: 0;
}

.mask-bg {
	background-color: rgba(0,0,0,.6);
	min-height: 490px;
}

.skate {
	position:fixed;
	background-image: url(../img/skates.png);
	background-repeat: no-repeat;
	height:262px;
	width:164px;
	z-index: 0;
	opacity: .3;
}

.lax-pass-through {
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
}

.lax-pass-through h2 {
	font-size: 3em;
	padding-top: 60px;
	color: white;
	text-shadow: 2px 2px 2px #000;
}

.lax-pass-through p {
	color:white;
	padding: 30px;
}

.border-lines {
	text-align: center;
	font-size: 2.1rem;
	padding: 2.5rem 0 1rem 0;
	margin: 0 0 1.5rem 0;
	border-top: 1px gainsboro solid;
	border-bottom: 1px gainsboro solid;
}

.image-row-spacing {
	text-align: center;
	font-size: 2.1rem;
	padding: 2.5rem 0 1rem 0;
	margin: 0 0 1.5rem 0;
}

.outquote {
	padding: .5rem 2rem .5rem 2rem;
	font-size: 1.8rem;
	margin: 0;
	xfont-style: italic;
	color: #555555;
	xborder-top: 1px silver solid;
	xborder-bottom: 1px #333333 solid;
}

#headerwrap {
	background: url(../img/back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 50px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 8rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	border-bottom: 1px solid white;
}

#headerwrap h2 {
	color:#ffffff;
	padding-top: 10px;
	text-shadow: 1px 1px 1px #000;
}

.er-logo {
	text-align: center;
}

#introwrap, #introquote {
	margin-top: 25px;
	margin-bottom: 5px;
}



/* Separator About - Parallax Section */
.sep {
	background-attachment: fixed;
	background-position: 20% 0;
	background-repeat: no-repeat;
	height: 450px;
	position: relative;
}
.about {
	width:100%;
}

/* Paleofuture Wrap Section */
#paleofuture {
	display: block;
	margin-top: 5rem;
	margin-bottom: 5rem;
}
#paleofuturewrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 50px;
}
#paleofuturewrap i {
	font-size: 50px;
}

#paleofuturewrap .proc:hover {
	background-color: #eee;
	border-bottom: solid 2px #2f2f2f
}

.mt {
	margin-top: 50px;
}

.mb {
	margin-bottom: 60px;
}



.proc {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px transparent;
}

/* Service Wrap */
#servicewrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
}

#servicewrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

.service {
	text-align: left;
}

.service small {
	font-size: 12px;
	font-weight: bold
}

.service i {
	float: left;
	margin-right: 15px;
	font-size: 30px;
	vertical-align: middle;
}

.service .text {
	color: #767676
}

/* Testimonials Wrap */
#testimonials {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
	background-color: #f3f3f3;
}

/* Contact Wrap */
#contactwrap {
	background-color: #2f2f2f;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#contactwrap p {
	color: #f2f2f2;
}

#contactwrap small {
	font-size: 13px;
}

.contact {
	background-image: url(../img/contact-sep.jpg);
}

#contactwrap label {
	color: #f2f2f2;
	margin-top: 10px;
}


/* Gallery Configuration */
.photo-gallery {
	
}

.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #2f2f2f;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper {
  background-color: #2f2f2f;
	background-image:url(../img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}
.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}

.desc {
	margin-top: 25px;
}

.half-width-left {
	width:50%;
	float: left;
	padding-right: 2rem;
	padding-bottom: 1rem;
}

.img-right {
	width:100%;
	float: right;
	padding-left: 0rem;
}

.img-left {
	width:100%;
	float: left;
	padding-left: 0rem;
}

.img-byline {
	font-size: 1rem;
	color: gray;
	letter-spacing: .25rem;
	padding-top: 0px;
	margin-top: 1px;
}

.bottom-spacing {
	padding-bottom: 2rem;
}

.half-size-right {
	width:47%;
	margin-left:3%;
	float:right;
}

@media (max-width: 450px) {

#video-sec h1 {
	font-size: 2.4rem;
	padding: 15px 15px 5px 15px;
}

#video-sec h2 {
	font-size: 1.1em;
	padding: 15px 15px 0px 15px;
}

#video-sec h3 {
	font-size: .8em;
	padding: 10px 15px 5px 15px;
}


.quote {
	display: none;
}

.header-parallax-window h1 {
	font-size: 2.55em;
	padding-bottom: 20px;
}

.header-parallax-window h2 {
	font-size: 1.25em;
}

.parallax-window-small {
    height: 250px;
    width: 250px !important;
    padding-bottom: 50px;
}

.photo-gallery {
	display:none;
}

.outquote {
	display:none;
}

#headerwrap h1 {
	font-size:6rem;
}

#headerwrap h2 {
	font-size:2.5rem;
}

}



@media (max-width: 600px){

.audio-right {
    float: center;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 2.25rem;
    padding-top: 25px;
    height: 150px;
}

.audio-right iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    padding-bottom: 2.25rem;
    padding-left: 0rem;
}

.audio-left {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 2.25rem;
    padding-top: 25px;
    height: 150px;
}

.audio-left iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    padding-bottom: 2.25rem;
    padding-left: 0rem;
}

.600-hide {
	display:none !important;
}

}

@media (max-width: 800px) {

#video-sec {
    min-height: 480px;	
}

h2 {
	font-size: 30px !important;
}

.header-parallax-window {
    min-height: 480px;
}

.safety-image {
	background-image: url(../img/mobile-image.jpg);
	background-size: cover;
}

#video-sec h1 {
	font-size: 2.1em;
	padding: 25px 25px 15px 25px;
	color: white;
	text-align: left !important;
	display: inline-block;
}

#video-sec h2 {
	font-size: 1.1em;
	padding: 15px 15px 0px 15px;
	margin-bottom: 0px;
	color: white;
	text-align: left;
	display: inline-block;
}

#video-sec h3 {
	font-size: .85em;
	padding: 15px 25px 15px 15px;
	margin:0;
	color: white;
	text-align: left;
	display: inline-block;
	font-weight: normal;
}

}

@media (max-width: 2000px) {

    .xxhideonmobile { display: none; }

}

@media (min-width: 1200px) {

}



/*------------- OVERRIDE STYLES --------------*/


.fotorama__caption__wrap {
	text-align: center;
	width: 100%;
	background-color: rgba (255,255,255,.8) !important;
	xpadding-bottom: 12px !important;
	border-bottom:1px gainsboro solid;
	border-right:1px gainsboro solid;
	border-left:1px gainsboro solid;
}

