body {
    background-color: #000;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    position: relative;
    margin: 0;
}

body:after{
 display:none;
 content: url(phoneanimation/phone1.png) url(phoneanimation/phone2.png) url(phoneanimation/phone3.png) url(phoneanimation/phone4.png) url(phoneanimation/phone5.png) url(phoneanimation/phone6.png) url(phoneanimation/phone7.png) url(phoneanimation/phone8.png) url(phoneanimation/phone9.png) url(phoneanimation/phone10.png) url(phoneanimation/phone11.png) url(phoneanimation/phone12.png) url(phoneanimation/phone13.png) url(phoneanimation/phone14.png) url(phoneanimation/phone15.png) url(phoneanimation/phone16.png) url(phoneanimation/phone17.png) url(phoneanimation/phone18.png) url(phoneanimation/phone19.png) url(phoneanimation/phone20.png) url(phoneanimation/phone21.png) url(phoneanimation/phone22.png) url(phoneanimation/phone23.png) url(phoneanimation/phone24.png) url(phoneanimation/phone25.png) url(phoneanimation/phone26.png) url(phoneanimation/phone27.png) url(phoneanimation/phone28.png) url(phoneanimation/phone29.png) url(phoneanimation/phone30.png);
}

/* GLOBAL */

#navbg {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0px;
    left: 0px;
    z-index: 5;
    background: url(images/navbackground.png) repeat-x;
}

a.home {
    color: #fff;
    text-decoration: none;
        -webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

#navigation.new a.home {
    color: #0e0e0e;
    text-decoration: none;
}
#navigation {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 80px;
    z-index: 99;
    color: #ffffff;
    -webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
    text-decoration: none;
}

#navigation.new {
    background: url() #FFFFFF;
    border-bottom: 0px solid #191919;
    color: #0e0e0e;
    height: 80px;
    -webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

#navigation #links {
    float: right;
    padding: 0 20px 0 0;
}


#navigation #links a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: lowercase;
    line-height: 28px;
    position: relative;
    text-align: right;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    width: auto;
    color: #FFF;
    margin-top:25px;
    margin-left:30px;
        -webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

#navigation #links a:hover {
    color: #FFF;
}

#links ul {
    margin: 0;
padding: 0;
}
#links li {
    display: inline;
    list-style: none;
    margin: 0;
padding: 0;
}
#navigation #links a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#navigation #links a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#navigation.new #links a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: lowercase;
    line-height: 28px;
    position: relative;
    text-align: right;
    vertical-align: middle;
    text-decoration: none;
    color: #0e0e0e;
    display: inline-block;
    width: auto;
    margin-top:25px;
    margin-left:30px;
}

#navigation.new #links a:hover {
    color: #0e0e0e;
}
#navigation.new #links a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0e0e0e;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#navigation.new #links a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.active, a.active:before {
    color: #FF0000;
}

#navigation .logo {
    width: auto;
    padding: 0 0 0 20px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 80px;
    
}



/* HOMEPAGE */

#vidbackground {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: 2;
    opacity: 0.8;
}

#info {
    position: absolute;
          top: 300px;
    left: 50%;
    width: 100%;
 transform: translateX(-50%);
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-shadow: 0 0 40px #3D3D3D;
    color: #FFF;
    z-index: 12;
    line-height: 26px;
    text-align: center;
}

#info h1 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    
}
#about {
    position: relative;
    top: -3px;
    left: 0px;
    width: 100%:
    height: auto;
    background-color: #f4f4f4;
}

.aboutcontent {
    color: #141414;
    padding: 50px;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    text-align: justify;
    font-size: 15.8px;
    line-height: 24px;
}


#charactersbox {
    position: relative;
    left: 0px;
    top: -5px;
    width: 100%;
    height: auto;
    background-color: #fff;
    float: left;
    margin-bottom: -5px;
}

.characterleft {
    float: left;
}
.characterright {
    float:right;
}

/* CHARACTER HOVER */
.grid {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;

	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: default;
}

.grid figure img {
	position: relative;
	display: block;
	
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 87.3%;
	height: 72.5%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
    font-family: Open Sans;
}

.grid figure p {
	font-size: 68.5%;
    font-family: Open Sans;
}

figure.effect {
	background: #575757;
}

figure.effect img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect figcaption {
	text-align: left;
}

figure.effect h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.effect h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
    text-transform: none;
    font-size: 16px;
}

figure.effect:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* CHOOSE */

#choosecontainer {
    width: 1000px;
    height: 625px;
    top: 100px;
    left: 50%;
    margin-left: -500px;

    position: absolute;
    background: url(images/nav/shadow.png) no-repeat bottom center;
}

.center {
    margin-left: 190px;
}
a.theo {
    width: 266px;
    height: 600px;
    display: inline-block;
    background: url(images/nav/theo.png);
    -webkit-transition: background .5s ease-in-out;
-moz-transition: background .5s ease-in-out;
-ms-transition: background .5s ease-in-out;
-o-transition: background .5s ease-in-out;
transition: background .5s ease-in-out;
    z-index: 3;
}

a.theo:hover {
    background: url(images/nav/theoglow.png);
}
a.david {
    position:  relative;
    width: 247px;
    height: 405px;
        display: inline-block;
    background: url(images/nav/david.png);
    -webkit-transition: background .5s ease-in-out;
-moz-transition: background .5s ease-in-out;
-ms-transition: background .5s ease-in-out;
-o-transition: background .5s ease-in-out;
transition: background .5s ease-in-out;
    z-index: 4 !important;
    margin-left: -100px;
    margin-bottom: -5px;
}
a.david:hover {
    background: url(images/nav/davidglow.png);
}
a.daniela {
    position:  relative;
    width: 262px;
    height: 600px;
        display: inline-block;
    background: url(images/nav/daniela.png);
    -webkit-transition: background .5s ease-in-out;
-moz-transition: background .5s ease-in-out;
-ms-transition: background .5s ease-in-out;
-o-transition: background .5s ease-in-out;
transition: background .5s ease-in-out;
    z-index: 3 !important;
    margin-left: -160px;
    margin-bottom: -10px;
}

a.daniela:hover {
    background: url(images/nav/danielaglow.png);
}
a.ren {
    width: 239px;
    height: 567px;
        display: inline-block;
    background: url(images/nav/ren.png);
    -webkit-transition: background .5s ease-in-out;
-moz-transition: background .5s ease-in-out;
-ms-transition: background .5s ease-in-out;
-o-transition: background .5s ease-in-out;
transition: background .5s ease-in-out;
    z-index: 2;
    margin-left: -130px;
}

a.ren:hover {
    background: url(images/nav/renglow.png);
}

#theobg {
    background: url(images/nav/theglow.png) no-repeat -9999px -9999px;
}
#danielabg {
    background: url(images/nav/danielaglow.png) no-repeat -9999px -9999px;
}
#renbg {
    background: url(images/nav/renglow.png) no-repeat -9999px -9999px;
}

#davidbg {
    background: url(images/nav/davidglow.png) no-repeat -9999px -9999px;
}

#quizoverlay {
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: url(images/darkbg.png);
    overflow: auto;
    display: none;
}

#quiz {
    width: 500px;
    position: relative;
    left: 50%;
    margin-left: -250px;
    top: 150px;
    display: block;
    height: 500px;
}
/* MODAL */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#chooseplease {
    width: 500px;
    height: auto;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    padding: 0 20px 0 20px;
}
#chooseplease h1 {
        font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

#chooseplease p {
    margin-top: -3px;
    text-align: justify;
    font-size: 16px;
}

#chooseplease a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 28px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #0e0e0e;
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
    font-weight: 700;
}

#chooseplease a:hover {
    color: #0e0e0e;
}
#chooseplease a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0e0e0e;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#chooseplease a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#choosecontainer a span {
    display: inline-block;
    float: left;
    opacity: 0;
    background-color: none;
    font: 18px 'Open Sans';
    position: relative;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 99 !important;
        -webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
    text-decoration: none;
    padding: 5px;
}

#choosecontainer a:hover span {
    display: inline-block;
    float: left;
    opacity: 1;
    height: auto;
}



/* VIDEO STYLING */

    #vid {
   position: fixed;
   top: 0; 
   right: 0; 
   bottom: 0; 
   left: 0;
   overflow: hidden;
        width: 100%;
        height: 100%;
    }

#vid video {
    top: 80px;
    position: relative;
    width: 100%;
        height: -moz-calc(100% - 120px);
    height: -webkit-calc(100% - 120px);
    height: calc(100% - 120px);
    max-height: 100%;
    max-width: 100%;
    background-color: #121212;
    z-index:16;
}

#countdown {
    position: fixed;
    bottom: 0px;
    height: 40px;
    line-height: 40px;
    font-family: 'Open Sans';
    font-size: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
}

#countdown button {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: auto;
    padding: 0 10px 0 10px;
    margin-left: 20px;
    text-decoration: none;
    color: #FFF;
    background-color: #000;
    border: none;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
    cursor: pointer;
}

#countdown ul {
    margin: 0;
padding: 0;
}
#countdown li {
    display: inline;
    list-style: none;
    margin: 0;
padding: 0;
}

#countdown button.nathan:hover, #countdown button.nathan.active {
    background-color: #2465dc;
}

#countdown button.logan:hover, #countdown button.logan.active {
    background-color: #34c234;
}

#countdown button.claire:hover, #countdown button.claire.active {
    background-color: #c424dc;
}

#countdown button.caroline:hover, #countdown button.caroline.active {
    background-color: #dca224;
}
b.blue {
    color: #2465dc;
}
b.orange {
    color: #dca224;
}
b.pink {
    color: #c424dc;
}
b.green {
    color: #34c234;
}

/* POPUPS */

#carolinetext {
    position: absolute;
    top: 95px;
    right: 45px;
    width: 300px;
    background-color: #FFF;
    padding: 10px;
    display: none;
-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    z-index: 2147483647;

}

#carolinetext .right {
    -webkit-border-radius: 20px;
border-radius: 20px;
    background-color: #178dfa;
    font: 12px Open Sans;
    color: #FFF;
    width: auto;
    margin-bottom: 10px;
    max-width: 220px;
    padding: 10px;
    animation: carolinetextright 10s;
    float: right;
    display: block;
}
#carolinetext .left {
    -webkit-border-radius: 20px;
border-radius: 20px;
    background-color: #e5e4ea;
    font: 12px Open Sans;
    color: #000;
    width: auto;
    max-width: 220px;
    padding: 10px;
    float: left;
    display: block;
    animation: carolinetextleft 10s ease-in-out;
}

#carolinetext .right2 {
    -webkit-border-radius: 20px;
border-radius: 20px;
    background-color: #178dfa;
    font: 12px Open Sans;
    color: #FFF;
    width: auto;
    margin-bottom: 10px;
    max-width: 220px;
    padding: 10px;
    animation: carolinetextleft 10s;
    float: right;
    display: block;
}
#carolinetext .left2 {
    -webkit-border-radius: 20px;
border-radius: 20px;
    background-color: #e5e4ea;
    font: 12px Open Sans;
    color: #000;
    width: auto;
    max-width: 220px;
    padding: 10px;
    float: left;
    display: block;
    animation: carolinetextright 10s ease-in-out;
}


#carolinetext h1 {
        font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    line-height: 15px;
    display: block;
}

@keyframes carolinetextright {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes carolinetextleft {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}


#thoughtbubble {
    width: 344px;
    height: 280px;
    background: url(images/thoughtbubblebg.png);
    position: absolute;
    top: 55px;
    right: 45px;
    display: none;
    z-index: 2147483647;
}
#thoughtbubble2 {
    width: 344px;
    height: 280px;
    background: url(images/thoughtbubble2bg.png);
    position: absolute;
    top: 55px;
    left: 45px;
    display: none;
    z-index: 2147483647;
}

.insidebubble {
    position: relative;
    top: 100px;
    left: 85px;
    width: 168px;
    height: 72px;
    font: 16px Open Sans;
    color: #000;
    z-index: 2147483647;
}

#logansite {
    position: absolute;
    top: 85px;
    right: 45px;
    display: none;
    background-color: #FFF;
    padding: 10px;
    z-index: 2147483647;
}

/* ANIMATED PHONES */

#phonecontainer {
    width: 1000px;
    height: 470px;
    z-index: 2147483647;
    background: url(phoneanimation/phone1.png);
    position: absolute;
    margin-left: -500px;
    left: 50%;
    top: 150px;
    animation: phoneanimation 30s ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes phoneanimation {
    5% {
        background: url(phoneanimation/phone1.png);
    }
    10% {
        background: url(phoneanimation/phone2.png);
    }
    15% {
        background: url(phoneanimation/phone3.png);
    }
    20% {
        background: url(phoneanimation/phone4.png);
    }
    25% {
        background: url(phoneanimation/phone5.png);
    }
    30% {
        background: url(phoneanimation/phone6.png);
    }
    35% {
        background: url(phoneanimation/phone7.png);
    }
    40% {
        background: url(phoneanimation/phone8.png);
    }
    45% {
        background: url(phoneanimation/phone9.png);
    }
    50% {
        background: url(phoneanimation/phone10.png);
    }
    55% {
        background: url(phoneanimation/phone11.png);
    }
    60% {
        background: url(phoneanimation/phone12.png);
    }
    65% {
        background: url(phoneanimation/phone13.png);
    }
    70% {
        background: url(phoneanimation/phone14.png);
    }
    75% {
        background: url(phoneanimation/phone15.png);
    }
    80% {
        background: url(phoneanimation/phone16.png);
    }
    85% {
        background: url(phoneanimation/phone17.png);
    }
    90% {
        background: url(phoneanimation/phone1.png);
        height: 470px;
    }
    
    95% {
        height: 0px;
    }
    
    100% {
        height: 0px;
    }
   
}