* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font: 1.0em "Palatino", "Georgia", "Garamond", "Baskerville",  "Palatino", "Times", serif;
  font: 1.0em "HelveticaNeue-Light", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.55em; }

dt {
  font: 1.5em "HelveticaNeue-Light", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 0.5em;
  /*float:left;*/
  /*width: 20%;*/ }

dd {
  margin-bottom: 2em;
  font-size: 0.9em;
  line-height: 1.2em;
  /*float: right;*/
  /*width: 80%;*/ }

header {
  width: 100%;
  /*position: fixed;*/
  /*top: 0px;*/
  font-family: 'Oswald,Arial,sans-serif', "Palatino", serif;
  color: black;
  line-height: 1.4em;
  background-color: #BDBDBD;
  font-size: 2.3em;
  padding: 0.1em 0;
  text-align: center; }

nav {
  /*position:fixed;*/
  width: 100%;
  background-color: #F2F2F2;
  display: block;
  /*overflow: hidden;*/
  font: 1.0em "Helvetica", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: center; }
  nav ul {
    margin-left: 0;
    padding-left: 0; }
    nav ul li {
      padding: 0;
      margin: 0;
      display: inline-block;
      list-style-type: none; }
      nav ul li a {
        font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
        /*font-weight: 100; */
        letter-spacing: 1px;
        color: #222;
        display: block;
        line-height: 2em;
        padding: 0 1em;
        text-decoration: none;
        text-align: center; }
  nav a:hover {
    background-color: #E0F2F7; }

section {
  width: 70%;
  margin: 3em auto; }
  section h1 {
    font: 2em 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: blue;
    text-transform: uppercase;
    margin-bottom: 1.0em; }
  section h2 {
    font: 1.5em 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin-bottom: 0.8em; }
  section p {
    margin-bottom: 1.5em; }

footer {
  width: 70%;
  margin: 3em auto;
  border-top: 1px solid #ccc;
  padding-top: 1em;
  font: 0.7em "Palatino", "Georgia", "Times New Roman", serif; }

#questionlist {
 margin-left:3em;
}
#about {
  margin-top: 3em; }
  
#venueimg {
  float: right;
  width: 30%;
  max-width: 300px;
  min-width: 200px; }

#speakerimg {
  float: left;
  width: 30%;
  max-width: 100px;
  min-width: 100px;
  padding: 0.4em 1em 0em 0em; }
  
/*# sourceMappingURL=main.css.map */