@charset "utf-8";
/* CSS Document */

:root {
    --black: rgb(0, 0, 0);
    --dark-purple: #2c0b59;
    --light-purple: #D7BBF9;
    --pink: #f2cafa;
    --light-blue: #C1C1FF;
    --yellow: rgb(254, 218, 121);
    --dark-yellow: rgb(255, 199, 47);

    --font-size-s: 16px;
    --font-size-m: 20px;
    --font-size-l: 22px;
    --font-size-xl: 32px;
    --font-size-xxl: 48px;
    --font-size-xxxl: 80px;

    /* Space - Sizes */
    --space-none: 0;
    --space-xs: 4px;
    --space-s: 8px;
    --space-base: 12px;
    --space-m: 16px;
    --space-l: 24px;
    --space-xl: 32px;
    --space-xxl: 40px;
    --space-xxxl: 72px;

}

/*-- Padding and Margin --*/

.padding-none {
    padding: var(--space-none);
}

.padding-xs {
    padding: var(--space-xs);
}

.padding-s {
    padding: var(--space-s);
}

.padding-base {
    padding: var(--space-base);
}

.padding-m {
    padding: var(--space-m);
}

.padding-l {
    padding: var(--space-l);
}

.padding-xl {
    padding: var(--space-xl);
}

.padding-xxl {
    padding: var(--space-xxl);
}

.margin-none {
    margin: var(--space-none);
}

.margin-xs {
    margin: var(--space-xs);
}

.margin-s {
    margin: var(--space-s);
}

.margin-base {
    margin: var(--space-base);
}

.margin-m {
    margin: var(--space-m);
}

.margin-l {
    margin: var(--space-l);
}

.margin-xl {
    margin: var(--space-xl);
}

.margin-xxl {
    margin: var(--space-xxl);
}

/* Top paddings */
.padding-top-none {
    padding-top: var(--space-none);
}

.padding-top-xs {
    padding-top: var(--space-xs);
}

.padding-top-s {
    padding-top: var(--space-s);
}

.padding-top-base {
    padding-top: var(--space-base);
}

.padding-top-m {
    padding-top: var(--space-m);
}

.padding-top-l {
    padding-top: var(--space-l);
}

.padding-top-xl {
    padding-top: var(--space-xl);
}

.padding-top-xxl {
    padding-top: var(--space-xxl);
}

/* Right paddings */
.padding-right-none {
    padding-right: var(--space-none);
}

.padding-right-xs {
    padding-right: var(--space-xs);
}

.padding-right-s {
    padding-right: var(--space-s);
}

.padding-right-base {
    padding-right: var(--space-base);
}

.padding-right-m {
    padding-right: var(--space-m);
}

.padding-right-l {
    padding-right: var(--space-l);
}

.padding-right-xl {
    padding-right: var(--space-xl);
}

.padding-right-xxl {
    padding-right: var(--space-xxl);
}

/* Bottom paddings */
.padding-bottom-none {
    padding-bottom: var(--space-none);
}

.padding-bottom-xs {
    padding-bottom: var(--space-xs);
}

.padding-bottom-s {
    padding-bottom: var(--space-s);
}

.padding-bottom-base {
    padding-bottom: var(--space-base);
}

.padding-bottom-m {
    padding-bottom: var(--space-m);
}

.padding-bottom-l {
    padding-bottom: var(--space-l);
}

.padding-bottom-xl {
    padding-bottom: var(--space-xl);
}

.padding-bottom-xxl {
    padding-bottom: var(--space-xxl);
}

/* Left paddings */
.padding-left-none {
    padding-left: var(--space-none);
}

.padding-left-xs {
    padding-left: var(--space-xs);
}

.padding-left-s {
    padding-left: var(--space-s);
}

.padding-left-base {
    padding-left: var(--space-base);
}

.padding-left-m {
    padding-left: var(--space-m);
}

.padding-left-l {
    padding-left: var(--space-l);
}

.padding-left-xl {
    padding-left: var(--space-xl);
}

.padding-left-xxl {
    padding-left: var(--space-xxl);
}

/* Top margins */
.margin-top-none {
    margin-top: var(--space-none);
}

.margin-top-xs {
    margin-top: var(--space-xs);
}

.margin-top-s {
    margin-top: var(--space-s);
}

.margin-top-base {
    margin-top: var(--space-base);
}

.margin-top-m {
    margin-top: var(--space-m);
}

.margin-top-l {
    margin-top: var(--space-l);
}

.margin-top-xl {
    margin-top: var(--space-xl);
}

.margin-top-xxl {
    margin-top: var(--space-xxl);
}

/* Right margins */
.margin-right-none {
    margin-right: var(--space-none);
}

.margin-right-xs {
    margin-right: var(--space-xs);
}

.margin-right-s {
    margin-right: var(--space-s);
}

.margin-right-base {
    margin-right: var(--space-base);
}

.margin-right-m {
    margin-right: var(--space-m);
}

.margin-right-l {
    margin-right: var(--space-l);
}

.margin-right-xl {
    margin-right: var(--space-xl);
}

.margin-right-xxl {
    margin-right: var(--space-xxl);
}

/* Bottom margins */
.margin-bottom-none {
    margin-bottom: var(--space-none);
}

.margin-bottom-xs {
    margin-bottom: var(--space-xs);
}

.margin-bottom-s {
    margin-bottom: var(--space-s);
}

.margin-bottom-base {
    margin-bottom: var(--space-base);
}

.margin-bottom-m {
    margin-bottom: var(--space-m);
}

.margin-bottom-l {
    margin-bottom: var(--space-l);
}

.margin-bottom-xl {
    margin-bottom: var(--space-xl);
}

.margin-bottom-xxl {
    margin-bottom: var(--space-xxl);
}

/* Left margins */
.margin-left-none {
    margin-left: var(--space-none);
}

.margin-left-xs {
    margin-left: var(--space-xs);
}

.margin-left-s {
    margin-left: var(--space-s);
}

.margin-left-base {
    margin-left: var(--space-base);
}

.margin-left-m {
    margin-left: var(--space-m);
}

.margin-left-l {
    margin-left: var(--space-l);
}

.margin-left-xl {
    margin-left: var(--space-xl);
}

.margin-left-xxl {
    margin-left: var(--space-xxl);
}

/*-- My styling --*/

h1 {
    font-size: var(--font-size-xxxl);
    font-weight: 800;
    margin-top: var(--space-m);
    margin-bottom: var(--space-m);
    line-height: 1;
}

h2 {
    font-size: var(--font-size-xxl);
    font-weight: 800;
    margin-top: var(--space-m);
    margin-bottom: var(--space-m);
    text-align: center;
}

h3 {
    font-size: var(--font-size-xl);
    font-weight: 800;
    margin-top: var(--space-m);
    margin-bottom: var(--space-m);
}

h4 {
    font-size: var(--font-size-l);
    font-weight: 800;
    margin-top: var(--space-m);
    margin-bottom: var(--space-m);
    text-align: center;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: var(--font-size-s);
    padding: 0px;
    margin: 0 auto;
    color: #2c0b59;
}

a {
    text-decoration: none;
}

a:hover {
    font-weight: 700;
    color: #2c0b59;
}

.gradient {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 2rem;
    z-index: -1;
    background-image: radial-gradient(at 44% 0%, #D7BBF9 0px, transparent 50%), radial-gradient(at 80% 0%, #F2CAFA 0px, transparent 50%), radial-gradient(at 100% 50%, #C1C1FF 0px, transparent 60%), radial-gradient(at 0% 100%, #fff 0px, transparent 50%), radial-gradient(at 80% 100%, #fff 0px, transparent 50%), radial-gradient(at 0% 0%, #C1C1FF 0px, transparent 50%), radial-gradient(at 0% 60%, #F2CAFA 0px, transparent 50%);
}

footer {
    background-color: white;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    padding: var(--space-l);
    display: grid;
    justify-content: center;
}

.social-icons {
    margin: 0px auto;
}


#about {
    background-color:var(--pink);
    padding: var(--space-xxxl);
}

.about-content {
    max-width:960px;
    margin: 0 auto;
    background:white;
    border-radius: 8px;
    padding:var(--space-xxl) var(--space-xxxl);
}

#about .about-content h2{
    margin-bottom: var(--space-xxl);
}

#interests {
    background-color: #C1C1FF;
    height: 300px;
}

#back-to-top {
    width: 48px;
    height: 48px;
    display:none;
    position: fixed;
    right:2em;
    bottom: 2em;
    z-index: 99;
    border-radius: 100px;
    background-color: var(--yellow);
    }

#back-to-top:hover{
background-color: var(--dark-yellow);   
}


button {
    font-size: var(--font-size-s);
    font-weight: 700;
    color: #2c0b59;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: none;
    outline: none;
    padding-inline: 0px;
}

*,
*:before,
*:after {
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
}

.caption-text {
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--dark-purple);
    margin-bottom: 0.25rem;
    display: block;
}

.intro-text {
    font-size: var(--font-size-l);
    margin-top: var(--space-none);
    margin-bottom: var(--space-xl);
}


/* Mobile - 1023px */
@media only screen and (max-width: 63.9375rem) {
    body.cs-open {
        overflow: hidden;
    }

    #cs-navigation {
        width: 100%;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        padding: 0.75rem 1rem;
        /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
        /* position: fixed; */
        z-index: 10000;
    }

    #cs-navigation:before {
        content: "";
        width: 100%;
        height: 0vh;
        opacity: 0;
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: -1100;
        transition: height 0.5s, opacity 0.5s;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    #cs-navigation.cs-active:before {
        height: 150vh;
        opacity: 1;
    }

    #cs-navigation.cs-active .cs-ul-wrapper {
        opacity: 1;
        transform: scaleY(1);
        transition-delay: 0.15s;
    }

    #cs-navigation.cs-active .cs-li {
        opacity: 1;
        transform: translateY(0);
    }

    #cs-navigation .cs-container {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #cs-navigation .cs-logo {
        width: 40%;
        max-width: 6.875rem;
        height: 100%;
        margin: 0 auto;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
    }

    #cs-navigation .cs-logo img {
        width: 100%;
        height: 100%;
        /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
        object-fit: contain;
    }


    #cs-navigation .cs-box {
        /* 24px - 28px */
        width: clamp(1.5rem, 2vw, 1.75rem);
        /* 14px - 16px */
        height: clamp(0.875rem, 1.5vw, 1rem);
        position: relative;
    }

    #cs-navigation .cs-ul-wrapper {
        width: 100%;
        height: auto;
        padding-bottom: 2.4em;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;
        overflow: hidden;
        transform: scaleY(0);
        transition: transform 0.4s, opacity 0.3s;
        transform-origin: top;
    }

    #cs-navigation .cs-ul {
        width: 100%;
        height: auto;
        max-height: 65vh;
        margin: 0;
        padding: 3rem 0 0 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        gap: 1.25rem;
        overflow: scroll;
    }

    #cs-navigation .cs-li {
        text-align: center;
        list-style: none;
        width: 100%;
        margin-right: 0;
        opacity: 0;
        /* transition from these values */
        transform: translateY(-4.375rem);
        transition: transform 0.6s, opacity 0.9s;
    }
}

/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #cs-navigation {
        width: 100%;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        padding: 0 4rem;
        /* background-color: #fff;*/
        /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
        /* position: fixed; */
        z-index: 10000;
    }

    #cs-navigation .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 1.5rem;
    }

    #cs-navigation .cs-toggle {
        display: none;
    }

    #cs-navigation .cs-logo {
        width: 18.4%;
        max-width: 6.875rem;
        height: 4.0625rem;
        /* margin-right auto pushes everything away from it to the right */
        margin: 0 auto 0 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }

    #cs-navigation .cs-logo img {
        width: 100%;
        height: 100%;
        /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
        object-fit: contain;
    }

    #cs-navigation .cs-ul {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        /* 20px - 36px */
        gap: clamp(1.25rem, 2.6vw, 2.25rem);
    }

    #cs-navigation .cs-li {
        list-style: none;
        padding: 2rem 0;
        /* prevent flexbox from squishing it */
        flex: none;
    }


}


@media screen and (max-width: 425px) {
    #skills .logo-mea{
        display: none !important;
    }
}

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #introduction {
        width: 100%;
        padding: var(--space-xl);
        display: flex;
        flex-direction: column;
        /* aligns content to the left, set to center to centrally align */
        align-items: flex-start;
        position: relative;
        z-index: 1;
    }

    #introduction .cs-container {
        width: 100%;
        /* changes to 1280px at desktop */
        max-width: 30.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* 48px - 80px */
        gap: clamp(2rem, 6vw, 2rem);
    }

#introduction .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 35.625rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    position: relative;
    z-index: 3;
}
        
        #introduction .cs-image-group {
            max-width: 25em;
            width: 100%;
            height: 30em;
            display: flex;
            justify-content: center;
            position: relative;
            z-index: 1;
        }
        
        #introduction .cs-picture {
            width: 22em;
            height: auto;
            border-radius: 25em;
            overflow: hidden;
            display: block;
            position: relative;
        }
        
        #introduction .cs-picture img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            transition: transform 0.7s;
        }

    #introduction .cs-graphic {
        height: auto;
        position: absolute;
    }

    #introduction .star-01 {
        width: 3em;
        height: auto;
        top: 0em;
        left: 0em;
        z-index: 1;
    }

    #introduction .star-02 {
        width: 1.5em;
        height: auto;
        top: 3em;
        left: 3.5em;
        z-index: 1;
    }

    #introduction .star-03 {
        width: 3em;
        height: auto;
        bottom: 3em;
        right: 1em;
        z-index: 1;
    }

    #introduction .star-04 {
        width: 1em;
        height: auto;
        bottom: 2em;
        right: 0em;
        z-index: 1;
    }

    #introduction .cloud-01 {
        width: 10em;
        height: auto;
        bottom: 0em;
        left: 0em;
        z-index: 1;
    }

    #introduction .cloud-02 {
        width: 12em;
        height: auto;
        top: 0;
        right: -1.5em;
        z-index: 1;
    }

    #introduction .cloud-03 {
        width: 5em;
        height: auto;
        top: 6em;
        right: -2em;
        z-index: 1;
    }

    #introduction .cs-text {
        margin-bottom: 0.75rem;
    }

    #introduction .cs-text:last-of-type {
        margin-bottom: 2rem;
    }

    #introduction .cs-button-solid {
        font-size: var(--font-size-s);
        font-weight: 700;
        /* 46px - 56px */
        line-height: clamp(2.875em, 5.5vw, 3.5em);
        text-align: center;
        text-decoration: none;
        min-width: 9.375rem;
        margin: 0;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
        padding: 0 1.5rem;
        background-color: var(--yellow);
        overflow: hidden;
        color: var(--dark-purple);
        border: none;
        border-radius: 20rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        transition: color 0.3s;
    }

    #introduction .cs-button-solid:before {
        content: "";
        width: 0;
        height: 100%;
        background: var(--dark-yellow);
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

    #introduction .cs-button-solid:hover {
        color: var(--dark-purple);
    }

    #introduction .cs-button-solid:hover:before {
        width: 100%;
    }

    #skills {
        padding: var(--space-xxxl) var(--space-l);
        background-color: var(--light-blue);
    }

    #about {
        padding: var(--space-xxxl) var(--space-l);
    }

    #about .about-content{
        padding: var(--space-l) var(--space-l);
    }

    #skills .skills-container {
        max-width: 60rem;
        width: 95%;
        margin: auto;
        display: flex;
        flex-direction: column;
        /* align-items: center;*/
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }

    #skills .skills-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* set text align to left if content needs to be left aligned */
        text-align: center;
    }

    #skills .skills-card-group {
        /* changes to 1280px at desktop */
        max-width: 62rem;
        width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        justify-content: center;
        gap: 1rem;
    }

    #skills .skills-item {
        list-style: none;
        max-width: 40rem;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        padding: 1rem;
        display: flex;
        flex-direction: row;
        /* align-items: center;*/
        text-align: left;
        background-color: white;
        border-radius: 0.5em;
    }

    #skills .skills-picture {
        width: 2.5rem;
        height: 2rem;
        box-sizing: border-box;
        /* prevents border from affecting height and width */
        border-radius: 50%;
        display: flex;
        /* justify-content: center;*/
        /*  align-items: center;*/
        position: relative;
        /* prevents flexbox from squishing it */
        flex: none;
    }

    #skills .logo-mea{
        width: 7rem;
        height: 6rem;
        box-sizing: border-box;
        /* border-radius: 50%; */
        display: flex;
        /* justify-content: center; */
        align-items: center;
        position: relative;
        flex: none;
        padding-top: 2em;
    }

    /* change */
    #skills .skills-h4 {
        margin: 0;
        margin-bottom: 0.5rem;
        text-align: left;
    }

    #work {
        width: 90%;
        margin: 0 auto;
        padding-bottom: var(--space-xxl);
    }

    .work-gallery {
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        -ms-flex-wrap: wrap;
        /* IE 10 */
        flex-wrap: wrap;
        padding: 0 8px 0 8px;
        margin: 0 auto;
    }

    /* Create two equal columns that sits next to each other */
    .work-column {
        -ms-flex: 50%;
        /* IE 10 */
        flex: 50%;
        padding: 0 8px 0 8px;
    }

    .work-column img {
        margin-top: 16px;
        vertical-align: middle;
        transition: transform 0.3s;
    }

    .work-column img:hover{
        transform: translateY(-10px);
    }

}

/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {

    #cs-navigation {
        width: 100%;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        padding: 0 4rem;
        /* background-color: #fff;*/
        /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
        /* position: fixed; */
        z-index: 10000;
    }

    #cs-navigation .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 1.5rem;
    }

    #cs-navigation .cs-toggle {
        display: none;
    }

    #cs-navigation .cs-logo {
        width: 18.4%;
        max-width: 6.875rem;
        height: 4.0625rem;
        /* margin-right auto pushes everything away from it to the right */
        margin: 0 auto 0 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }

    #cs-navigation .cs-logo img {
        width: 100%;
        height: 100%;
        /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
        object-fit: contain;
    }

    #cs-navigation .cs-ul {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        /* 20px - 36px */
        gap: clamp(1.25rem, 2.6vw, 2.25rem);
    }

    #cs-navigation .cs-li {
        list-style: none;
        padding: 2rem 0;
        /* prevent flexbox from squishing it */
        flex: none;
    }

    #cs-navigation .cs-li-link {
        /* 14px - 16px */
        font-size: var(--font-size-m);
        line-height: 1.5em;
        text-decoration: none;
        margin: 0;
        color: var(--bodyTextColor);
        display: block;
        position: relative;
    }

    #cs-navigation .cs-li-link:hover:before {
        width: 100%;
    }

    #cs-navigation .cs-li-link.cs-active:before {
        width: 100%;
    }

    #cs-navigation .cs-li-link:before {
        /* active state underline */
        content: "";
        width: 0%;
        height: 2px;
        background: var(--primary);
        opacity: 1;
        display: block;
        position: absolute;
        bottom: 0rem;
        left: 0;
        transition: width 0.3s;
    }

    #cs-navigation .cs-button-solid {
        font-size: var(--font-size-s);
        font-weight: 700;
        /* 46px - 56px */
        line-height: clamp(2.875em, 5.5vw, 3.5em);
        text-align: center;
        text-decoration: none;
        min-width: 9.375rem;
        margin: 0;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
        padding: 0 1.5rem;
        color: #fff;
        background-color: var(--yellow);
        border-radius: 0.25rem;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

    #cs-navigation .cs-button-solid:before {
        content: "";
        width: 0%;
        height: 100%;
        background: #000;
        opacity: 1;
        border-radius: 0.25rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

    #cs-navigation .cs-button-solid:hover:before {
        width: 100%;
    }


    #introduction .cs-container {
        max-width: 80%;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    #introduction .cs-content {
        /* 48px - 64px */
        padding: clamp(3rem, 5vw, 4rem) 0;
    }

    #introduction .cs-image-group {
       /* min-height: 40em;
        height: auto;
        flex: none;
        /* sends it to the right in the 2nd position */
        order: 2;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #skills .skills-card-group {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    #skills .skills-item {
        margin: 0;
        max-width: 72rem;
    }

    .full-width {
        grid-column: 1 / span 2;
        max-width: 72rem;
    }

    .left {
        text-align: left;
    }

    .full-width p {
        width: 60%;
    }

}

/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #skills .skills-card-group {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
        max-width: 72rem;
    }

    #skills .skills-item {
        max-width: none;
        padding: 1.5rem 1.5rem;
    }

    .full-width {
        grid-column: 1 / span 2;
        max-width: 72rem;
    }

    .left {
        text-align: left;
    }

    .full-width p {
        width: 60%;
    }

    #work {
        width: 80%;
        margin: 0 auto;
        display: block;
        padding-top: var(--space-l);
        padding-bottom: var(--space-xxxl);
    }

    .work-gallery {
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        -ms-flex-wrap: wrap;
        /* IE 10 */
        flex-wrap: wrap;
        padding: 0 16px 0 16px;
        margin: 0 auto;
    }

    /* Create two equal columns that sits next to each other */
    .work-column {
        -ms-flex: 50%;
        /* IE 10 */
        flex: 50%;
        padding: 0 16px 0 16px;
    }

    .work-column img {
        margin-top: 32px;
        vertical-align: middle;
    }

}