/*******************************************************************************
Slate Theme for GitHub Pages
by Jason Costello, @jsncostello
*******************************************************************************/

/*******************************************************************************
Theme Styles
*******************************************************************************/

body {
	color: #373737;
	background: #444444;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

strong {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color:#222222;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -1px;
}

footer p {
  color: #f2f2f2;
}

a {
  text-decoration: none;
  color: #2f96b4;
  text-shadow: none;
}

a:hover {
  text-decoration: underline;
}

footer a:hover {
  color: #43adff;
}

header {
	background: #212121;
	padding: 32px 10px 16px 10px;

	background: -moz-linear-gradient(top, #302f4b, #121125);
	background: -webkit-linear-gradient(top, #302f4b, #121125);
	background: -ms-linear-gradient(top, #302f4b, #121125);
	background: -o-linear-gradient(top, #302f4b, #121125);
	background: linear-gradient(top, #302f4b, #121125);
}

nav {
	font-size: 16px;
}

#logo {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	background: url( ../images/logo.png ) 100% 100% no-repeat;
	background-size: 100px;
}

.project_title {
	margin: 0;
	color: #fff;
	font-size: 53px;
	text-shadow: #111 0px 0px 10px;
	line-height: 64px;
}

.tagline {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 400;
	background: none;
	text-shadow: #111 0px 0px 10px;
}

#main {
	background: #f8f8f8;
	padding: 20px 20px 40px 20px;
}

footer {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	background: #444444;
	padding-top: 10px;
	padding-bottom: 60px;
}


/** Custom styles added by rrazor **/

#founders, #founders li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#founders {
	padding: 0 50px;
}

#founders li.founder {
	height: 62px;
	width: 270px;
	display: block;
	float: left;
	margin-bottom: 16px;
}

#founders span.twitter {
	font-size: 14px;
	line-height: 16px;
}

#founders span.name, #founders span.twitter, #founders span.title {
	display: block;
}

#founders span.name {
	padding-top: 5px;
}
#founders span.title {
	display: none;
}

#founders img {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}

#founders img.mug {
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	margin-right: 16px;
	display: block;
	float: left;
}

.clear {
	clear: left;
}

div.partners > div {
	text-align: center;
}

div.partners a {
	display: block;
	max-width: 400px;
	min-height: 100px;
}

div.partners a img {
	width: 100%;
}

ul.nav {
	margin-top: 10px;
}

ul.nav a {
	text-shadow: inherit;
}

#main ul > li {
	margin-bottom: 0.5em;
}

hr {
	border-color: #e3e3e3;
}
.btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.hero-unit {
	font-weight: 400;
}
.hero-unit h2 {
	text-align: center;
}
.hero-unit .btn-toolbar {
	text-align: center;
}
a.btn-link {
	text-decoration: none;
	color: #2f96b4;
	text-shadow: none;
}
a.btn-link:hover {
	color: #2f96b4;
}
a.clockwork {
	color: #ffcc00;
}

nav {
	overflow: hidden;
}

.progress_bar .progress {
	background-color: #2f96b4;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
	color: #2f96b4;
}

.navbar {
	margin-bottom: 0;
}

.hide-nav-link { display: inline; }
.collapsed .hide-nav-link { display: none; }

.show-nav-link { display: none; }
.collapsed .show-nav-link { display: inline; }

.control-group.errortext .control-label,
.control-group.errortext .help-block,
.control-group.errortext .help-inline,
.survey_messages .message {
  color: #b94a48;
}

.control-group.errortext .checkbox,
.control-group.errortext .radio,
.control-group.errortext input,
.control-group.errortext select,
.control-group.errortext textarea {
  color: #b94a48;
}

.control-group.errortext input,
.control-group.errortext select,
.control-group.errortext textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.errortext input:focus,
.control-group.errortext select:focus,
.control-group.errortext textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.errortext .input-prepend .add-on,
.control-group.errortext .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

div.message {
	border: solid 1px #eee;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

div.message > ul {
	font-weight: 400;
}

div.message.message_type-error {
	background-color: #ffebe8;
	border-color: #b94a48;
	color: #b94a48;
}

div.message.message_type-info {
	background-color: rgb( 234, 245, 255 );
	border-color: #3a87ad;
	color: #3a87ad;
}

.hint_text, .require_desc, .photo-caption {
	color: #999;
	display: block;
	font-size: 12px;
}

.registration_block label.required {
	font-weight: 700;
}

@media (max-width: 767px) {
	body {
		padding-left: 0;
		padding-right: 0;
	}
	header {
		padding-top: 16px;
	}
	#logo {
		width: 75px;
		height: 75px;
		margin-right: 20px;
		background: url( ../images/logo.png ) 100% 100% no-repeat;
		background-size: 75px;
	}
	.project_title {
		font-size: 26px;
		line-height: 39px;
		background-size: 26px;
		background-position: 0 8px;
		margin-left: 0;
	}
	.tagline {
		font-size: 12px;
		line-height: 18px;
	}
	.hero-unit {
		padding: 10px;
	}
}
