body {
  padding-top: 70px;
}

.jumbotron {
    background-size: cover;
    border: none;
    margin-bottom: 0px;
}

.hcentre h1, .hcentre h2 {
  text-align: center;
}

#title h2.last {
  margin-bottom: 3ex;
}
#title h1 span.andtext {
  font-size: 50%;
  font-style: italic;
  vertical-align: middle; /* not convinced this ought to work */
}
.inner {
  padding-top: 3.5ex;
  margin-bottom: 0.8ex;
}

a#reglink {
  font-weight: bold;
}

.navbar-nav > li > a.impt {
  /* font-weight: bold;*/
  color: rgb(252,195,88); /* yuck */
}

/* h3 {
  font-size: 26px;
} */

dl { /* copies from bootstrap's p */
  margin-top: 30px;
  margin-bottom: 15px;
}
dl,ul#speakers { /* copies from bootstrap's p */
  font-size: 21px;
  font-weight: 200;
}
dt {
  font-weight: normal;
  font-size: 115%;
}
dd {
  padding-left: 5em;
  padding-bottom: 0.5ex;
}
dd b {
  font-weight: bold;
}


dd span.abstogg, dd span.absbox {
  font-size: 90%;
}
dd span.abstogg {
  margin-left: 1.3em;
  cursor: pointer;
  white-space: nowrap;
}
dd span.slides { margin-left: 1.3em; }

p#gphot {
  text-align: center;
}

p#gphot img {
  border: 0pt;
  width: 35em;
  max-width: 1824px;
}

ul {
  /*margin-bottom: 15px*/
}
li {
  font-size: 115%;
}
ul.plike li {
  /* copies from bootstrap's p */
  font-size: 21px;
  font-weight: 200;
}

table {
  /* copies from bootstrap's p */
  font-size: 21px;
  font-weight: 200;
  margin-top: 2ex;
  margin-bottom:2ex;
}
td {
  padding-left: 1em;
  padding-right: 1em;
  text-align: left;
}
tr.break td {
  padding-top: 0.5em;
}
td {
  vertical-align: top;
}

.jumbotron#iwho {
    background-attachment: fixed;
    background-image: url('../img/canal.jpg');
}
.jumbotron#iwhere {
    background-attachment: fixed;
    background-image: url('../img/bees.jpg');
}
.jumbotron#iwhen {
    background-attachment: fixed;
    background-image: url('../img/uom.jpg');
}
.jumbotron#iregister {
    background-attachment: fixed;
    background-image: url('../img/atb.jpg');
} 
.jumbotron#iwhere, .jumbotron#iwhen, .jumbotron#iregister {
  background-color: inherit;
}
.jumbotron#isponsors {
    background-color: inherit; /* invisible spacer div */
}
/*.jumbotron .container{
    background-color: rgba(0,0,0,0.6);
}*/

img.credits {
	width: 45%;
}