html body div#wrap {
	margin-top: 3.75%;
}
#demoday {
	font-size: .9em;
}
#demoday .white-font {
	background-color: black;
	color: white;
}

#demoday > section {
	padding: 8% 8%;
}

#demoday > section .half-width {
	max-width: 700px;
}
#demoday > section #twentynineteen-startups{
	font-weight:bold;
	margin-left:20px;
	width:280px !important;
	background-color:rgba(0,0,0,0.7);
	color:white;
	padding:15px;
	margin-top: -80px;
}
#demoday #hero {
	text-transform: uppercase;
	font-weight: bold;
	background-image: url("../../images/demoday2018/speech.jpg");
	background-repeat: no-repeat;
	background-size: 142% 90%;
	background-position: 75% 0%;
}
#our-teams{
	margin-top:-80px;
}
#demoday #hero div {
	margin: 3% 0;
}
#demoday #hero div h1,
#demoday #hero div h3 {
	line-height: 1em;
}
#demoday #hero h1 {
	letter-spacing: 10px;

	padding-top: 0;
	margin-bottom: .0625em;
}

#demoday .single-question h2 {
	font-weight: bold;
	text-transform: uppercase;

}
#demoday .single-question p {
	max-width: 870px;
	font-size: 1.5em;
	line-height: 1.75em;
	margin-top: 1.25em;
}

#demoday .single-question .centered {
	text-align: center;
}
#demoday .single-question.compact p {
	line-height: 1.375em;
}

#demoday #whos-presenting {
	background-image: url("../../images/demoday2018/conversation.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}


#demoday #startups .startup-group {
	margin-bottom: 6em;
}

#demoday .startup {
	/*font-size: 2em;*/
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 6em;
}
@media only screen and (min-width: 1575px) {
    #demoday #startups .startup-group {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	#demoday .startup {
		/* margin-right: 4em; */
		margin-bottom: 0;
		align-self: stretch;
	}
	#demoday .startup:nth-child(1) {
		margin-right: 10%;
	}
	#demoday .startup .startup-text-container .startup-text .startup-desc {
		font-size: .95em !important;
	}
}
#demoday .startup:last-of-type {
	margin-bottom: 0;
}
#demoday .startup .startup-pic-container {
	margin-right: 3em;
	align-self: center;
}
#demoday .startup .startup-pic-container .startup-pic {
	width: 200px;
	background-color: white;
	background-size: contain;
	background-repeat: no-repeat;
	/* border-radius: 50%; */

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#demoday .startup .startup-pic-container .startup-pic:hover {
	border: 1px solid #999999;
	border-radius: 5px;
}
#demoday .startup .startup-text-container .startup-text {
	max-width: 750px;
	font-size: 1.25em;
}
#demoday .startup .startup-text-container .startup-text .startup-name {
	/* text-transform: uppercase; */
	font-weight: bold;
	font-size: 1.75em;
	letter-spacing: 2.5px;
	margin-top:20px;
}
#demoday .startup .startup-text-container .startup-text .startup-name:hover { 
	font-size: 1.85em;
	text-decoration: underline;
}
#demoday .startup .startup-text-container .startup-text  .startup-desc {
	line-height: 1.675em;
	font-size: 1.2em;
	margin-top: 1.5em;
}

#demoday #event-infos {
	font-size: 1em;
}
#demoday #event-infos #event-info-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 960px;
	margin: auto;
	padding: 3em 0;
}

#demoday #event-infos .event-info .event-info-pic {
	border: 1px solid gray;
	width: 10em;
	height: 10em;
	margin: auto;
	margin-bottom: 1.5em;
}

#demoday #event-infos .event-info .event-info-text {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#demoday #event-infos .event-info .event-info-text .not-bold {
	font-weight: normal;
	text-transform: none;
	margin-top: .5em;
}

#demoday #interested {
	background-image: url("../../images/demoday2018/inspiration.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
#demoday #interested .centered {
	margin: 1.5em 0;
	background-color:rgba(0,0,0,0.7);
	padding-top:15px; padding-bottom:15px;
}
#demoday #interested h2 {
	text-align: center;
	display: block;
    margin: .5em 0;
}
#demoday #interested button {
	background: none;
	background-color: #B3000C;
	color: white;
	padding: .5em 1.5em;
	border-radius: 15px;
	margin-top: 2em;
	font-size: 1.5em;
}

#demoday #past-winners #years {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 2.5em;
	margin-bottom: 3.25em;
}
#demoday #past-winners .year {
	display: block;
	font-size: 1.5em;
	padding: 0 1.5em;
	border-right: 1px solid gray;
	font-weight: bold;
}
#demoday #past-winners .year {
	cursor: pointer;
}
#demoday #past-winners .year:last-of-type {
	border-right: none;
}
#demoday #past-winners .year:first-of-type {
	padding-left: 0;
}
/* #demoday #past-winners #showcase {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
} */
#demoday #past-winners #showcase .case {
	display:flex;
	overflow-y:scroll;
	width: 99%;
	height: 100%;
	overflow:auto;
}

.selectedYear{
	color:#ffffff !important;
	background-color: #B3000C !important;
	padding: 0.5rem !important;
	border-radius: 15px !important;
}

#demoday h1 { font-size: 12em;  text-align: left; }
#demoday h2 { font-size: 4em; text-align: left; }
#demoday h3 { font-size: 1.75em; text-align: left; }

@import "compass/css3";

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-y:scroll;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  background: transparent;
  padding: 5px;
  min-width: 200px !important;
  max-width: 200px !important;
  height: 150px !important;
  margin: 10px;
  list-style: none;
  line-height: -10px;
  color: black;
  font-weight: bold;
  font-size: 0.75em;
  text-align: center;
}

.flex-item:hover{
	border: 1px solid tomato;
}

.flex-item img{
   min-width: 200px !important;
   max-width: 200px !important;
   height: 135px !important;
}

@media only screen and (max-width: 960px) {
	#demoday .startup {
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#demoday #hero{
		background-size: 210% 96%;
		background-position: 85% 0%;
	}

	#demoday #hero h1{
		font-size:10rem;
	}

	#our-teams{
		margin-top:-20px;
	}

}


@media only screen and (max-width: 600px){
	#demoday #hero{
		background-size: 270% 100%;
	}

	#demoday #hero h1{
		font-size:8rem;
		font-weight:bold;
		margin-top:30px;
		margin-bottom:30px;
	}

}

@media only screen and (max-width:400px){
	#demoday #hero{
		background-size: 440% 100%;
		background-position: 90% -30px;
	}
	#demoday #hero h1{
		margin-top:170px;
		margin-bottom:0;
		font-size:6rem;
		text-align:center;
		padding:10px;
	}
	#demoday > section #twentynineteen-startups{
		width:auto !important;
		text-align:center;
		margin-bottom:30px;
		margin-left:0;
	}

	#aeroflux-contact-email{
		font-size:16px
	}

	#demoday .startup .startup-pic-container {
    margin-right: 0;
	}


}
