body {
	font-family: 'Titillium Web', sans-serif;
	background: black;
	color: white;
	height: 100%;
	width: 100%;
	font-size: 20px;
}
#cover-page {
	background: url('../img/cover-black.png') no-repeat center center fixed; 
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
    background-color: black;
}
.col-md-12,.row,.container {
  height:100%;
}
.container > .row,.row > div {
  height:100%;
  padding-bottom: 20px;
}
.title-row {
	padding: 10px;
}

/* Navbar */
.navbar-fixed-top {
	background-color: black;
	border: none;
	padding: 15px;
}
.navbar {
	color:white;
	font-weight: 100;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus {
	color:white;
	font-size:14px;
	font-weight: 100;
}
.navbar-default .navbar-nav>li>a:hover {
	color: white;
	text-decoration: underline;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: black;
	color: #f05c23;
	text-decoration: underline;
}

.main {
	/* Offset navbar */
	padding-top: 100px;
}
.title {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 40px;
}
.orange {
	color: #f05c23;
}
.look-at-us {
	max-height: 100%;
	max-width: 100%;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  color: white;
}

a {
	color: white;
}
a:hover {
	text-decoration: none;
	color: white;
	cursor: pointer;
}
a:focus {
	color: white;
}
#fb:hover, #tw:hover {
	color: #f05c23;
}

.human {
	height: 240px;
	width: 170px;
	font-size: 14px;
	text-align: center;
}
.email {
	font-size: 12px;
}
.human > img, .human > a > img, .event > img{
	height: 140px;
	width: 140px;
	border: 5px solid white;
	border-radius: 140px;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
}

.caption {
	padding-top: 8px;
}

.event-row {
	display: flex;
	align-items: center;
	padding: 10px;
}
.event-caption {
	font-size: 14px;
}
.event-caption > a {
	text-decoration: underline;
}

