.nav-main,
.nav-main a.recommend {
    position: relative
}

.resume h3,
.nav-main {
    text-transform: uppercase
}

.callout h4,
.center,
.footer,
.hero,
.resume h2,
.resume h3 {
    text-align: center
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

body,
em {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

img {
    max-width: 100%
}

body {
    font-family: ff-tisa-web-pro, Georgia, serif;
    font-weight: 300;
    font-size: 112.5%;
    line-height: 1.5;
    background-color: #3090a5;
    color: #000
}

.nav-main,
h1,
h2,
h3,
h4 {
    font-family: brandon-grotesque, Helvetica, sans-serif
}

.container {
    max-width: 1200px;
    margin: 0 auto
}

a {
    text-decoration: none
}

h2,
h3,
h4,
p:not(:last-child),
pre,
ul {
    margin-bottom: 30px
}

h1,
h2,
h3,
h4 {
    line-height: 1.3;
    font-weight: 700;
    font-style: normal
}

@media screen and (min-width: 501px) {
    body>.container {
        padding: 0 20px
    }

    h1 {
        font-size: 3.5em
    }

    h2 {
        font-size: 2em
    }

    h3 {
        font-size: 1.1em
    }

    h4 {
        font-size: 1.4em
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 2em
    }

    h2 {
        font-size: 1.5em
    }

    h3 {
        font-size: .9em
    }

    h4 {
        font-size: 1.2em
    }
}

.nav-main,
small {
    font-size: .8em
}

#back_button:visited {
    color: white;
}

#pdf_button:visited {
    color: white;
}

hr {
    height: 1px;
    margin: 30px 0;
    background: #3090a5;
    border: none
}


.nav-main {
    font-weight: 700
}

.nav-main a {
    display: inline-block;
    color: #fff;
    border-bottom: 4px solid transparent;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

.nav-main a:focus,
.nav-main a:hover {
    border-color: #fff;
    outline: 0
}

@media screen and (min-width: 501px) {
    .nav-main {
        padding-top: 20px
    }

    .nav-main a:not(.recommend) {
        margin-right: 20px
    }

    .nav-main a.recommend {
        float: right
    }

    .nav-main a.recommend:before {
        width: 20px;
        height: 20px;
        left: -25px
    }
}

@media screen and (max-width: 500px) {
    .nav-main {
        padding-top: 40px;
        background: linear-gradient(to bottom, #333 25px, transparent 25px);
        text-align: center
    }

    .nav-main a {
        margin: 0 10px
    }

    .nav-main a.recommend {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: .8em
    }

    .nav-main a.recommend:before {
        width: 12px;
        height: 12px;
        top: 2px;
        left: -15px
    }
}

.hero {
    padding: 50px 0;
    color: #fff;
    clear: both;
}

@media screen and (min-width: 881px) {
    .hero {
        padding-bottom: 80px
    }
}

@media screen and (min-width: 501px) {
    .hero {
        background-position: center bottom -20px;
        background-size: 95% auto
    }
}

@media screen and (max-width: 500px) {
    .hero {
        background-position: center bottom -7px;
        background-size: 140% auto
    }
}

.hero small {
    font-family: Helvetica, sans-serif;
    color: #fff
}

.resume-item .episode,
.resume-item .name {
    font-family: brandon-grotesque, Helvetica, sans-serif;
    font-weight: 700
}

.resume {
    background: #fff
}

@media screen and (max-width: 500px) {
    .resume {
        padding: 30px 15px
    }

    .resume .resume-group:last-child>section:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width: 501px) {
    .resume {
        padding: 30px
    }
}

@media screen and (min-width: 881px) {

    .resume,
    .resume .wide .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px
    }

    .resume .wide {
        grid-column: 1/-1
    }
}

.resume+.resume {
    margin-top: 20px
}

.resume section {
    margin-bottom: 50px
}

.resume h2,
.resume h3 {
    color: #3090a5
}

.resume h3 {
    padding-bottom: 10px;
    border-bottom: 1px dashed #3090a5
}

.resume-item {
    display: grid;
    grid-template-columns: [item] auto [episode] auto;
    grid-column-gap: 50px
}

.resume-item:not(:last-child) {
    margin-bottom: 20px
}

.resume-item .name {
    margin-bottom: 5px;
    grid-column: item;
    font-size: 1em;
    line-height: 1.2
}

.resume-item .name.featured {
    margin-bottom: 20px;
    font-size: 1.4em
}

.resume-item .name .emoji {
    font-size: .8em
}

.resume-item .episode {
    grid-column: episode;
    -ms-flex-item-align: start;
    align-self: start;
    justify-self: end;
    font-style: normal;
    font-size: .8em
}


.resume-item .description {
    grid-column: item;
    font-size: .8em
}

.resume-item .description>p {
    margin-bottom: 20px
}

.resume-item .description>ul {
    margin: 15px 15px 15px 30px
}

.resume-item.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.icon:before,
.resume-item.center .description,
.resume-item.center .episode,
.resume-item.center .name {
    display: block
}

.resume-item.center .description {
    margin-bottom: 15px
}

.resume-item.center .episode {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.callout {
    padding: 7%;
    position: relative
}

.callout:not(section):not(:first-child) {
    margin-top: 50px
}

.callout:not(section):not(:first-child).mt-sm {
    margin-top: 30px
}

.callout:not(:last-child) {
    margin-bottom: 40px
}

.callout :last-child {
    margin-bottom: 0
}

.callout .illo {
    max-width: 100%;
    position: absolute
}


.callout.callout-style-1 {
    padding: 5% 0;
    border-top: 1px dotted #3090a5;
    border-bottom: 1px dotted #3090a5
}

.callout.callout-style-1:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.callout.callout-style-1.short {
    margin: 20px 0
}

.callout.callout-style-2 {
    margin-left: 11px;
    margin-top: 11px;
    padding: 7% 8% 9% 5%;
    border: 1px dashed #3090a5;
    -webkit-box-shadow: inset -10px -10px 0 #fff, inset -11px -11px 0 #3090a5, -11px -11px 0 -1px #fff, -11px -11px 0 #3090a5;
    box-shadow: inset -10px -10px 0 #fff, inset -11px -11px 0 #3090a5, -11px -11px 0 -1px #fff, -11px -11px 0 #3090a5
}

.callout.callout-style-3 {
    border: 1px dashed #3090a5;
    -webkit-box-shadow: inset 0 0 0 10px #fff, inset 0 0 0 11px #3090a5;
    box-shadow: inset 0 0 0 10px #fff, inset 0 0 0 11px #3090a5
}

.callout.callout-style-4 {
    padding: 5%;
    border: 1px solid #3090a5
}

.callout.callout-style-5 {
    border: 1px dotted #3090a5;
    -webkit-box-shadow: inset 0 0 0 10px #fff, inset 0 0 0 11px #3090a5;
    box-shadow: inset 0 0 0 10px #fff, inset 0 0 0 11px #3090a5
}


#projects {
    padding: 15px 0 20px;
    border-top: 1px dashed #3090a5;
    border-bottom: 1px dotted #3090a5
}

#merch_manager a{
    margin-top: 10px;
    padding-top: 20px;
    color: #3090a5;
}

#merch_manager {
    margin-top: 10px;
    padding-top: 20px;
}

#merch_manager:hover {
    transition-duration: 2s;
    background-color: #3090a5;
}

#merch_manager:hover a {
    text-decoration: none;
    color: white;
}

#tateomerch:hover {
    transition-duration: 2s;
    background-color: #3090a5;
}

#tateomerch:hover a {
    text-decoration: underline white;
    color: white;
}

a:visited {
    text-decoration: none;
    color: #3090a5;
}

#partners {
    background: #333;
    color: #fff
}

@media screen and (max-width: 500px) {
    #partners .container {
        padding: 30px 15px
    }
}

@media screen and (min-width: 501px) {
    #partners {
        margin-top: 20px
    }

    #partners .container {
        padding: 40px 20px
    }

    #partners .container>* {
        padding-left: 30px;
        padding-right: 30px
    }
}

#partners h3 {
    margin-bottom: 0;
    font-size: .9em;
    text-transform: uppercase
}

#partners h4 {
    margin: 30px 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: .7em;
    border-bottom: 1px dotted rgba(255, 255, 255, .2)
}

#partners .partner-group {
    margin-bottom: 0
}

#partners .partner {
    margin-bottom: 7px;
    font-size: .7em
}

#partners .gino-tateo .partner-group {
    -webkit-columns: 200px;
    columns: 200px;
    -webkit-column-gap: 50px;
    column-gap: 50px
}

.footer {
    padding: 20px 0;
    background: #222;
    color: #fff
}

.footer p {
    margin-bottom: 10px;
    font-size: .8em
}

.footer a {
    color: #fff;
    display: inline-block;
    border-bottom: 1px dotted;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.footer a:hover {
    opacity: .6
}


