:root {
    --primary-color: #42affa;
    --secondary-color: #f92672;
}

.reveal.sls-intro section .no-border {
    border: 0;
}

.reveal.sls-intro section .no-margin {
    margin: 0;
}

.reveal.sls-intro section .no-background {
    background: none;
    box-shadow: none;
}

.reveal.sls-intro section ul.no-margin-nor-bullet-points {
    margin: 0;
    list-style: none;
}

.reveal.sls-intro section .no-text-transform {
    text-transform: none;
}

.reveal.sls-intro .primary-color {
    color: var(--primary-color);
}

.reveal.sls-intro .secondary-color {
    color: var(--secondary-color);
}

section#why-serverless ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

section#why-serverless ul > li {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#why-serverless ul > li p {
    text-align: center;
}

section.serverless-services .layer .layer-services {
    display: flex;
    flex-direction: row;
}

section.serverless-services .layer {
    display: flex;
    border-bottom: white solid 2px;
}

section.serverless-services .layer:not(:last-child) {
    margin-bottom: .5rem;
}

section.serverless-services .layer span.layer-title {
    width: 25rem;
    font-size: 2rem;
    align-self: center;
    text-align: right;
    color: var(--primary-color);
}

section.serverless-services .layer .aws-service:not(:last-child) {
    margin-right: 1rem;
}

.aws-service.faded {
    opacity: .2;
}

.aws-service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8rem;
}

.aws-service img {
    margin: 0;
    height: 4rem;
}

.aws-service span {
    font-size: 1.25rem;
}

section.lambda-hello div {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.lambda-hello div :not(:first-child) {
    margin-left: 1rem;
}

section#aws-tooling ul :not(:last-child) {
    margin-bottom: 1rem;
}

section#aws-tooling ul li a {
    display: flex;
    align-content: center;
}

section#aws-tooling ul li img {
    height: 4rem;
    margin: 0 1rem 0 0;
}

section#serverless-frameworks img {
    height: 5rem;
}

section#serverless-frameworks ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

section#serverless-frameworks ul :not(:last-child) {
    margin-right: 1rem;
}

section#sls-setup li.iam-user div {
    display: flex;
    align-content: center;
}

section#sls-setup ol :not(:last-child) {
    margin-bottom: .5rem;
}

section#serverless-hype div.main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

section#serverless-hype div.main ul {
    font-size: 2rem;
    margin-left: 1rem;
    text-align: right;
}

section#serverless-definitions p {
    font-size: 2rem;
}

section#serverless-pros div {
    display: flex;
    flex-direction: row;
    font-size: 2rem;
}

/*.reveal.sls-intro code.code {*/
/*    font-size: 0.75em;*/
/*    color: var(--secondary-color);*/
/*}*/
