@font-face {
    font-family: 'Cantarell';
    src: local('Cantarell-Regular'), url(../fonts/Cantarell-Regular.ttf), format('truetype');
}

@font-face {
    font-family: 'CarroisGothicSC-Regular';
    src: local('CarroisGothicSC-Regular'), url(../fonts/CarroisGothicSC-Regular.ttf), format('truetype');
}


body {
    /*background: #7a8480;*/
    background: #ecf1f1;
}

#wrapper {
    width: 66%;
    margin-left: 17%;
    background: #fff;
    padding-top: 1em;
}

header {
    margin-bottom: 1em;
    padding-left: 3%;
}

h1, h2, h3, h4 {
    color: #57b4ba;
    font-family: "CarroisGothicSC-Regular", sans-serif;
}

em {
    font-weight: bold;
}

i {
    font-style: italic;
}

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


header h1 {
    font-size: 6vw;
    font-weight: 700;
    margin-left: 1.25em;
    line-height: 1.25em;
}

span.first-letter {
    color: #015551;
}

header img {
    height: 6vw;
    float: left;
    border-right: 2px solid #015551;
    border-bottom: 2px solid #015551;
}

header img:active {
    border: none;
}

nav {
    width: 100%;
}
nav ul {
    list-style: none;
}

nav li {
    float: left;
}

nav a {
    display: block;
    font-family: "CarroisGothicSC-Regular", sans-serif;
    margin-right: 2em;
}

nav a.current {
    text-decoration: underline;
}

main {
    padding-left: 3%;
    padding-right: 2%;
    clear: both;
}

main p, figcaption, li {
    font-size: 1.5em;
    margin-bottom: .5em;
    font-family: "Cantarell", Helvetica, sans-serif;
}

ul {
    list-style: disc;
    margin-left: 2em;
    margin-bottom: 2em;
    margin-top: -1em;
}

h2 {
    font-size: 3em;
}

h4 {
    color: #015551;
}

h3 {
    font-size: 2em;
    font-weight: bold;
}

h4 {
    font-size: 2em;
    font-weight: bold;
    color: #015551;
    margin-bottom: 1em;
}

#keynotes figure {
    width: 100%;
    float: left;
    margin-bottom: 1em;
}

#keynotes img {
    width: 30%;
    float: left;
}

#keynotes figcaption {
    width: 55%;
    float: left;
    margin-left: 2%;
}

#sponsors {
    clear: both;
}

#sponsors img {
    width: 15%;
    float: left;
    margin-right: 2%;
}

#schedule h3 {
    text-align: center;
    margin-bottom: .5em;
}

footer {
    text-align: center;
    font-family: Arial, sans-serif;
    clear:both;
    background: #015551;
    color: #fff;
    height: 4em;
    width: 100%;
    padding-left: 3%;
    padding-top: 1em;
}

footer a {
    color: white;
    text-decoration: underline;
}
