section.has-light-background h1 {
    color: #333333;
}

.lightcolor {
    color: #dddddd;
}

.livgreen {
    color: #12fdbf;
}

#talktitle {
    font-size: 2.0em;
    margin-bottom: 5%;
}

.reveal ul.fa-ul {
    list-style-type: none;
}

.reveal ul.fa-ul li {
    margin-bottom: 5%;
}

.reveal h1, .reveal h2, .reveal h3  {
    text-shadow: 3px 4px 5px #000000dd !important;
}

.shadow, .reveal h4 {
    text-shadow: 2px 3px 3px #000000dd !important;
}

.reveal h3 {
	text-transform: none;
}

.imgshadow {
    border: none;
    background: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.80) !important;
}

.container {
    display: flex;
    flex-wrap: wrap;
}

.col {
    flex: 1;
}

.reveal section img {
    border: none;
    box-shadow: none;
    background: none;
}

.attribution, .attribution a {
    position: fixed;
    bottom: 2%;
    right: 1%;
    font-size: 0.6em !important;
}
