html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    -webkit-text-size-adjust: none
}
mark {
    background-color: transparent;
    color: inherit
}
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input, select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
    min-width: 320px;
    min-height: 100vh;
    line-height: 1.0;
    word-wrap: break-word;
    overflow-x: hidden;
}
strong {
    font-family: 'Satisfy', cursive;
    color: inherit;
    font-weight: bolder;
}
em {
    font-style: italic;
}
code {
    font-family: "Lucida Console", "Courier New", monospace;
    font-weight: normal;
    text-indent: 0;
    letter-spacing: 0;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.5em;
    background-color: rgba(144, 144, 144, 0.25);
    border-radius: 0.25em;
}
mark {
    background-color: rgba(144, 144, 144, 0.25);
}
a {
    -moz-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    -ms-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    color: inherit;
    text-decoration: underline;
}
s {
    text-decoration: line-through;
}
body:before {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.11)), url('bg.jpg');
    background-position: 0% 0%, center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll;
    background-color: #FFFFFF;
}
body:after {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 2s ease-in-out 0.375s, visibility 2s 0.375s;
    -webkit-transition: opacity 2s ease-in-out 0.375s, visibility 2s 0.375s;
    -ms-transition: opacity 2s ease-in-out 0.375s, visibility 2s 0.375s;
    transition: opacity 2s ease-in-out 0.375s, visibility 2s 0.375s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
body.is-loading:after {
    opacity: 1;
    visibility: visible;
}
html {
    font-size: 18pt;
}
#wrapper {
    -webkit-overflow-scrolling: touch;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    padding: 2rem 2rem 2rem 2rem;
}
#main {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    max-width: 100%;
    z-index: 1;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    background-image: linear-gradient(103deg, #24C6DC 7%, #514A9D 93%);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: cover;
    box-shadow: 0rem 1.125rem 4.125rem 0rem rgba(0, 0, 0, 0.451);
    border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
    -moz-transition: opacity 0.75s ease 0.125s, -moz-transform 0.75s ease 0.125s;
    -webkit-transition: opacity 0.75s ease 0.125s, -webkit-transform 0.75s ease 0.125s;
    -ms-transition: opacity 0.75s ease 0.125s, -ms-transform 0.75s ease 0.125s;
    transition: opacity 0.75s ease 0.125s, transform 0.75s ease 0.125s;
}
#main > .inner {
    overflow-x: hidden;
    width: 38rem;
    max-width: 100%;
    padding: 5rem 4rem;
}
#main > .inner > * {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#main > .inner >:first-child {
    margin-top: 0 !important;
}
#main > .inner >:last-child {
    margin-bottom: 0 !important;
}
#main > .inner > .image {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
#main > .inner > .video {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
body.is-loading #main {
    opacity: 0;
    -moz-transform: scale(0.975);
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    transform: scale(0.975);
}
#credits {
    cursor: default;
    margin-top: 1rem !important;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -ms-max-content;
    width: max-content;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #FFFFFF;
    font-family: 'Inconsolata';
    font-size: 0.8em;
    line-height: 1.5;
    font-weight: 400;
}
#credits a {
    -moz-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    opacity: 0.5;
    text-decoration: none !important;
    text-decoration: underline;
}
#credits a:hover {
    opacity: 1;
    text-decoration: none !important;
    text-decoration: none;
}
.columns > .inner {
    display: -moz-inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}
.columns > .inner > * {
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    max-width: 100%;
}
#columns01 > .inner {
    width: 100rem;
    text-align: left;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: -1rem;
    max-width: calc(100% + 2rem);
}
#columns01 > .inner >:nth-child(1) {
    width: 40%;
    text-align: right;
}
#columns01 > .inner >:nth-child(2) {
    width: 60%;
}
#columns01 > .inner > * {
    padding: 0 1rem;
}
#columns01 > .inner > * > * {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#columns01 > .inner > * > *:first-child {
    margin-top: 0;
}
#columns01 > .inner > * > *:last-child {
    margin-bottom: 0;
}
#columns01 > .inner > * > .image {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
#columns01 > .inner > * > .image:first-child {
    margin-top: 0;
}
#columns01 > .inner > * > .image:last-child {
    margin-bottom: 0;
}
#columns01 > .inner > * > .video {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
#columns01 > .inner > * > .video:first-child {
    margin-top: 0;
}
#columns01 > .inner > * > .video:last-child {
    margin-bottom: 0;
}
.image {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    display: block;
}
.image img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}
#avatar img {
    width: 11rem;
    border-radius: 100%;
}
h1 br + br,
p br + br {
    display: block;
    content: ' ';
}
#name br + br {
    margin-top: 0.75rem;
}
#name {
    color: #FFFFFF;
    font-family: 'Lato';
    letter-spacing: -0.05rem;
    width: 100%;
    font-size: 2em;
    line-height: 1.25;
    font-weight: 400;
}
#bio br + br {
    margin-top: 0.9rem;
}
#bio {
    color: #FFFFFF;
    font-family: 'Inconsolata';
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
}
#bio a {
    text-decoration: none;
}
#bio a:hover {
    text-decoration: underline;
}
#credits br + br {
    margin-top: 0.9rem;
}
.icons {
    cursor: default;
    padding: 0;
    letter-spacing: 0;
}
.icons li {
    display: inline-block;
    vertical-align: middle;
}
.icons li a {
    display: block;
    color: inherit;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
}
.icons li a .label {
    display: none;
}
#social {
    font-size: 0.875em;
    width: calc(100% + 1.125rem);
    margin-left: -0.5625rem;
}
#social li {
    margin: 0.5625rem;
}
#social li a {
    border-radius: 100%;
}
#social .fa-twitter {
    color: #FFFFFF;
}
#social .fa-twitter:hover {
    color: #BDEAF0;
}
#social .fa-facebook {
    color: #FFFFFF;
}
#social .fa-facebook:hover {
    color: #BDEAF0;
}
#social .fa-instagram {
    color: #FFFFFF;
}
#social .fa-instagram:hover {
    color: #BDEAF0;
}
#social .fa-snapchat-ghost {
    color: #FFFFFF;
}
#social .fa-snapchat-ghost:hover {
    color: #BDEAF0;
}
#social .fa-envelope {
    color: #FFFFFF;
}
#social .fa-envelope:hover {
    color: #BDEAF0;
}
#social .fa-github {
    color: #FFFFFF;
}
#social .fa-github:hover {
    color: #BDEAF0;
}
@media (max-width: 1680px) {
    html {
        font-size: 13pt;
    }
}
@media (max-width: 1280px) {
    html {
        font-size: 13pt;
    }
}
@media (max-width: 980px) {
    html {
        font-size: 11pt;
    }
}
@media (max-width: 736px) {
    html {
        font-size: 11pt;
    }
    #wrapper {
        padding: 2rem 2rem 2rem 2rem;
    }
    #main > .inner {
        padding: 3rem 2rem;
    }
    #columns01 > .inner {
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -moz-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: center;
        margin-left: 0;
        max-width: 100%;
    }
    #columns01 > .inner >:nth-child(1) {
        width: 100%;
        min-height: 100%;
        text-align: inherit;
    }
    #columns01 > .inner >:nth-child(2) {
        width: 100%;
        min-height: 100%;
        text-align: inherit;
    }
    #columns01 > .inner > * {
        padding: 1rem 0;
    }
    #columns01 > .inner > div:last-child {
        padding-top: 0;
    }
    #columns01 > .inner > div:first-child {
        padding-bottom: 0;
    }
    #avatar img {
        width: 8rem;
    }
}
@media (max-width: 480px) {
    #wrapper {
        padding: 1rem 1rem 1rem 1rem;
    }
}
@media (max-width: 360px) {
    #wrapper {
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    }
    #main > .inner {
        padding: 2.5rem 1.25rem;
    }
    #name {
        font-size: 1.5em;
    }
    #social {
        width: calc(100% + 0.84375rem);
        margin-left: -0.421875rem;
    }
    #social li {
        margin: 0.421875rem;
    }
}
