@charset "UTF-8";
@import url('normalize.css');
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");

/* main */
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'lato';
  font-weight: 200;
	font-size: 16px;
  height: 100%;
  width: 100%;
}

div#wrapper {
  min-height: 100%;
  margin: 0 auto -15vh;
  width: 100%;
}

footer, .push {
  height: 15vh;
}

footer {
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  margin-top: 3vh;
  padding-top: 4vh;
}

div#container {
  position: relative;
  width: 72vw;
  margin-top: 2vh;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
}

div#container ul {
  margin-left: 3vw;
}

h2.content-header {
  font-family: 'adelle';
  font-size: 1.6em;
}

h3.small-content-header {
  font-family: 'adelle';
  font-size: 1.3em;
  font-weight: 200;
}

.red {
  color: red;
}

.up-b {
	text-transform: uppercase;
	letter-spacing: 4px;
}

.clear-space {
  width: 100%;
  height: 1vh;
  clear: both;
}

#infoMessage {
	font-weight: bold;
	color: red;
}

/* links */
a:link {
  color: black;
	text-decoration: underline;
}

a:active {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  text-decoration: none;
}

a.nav-link:link {
  color: white;
  outline: 0;
  text-decoration: none;
}

a.nav-link:active {
  color: white;
}

a.nav-link:visited {
  color: white;
}

a.nav-link:hover {
  color: white;
  text-decoration: none;
}

footer a:link {
  color: white;
  outline: 0;
  text-decoration: none;
}

footer a:active {
  color: white;
}

footer a:visited {
  color: white;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

hr {
  margin-top: 3px;
}

figure {
  margin: 0;
}

figure.right {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

figure.left {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

figure.about-figure {
  width: 300px;
}

figure.about-figure img {
  width: 300px;
}

figcaption {
  font-size: 0.8em;
}

table tr th {
	padding: 5px;
}

table tr td {
	padding: 5px;
}

table.auth-table tr th {
	padding: 0 0 2px 0;
}

table.auth-table tr td {
	padding: 0;
}

.dataTables_filter {
	margin-bottom: 7px;
}

table.dataTable {
	border-collapse: collapse;
}

table.directory-table {
	width: 100%; 
	font-size: 13px;
}

table.directory-table tr th {
	background-color: black;
	color: white;
}

table.directory-table tr.row-2 {
	background-color: #E8E8E8;
}

table.conflict-grid {
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

table.conflict-grid .day {
	width: 8vw;
	text-transform: uppercase;
	letter-spacing: 2px;
}

table.group-grid {
	font-size: 10px;
	float: right;
	margin-top: 15px;
}

table.group-grid .day {
	width: 5.5vw;
	text-transform: uppercase;
	letter-spacing: 2px;
}

table.group-grid .node {
	color: white;
	text-align: center;
}

.pd-link:link, .pd-link:active, .pd-link:visited {
  border: 0;
  color: white;
  background-color: black;
	padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-decoration: none;
	font-size: 13px;
}

.pd-link:hover {
  background-color: #545454;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
	text-decoration: none;
}

input[type="submit"], .button {
  border: 0;
  color: white;
  background-color: black;
	padding: 0 30px 0 30px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
	text-transform: uppercase;
	letter-spacing: 4px;
}

input[type="submit"]:hover, .button:hover {
  background-color: #545454;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* header */
div#header {
  height: 70vh;
}

div#auth-header {
	height: 10vh;
}

img#header-image {
  height: 20vh;
  margin-bottom: -40px;
}

div#nav-bar {
  width: 100%;
  height: 10vh;
  line-height: 10vh;
  text-align: center;
  background-color: black;
  color: white;
}

ul.top {
  height: 10vh;
  list-style-type: none;
  margin: 0;
  display: inline;
}

li.top:hover {
  cursor: pointer;
}

ul.top li.top {
  height: 10vh;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 0.8em;
}

ul.top li.top:hover {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  color: #BEBEBE;
}

ul.sub {
  z-index: 100000000;
  padding: 0;
  position: absolute;
  top: 10vh;
  left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

ul.sub li.sub { 
  line-height: normal;
  width: 10vw;
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  text-align: left;
  padding: 9px;
}

ul.sub li.sub:hover { background: #666; }
li.top:hover ul.sub {
  display: block;
  opacity: 1;
  visibility: visible;
}

div#header-image {
  position: absolute;
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center top;
}

div.cover {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 60vh;
  color: white;
  text-align: center;
  display: table;
}

div#heading-text {
  display: table-cell;
  vertical-align: middle;
}

h1#top-head {
  font-family: 'grafolita-script';
  margin: 0;
  font-size: 4.5em;
}

h2#head-text {
  font-size: 1.3em;
  margin-top: -10px;
  margin-bototm: 0;
  font-weight: 200;
}

/* home page */
div#item-container {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  min-height: 50vh;
}

div.item {
  width: 20vw;
  float: left;
  margin: 2vw;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

div.item:hover {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70); 
}

div.item-image {
  width: 20vw;
  height: 15vw;
  margin-bottom: 20px;
  background-size: cover;
  background-positon: center top; 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* videos page */
div.video-container {  
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

div.video {
  width: 32vw;
  margin: 1.5vw;
  float: left;
}

/* members page */
div.member-container {  
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

div.photo {
  position: relative;
  width: 20vw; 
  height: 20vw; 
  margin-bottom: 10px;
  background-size: cover; 
  float: left; 
  border: 1px black solid; 
  margin-right: 15px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  overflow: hidden;
}

div.photo:hover {
  cursor: pointer;
}

div.photo-text {
  font-family: 'adelle';
  height: 5vw;
  position: absolute;
  bottom: 0vw;
  background-color: #5C5C5C;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 20vw;
  color: white;
  text-align: center;
  line-height: 5vw;
  font-size: 1.2em;
  border-top: 3px black solid;
}

div.photo:hover div.photo-text {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

div.photo-no-margin {
  margin-bottom: 0;
}

div.photo1 {
  position: relative;
  width: 20vw; 
  height: 20vw; 
  background-size: cover; 
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

div.photo1:hover { 
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

/* contact page */
div#officers {
  float: left;
}

div#contact-form {
  border-left: 1px #C6C6C6 solid;
  padding-left: 10px;
  margin-left: 10px;
  float: left;
}

div#contact-form input[type="text"] {
  background-color: #FAFAFA;
  border: 1px #AFAFAF solid;
}

div#contact-form textarea {
  background-color: #FAFAFA;
  border: 1px #AFAFAF solid;
}

/* alumni */
div.alumni-container {  
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

div.alum {
  font-size: 0.9em;
  position: relative;
  width: 16.5vw; 
  height: 6vw; 
  margin: 0.5vw;
  float: left; 
  border: 1px #C1C1C1 solid; 
  vertical-align: top;
  display: inline-block;
  *display: inline;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div.alum-photo {
  width: 6vw;
  height: 6vw;
  float: left;
  background-size: cover;
}

div.alum-data {
  display: inline-block;
  height: 6vw;
  width: 10vw;
  float: right;
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
}

div.alum:hover {
  cursor: pointer;
  background-color: #E4E4E4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}