body {
    background-image: url('../images/pexels-snapwire-37728.jpg');
    background-color: #F2F7F2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 400 !important;
}

h1 {
    font-size: 4.0rem;
    line-height: 5.0rem;
    letter-spacing: 0;
    color: #443850;
}

h2 {
    font-size: 2.5rem;
    line-height: 4rem;
    letter-spacing: 0;
    text-align: center;
    color: #443850;
}

h3 {
    font-size: 2.0rem;
    line-height: 4rem;
    letter-spacing: 0;
    text-align: center;
    color: #443850;
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: 0;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0;
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
}

p {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 2.0rem;
}

h2.rowheader {
    font-size: 3.5rem;
}

tr {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 2.0rem;
}

tr.header {
    padding-left: 0;
    font-size: 2.2rem;
}

tr.nextevent {
    font-weight: bold;
}

td.speaker {
    font-weight: bold;
}

td.title {
    font-weight: bold;
}

p.table {
   line-height: 2rem;
   padding-top: 10px;
}


/* blocks */
div.container {
    max-width: 800px;
}

div.row {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    margin-bottom: 2rem;
    width: 96%;
    padding: 2%;
}

div.header {

}

div.centerize {
    text-align: center;
}

div.extend-width {
    width: 96%;
    padding: 2%;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

@media (min-width: 550px) {
    div.extend-width {
        width: 116%;
        padding: 2%;
        margin-left: -10%;
    }
}

.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0
}


#spancontainer {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}


.speaker-box-text {
  width: 100%;
  /*height: 100%;*/
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  margin: 1rem;
  text-align: left;
}

div.speaker-box-text p.title {
    font-weight: 900;
    font-size: 2.0rem;
    line-height: 2.5rem;
    text-align: left;
}

div.speaker-box-text p.abstract {
}

div.speaker-box-text p.bio {
}

@media (min-width: 550px){
    div.organizer-box {
        width: 27%;
    }
    div.speaker-box-text {
        width: 65%;
    }
}

.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0
}


/* ORG START */

.organizer-box {
    width: 100%;
    /*height: 100%;*/
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}

div.organizer-tile {
    text-align: center;
    /* width: 14.6%; */
    /* padding: 0;
    margin: 0 1%; */
    /* float: left; */
}

div.organizer-tile img {
    width: 100%;
    max-width: 140px;
    border-radius: 10%;
}

div.organizer-tile p.organizer-name {
    font-weight: 900;
}

div.organizer-tile p {
    text-align: center;
    font-size: 2.0rem;
    padding: 0;
    margin: 0;
}

/* ORG END */


/* SPEAKER START */

.speaker-box {
    vertical-align: top;
    float: left;
}

div.speaker-tile {
    text-align: center;
    float: left;
}

div.speaker-tile img {
    width: 150px;
    max-width: 150px;
    border-radius: 10%;
}

div.speaker-tile p.speaker-name {
    font-weight: 900;
}

div.speaker-tile p {
    text-align: center;
    font-size: 2.0rem;
    padding: 0;
    margin: 0;
}

/* SPEAKER END */


div.with-padding {
    padding: 2%;
}

div.teaser {
    /* margin: 5rem 0 2rem !important; */
    border-radius: 1rem;
    background: #d9e4d9;
}

div.cfp {
    /* margin: 5rem 0 2rem !important; */
    border-radius: 1rem;
    background: #c7e1f7;
    padding: 1rem;
}

div.subheader {
    margin: 1rem 0 1rem !important;
}

div.banner {
    max-width: 640px;
    margin: 0 auto;
}

div.nav {
    width: 100%;
    margin: 1rem 0;
    min-height: 2rem;
    text-align: center;
}

div.nav-wrapper {
    display: inline-block;
    min-height: 2rem;
    line-height: 2rem;
    margin: 0 auto;
}

span.nav {
    display: block;
    float: left;
    margin: 1rem 1rem !important;
    min-height: 2rem;
    line-height: 2rem;
}

span.email {
    display: block;
    float: left;
    min-height: 2rem;
    line-height: 2rem;
    /* font-family: 'Alegreya Sans SC'; */
    margin-left: 1rem
}

.content {}

.project {
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.project-title {
    font-size: 2.5rem;
}

.date {
    font-weight: 400
}

img.nav-icon {
    display: block;
    float: left;
    height: 2rem;
}


/* typography */
.bold {
    font-weight: 700 !important;
}


/* colors */
.opaque_bg {
    background-color: rgba(250, 250, 250, 1.0);
}

.yellow {
    background-color: yellow;
}

.left_border_blue {
    border-left: 5px rgba(0, 158, 206, 1.0);
    padding-left: 10px;
}

.left_border_orange {
    border-left: 5px rgba(255, 115, 0, 1.0);
    padding-left: 10px;
}

.timeline-block {
    margin-bottom: 1rem;
}

.timeline-icon {
    width: 5rem;
}

.timeline-icon-container {
    text-align: center;
}

span.topic {
    /* color: rgba(255, 115, 0, 1.0); */
    font-weight: 400;
    /* font-style: italic; */
}

p.final-paragraph {
    margin-bottom: 0;
    margin-block-end: 0;
}


/* alignment */
.text-center {
    text-align: center;
}

.centered {
    margin: 0 auto;
}


/* links */
a {
    color: rgba(67, 146, 241, 1.0);
    font-weight: 400;
    text-decoration: none
}

a:hover {
    color: rgba(67, 146, 241, 1.0);
    text-decoration: none
}

a:visited {
    color: rgba(67, 146, 241, 1.0);
    text-decoration: none
}

a.header-nav {
    color: rgba(100, 100, 100, 1.0);
    font-weight: 400;
    text-decoration: none
}

a.header-nav:hover {
    text-decoration: none
}

a.nav {
    /* font-family: 'Alegreya Sans SC', sans-serif; */
    display: block;
    font-size: 2rem;
    font-weight: 400;
    color: rgba(67, 146, 241, 1.0);
    text-decoration: none;
    height: 2rem;
    line-height: 2rem;
}

a.nav:hover {
    color: rgba(67, 146, 241, 1.0);
    text-decoration: none;
}

a.nav:visited {
    color: rgba(67, 146, 241, 1.0);
    text-decoration: none;
}


/* lists */
ul {
    font-size: 1.5rem;
    line-height: 2rem;
    border-radius: 15px;
}

ul.teaser-questions {
    font-style: italic;
}

ul.nodecoration-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

li.nodecoration-list {
    text-decoration: none;
    padding-left: 0;
}