@import url("http://fonts.googleapis.com/css?family=Cantarell");
@import url(http://weloveiconfonts.com/api/?family=fontawesome);
html, body {
  margin: 0 0;
  width: 100%;
  height: 100%;
  color: #323232; }

::selection {
  background: rgba(200, 10, 0, 0.8); }

h1 {
  font-size: 3em;
  font-weight: 400;
	padding: 1% 0 0 0; }

header {
  height: 93%;
  background: url("images/headerimg.jpg");
  display: inline-table;
  text-align: left;
  font-size: 4em;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: white; }
    header #banner-logo {
      background: url("./images/EPIC-Logo-Primary.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
			width: 80%;
			height: 30%;
			margin: 60px auto;	}
  header #mission-text {
    font-family: 'Open Sans';
    font-size: 0.75em;
		text-shadow: 0px 0px 10px black;
    padding-left: 15%; }
  header #header-video {
    width: 0.8%; }

a {
  text-decoration: none;
  color: inherit; }

#sub-select a {
  transition: color ease 500ms;
  -webkit-transition: color ease 500ms;
  -moz-transition: color ease 500ms;
  -ms-transition: color ease 500ms;
  -o-transition: color ease 500ms; }
  #sub-select a:visited {
    color: inherit; }
  #sub-select a:hover {
    color: red; }
  #sub-select a:active {
    color: inherit; }
  #sub-select a .current-subnav {
    font-style: bold; }
    #sub-select a .current-subnav:hover {
      color: inherit; }

.quiet-dark {
  background-color: rgba(0, 0, 0, 0.6);
	height: 100%;	}

nav {
  width: 100%;
  height: 60px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em; }

nav #site-select {
  width: 100%;
  height: 0px;
  background: black;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); }
  nav #site-select img {
    width: 3.5%;
    min-width: 50px;
    margin: 0 auto;
    display: block; }

nav #sub-select {
  width: 100%;
  height: 60px;
  position: absolute;
  background: white; }
  nav #sub-select p {
    float: left;
    text-align: center;
    width: 16%;
    position: relative;
    margin: 0.75em 0 0.75em 0;
    bottom: 5px; }

nav #nav-indicator {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 20px;
  height: 20px;
  background: white;
  margin: 0 auto; }

.parallax-scroll-img {
  background-size: cover !important;
  width: 100%;
  background-attachment: fixed;
  background-position: center 53%; }

section.panel, footer {
  text-align: center;
  font-size: 1.33em;
  font-family: 'Open Sans', sans-serif; }

section.subpanel {
  display: table-cell;
  width: 1%;
  height: 50%;
  padding: 0 3% 3% 3%;
  vertical-align: middle;
  position: relative; }

section.subpanel h2 {
    background: #323232;
    font-size: 70%;
    margin: 0 auto;
    color: white;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    transition: background-color ease 0.2s;
    -webkit-transition: background-color ease 0.2s;
    -moz-transition: background-color ease 0.2s;
    -ms-transition: background-color ease 0.2s;
    -o-transition: background-color ease 0.2s; }
section.subpanel h2:hover {
      background: #dc3c3c !important;
			color: white !important; 	}

#mission 	{	 }

#mission-body 	{	padding: 0 15% 0 15%;	}

p.signup-text {
  display: inline-block;
  padding-right: 20px; }

input.newsletter-signup {
  /*border-radius: 10px;*/
  border: 1px solid #e6e6e6;
  font-size: 1.2em;
  padding: 15px;
  display: inline-block; }
  input.newsletter-signup:focus {
    outline: none;
    box-shadow: 0 0 6px #9ecaed;
    border-color: rgba(180, 180, 180, 0.88); }

span.signup-btn {
  position: relative;
  left: -7px;
  padding: 3px 5px 3px 3px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #c8c8c8;
  color: white; }
  span.signup-btn.valid {
    background-color: #00f08c;
    cursor: pointer; }

#projects {
		background-image: url('./images/mission-image.jpg');
		background-size: 100% auto;
		background-repeat: no-repeat;
		color: white; 
		text-shadow: 0px 0px 5px black;	}
	#projects h2 {
		background-color: white;
		color: #323232;
		text-shadow: none;
    float: right;	
	}
  #projects p {
    font-style: bold;
    font-weight: 600;
    width: 50%;
    max-width: 355px;
    margin: 10px 0 20px 0;
    text-align: left;
    display: inline-block; }
    #projects p.small-head {
      margin: 0 auto;
      margin-top: 50px;
      font-weight: 700; }

.project-img {
  width: 40%;
  max-width: 425px;
  margin-bottom: 5%;
  display: inline-block;
  float: left; }

/*.project-img-text	{	display: none;
						width: 50%;
						position: absolute;
						top: 35%;
						left: 23.5%;
						background: rgba(220,220,220,0.7);
						border-left: 10px solid;
						border-right: 10px solid;
						border-radius: 7px;
						padding: 10px 0 10px 0;
						box-shadow: 0px 0px 8px black;	}*/

ul.centered-list {	width: 380px;
											margin: 0 auto;
											text-align: left;	}

ul.centered-list>li {	width: 40%; margin: 0 auto;	}

hr.small-divider {
  background: #c8c8c8;
  border: none;
  height: 1px;
  margin: 0 auto;
  width: 50%; }

.centered {
  margin: 0 auto; }

.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}


.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 0 rgba(200,95,66, 0.4),
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

[class*="ch-img-"] {	background-size: 100% 100%;	}

.ch-img-1 { 
	background-image: url(./images/members/headshots/JosephineLee.jpg);
}

.ch-img-2 { 
	background-image: url(./images/members/headshots/MatsGabrielLoveJohansen.jpg);
}

.ch-img-3 { 
	background-image: url(./images/members/headshots/LucasMatney.jpg);
}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 65px 0 0 0;
	height: 80px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(200,95,66, 0.4),
		inset 0 0 0 16px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}

footer {
	background-color: #ec2e39;
	color: rgb(250,250,250);
	text-shadow: 0px 0px 10px #ac2c2c;
	width: 100%;
	padding: 1% 0 3%;
	text-align: center;
	position: relative;
}

footer span[class*="fa"] {
	padding: 15px 15px;
	font-size: 175%;
}

footer h1 {
	margin-top: 0;	
	font-size: 2.25em;
}

img.small-icon {
	width: 175px;
}
