@import url(http://fonts.googleapis.com/css?family=Domine);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}


body {
	background: #640101;
	color: #27313f;
	font-family: 'Open Sans', serif;
	margin: 0;
}
.footer {
	font-family: 'Domine', serif;
}
.nav {
	float: right;
	/*margin-right: 100px;*/

}
.nav a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: lighter;
}

.nav a:hover {
	color: #d3d3d3;
}

p {
	margin:27px 0;
	line-height: 1.5em;
}

.index p {
	line-height: 27px;
	font-size: 18px;
	margin: 10px 0 40px;
}

body {
	line-height: 1.4em;
}

h1 {
	color: #950000;
	font-family:'Domine', serif;
	font-size: 40px;
	margin: 0 0 27px 0;
	line-height: 1.4em;
}

body#index h1 {
	margin:0;
}

.content {
	background: #ffffff;
	/*padding-top: 60px !important;*/
}

.container {
	/*background: #ffffff;*/
}


.hero {
	background:#010d1f url(/images/SpringOne-Header.png) no-repeat top center;
	color: #fff;
	height: 430px;
	text-align: center;
	width: 100%;
}

.hero-logo {
	text-align: center;
	width: 100%;
}
.hero-image {
	padding-top: 20px;
}
.hero-title {
	font-size:36px;
	font-weight: bold;
	line-height: 40px;
	margin: 20px 0;
	text-align: center;
}

.hero-subtitle {
	font-size:24px;
	font-weight: normal;
	line-height: 36px;
	margin: 20px 0;
}

.hide-full {
	display:none;
}

.content-wrap {
	background: #fff;
	margin-bottom: 2px;
	width:100%;
}

.content {
	margin-left: auto;
	margin-right: auto;
	/*max-width:700px;*/
	padding: 54px 20px 30px 20px;
	text-align: center;

}

.training {
	text-align: left !important;
}

.big-venue {
	height: auto;
	margin: 45px 0 0 0;
	max-width: 100%;
}

.footer-spacer {
	border-top:5px solid #fff;
	border-bottom: 5px solid #fff;
	height: 4px;
	margin: 2px 0 6px 0;
	width: 100%;
}

.footer {
	background: url(/images/bg-columns.png) repeat-x center top;
	border-top: 5px solid #fff;
	color: #fff;
	margin: 6px 0 0 0;
	padding: 33px 20px 74px 20px;
	text-align: center;
	font-family: 'Open Sans', serif;
}

.footer img {
	margin: 0 0 25px;
}

.footer li {
	display: inline-block;
	margin: 0 10px;
	font-size: 17px;
	font-weight: 200;
	text-transform: uppercase;
}

.footer p {
	font-weight: 100;
	font-size: 14px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

@media (max-width: 1300px) {
	.hero-image {
		margin-left: 20px;
	}

}
@media (max-width: 600px) {

	.hero {
		display: none;
	}
	
	.hide-full {
		display:block;
	}
	.hero-image {
		display: none;
	}
	
}

.contact-form-div {
	text-align: center;

}

#submit-a-topic {
	max-width: 230px;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
	color: #950000;
	font-size: 17px;
	border: 1px solid #950000;
	margin: 0 auto 25px;
	letter-spacing: .7px;
	cursor: pointer;
	transition: all .15s;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	-ms-transition: all .15s;
}

#submissions .contact-box {
	display: none;
}

label {
display: block;
margin-bottom: 5px;
font-size:12px;
}

.contact-form textarea, input, textarea, .right-side textarea {
max-width: 500px;
width: 100%;
}

.state, .city {
  display: none;
}

#notice {
  color: white;
  text-align: center;
  padding: 20px 0;
  background-color: black;
}

#notice img {
  width: 15px;
  margin-left: 20px;
  cursor: pointer;
}
.btn-red {
  background: none;
  padding: 10px 20px;
  border: 1px solid #950000;
  color: #950000;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  font-family: 'Domine', serif;
}
.btn-red:hover {
	text-decoration: none;
	background-color: #f1f1f1
}

#contact-button,
#register-button {
	max-width: 230px;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
	color: #950000;
	font-size: 17px;
	border: 1px solid #950000;
	margin: 0 auto 25px;
	letter-spacing: .7px;
	cursor: pointer;
	transition: all .15s;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	-ms-transition: all .15s;
}

#contact-button a {
	text-decoration: none;
	color: #950000;
}
#contact-button:hover {
	text-decoration: none;
	background-color: #f1f1f1
}

#register-button {
	color: white;
	background-color: #950000;
	border: 1px solid #950000;
}

#register-button a {
	text-decoration: none;
	color: #f1f1f1;
}
#register-button:hover {
	text-decoration: none;
	background-color: #f1f1f1;
}
#register-button:hover a {
	color: #950000;
}

body#index .content {
	padding-top: 80px !important;
}

#submit-a-topic:hover {
	text-decoration: none;
	background-color: #f1f1f1
}

.contact-box a{
	text-decoration: none;
	color: #950000;
}

/*navigation*/

#navigation #desktop-only ul {
  position: fixed;
  top: 0;
  width: 100%;
  background: #010711;
  z-index: 1000;
  text-align: right;
}

#navigation #desktop-only ul img {
  float: left;
  padding: 20px 0 22px 0;
}

#navigation ul {
  padding: 0;
}

#navigation  #desktop-only li {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  text-transform: uppercase;
}

#navigation  #desktop-only li {
  padding: 28px 0;
}


#navigation  #desktop-only li a, #nav-reg a:hover {
  color: white;
}

#navigation  #desktop-only li a:hover {
  color: white;
  text-decoration: underline;
}

#nav-reg a {
  font-weight: 500;
}

/*#navigation #desktop-only li {
	padding: 33px 0;
}*/

h3 {
	font-size: 24px;
}
.container > .navbar-header {
  background: url(https://pivotalcontent.wpengine.com/_2015_springone/images/Logo_SpringOne2GX-mobile.png) no-repeat center #010711;
}

#notice {
	background-color: #640101;
	z-index: 2000;
	position: fixed;
	width: 100%;
	height: 45px;
}

.featured-speakers {
	margin: 120px 0 60px;
}

.speaker {
	display: inline-block;
	margin: 20px;
}

.circle {
	border-radius: 50%;
	width: 200px;
	height: 200px;
}

.speaker:first-child .circle {
	background: url(/images/speakers/fisher.jpg) center no-repeat;
}

.speaker:nth-child(2) .circle {
	background: url(/images/speakers/gierke.jpg) center no-repeat;
}

.speaker:nth-child(3) .circle {
	background: url(/images/speakers/hoeller.jpg) center no-repeat;
}

.speaker:nth-child(4) .circle {
	background: url(/images/speakers/laforge.jpg) center no-repeat;
}

.speaker:nth-child(5) .circle {
	background: url(/images/speakers/pollack.jpg) center no-repeat;
}

.speaker:nth-child(6) .circle {
	background: url(/images/speakers/syer.jpg) center no-repeat;
}
.speaker:nth-child(7) .circle {
	background: url(/images/speakers/subramaniam.png) center no-repeat;
}
.speaker:nth-child(8) .circle {
	background: url(/images/speakers/davis.png) center no-repeat;
}
.speaker:nth-child(9) .circle {
	background: url(/images/speakers/king.png) center no-repeat;
}

.speaker h4 {
	padding-top: 5px;
}

.training li {
	list-style-type: disc;
	margin-left: 30px;
}


/*navigation*/
@media (max-width: 767px) {
	#navigation #desktop-only{
		display: none;
	}
	#mobile-only .active {
		text-decoration: none;
	}
}
@media (min-width: 767px) {
	#navigation #mobile-only {
		display: none;
	}
}

body#travel #navigation #desktop-only #nav-travel a,
body#contact #navigation #desktop-only #nav-contact a,
body#training #navigation #desktop-only #nav-training a {
	text-decoration: underline;
}
