 @import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro';
/* Home page */

@media (min-width: 920px) {
  section #hero-header{
  	height: 1650px !important;
    background-image: url("https://static.gnome.org/guadec-2017/website-hero-adjusted.svg") !important;
  }
}

@media (max-width: 3600px) {
  section #hero-header{
   height: 1600px !important;
  }
}

@media (max-width: 3400px) {
  section #hero-header{
   height: 1500px !important;
  }
}

@media (max-width: 3200px) {
  section #hero-header{
   height: 1400px !important;
  }
}


@media (max-width: 3000px) {
  section #hero-header{
   height: 1300px !important;
  }
}

@media (max-width: 2800px) {
  section #hero-header{
   height: 1200px !important;
  }
}

@media (max-width: 2600px) {
  section #hero-header{
   height: 1100px !important;
  }
}

@media (max-width: 2400px) {
  section #hero-header{
   height: 1000px !important;
  }
}

@media (max-width: 2200px) {
  section #hero-header{
   height: 950px !important;
  }
}

@media (max-width: 2100px) {
  section #hero-header{
   height: 900px !important;
  }
}

@media (max-width: 1800px) {
  section #hero-header{
   height: 800px !important;
  }
}

@media (max-width: 1500px) {
  section #hero-header{
   height: 700px !important;
  }
}

@media (max-width: 1200px) {
  section #hero-header{
   height: 600px !important;
  }
}

@media (max-width: 920px) {
  section #hero-header{
   height: 500px !important;
   background-image: url("https://static.gnome.org/guadec-2017/website-hero.svg") !important;
  }
}

@media (max-width: 550px) {
  section #hero-header{
   height: 350px !important;
   background-image: url("https://static.gnome.org/guadec-2017/website-hero.svg") !important;
  }
  #intro-images {
      display: none;
  }
  #intro-subsection {
    width: 100% !important;
    text-align: center !important;
  }
}

@media (max-width: 400px) {
  section #hero-header{
   height: 350px !important;
   background-image: url("https://static.gnome.org/guadec-2017/website-hero-big.svg") !important;
  }
}

/* BLUE
.footer-contact {
  background-color: #4a86cf;
  padding: 0;
}

.footer-contact .footer-block {
  background-color: #4a86cf;
}

.footer-contact .footer-block ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.footer-contact .footer-block ul li a {
  color: white;
}

.footer-contact .footer-block ul li a:hover {
  color: cyan;
}
*/

/* BLACK */
.footer-contact {
  background-color: black;
  padding: 0;
}

.footer-contact .footer-block {
  background-color: black;
}

.footer-contact .footer-block ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.footer-contact .footer-block ul li a {
  font-size: medium;
  color: gray;
}

.footer-contact .footer-block ul li a:hover {
  color: white;
  text-decoration: underline;
}



/* HERO image */
section #hero-header{
 background-color: #4a86cf !important;
 background-repeat: no-repeat !important;
 background-attachment: scroll !important;
 background-position: 50% 100% !important;
 background-size: contain !important;
}


.entry-header {
  background: #4a86cf url("https://static.gnome.org/guadec-2017/skyline.svg") center bottom no-repeat !important;
}

h1.entry-title {
	margin-bottom: 100px;
}

#intro-images {
	margin-top: 50px;
}

#intro-images .image {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 20px;
}

#intro-images .image1 {
  background: #4a86cf url("https://static.gnome.org/guadec-2017/image-1-jan.jpg") no-repeat;
}

#intro-images .image2 {
  background: #4a86cf url('https://static.gnome.org/guadec-2017/image-2-cake.jpg') center no-repeat;
}

#intro-images .image3 {
  background: #4a86cf url("https://static.gnome.org/guadec-2017/image-3-group.jpg") no-repeat;
}

#intro-images .image4 {
  background: #4a86cf url("https://static.gnome.org/guadec-2017/image-4-stickers.jpg") no-repeat;
}

#intro-subsection {
  vertical-align: top;
  width: 40%;
  padding: 5%;
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
  color: #555;
}

.home-cta {
  padding: 0;
  padding-top: 50px;
}

.home-services .fa, .service .fa {
  background-color: #4a86cf !important;
}

#home-custom-socials p {
  font-size: x-large;
  color: #4a86cf;
}

#home-custom-socials i.fa {
  font-size: 5em;
  color: #4a86cf;
  margin: 0;
  padding: 0;
}

.home-content {
  background-color: #fff;
  border: none;
}

.home-services {
  background-color: #fafafa;
  border: none;
}

#colophon {
  display: none;
}

#content > div.home-content > div > div > p {
  color: #4a86cf;
  font-size: x-large;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif
}

#hero-header h1 {
  font-size: 8em;
  font-weight: bold;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.navigation-container {
  float: none;
  font-size: x-large;
}

#site-navigation {
  margin: 0;
  padding: 0;
}


#site-navigation a {
  margin: 0;
  padding: 0 20px;
}

.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;
}

.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 {
}

.sponsorblock {
	display: inline-block;
  	width: 250px;
    margin: 0 10px;
    vertical-align: top;
}

.sponsorblock h3 {
  font-size: normal;
}

.sponsorblock img {
	display: block;
  	width: 100%;
}

.blog-entry-header {
  background-color: #4a86cf;
  padding: 0;
}

.blog-entry-header h1.entry-title {
  font-size: x-large;
  margin: 0;
  padding: 10px;
}

.entry-content {
  padding: 10px;
}

.menu-item {
	font-size: large;
}

.normal-text {
	font-size: medium !important;
  color: black !important;
}

.sponsorbox {
	box-shadow: 3px 3px 5px lightgray;
  	border: 1px lightgray solid;
  padding: 10px;
}

#menu-item-207:hover ul.sub-menu {
    margin-left: 10px;
    left: -30px;
    width: 202px;
    top: 1.8em;
}