@font-face {
    font-family: 'Gill Sans Light';
    src: local('GillSans-Light');
}

.remark-slide>.title {
    text-align: center;
    vertical-align: middle;
}

.remark-slide>.title h1 {
    border: none;
    font-size: 48px;
    font-weight: bold;
}

.remark-slide>.title h2 {
    font-size: 36px;
    font-weight: normal;
}

.remark-slide>.title h3 {
    font-size: 24px;
    font-weight: normal;
}

.remark-slide-content {
    font-family: 'Gill Sans Light';
    font-size: 36px;
    padding: 0em 2em 0em 2em;
}

.remark-slide-content h1 {
    font-size: 48px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: 4px;
}

.remark-code, .remark-inline-code {
    font-family: 'Menlo';
    font-size: 24px;
}

.two-column {
    column-count:3;
}

.left-column {
     width: 45%;
     float: left;
}

.right-column {
    width: 45%;
    float: right;
}

p, li {
    line-height: 150%;
    font-weight: normal;
}

img {
    border: 1px solid black;
}

.title p {
    text-align: center;
}