@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Patua+One:400,700);
@import url(theme/night.css);

.reveal img {
    max-height: 600px;
}

.reveal a {
    color: inherit;
    text-decoration: underline;
}

.reveal .slide-background, body {
    background-color: #43576e;
}

.reveal li {
  margin: 20px 0;
}
.reveal ul {
  margin: 0;
}

.slides section {
    grid-auto-rows: max-content;
    align-items: center;
    align-content: center;
    justify-items: center;
    height: 100%;
}
p {
    text-align: left;
    justify-self: start;
    color: white;
}
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: white;
  font-family: "Patua One", serif;
}
.reveal {
  font-family: "Source Sans Pro", sans-serif;
}
.reveal video {
    width: 100%;
}
.reveal pre {
    margin: 0;
    overflow-x: hidden;
    width: 800px;
    justify-self: center;
    font-size: 0.4em;
}
.reveal pre code {
    max-height: 500px;
}
.center {
    text-align: center;
}


.slides section#start {
    grid-template-rows: 1fr auto;
}
.reveal h1 {
    font-size: 1.8em;
}
