#main {
    margin-top: -51px;
}

.button-pill {
    border-radius: 1em;
}

.margin-bottom-smaller {
    margin-bottom: 0.75em;
}

.bg-texture {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url("/tech-talks/images/background-texture_2x.jpg");
}

.tech-talk-icon-array {
    max-width: 1280px;
    margin: 2em auto;
}

@media only screen and (max-width: 735px) {
    .tech-talk-icon-array {
        margin: 1em auto;
    }
}

.theme-dark {
    color: #333;
    background-color: unset;
}

.theme-dark .typography-headline {
    color: #333;
}

.theme-dark .typography-eyebrow {
    color: #515151;
}

.tile-wrap.theme-reset .header-color-1 {
    background: rgb(80, 125, 223);
    background: linear-gradient(90deg, rgba(80, 125, 223, 1) 0%, rgba(61, 101, 190, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tile-wrap.theme-reset .header-color-2 {
    background: rgb(121, 92, 234);
    background: linear-gradient(90deg, rgba(121, 92, 234, 1) 0%, rgba(103, 136, 220, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tile-wrap.theme-reset .header-color-4 {
    background: rgb(230, 96, 132);
    background: linear-gradient(90deg, rgba(230, 96, 132, 1) 0%, rgba(227, 62, 107, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tile-wrap.theme-reset .header-color-3 {
    /* background: rgb(232, 175, 116);
    background: linear-gradient(90deg, rgba(232, 175, 116, 1) 0%, rgba(227, 161, 92, 1) 100%); */
    background: rgb(47, 202, 164);
    background: linear-gradient(90deg, rgba(47, 202, 164, 1) 0%, rgba(96, 168, 206, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tile-wrap {
    width: 90%;
    margin: 2em auto 2em;
    background: rgba(199, 227, 251, 0.25);
    border-radius: 2em;
    padding: 3em 6em;
    text-align: left;
}
.tile-wrap.theme-reset * {
    color: #333;
}
.tile-wrap.theme-reset a,
p.typography-footnote.column.large-centered.large-10.small-12.text-left > a {
    font-weight: 500;
    color: #06c;
}
.tile-wrap.theme-reset a.button {
    color: #fff;
    font-weight: 400;
    margin: 1em 0;
}

@media only screen and (max-width: 1068px) {
    .tile-wrap {
        /* margin: 3em auto; */
        width: 100%;
        padding: 3em 4em;
    }
}

@media only screen and (max-width: 735px) {
    #main {
        margin-top: -47px;
    }
    .tile-wrap {
        padding: 2em;
    }
}

@media only screen and (max-width: 414px) {
    .tile-wrap {
        padding: 2em 1em;
    }
}

/* ========== Grid ========== */
#main section.section {
    padding-top: calc(4em + 51px);
    padding-bottom: 4em;
}
#main section .section-content .row {
    margin-left: 0;
    margin-right: 0;
}
#main section .section-content .row > .column {
    padding: 0;
}

@media only screen and (max-width: 1068px) {
    #main section .section-content .row {
        margin-left: 0;
        margin-right: 0;
    }
    #main section .section-content .row > .column {
        padding: 0;
    }
}

@media only screen and (max-width: 735px) {
    #main section.section {
        padding-top: calc(2em + 47px);
        padding-bottom: 2em;
    }
    #main section .section-content .row {
        margin-left: 0;
        margin-right: 0;
    }
    #main section .section-content .row > .column {
        padding: 1em 0;
    }
}
