﻿@font-face {
    font-family: Lovelo;
    src: url('../fonts/Lovelo Black.otf');
}

@font-face {
    font-family: Omnes;
    src: url('../fonts/Omnes.ttf');
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Regular.otf);
}

@font-face {
    font-family: VarelaRound;
    src: url('../fonts/VarelaRound-Regular.otf');
}

@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Kariogel';
    src: url('../fonts/Kaorigel.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Otosume';
    src: url('../fonts/OtsutomeFont_Ver3.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Asap';
    src: url('../fonts/asap/Asap-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Asap';
    src: url('../fonts/asap/Asap-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ichthys';
    src: url('../fonts/Ichthys Beta.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia';
    src: url('../fonts/Sofia Pro/Sofia Pro Light Az.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia';
    src: url('../fonts/Sofia Pro/Sofia Pro Regular Az.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia';
    src: url('../fonts/Sofia Pro/Sofia Pro Medium Az.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia';
    src: url('../fonts/Sofia Pro/Sofia Pro Semi Bold Az.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia';
    src: url('../fonts/Sofia Pro/Sofia Pro Bold Az.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia';
    src: url('../fonts/Sofia Pro/Sofia Pro Black Az.otf');
    font-weight: 800;
    font-style: normal;
}

*, *::before, *::after {
    box-sizing: inherit;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.link, a {
    background-color: transparent;
    box-sizing: border-box;
    color: #3197d6;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: none;
    transition: .3s ease;
}

html, body {
    /*background-color: hsl(0, 4%, 95%);*/
    /*background: url(../images/Background.svg) no-repeat;
    background-size: contain;*/
    /*background: linear-gradient(45deg, rgb(67, 147, 163) 0%, rgb(67, 147, 163) 59%,rgb(93, 161, 169) 59%, rgb(93, 161, 169) 65%,rgb(119, 175, 175) 65%, rgb(119, 175, 175) 70%,rgb(145, 190, 181) 70%, rgb(145, 190, 181) 73%,rgb(171, 204, 187) 73%, rgb(171, 204, 187) 78%,rgb(197, 218, 193) 78%, rgb(197, 218, 193) 100%);*/
    /*background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);*/
    background: #fefcfd;
    overscroll-behavior: none;
    overflow-x: hidden;
    color: #60313B;
    font-family: 'Sofia', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 600px) {
    .container-project {
        max-width: 600px;
    }
}

@media (min-width: 1000px) {
    .container-project {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-12, .col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    max-width: 100%;
}

nav, header, section, footer {
    display: block;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.ml-2px {
    margin-left: 2px;
}

.ml-5 {
    margin-left: 5px;
}

.mtb-30 {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}

@media (min-width: 760px) {
    .mtb-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.mt-50 {
    margin-top: 50px;
}

@media (min-width: 1000px) {
    .mt-50 {
        margin-top: 175px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.text-center {
    text-align: center;
}

.bg-my-primary {
    background-color: rgb(67, 147, 163);
}

.bg-my-primary-transparent {
    background-color: transparent;
    transition: background .5s ease-in-out;
}

.s-nav {
    background: transparent;
    transition: background .5s ease-in-out;
}

.solid {
    background: #fdfcfb;
    transition: background .5s ease-in-out;
    box-shadow: 0 16px 48px 0 rgba(31,32,68,.08);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Recoleta', Recoleta, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: .5rem;
}

p, li {
    font-family: 'Sofia', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #60313B;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.hero-title {
    color: #60313B;
    font-family: 'Recoleta', Recoleta,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 110%;
    margin: 0;
}

.hero-title-creator {
    background: rgb(253,130,156);
    background: radial-gradient(circle, rgba(253,130,156,1) 0%, rgba(123,221,255,1) 33%, rgba(253,130,156,1) 66%, rgba(123,221,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.primary-pink {
    color: #fd829c;
}

.secondary-pink {
    color: #fdb2c0;
}

.primary-blue {
    color: #7bddff;
}

.hero-title-heart {
    font-size: 25%;
}

.hira-title {
    color: #60313B;
    font-family: 'Otosume', sans-serif;
    font-size: 3.5rem;
    letter-spacing: -1px;
    line-height: 110%;
    display: none;
    margin: 0;
    /*text-shadow: 0 1.5px 2px hsla(0, 0%, 0%, 0.2);*/
}

.vertical {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.project-heading-type {
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    opacity: 0.5;
}

.project-heading-sub {
    font-family: 'Recoleta', Recoleta, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

.sub-title {
    color: #60313B;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


@media (min-width: 544px) {
    .sub-title {
        margin: 1.3em 0 0;
    }
}

@media (min-width: 1000px) {
    .sub-title {
        font-size: 20px;
        padding-right: 2em;
    }
}

@media (min-width: 1600px) {
    .sub-title {
        max-width: 580px;
        padding: 0;
    }
}

.social-list {
    list-style-type: none;
    justify-content: space-between;
    font-size: 25px;
    margin-top: 20px;
    padding: 0;
    display: flex !important;
}

@media (min-width: 769px) {
    .social-list {
        margin-top: 30px;
        justify-content: left;
        font-size: 18px;
    }
}

a.social {
    color: #60313B;
    transition: all .3s ease;
    padding: 10px;
    /*border-bottom: 5px solid;
    border-color: rgba(239,66,66, 0);*/
}

    a.social:hover {
        text-decoration: none;
        color: #fd829c;
        /*border-bottom: 5px solid;
        border-color: #fd829c;*/
    }

.social-1 {
    margin-right: 20px;
    margin-left: 20px !important;
}

.social-2 {
    margin-right: 20px;
    margin-left: 5px;
}

.social-3 {
    margin-right: 20px !important;
}

@media (min-width: 1000px) {
    .social-1 {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .social-3 {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 770px) {
    .desktop-only {
        display: none !important;
    }
}

@media only screen and (min-width: 770px) {
    .mobile-only {
        display: none !important;
    }
}

.container-top {
    margin-top: 7.5em;
    text-align: center;
}

.row-header {
    margin-top: 4em;
    font-size: 110%;
}

.row-second-header {
    margin-top: 6em;
    font-size: 110%;
}

.row-skills {
    margin-top: 4em;
}

    .row-skills h4 {
        font-size: 140%;
    }

    .row-skills p {
        font-size: 85%;
    }

.row-projects {
    margin-top: 5em;
    margin-bottom: 10em;
}

.vertical-align-cntr {
    display: flex;
    align-items: center; /* Align the flex-items vertically */
    justify-content: center;
}

.hero-container {
    overflow: visible;
    position: relative;
    /*z-index: 1000;*/
    padding-top: 95px;
}

@media only screen and (min-width: 1000px) {
    .hero-container {
        padding-top: 0;
    }
}

.hero-box {
    padding: 0;
    max-width: 90%;
    margin: 0 auto;
}

.flexy-block {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex: 1;
}

.gallery-hero-box {
    padding: 8em 0 3em;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: block;
}

.gallery-box {
    margin: 2.5em 0 3em;
}

.w-5 {
    width: 5%;
}

.mt-2rem {
    margin-top: 2rem;
}

.mt-3rem {
    margin-top: 3rem;
}

.mt-4rem {
    margin-top: 4rem;
}

.mt-5rem {
    margin-top: 5rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #232320;
}

.nav-link {
    margin: 0 0.75em !important;
    font-size: 1.15em;
    font-weight: 500;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    position: relative;
}

.c-nav-list-item a {
    color: #463045;
    transition: all .3s ease;
    border-bottom: 5px solid;
    border-color: rgba(239,66,66, 0);
}

    .c-nav-list-item a:hover {
        text-decoration: none;
        border-bottom: 5px solid;
        border-color: #fd829c;
    }

/*.c-nav-list-item a:hover {
    color: #232320;
}

.c-nav-list-item-hover a span {
}

    .c-nav-list-item-hover a span:before, .c-nav-list-item-hover a span:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #8ec1c5;
    }

    .c-nav-list-item-hover a span:before {
        opacity: 0;
        transform: translateY(-8px);
        transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
    }

    .c-nav-list-item-hover a span:after {
        opacity: 0;
        transform: translateY(4px);
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
    }

    .c-nav-list-item-hover a span:hover {
        color: #232320;
    }

        .c-nav-list-item-hover a span:hover:before, .c-nav-list-item-hover a span:focus:before, .c-nav-list-item-hover a span:hover:after, .c-nav-list-item-hover a span:focus:after {
            opacity: 1;
            transform: translateY(0);
        }

        .c-nav-list-item-hover a span:hover:before, .c-nav-list-item-hover a span:focus:before {
            transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
        }

        .c-nav-list-item-hover a span:hover:after, .c-nav-list-item-hover a span:focus:after {
            transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
        }*/

.navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.project-panel {
    /*margin: 1rem 1rem;*/
    padding: 2rem 1rem;
    border-radius: 20px;
}

/*.project-desc {
    max-width: 450px;
}*/

.art-box-1 {
    width: 100%;
    background: url('../images/Art/Rider of Black (2019).png') center;
    background-size: cover;
    max-width: 500px;
    height: 500px;
    padding: 1.5rem;
    border-radius: 2.5em;
    transition: all 0.25s ease-in-out;
    margin-bottom: 2em;
}

.art-box-2 {
    width: 100%;
    background: url(../images/Art/SpiderGwenHeadShot18.png) center;
    background-size: cover;
    max-width: 500px;
    height: 500px;
    padding: 1.5rem;
    border-radius: 2.5em;
    transition: all 0.25s ease-in-out;
    margin-bottom: 2em;
}

.art-box-3 {
    width: 100%;
    background: url('../images/Art/Pikachu (2020).png') center;
    background-size: cover;
    max-width: 500px;
    height: 500px;
    padding: 1.5rem;
    border-radius: 2.5em;
    transition: all 0.25s ease-in-out;
    margin-bottom: 2em;
}

.art-box-4 {
    width: 100%;
    background: url('../images/Art/Maps/(1429) DualMonarchy.png') center;
    background-size: cover;
    max-width: 500px;
    height: 500px;
    padding: 1.5rem;
    border-radius: 2.5em;
    transition: all 0.25s ease-in-out;
    margin-bottom: 2em;
}

.art-box-5 {
    width: 100%;
    background: url('../images/Art/Maps/(1494) Italian Peninsula.png') center;
    background-size: cover;
    max-width: 500px;
    height: 500px;
    padding: 1.5rem;
    border-radius: 2.5em;
    transition: all 0.25s ease-in-out;
    margin-bottom: 2em;
}

.art-box-6 {
    width: 100%;
    background: url(../images/Art/Maps/WinVespasiaFin.png) center;
    background-size: cover;
    max-width: 500px;
    height: 500px;
    padding: 1.5rem;
    border-radius: 2.5em;
    transition: all 0.25s ease-in-out;
    margin-bottom: 2em;
}

.logo-panel {
    position: relative;
    height: 200px;
    min-width: 200px;
    width: 100%;
    margin: 2em auto 0;
    background: #000;
    border-radius: 2.5em;
    box-shadow: 0px 52px 74px rgba(0, 21, 64, 0.138559);
    transition: all 0.25s ease-in-out;
}

    .logo-panel img {
        width: 15%;
    }

a.project-panel-hover {
    color: #656270;
}

.project-panel-ai {
    background: url(../images/AI-BG-2.png) center no-repeat;
    background-size: cover;
}

    .project-panel-ai h3 {
        color: #656270;
    }

    .project-panel-ai p {
        color: #656270;
    }

.project-panel-ll {
    background: url('../images/LL-BG-2.png') center no-repeat;
    background-size: cover;
    color: #fff;
}

    .project-panel-ll h3 {
        color: #fff;
    }

    .project-panel-ll p {
        color: #fff;
    }

.project-panel-sw {
    background: #C4C4C4;
    background: -moz-linear-gradient(top, #C4C4C4 0%, #FAE7AD 100%);
    background: -webkit-linear-gradient(top, #C4C4C4 0%, #FAE7AD 100%);
    background: linear-gradient(to bottom, #C4C4C4 0%, #FAE7AD 100%);
}

.card {
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.card-img {
    border: none;
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-body {
    background-color: #fff;
}

.blog-shadow-dreamy {
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
}

.card-hover-link {
    color: #000;
}

.card-shadow {
    /*box-shadow: 0px 20px 15px -5px rgba(0, 0, 0, 0.15);*/
    transition: all 0.25s ease-in-out;
}

    .card-shadow:hover {
        box-shadow: 0px 52px 74px rgba(0, 21, 64, 0.138559);
        transform: translateY(-2px);
    }

.logo-block {
    width: 100%;
    height: 350px;
    background: rgb(207,93,0);
    background: linear-gradient(356deg, rgba(207,93,0,1) 0%, rgba(226,100,0,1) 30%, rgba(242,162,11,1) 60%, rgba(255,192,0,1) 100%);
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /*box-shadow: 0px 52px 74px rgba(0, 21, 64, 0.138559);*/
    margin: 2em auto 0;
}

.s-nav {
    position: fixed;
    width: 100%;
    z-index: 2000;
    /*background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);*/
}

.c-link {
    background-color: transparent;
    box-sizing: border-box;
    color: #3197d6;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
}

.c-nav {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.o-flexy {
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}

.o-flexy--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.o-flexy-item {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
}

.c-nav-list {
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    max-width: 90%;
}

.c-nav-list_link {
    padding: 20px 10px;
    display: block;
    color: #232320;
    font-size: 1.1em;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    position: relative;
}

.s-work-lowes .c-nav-list_link {
    color: #ffffff;
}

.c-nav-list_link-logo {
    position: absolute;
    left: 50%;
    top: 2px;
    transform: translate3d(-50%, 0, 0);
    display: none;
}

.c-nav-list_link-about span {
    position: relative;
    z-index: 10;
}

.c-nav-list_link-gallery span {
    position: relative;
    z-index: 10;
}

.c-logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url('../images/Name Logo.svg') center center no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 28px;
    z-index: 10;
}

.u-mrg-l-auto {
    margin-left: auto !important;
}

.main-shadow {
    box-shadow: 0px 20px 15px -5px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
}

    .main-shadow:hover {
        box-shadow: 0px 52px 74px rgba(0, 21, 64, 0.138559);
        transform: translateY(5px);
    }

.hovered-shadow {
    box-shadow: 0px 52px 74px rgba(0, 21, 64, 0.138559);
}

.flex-grid-thirds {
    display: block;
}

.col {
    width: 100%;
    margin: 0 0 10px 0;
}

@media (min-width: 400px) {
    .hero-title {
        font-size: 55px;
    }
}

@media (min-width: 544px) {
    .flex-grid-thirds {
        display: flex;
        justify-content: space-between;
    }

        .flex-grid-thirds .col {
            width: 32%;
        }

    .hero-box {
        padding: 2em 0 0;
    }

    /*.flexy-block {
        margin: 0 2em;
    }*/

    .c-nav-list_link-logo {
        display: block;
    }
}

@media (min-width: 768px) {
    .gallery-hero-box {
        padding: 8em 0 5em;
    }

    .hero-title {
        font-size: 70px;
    }

    .hira-title {
        display: block;
    }

    .hero-heading-sub {
        font-size: 1.75rem;
    }

    .project-heading-sub {
        font-size: 2rem;
        /*margin-left: 15px;*/
        text-align: left
    }

    .container-top {
        margin-top: 10em;
        text-align: left;
    }

    row-projects {
        margin-top: 10em;
    }

    .c-nav-list-item + .c-nav-list-item {
        margin-left: 10px;
    }
}

@media (min-width: 1100px) {
    .hero-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .logo-panel {
        height: 555px;
        max-width: 555px;
        margin: 0 auto;
    }

        .logo-panel img {
            width: 20%;
        }

    .logo-block {
        max-width: 555px;
        height: 555px;
        margin: 0 auto;
    }

    .hero-title {
        font-size: 80px;
    }

    .hira-title {
        font-size: 2em;
        letter-spacing: -2px;
    }

    .gallery-hero-box {
        padding: 14em 0 5em;
        width: 90%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gallery-hero-box {
        padding: 14em 0 5em;
        max-width: 1600px;
    }

    .nav-link {
        margin: 0 2em !important;
    }

    .project-panel {
        padding: 15rem 5rem 7.5rem;
    }

    .project-panel-right-align {
        text-align: right;
    }

    .c-nav-list_link {
        padding: 25px 15px;
    }
}

@media (min-width: 1600px) {
    .hero-box {
        padding: 140px 6em 75px;
        max-width: 1600px;
    }

    .hira-title {
        font-size: 4em;
        letter-spacing: -2px;
    }

    .hero-title {
        font-size: 90px;
        letter-spacing: -2px;
    }

    .gallery-hero-box {
        padding: 14em 0 5em;
        max-width: 1600px;
    }

    .nav-link {
        margin: 0 2em !important;
    }

    .project-panel {
        padding: 15rem 5rem 7.5rem;
    }

    .project-panel-right-align {
        text-align: right;
    }

    .c-nav-list {
        max-width: 1600px;
    }
}

.c-nav-list_link-projects {
    /*padding-left: 0;*/
}

    .c-nav-list_link-projects span {
        position: relative;
        z-index: 10;
    }

.c-nav-list_link-gallery {
    /*padding-right: 0;*/
}

/*MAIN*/
.main-hero-logo-container {
    display: none;
}

.main-hero-logo {
    overflow: hidden;
    max-width: 100%;
    /*max-width: 580px;*/
}

    .main-hero-logo img {
        display: none;
        width: 75%;
        height: auto;
    }

@media (min-width: 768px) {
    .main-hero-logo-container {
        position: relative;
        width: 100%;
        margin: 3.5em auto 0;
    }

    .main-hero-logo img {
        display: block;
        width: 63%;
        height: auto;
    }
}

@media (min-width: 1030px) {
    .main-hero-logo-container {
        display: block;
        position: relative;
        width: 100%;
        margin: 2em auto 0;
    }

    .main-hero-logo img {
        display: block;
        width: 50%;
        height: auto;
    }
}

/*HEADER*/
.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    z-index: 99;
    transition: all .3s ease;
}

.header-inner {
    margin-top: 30px;
    justify-content: space-between;
}

.logo-bubble {
    position: absolute;
    right: 20px;
    top: -20px;
    height: 90px;
    width: 90px;
    padding: 30px 20px 20px 20px;
    background: transparent;
    border-radius: 30px;
    text-align: center;
}

@media (min-width: 769px) {
    .logo-bubble {
        position: relative;
        margin-left: 30px;
        height: 120px;
        width: 120px;
        padding: 42px 30px 30px 30px;
        background: transparent;
        border-radius: 40px;
        text-align: center;
    }
}

.nav-list li {
    margin-top: 30px;
    margin-left: 50px;
    font-size: 20px;
}

    .nav-list li:last-child {
        margin-right: 30px;
    }

nav#main a {
    text-decoration: none;
    color: #60313B;
    transition: all .3s ease;
    padding: 10px;
    border-bottom: 5px solid;
    border-color: rgba(239,66,66, 0);
}

    nav#main a:hover, nav#main a:active {
        text-decoration: none;
        border-bottom: 5px solid;
        border-color: #fd829c;
    }

.mobile-nav {
    height: 100%;
}

@media (min-width: 769px) {
    .mobile-nav {
        display: none;
    }
}

@media (max-width: 769px) {
    .desktop-nav {
        display: none;
    }
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

#menuToggle {
    display: block;
    position: fixed;
    top: 40px;
    left: 30px;
    z-index: 99;
    -webkit-user-select: none;
    user-select: none;
}

    #menuToggle a {
        text-decoration: none;
        color: #60313B;
        transition: color 0.3s ease;
    }

        #menuToggle a:hover {
            color: #60313B;
        }

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }

#menu {
    position: absolute;
    top: -20px;
    left: -10px;
    width: 100vw;
    height: 350px;
    margin: -20px 0 0 -20px;
    /*padding: 50px;*/
    padding-top: 60px;
    color: #60313B;
    box-shadow: 0px 0px 20px -20px #ff9214;
    background: #fd829c;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle a {
    text-decoration: none;
    color: #60313B;
    transition: color 0.3s ease;
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
    text-align: center;
}

    #menu li.social-icon {
        font-size: 27px;
    }

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #60313B;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #60313B;
}

    /*
 * But let's hide the middle one.
 */
    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
 * Ohyeah and the last one should go the other direction
 */
    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ div {
    transform: none;
}

.menu-social-list {
    list-style-type: none;
    justify-content: center;
    font-size: 30px;
    margin-top: 20px;
    padding: 0;
    display: flex !important;
}

@media (min-width: 769px) {
    .menu-social-list {
        margin-top: 30px;
        justify-content: center;
    }
}

a.menu-social {
    color: #60313B;
    transition: all .3s ease;
    padding: 10px;
}

    a.menu-social:hover {
        color: #fff;
    }

.menu-social-1 {
    margin-right: 20px;
    margin-left: 20px !important;
}

.menu-social-2 {
    margin-right: 20px;
    margin-left: 5px;
}

.menu-social-3 {
    margin-right: 20px !important;
}

/*Main Page Works*/
.is-25, .is-33, .is-60, .is-50, .is-40, .is-100 {
    flex-basis: 100%;
    max-width: 100%;
}

#portfolio h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.work {
    margin-top: 50px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .work {
        margin-top: 100px;
        margin-bottom: 50px;
    }
}

.grid-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}

.grid-height {
    position: relative;
    margin-bottom: 30px;
    height: 60vw;
    overflow: hidden;
}

.bg-center {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.proj-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-style: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 20px;
}

.grid-desc {
    padding-top: 20px;
}

@media (min-width: 1000px) {
    .is-40 {
        flex-basis: calc(40% - 15px);
        max-width: calc(40% - 15px);
    }

    .is-60 {
        flex-basis: calc(60% - 15px);
        max-width: calc(60% - 15px);
    }

    .proj-img, .grid-height {
        height: 450px;
        transition: .4s;
    }

    .grid-hover:hover .proj-img, .grid-hover:focus .proj-img {
        height: 390px;
        /* transform: translate(0, -60px); */
    }

    .grid-desc {
        bottom: 0;
        margin-bottom: 0;
        position: absolute;
        color: #60313B;
        width: 100%;
        padding-left: 20px;
    }

    .grid-title {
        font-family: "Recoleta", Recoleta, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: 900;
    }

    .grid-wip {
        color: #bf052d;
        font-weight: 200;
        font-size: 75%;
    }
}

/*Project Grid Thumbs*/
.adinf-thumb {
    background-image: url('../images/portfolio thumbs/Adinf thumb.svg');
}

.lowes-thumb {
    background-image: url('../images/portfolio thumbs/Lowes thumb.svg');
}

.poke-thumb {
    background-image: url('../images/portfolio thumbs/Poke thumb.svg');
}

.lions-thumb {
    background-image: url('../images/portfolio thumbs/Lions thumb.svg');
}

.redwall-thumb {
    background-image: url('../images/portfolio thumbs/Redwall logo thumb.svg');
}

/*.tiles {
    position: relative;
    z-index: 1000;
    margin: 4em auto 0;
    max-width: 90%;
    display: -ms-grid;
    display: grid;
    gap: 4em;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
}

.tile {
    display: block;
    width: 100%;
    border-radius: 20px;
    position: relative;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 3em 3em 4em;
}

    .tile:hover {
        text-decoration: none;
    }

.tile-category {
    display: block;
    font-family: "Biotif-Regular", Biotif-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    opacity: 0.6;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.tile-title {
    font-family: "Recoleta", Recoleta, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    text-align: left;
    display: block;
    margin-bottom: 1em;
}

.tile-ai {*/
/*background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);*/
/*background-image: url('../images/SPACESCAPE4 wNebulae.png');
    background-position: center;
    background-size: cover;
}

    .tile-ai span {
        color: #c4c5c7;
    }

    .tile-ai h2 {
        color: #c4c5c7;
    }

.tile-ll {*/
/*background-image: linear-gradient(-20deg, #ddd6f3 0%, #faaca8 100%, #faaca8 100%);*/
/*background-image: url(../images/lilieslionsmegaimage6.jpg);
    background-position: center;
    background-size: cover;
}

    .tile-ll span {
        color: #232320;
    }

    .tile-ll h2 {
        color: #232320;
    }

.tile-sw {*/
/*background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);*/
/*background-image: url('../images/SW-SPACESCAPE.png');
    background-position: center;
    background-size: cover;
}

    .tile-sw span {
        color: #c4c5c7;
    }

    .tile-sw h2 {
        color: #c4c5c7;
    }

.tile-lowes {
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}

    .tile-lowes span {
        color: #e7f2f8;
    }

    .tile-lowes h2 {
        color: #e7f2f8;
    }

.tile-holder {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 544px) {
    .tiles {
        gap: 7em;
        margin: 120px auto 0;
    }

    .tile:hover {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
        box-shadow: 0px 52px 74px rgba(0, 0, 0, 0.12);
    }

    .tile-category {
        text-align: right;
    }

    .tile-title {
        text-align: right;
    }
}

@media (min-width: 700px) {
    .tile-title {
        font-size: 45px;
    }
}

@media (min-width: 1200px) {
    .tile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        height: 1000px;
    }

    .tile-category {
        position: absolute;
        right: 60px;
        top: 60px;
    }

    .tile-title {
        position: absolute;
        right: 60px;
        top: 90px;
    }
}

@media (min-width: 1600px) {
    .tiles {
        max-width: 1600px;
    }
}*/

/*FOOTER*/
footer {
    margin-top: 50px;
    text-align: center;
}

.footer-bg {
    background: #dfe0e6;
    padding-top: 30px;
}

.footer-before {
    background-image: url(../images/about-before.svg);
    height: 150px;
    background-repeat: repeat-x;
    background-size: 150%;
    background-position: bottom;
}

footer h2 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
}

footer p {
    font-size: 18px;
}

.footer-social-list {
    list-style-type: none;
    justify-content: space-around;
    font-size: 30px;
    margin-top: 30px;    
    padding: 0;
    display: flex !important;
}

@media (min-width: 768px) {
    .footer-social-list {
        margin-top: 15px;
        justify-content: center;
    }
}

a.footer-social {
    color: #60313B;
    transition: all .3s ease;
    padding: 10px;
}

    a.footer-social:hover {
        color: #fff;
    }

.footer-social-1 {
    margin-right: 20px;
    margin-left: 20px !important;
}

.footer-social-2 {
    margin-right: 20px;
    margin-left: 5px;
}

.footer-social-3 {
    margin-right: 20px !important;
}

@media (min-width: 1000px) {
    .footer-social-1 {
        margin-left: 0 !important;
    }

    .footer-social-3 {
        margin-right: 0 !important;
    }
}

.discord-name {
    margin: -5px 0 0;
}

.copyright {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 17px;
}

footer .copyright {
    text-align: center;
}

@media (min-width: 769px) {
    .footer-before {
        background-size: contain;
        background-repeat: none;
        height: 200px;
    }

    footer h2 {
        padding-right: 0;
        padding-left: 0;
    }

    footer .copyright {
        margin-top: 20px;
        text-align: right;
    }
}

/*.footer {
    position: relative;
    z-index: 1000;
}

.footer-content {
    max-width: 90%;
    margin: 0 auto;
    padding: 5em 0;
    position: relative;
    text-align: center;
    z-index: 1000;
}

.footer-title {
    font-family: 'Otosume', sans-serif;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.5px;
    color: #232320;
    position: relative;
    z-index: 100;
    text-align: center;
}

.footer-text {
    color: #656270;
    font-size: 20px;
    line-height: 160%;
    margin-top: 2em;
    position: relative;
    z-index: 100;
    text-align: center;
}

@media (min-width: 1000px) {
    .footer-content {
        padding: 14em 0;
        max-width: 790px;
    }

    .footer-title {
        font-size: 60px;
    }
}*/
        /*WORK*/
        .work-hero {
    position: relative;
    padding: 75px 0 6em;
}

.work-hero-lowes {
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
    margin-bottom: 0;
}

.work-hero-sw {
    background-image: url('../images/SW-SPACESCAPE.png');
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
}

.work-hero-desc {
    max-width: 90%;
    margin: 0 auto;
    padding: 4em 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work-title {
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 120%;
    color: #232320;
}

.work-title-lowes {
    color: #e7f2f8;
}

.work-breakdown {
    font-size: 18px;
    line-height: 32px;
    color: #656270;
    text-transform: uppercase;
}

.work-breakdown-lowes {
    color: #e7f2f8;
}

.work-bg-sw-dark {
    background-color: #000000;
}

@media (min-width: 768px) {
    .work-hero {
        padding: 75px 0 0;
        height: 1100px;
    }

    .work-hero-desc {
        padding: 14em 0;
    }

    .work-title {
        font-size: 70px;
    }
}

@media (min-width: 1000px) {
    .work-hero-lowes {
        margin-bottom: 10em;
    }
}

@media (min-width: 1400px) {
    .work-title {
        font-size: 80px;
    }
}

@media (min-width: 1600px) {
    .work-hero-lowes {
        margin-bottom: 30em;
    }

    .work-hero-desc {
        max-width: 1330px;
    }
}

/*ABOUT*/
.about-hero-box {
    padding: 8em 0 3em;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: block;
}

.about-hero-col {
    width: 100%;
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .about-hero-col:nth-child(2) {
        max-width: 600px;
        margin: 0 auto;
    }

.about {
}

    .about h1, .about h2 {
        font-size: 40px;
        letter-spacing: -0.5px;
        /*color: #232320;*/
        color: #60313B;
        line-height: 150%;
    }

        .about h1 + p {
            margin: 2em 0 0;
        }

    .about p + p {
        margin-top: 2em;
    }

    .about p {
        /*color: #656270;*/
        color: #60313B;
        font-size: 20px;
        line-height: 32px;
    }

.about-avatar {
    max-width: 100%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 52px 74px rgba(0, 21, 64, 0.138559);
    max-width: 580px;
    margin: 0 auto 4em;
}

    .about-avatar img {
        display: block;
        width: 100%;
        height: auto;
    }

@media (min-width: 768px) {
    .about-hero-box {
        padding: 8em 0 5em;
    }
}

@media (min-width: 1000px) {
    .about-hero-box {
        padding: 10em 0 5em;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-avatar {
        margin: 0 auto;
    }

    .about-hero-col {
        margin: 0 2em;
    }

        .about-hero-col:nth-child(2) {
            max-width: 100%;
            margin: 0 2em;
        }
}

@media (min-width: 1200px) {
    .about-hero-box {
        padding: 12em 0 5em;
    }
}

/*Gallery*/
#gallery h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

#gallery h4 {
    font-size: 30px;
    font-weight: 500;
}

.gallery {
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.gallery-2 {
    margin-bottom: 20px;
}

.gallery-subtitle {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .gallery {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .gallery-2 {
        margin-top: 25px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1000px) {
    .is-25 {
        flex-basis: calc(25% - 15px);
        max-width: calc(25% - 15px);
    }

    .is-33 {
        flex-basis: calc(33% - 15px);
        max-width: calc(33% - 15px);
    }

    .is-50 {
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

.grid-gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(28, 5vw);
    grid-gap: 15px;
}

.gallery__img {
    border-radius: 20px;
    border-style: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 7;
}

.gallery__item--2 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 8;
    grid-row-end: 14;
}

.gallery__item--3 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 8;
    grid-row-end: 14;
}

.gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 15;
    grid-row-end: 21;
}

.gallery__item--5 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 22;
    grid-row-end: 28;
}

.gallery__item--6 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 22;
    grid-row-end: 28;
}

.grid-maps {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(25, 5vw);
    grid-gap: 15px;
}

.maps__item--1 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 9;
}

.maps__item--2 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 10;
    grid-row-end: 16;
}

.maps__item--3 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 10;
    grid-row-end: 16;
}

.maps__item--4 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 17;
    grid-row-end: 26;
}

/*.gallery__item--6 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
}*/

.gallery-desc {
    display: none;
}

@media (min-width: 1000px) {
    .gallery-desc {
        margin-top: 15px;
        display: block;
        color: #60313B;
        width: 100%;
        padding-left: 20px;
    }
}

.gallery-title {
    font-family: "Recoleta", Recoleta, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.warning-text {
    color: #bf052d;
}

.quote-color {
    color: #d3a9b2;
}

/*CLAPBOARD*/
#clapboard h2 {
    font-size: 40px;
    text-align: left;
    font-weight: 600;
}

@media (min-width: 768px) {
    .clapboard {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .clapboard-2 {
        margin-top: 25px;
        margin-bottom: 50px;
    }
}

/*PROJECT PAGES*/
.bg-center {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-contain {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    vertical-align: middle;
    border-style: none;
}

.img-contain {
    width: 100%;
    max-width: 100%;
}

.project-banner {
    height: 25vh;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 70px;
    border-style: none;
}

.p1-banner {
    background-image: url('../images/portfolio thumbs/Lowes thumb.svg');
}

.p2-banner {
    background-image: url('../images/portfolio thumbs/Poke thumb.svg');
}

.p3-banner {
    background-image: url('../images/portfolio thumbs/Redwall logo thumb.svg');
}

.project-h1 {
    font-weight: 800;
    font-size: 40px;
    margin-top: 20px;
}

.project-desc {
    font-size: 20px;
}

.type-of-project {
    margin-bottom: 5px;
    font-size: 20px;
}

.lowes-primary-blue {
    color: #0055b8;
}

.lowes-slogan {
    font-size: 25px;
    font-weight: 700;
}

.lowes-slogan-quote {
    font-size: 50%;
}

@media (min-width: 600px) {
    .project-banner {
        height: 35vh;
        margin-top: 100px;
        margin-bottom: 60px;
    }

    .project-h1 {
        font-size: 50px;
        line-height: 1.3;
    }

    .lowes-slogan {
        font-size: 50px;
    }
}

@media (min-width: 820px) {
    .project-banner {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 20px;
    }
}

@media (min-width: 1000px) {
    .project-banner {
        height: 375px;
        margin-bottom: 70px;
    }
}

@media (min-width: 1200px) {
    .project-banner {
        height: 450px;
    }
}

@media (min-width: 1600px) {
    .project-banner {
        height: 550px;
        margin-top: 150px;
        margin-bottom: 70px;
    }

    .lowes-slogan {
        font-size: 90px;
    }
}

/*ANIMATION*/
.js-bounce-in, .js-bounce-in-home, .js-bounce-in-home2 {
    opacity: 0;
}
