@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css";

@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, button, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
    vertical-align: baseline;
    margin: 0;
    outline: 0;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}

html, body {
    height: 100%;
}

address {
    font-style: normal;
}

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

img {
    background: none !important;
}

img, canvas, iframe, video, svg {
    max-width: 100%;
    max-height: 100%;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    vertical-align: baseline;
    margin: 0;
    background: transparent;
    padding: 0;
    font-size: 100%;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

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

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

body, select, input, textarea {
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

html {
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: auto;
    text-rendering: optimizeLegibility;
    text-size-adjust: none;
}

::-moz-selection {
    background: #FCDD78;
    color: #FFFFFF;
    text-shadow: none;
}

::selection {
    background: #FCDD78;
    color: #FFFFFF;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margins are still there even though it's hidden */
}

header .header-content, footer .footer-content {
    max-width: 1200px;
}

header .header-content, .navigation, .navigation li {
    height: 100%;
}

header, .navigation li:hover:after, footer, .experience ul,
.education ul,
.awards ul, .experience ul li a,
.education ul li a,
.awards ul li a, .experience:before,
.education:before,
.awards:before {
    width: 100%;
}

header, .navigation li:hover:after, .header-logo, footer, footer .footer-content, .experience ul li a,
.education ul li a,
.awards ul li a, .experience:before,
.education:before,
.awards:before, .tool span, .gallery-image, .main-portfolio-image {
    display: block;
}

.navigation, footer .footer-content .contact-links li, .hero-wrapper img {
    display: inline-block;
}

footer .footer-content .contact-links {
    float: right;
}

footer {
    clear: both;
}

header .header-content, footer .footer-content, .hero-wrapper {
    margin: 0 auto;
}

.centered-content {
    margin: 0 auto;
    text-align: center;
}


h1 {
    margin: 20px 0;
    color: #460054;
    font-family: "Lato", sans-serif !important;
    font-size: 2.5em;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 2em;
        line-height: 1em;
        text-align: center;
    }
}

h2 {
    margin: 15px 0;
    color: #404041;
    font-family: "Lato", sans-serif !important;
    font-size: 1.5em;
    font-weight: 300;
    text-align: left;
}

@media screen and (max-width: 992px) {
    h2 {
        font-size: 1.25em;
    }
}

h3 {
    margin: 15px 0;
    color: #404041;
    font-family: "Lato", sans-serif !important;
    font-size: 1.5em;
    font-weight: 400;
    text-align: left;
}

h4 {
    margin: 15px 0;
    color: #460054;
    font-family: "Lato", sans-serif !important;
    font-size: 1.25em;
    font-weight: 300;
    text-align: left;
}

h1.handwriting {
    color: #460054;
    font-family: "Just Another Hand", cursive !important;
    font-size: 3rem;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    h1.handwriting {
        font-size: 2em;
    }
}

p, ul, li {
    color: #404041;
    font-family: "Lato", sans-serif !important;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.5em;
    text-align: left;
}

p {
    margin: 15px 0;
}

a,
a:hover {
    color: #460054 !important;
    text-decoration: none !important;
}

small {
    color: #404041;
    font-family: "Lato", sans-serif !important;
    font-size: 0.8em;
    font-weight: 300;
    text-align: left;
}

.number-link {
    padding: 0 0.75rem;
    text-decoration: underline;
}

.reference-quote {
    margin: 0 !important;
    background-color: #F8F8F8;
    padding: 30px 60px;
}

.reference-quote p {
    color: #A9A9A9;
    font-family: "Just Another Hand", cursive !important;
    font-size: 2em;
}


/**
 * Naked List - sets list-style to none on <ul> or <ol> elements
 */
ul, .navigation {
    list-style: none;
}

ul>li, .navigation>li {
    margin-left: 0;
}

header {
    position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: 0px 2px 18px 0px #C6C8CA;
    background-color: #ffffff;
}

header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.header-logo {
    padding: 5px 0;
    width: 250px;
}

.header-logo img {
    display: block;
    width: 100%;
}

.navigation {
    margin-bottom: 0;
    font-size: 1.5rem;
}

.navigation li a {
    font-size: 1em;
}

.navigation-icon {
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    background-image: url("../images/svg/nav_icon_amethyst.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 2rem;
    text-indent: 100%;
    white-space: nowrap;
}

.navigation-icon:hover {
    background-image: url("../images/svg/nav_icon_lilac.svg");
}


@media screen and (max-width: 1024px) {
    .navigation {
        font-size: 1em;
    }
    .navigation li {
        padding-top: 1.1rem;
    }
    .navigation {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 992px) {
    .header-content {
        position: relative;
    }

    .navigation {
        display: none;
    }

    .navigation.responsive {
        display: block;
        position: absolute;
        top: 55px;
        left: 0;
        background-color: #460054;
        width: 100%;
        font-size: 1.25em;
    }

    .navigation.responsive li {
        align-items: center;
        float: none !important;
        border-bottom: 2px solid #D3C9DB;
        background-color: #460054;
        padding: 5px 15px;
    }

    .navigation.responsive li:hover {
        background-color: #460054 !important;
    }

    .navigation.responsive li a {
        display: block !important;
        width: 100% !important;
        color: #D3C9DB !important;
        font-weight: 400;
    }

    .navigation.responsive li a:hover {
        color: #ffffff !important;
    }

    .navigation-icon {
        display: inline-block;
    }

    .navigation-icon.active {
        background-image: url("../images/svg/nav_icon_lilac.svg");
    }
}

@media screen and (min-width: 992px) {
    .navigation-icon {
        display: none !important;
    }
    .navigation {
        display: flex !important;
    }
    .navigation li {
        overflow: hidden;
    }

    .navigation li {
        display: flex;
        position: relative;
        align-items: flex-end;
        transition: 0.3s ease-in-out;
        padding: 15px 15px 5px;
    }

    .navigation li::after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 0.3s ease-in-out;
        background-color: #460054;
        width: 100%;
        height: 0;
        content: '';
    }

    .navigation li:hover {
        background-color: #D3C9DB;
    }

    .navigation li:hover::after {
        height: 5px;
    }
}


body {
    background-color: #ffffff;
    padding-top: 30px;
    width: 100%;
    overflow-wrap: break-word;
}

.container {
    margin: 40px auto;
}

.col {
    padding: 0 15px;
}

.row {
    margin: 30px 0;
}

section {
    padding: 0 2rem;
}

.hero-wrapper {
    display: flex;
    justify-content: center;
    padding: 3rem;
    text-align: center;
}

.hero-wrapper img {
    vertical-align: middle;
}

.hero-wrapper img:first-child {
    max-width: 40%;
}

.hero-wrapper img:nth-child(2) {
    margin-right: 3rem;
    max-width: 7%;
}

.hero-wrapper img:nth-child(3) {
    max-width: 35%;
}

.about img {
    float: right;
    margin: 1rem 0 1rem 1rem;
    max-width: 30%;
}

.about p {
    padding: 1rem 0;
}

.about .col {
    border-top: 1px solid #C6C8CA;
    border-bottom: 1px solid #C6C8CA;
    padding: 2rem 3rem;
}

.disclaimer {
    margin-top: 3rem;
}

.image-block {
    display: flex;
    justify-content: center;
    text-align: center;
}

.image-block h3 {
    text-align: center;
}

.portfolio-section .image-block {
    margin: 2rem 0;
}

.portfolio-section h3 {
    padding-bottom: 1rem;
    color: #460054;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .web-thumbnail-wrapper {
        float: none;
        max-width: none;
    }

    .portfolio-section .image-block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .portfolio-section .image-block img {
        margin: 0 auto;
    }

    .under-construction::before {
        margin-top: 0;
    }

    .about img {
        max-width: 50%;
    }
}

@media screen and (max-width: 820px) {
    .hero-wrapper {
        padding: 2rem;
    }

    .hero-wrapper img:first-child {
        max-width: 45%;
    }

    .hero-wrapper img:nth-child(2) {
        margin-right: 2rem;
        max-width: 8%;
    }

    .hero-wrapper img:nth-child(3) {
        max-width: 40%;
    }
}

@media screen and (max-width: 635px) {
    .hero-wrapper {
        padding: 1rem;
    }

    .hero-wrapper img:nth-child(2) {
        margin-right: 1rem;
        max-width: 7%;
    }

    .hero-wrapper img:nth-child(3) {
        max-width: 35%;
    }

    .under-construction h1 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 768px) {
    .hero-wrapper img {
        display: block;
        vertical-align: initial;
        float: left;
        clear: both;
        margin-bottom: 1rem;
        padding: 0;
        max-width: 100%;
    }

    .hero-wrapper img:not(:last-child) {
        display: none;
    }

    .hero-wrapper img:nth-child(3) {
        margin-bottom: 0;
        width: calc(100% - 30px);
        max-width: 400px;
    }
}

.experience ul,
.education ul,
.awards ul {
    padding: 1rem 0 1rem 1rem;
}

.experience ul li,
.education ul li,
.awards ul li {
    padding-top: 0.5rem;
}

.experience ul li span,
.education ul li span,
.awards ul li span {
    color: #460054;
}

.experience ul li p,
.education ul li p,
.awards ul li p {
    font-size: 0.75em;
}

.experience:before,
.education:before,
.awards:before {
    border-top: 1px solid #C6C8CA;
    padding: 0 1rem 2rem;
    content: '';
}

.experience h3,
.education h3,
.awards h3 {
    padding-top: 1rem;
}

.tool {
    padding: 15px;
    text-align: center;
}

.tool span {
    border-radius: 50px;
    padding: 0.5rem;
    width: 100%;
    font-size: 0.75em;
    text-align: center;
}

.tool.dark span,
.tool-meter span.dark h5 {
    background-color: #460054;
    color: #ffffff;
}

.tool.mid span,
.tool-meter span.mid h5 {
    background-color: #544263;
    color: #ffffff;
}

.tool.light span,
.tool-meter span.light h5 {
    background-color: #D3C9DB;
    color: #460054;
}

.tool-meter {
    margin-bottom: 1rem;
    border-bottom: 1px solid #C6C8CA;
    padding: 0 0 15px;
}

.tool-meter h5 {
    margin: 0 auto;
    border-radius: 50px;
    padding: 1rem;
    text-align: center;
}

.tool-meter span {
    padding: 1rem;
}

.gallery-image {
    margin: 0 auto;
    box-shadow: 0px 0px 23px 1px #ccd8f0;
}

.gallery-image__small {
    margin: 2rem 0;
    max-height: 200px;
    overflow: hidden;
}

.gallery-image__small img {
    margin: 0 auto;
}

.gallery-image__medium {
    max-width: 250px;
}

.gallery-image__large {
    max-width: 400px;
}

.main-portfolio-image {
    margin: 4rem auto;
}

@media screen and (max-width: 768px) {
    .gallery-image {
        height: auto;
    }
}


footer {
    border-top: 5px solid #D3C9DB;
    background-color: #ffffff;
    min-height: 80px;
}

footer .footer-content {
    padding: 0.5rem;
    height: 30px;
}

footer .footer-content .contact-links li {
    vertical-align: middle;
    margin-left: 0.5rem;
}

footer .footer-content .contact-links li h3 {
    color: #460054;
}

footer .footer-content .contact-links li img {
    width: 30px;
    height: 30px;
}
