@import url(https://fonts.googleapis.com/css?family=Lato:400,900);

body {
    font-family: 'Lato', 'Avenir Next', 'Avenir', 'Trebuchet MS', 'Segoe UI', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: rgba(27, 73, 149, 1);
    line-height: 1.3;
    font-size: 0.98em;
    word-wrap: break-word;
}

.footnote {
  position: absolute;
  bottom: 3em;
  font-size: 0.5em;
}

.red {
    color: #d11a01;
}

.redbg {
    color: #000;
    background-color: #d11a01;
    padding: 3px;
}

.bluebg {
    color: #ccc;
    background-color: rgba(27, 73, 149, 1);
    padding: 3px;
}

.blackbg {
    color: #eee;
    background-color: #000;
    padding: 3px;
}

.whitebg {
    color: #000;
    background-color: #fff;
    padding: 3px;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.Q {
    color: #009933;
}

.remark-container {
    background: #ddd;
}

.remark-slide-content {
    background-color:  rgba(232, 245, 244, 1);
    font-size: 1.4em;
    border-top: solid 5px #595959;
}

.remark-slide-content h1 {
    font-weight: bold;
    font-size: 2.25em;
    text-align: center;
    margin: 0 0 .5em 0;
}

.remark-slide-content h2 {
    color: #d11a01;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 .5em 0;
}

.remark-slide-content h3 {
    font-size: 1.0em;
    font-weight: normal;
    margin: 0 0 .5em 0;
}

.remark-slide-number {
    font-size: 0.5em;
}

.smaller {
    font-size: 1.2em;
}

.larger, .larger .remark-code {
    font-size: 1.7em;
}

a {
    color: #0288d1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    color: #d11a01;
    font-style: normal;
    font-weight: normal;
}

ul > li, ol > li {
     margin: 0.6em 0;
}

ul > li > ul > li {
    font-size: 0.8em;
}

table {
    border-spacing: 0;
    border: 1px solid #e2e2e2;
    font-size: .8em;
    margin: auto;
    padding: 0;
}

thead {
    border: 0;
    font-size: .9em;
    margin: 0;
}

th {
    background: #e2e2e2;
    border: 0;
    font-weight: bold;
    margin: 0;
    padding: 7px;
    text-align: center;
}

tbody {
    background: #f0f0f0;
    font-size: .8em;
    margin: 0;
}

tr {
    margin: 0;
    padding: 0;
}

tr:nth-child(odd) {
    background: #fcfcfc;
}

td {
    margin: 0;
    padding: 5px 8px;
}

.pull-left {
    float: left;
    margin-right: 1em;
}

.pull-right {
    float: right;
    margin-left: 1em;
}

.left-column {
  width: 50%;
  float: left;
}
.reset-column {
  overflow: auto;
  width: 100%;
}
.right-column {
  width: 50%;
  float: right;
}

.border {
  border: 2px solid black;
}

.gallery {
    display: block;
    text-align: center;
}

.gallery img {
    width: 200px;
    height: auto;
    padding: 25px;
}

.caption {
    display: block;
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
}

.circle img {
    border-radius: 50%;
}

.stretch img {
    width: 100%;
    height: auto;
}

.width-10 * {
    width: 10%;
}

.width-20 * {
    width: 20%;
}

.width-30 * {
    width: 30%;
}

.width-40 * {
    width: 40%;
}

.width-50 * {
    width: 50%;
}

.width-60 * {
    width: 60%;
}

.width-70 * {
    width: 70%;
}

.width-80 * {
    width: 80%;
}

.width-90 * {
    width: 90%;
}

.width-100 * {
    width: 100%;
}


/* Title slide */

.title-slide:after {
    content: '';
    background: url("../assets/logo_wtt.png") no-repeat;
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 2em;
    left: 3.3em;
    display: inline-block;
}

.final-slide:after {
    content: '';
    background: url("../assets/logo_wtt.png") no-repeat;
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 2em;
    right: 3.3em;
    display: inline-block;
}

.title-slide {
    vertical-align: middle;
}
