 @import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro';
/* Home page */

.sensible-home-widget-area {
	color: black;
	background-color: white;
}

.home-speakers {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  font-family: sans-serif;
  font-weight: 100;
}

.home-speakers a {
  display: block;
  min-width: 200px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
}

.home-speakers a img {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  margin-bottom: 10px;
}

.home-speakers a h4 {
  font-weight: 100;
  color: #018094;
}

.home-speakers a p,
.home-speakers a h4 {
  margin: 0;
}

.home-speakers a p {
	color: #222;
}

.home-sponsors {
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.sponsor-container {
      padding-top: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
}

td.sponsor-logo-cell {
	padding-right: 15px;
	width:265px;
}

aside {
	padding-bottom:30px;
}

.speaker-picture {
	box-shadow: 0px 0px 10px #888888;
}

.schedule-speaker-photo {
	float: left;
	height:100px;
	width:100px;
	margin-right: 1em;
	filter: url("data:image/svg+xml;utf8,#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.bios-speaker-photo {
	/*height: 200px;
	width: 200px;*/
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.register-button {
	text-align: center;
	font-size: 300%;
	background-color: #dfe;
	box-shadow: 0px 0px 10px #888888;
}

/* Schedule styling, based on the GUADEC one */

.schedule, .schedule td {
	border:none;
	vertical-align:middle;
	text-align:center
}
.schedule th {
	text-align:left;
	padding: 1ex 2em 1ex 2em;
}
.schedule tr.rooms th:not(:first-child) {
	text-align:center;
	border:1px solid #b6b6b6;
	background-color:#EAECEE;
}
.schedule tbody tr td {
	border:1px solid #b6b6b6;
	text-align:center;
	padding: 1ex 2em 1ex 2em;
}
.schedule td:first-child {
	font-weight:bold;
}
.schedule {
    font-family: 'Source Sans Pro', sans-serif;
	border-collapse: collapse;
	border-bottom:1px solid #b6b6b6;
  max-width:900px;
	margin-left:auto;
	margin-right:auto;
}

.headline-talk {
	background-color:#018094;
	color:#FFFFFF;
}
.headline-talk a:link,
.headline-talk a:visited,
.headline-talk a {
	color:#FFFFFF;
}
.headline-talk a:hover,
.headline-talk a:active,
.headline-talk p {
	color:#DEDEDE;
}
.talk {
	background-color:#bfe9ef;
}
.schedule .headline-talk td:nth-child(2), .schedule .talk td:nth-child(2) {
	text-align:left;
}
.break {
	background-color:#EAECEE;
}
.informal-session {
	background-color:#d5e2f8;
}

section #hero-header{
 background: #018094 url("https://las.gnome.org/wp-content/uploads/sites/8/2016/11/las-website-skyline-bridge.png") no-repeat scroll 50% 100%   !important;;
  background-size: cover !important;;
}

.footer_links ul {
	list-style: none;
    line-height: 1.5em;
}

/* Logo tweaking */

.main-navigation {
	padding: 48px 115px 0 0;
}

.site-branding {
	margin: -20px 0 25px 65px;
}

@media handheld, only screen and (max-width: 767px) {
	.main-navigation {
		padding: 40px 20px 0 0;
	}
}  

@media only screen and (min-width: 901px) and (max-width: 1099px){
	.main-navigation {
		margin-top: -110px;
	}
}

.entry-header .entry-title {
	margin-top: 60px;
}

