@font-face {
    src: 
    url(https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5PPpYf3fxA.woff2);
    font-family: "Albert Sans"
}

.reveal {
  font-family: "Albert Sans";
  font-size: 2em;
  font-weight: inherit;
  }

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #005176;
  font-family: "Albert Sans", Sans-Serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word; }

.reveal h2 {
	font-size: 2em;
}

.reveal h3 {
	font-size: 1.5em;
}

.reveal .slide-logo {
  display: block;
  position: fixed;
  bottom: 2% !important;
  right: unset !important;
  top: unset !important;
  left: 2% !important;
  height:7% !important;
  max-width: unset !important;
  max-height: unset !important;
}

.reveal .slide-menu-button {
    left: unset !important;
    right: 10px !important;
    top: 10px;
  }


.reveal code {
  font-size: 1.5em !important;
  background-color: #f1f1f1 !important;
}

.reveal a:link {
  color: #005176 !important;
}

.reveal a:visited {  
  color: #005176 !important;
}