#hero.short::before {
    opacity: .65;
    background-color: var(--onyx-color);
}
#hero h3 {font-weight: 500;}
#hero a {color:white}
#hero b {
    font-weight: 500;
    color:var(--gold-color)
}
#hero .text {
    margin-top: 3em;
}

#hero h3 {
    margin-bottom: 0;}

#profile {
    z-index: 4;
    position: relative;
    /*top: calc(-6em - 5vw);*/
}

#profile img {
    width:100%;
    min-width: 20em;
}
#profile figcaption {
    background-color: var(--onyx-color);
    color:white;
    padding: calc(2.5em + 1vw);
}
#profile h3 {
    margin-top: 0;
    margin-bottom:.25em;
    font-family: var(--font-header);
    font-weight: 400;
    font-size: 1.625em;
}
#profile h4 {
    margin:0;
    color: var(--gold-color);
    font-weight: 600;
}

#profile .social-media {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
}
#profile .social-media a {
    color:white;
    margin-top: .5em;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .075em;
    font-size: .825rem;
}
#profile .social-media i {
    font-size: 1.325em;
    margin-right: .25em;
    color:var(--gold-color);
    vertical-align: middle;
}

#intro .text-wrapper {
    margin-top: calc(5vw + 7em);
    max-width: 30em;
}
#intro .text-wrapper p:last-child {
    margin-bottom: 0;
}
#intro .container {
    margin-top:-4em;
    padding-top: 0;
    align-items: start;
}

/* QUOTE */
#quote .container   {
    padding: 0 1.5em;
    text-align: center;
    max-width: 55em;}
#quote h1 {
    font-size: calc(1.325rem + .25vw);
    max-width: 30em;
    margin-bottom: 0;
    margin: calc(2em + 2vw) 0
}

#travel_history_img img{
    width:100%;
    min-width: 20em;
}

/* INTERESTS */

#interests {
    background-color: var(--powder-color);
}
#interests .container {
    flex-direction: column;
    padding: calc(3vw + 4em) 1.5em
}
#interests .list-of-interests {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width:100%;
    margin-top: 2em;
}

#interests figure {
    position: relative;
    border-radius: 50%;
    overflow:hidden;
    margin:calc(.5em + .75vw);
}

#interests img {width:8em}

#interests figcaption {
    opacity: 0;
    position: absolute;
    left: 0; right: 0; top: 50%;
    text-align: center;
    transform: translate3d(0,-50%,0);
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .075em;
    background-color: hsla(153, 10%, 17%,.75);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .35s;
    cursor: default;
    font-size: .875em;
}

#interests figure:hover figcaption{
    opacity: 1;
}

@media only screen and (max-width: 64rem) {
    #hero .text {
        margin-top: 0;
    }
    #intro .text-wrapper {
        margin-top: calc(5vw + 6.5em);}

    #interests {display: none;}
}

@media only screen and (max-width: 50rem) {
    #intro .container {
        flex-direction: column;
    }
    #intro .text-wrapper {
        max-width: 40em;
    }
    #profile {
        display: flex;
        flex-direction: row;
    }
    #profile img {
        width:calc(100% - 20em);
        min-width: 0;
    }
    #profile figcaption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 20em;
    }
    #intro .text-wrapper {
        margin: calc(5vw + 2.5em) auto 0;
    }
    #travel_history .container {
        flex-direction: column-reverse;
    }
    #travel_history .text-wrapper {
        margin-top: calc(5vw + 2.5em);
        margin-right: 0;
        max-width: 40em;
    }
}
@media only screen and (max-width: 37.5rem) {
    #profile {
        width:100%;
        flex-direction: column;}
    #profile img {width:100%}
    #profile figcaption {min-width: 0;}
}
