/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

/*All pages*/

h1 {
  font-family: "Merriweather", serif;
  font-size: 28px;
}


h2{ 
  text-align: center;
}

h3{
  text-align: center; 
}

h4
{
  text-align: center; 
}

h5{
  text-align: center;
}

h6{
  text-align: center; 
}


p{
  font-size: 12px;
  text-align: justify;
}

body {
  background-color:#FDF5E6;
  font-family: "Open Sans", sans-serif;
  padding: 40px 40px;
  font-size: 18px;
  color: #444;
}

#wrapper{
text-align:center;
  background-color: white;
  width: 100%;  
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.header{
  text-align:center;
  padding: 5px;
}

.nav{
  background-color:#A9A9A9;
  height:40px;
  margin-bottom:15px;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 100%;
  border-bottom: 3px solid transparent;
}

.nav a:hover {
    border-bottom: 3px solid white;
}


.nav a.active {
    border-bottom: 3px solid white;
}

a {
    text-decoration: none;
    color: #205589;
}

a:hover {
    color: grey;
}

.nav ul li{
  Float:left;
  list-style:none
}

.nav ul li a{
  line-height:40px;
  display: block;
  padding:0 10px;
  font-size: 1.2rem;
  color: #ffffff;
  max-width: 100%;
}

.main{
  background:#F5F5F5;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}


#sponsors img{
  display: inline; 
  flex-wrap: wrap; 
  justify-content: center;
  max-height: 100px;
  max-width: 300px;
  padding-left:20px;
  padding-right: 20px;
}

/*Home page */

#introduction p{
  font-size: 14px;  
}

img{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 20px;
}

#organizers h2{
  font-size: 20px;
}

#organizers h3{
  font-size: 15px;

}
#organizers {
  text-align: left;
}


/* speakers */

#speakers a{
  font-size:  15px;
}
#speakers p{
  font-size: 12px;
}

#speakers table{
padding-bottom: 20px;
padding-right: 20px;
padding-left: 20px;
padding-top: 20px;
margin-left: auto;
margin-right: auto;
}

#speakers table a,p{
  margin-left: 20px;
  margin-right: 20px;
}

#speakers table a{
  margin-top: 60px;
  margin-bottom: 2px;
}

#speakers table p{
  margin-top: 1px;
  margin-bottom:20px;
  text-align: left;
}


/*venue */

#transport h5{
  text-align: left;
}

#transport a,p{
  font-size: 14px;
}

#transport img{
  float: right;
}