/*
* {
  outline: #00FF00 dotted thin;
}
*/

body {
  font-family:'Lato',sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  background-color: #EAEDF1;
  color: #FFFFFF;
}

.content {
  max-width: 75ex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 16px;

  background-color: #9EA7B3;
}


/* Header and footer with blur */
.bg {
  height: 30em;
  position: relative;
}

.bg > div {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}

.bg-morning-normal{
  background-image: url('dawn.jpg');
}

.bg-morning-blur{
  background-image: url('dawn-blur.jpg');
  opacity: 0;
}

.bg-evening-normal{
  background-image: url('dusk.jpg');
}

.bg-evening-blur{
  background-image: url('dusk-blur.jpg');
  opacity: 1;
}

/* dividing lines between items */
main > div, .content > div{
  border-bottom: 0.1em solid #EAEDF1;
}

/* Document-wide styles */
h1 {
  font-family: 'Oswald", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  font-size: 2em;
  line-height: 1.25em;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-style: normal;
}

.bg > h1 {
  font-size: 3em;
}

.session > h2 {
  background-color: inherit;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2ex;
  padding-right:2ex;
}

.session {
  text-align: center;
  background-image: url('lines.png');
  background-repeat: repeat-both;
  background-color: #00AFD1;
}

.talk {
  height: 4.5em;
}

.talk, .break, #breakfast, #lunch {
  padding-left: 6em;
  position: relative;
}

.time {
  height: 100%;
  width: 5em;
  padding-left: 0.5em;
  background-color: #F27935;;
  position: absolute;
  left: 0;
  top: 0;

  border-right: 0.1em solid #EAEDF1;


  background-image: url('lines.png');
  background-repeat: repeat-both;
}

h2 {
  font-size: 1.5em;
  line-height: 1.25em;
}

/* item-specific styles */

.announcement {
  height: 6em;
  background-color: #F27935;
  position: relative;
}

.announcement > * {
  position: absolute;
  display: inline-block;
}

#breakfast {
  height: 6.5em;
  background-image: url('breakfast.jpg');
}

#lunch {
  height: 12.5em;
  background-image: url('lunch.jpg');
}

.break {
  height: 1.5em;
  background-image: url('lines.png');
  background-repeat: repeat-both;
  background-color: #56C4C3;
}

#breakfast, #lunch {
  background-size: cover;
  background-position: center;
}

/* Plumbing */

.disable-pointer-events {
  pointer-events:none!important;
}
