@media only screen and (min-width: 300px) and (max-width: 933px){
    
    /*ALL PAGES: MAIN BODY SECTION*/
    html, body {
        position: fixed;
        background-color: black;
        overflow: hidden !important;
        width: 100vw !important;
        max-height: 100vh !important;
    }
    
    /*ALL PAGES: ANIMATED BACKGROUND SECTION*/
    #hero-video {
        position: fixed;
        visibility: visible;
        margin: auto !important;
        min-height: 90% !important;
        background-position: 0% 0% !important;
    }
    
    /*ALL PAGES: NAVBAR SECTION*/
    .navbar-dark, .navbar[data-bs-theme=dark] {
        --bs-navbar-color: #1862ED !important;
        --bs-navbar-hover-color: #19B9FF !important;
        --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25) !important;
        --bs-navbar-active-color: #18ADED !important;
        --bs-navbar-brand-color: #fff !important;
        --bs-navbar-brand-hover-color: #fff !important;
        --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1) !important;
        --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
        background: #000D29  !important;
        border-bottom: 1.5px solid #1862ED !important;
    }
    
    .dropdown-menu {
        --bs-dropdown-zindex: 1000;
        --bs-dropdown-min-width: 20rem;
        --bs-dropdown-padding-x: 0;
        --bs-dropdown-padding-y: 0.5rem;
        --bs-dropdown-spacer: 0.125rem;
        --bs-dropdown-font-size: 1rem;
        --bs-dropdown-color: #1862ED !important;
        --bs-dropdown-bg: var(--bs-body-bg);
        --bs-dropdown-border-color: #1862ED !important;
        margin-top: 9px !important; 
        --bs-dropdown-border-radius: 0 0 8px 8px !important;
        --bs-dropdown-border-width: var(--bs-border-width);
        --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
        --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
        --bs-dropdown-divider-margin-y: 0.5rem;
        --bs-dropdown-box-shadow: var(--bs-box-shadow);
        --bs-dropdown-link-color: #1862ED !important;
        --bs-dropdown-link-hover-color: #19B9FF !important;
        --bs-dropdown-link-hover-bg: #002066 !important;
        --bs-dropdown-link-active-color: #fff;
        --bs-dropdown-link-active-bg: #19B9FF;
        --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
        --bs-dropdown-item-padding-x: 1rem;
        --bs-dropdown-item-padding-y: 0.25rem;
        --bs-dropdown-header-color: #6c757d;
        --bs-dropdown-header-padding-x: 1rem;
        --bs-dropdown-header-padding-y: 0.5rem;
        position: absolute;
        z-index: var(--bs-dropdown-zindex);
        display: none;
        min-width: var(--bs-dropdown-min-width);
        padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
        margin: 0;
        font-size: var(--bs-dropdown-font-size);
        color: var(--bs-dropdown-color);
        text-align: left;
        list-style: none;
        background-color: #000D29 !important;
        background-clip: padding-box;
        border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
        border-radius: var(--bs-dropdown-border-radius);
    }
    
    .dropdown-toggle {
        color: #1862ED !important;
    }
    
    .dropdown-toggle:hover{
        color: #19B9FF !important;
    }
    
    .navbar-toggler {
        border-color: #1862ED !important;
        margin-right: 3px !important;
    }
    
    .navbar {
        z-index: 2; /*put the nav over the .center-main*/
        margin-left: auto;
        margin-right: auto;
        min-width: 100vw !important;
        display:block;
        position:absolute;
        top:0;
    

    }

    .navbar-brand, nav-brand-font {
        font-family: "Splash", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 1.75em !important;
        margin: 0px 10px 0px 0px !important;
        padding: 0px !important;
        color: #00D4FF;
        background: -webkit-linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);
        background: -o-linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);
        background: -moz-linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);
        background: linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);    
        -webkit-background-clip: text; 
        -webkit-text-fill-color: transparent;
    }
    
    .navbar-brand, nav-brand-font: hover {
        font-family: "Splash", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 1.75em !important;
        margin: 0px 0px 0px 0px !important;
        padding: 0px !important;  
        -webkit-background-clip: text; 
        -webkit-text-fill-color: transparent;
        transition: 0.75s ease;
    }
    
    /*LANDING INDEX PAGE: CONTENT AREA*/
    .full-height {
        position: absolute !important;
        bottom: 0 !important;
    }
    
    .center-main {
        padding-top: 0px;
        min-width: 90%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    
    .center-main-text {
        position: relative;
        font: normal 1em calibri;
        opacity: 1;
        transition: .35s;
        max-width: 85%;
        margin: -100px auto !important;
        box-shadow: 25px 25px #000D29;
        padding-top: 100px;
    }
    
    h1.splash-regular {
    font-size: 2.75em;
    }
    
    h2.rubik-maze-regular {
    font-size: 2.4em;
    }
    
    .main-text {
        position: inherit !important;
        font-size: 20px;
        width: 100% !important;
        margin: 0 auto 0 auto !important;
        text-align: justify;
        text-align-last: left;
        word-spacing: -3px;
        letter-spacing: 0px;
        line-height: 22px;
        hyphens: auto;
        -webkit-hyphens: auto;
        color: #088BCC;
        background: -webkit-linear-gradient(to right bottom, #00D4FF, #088BCC, #00D4FF, #088BCC);
        background: -o-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: -moz-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);    
        -webkit-background-clip: text; 
        -webkit-text-fill-color: transparent;
        padding: 15px !important;
        visibility: visible !important;
        z-index: 0;
        word-break: normal; 
        /*Shows mobile main text*/
    }
    
    .button-enter {
        margin-bottom: 0;
        padding-bottom: 25px;
    }
    
    /*CONTACT PAGE: CONTENT AREA*/
    .center-contact-div {
        font: normal 1em calibri;
        transition: .35s;
        min-height: 100%;
        margin-top: 30px !important;
        padding-bottom: 25px;
        height: 100%;
        overflow: visible !important;
    }
    
    /*.main-contact-text {
        
    }*/
    
    iframe {
        overflow: visible !important;
        min-height: 100%;
        padding-bottom: 125px;
    }
    
    

    
    /*PORTFOLIO MENU PAGE: TILES*/
    .port-menu-box {
        min-width: 85vw !important;
        position:relative !important;
        top: 0 !important;
        margin-top: 325px !important;
        display: block;
        vertical-align: middle;
    }
    
    .port-menu-row-1 {
    margin-top: 50px !important;
    margin-bottom: -50px;
    visibility: hidden !important;
    position: fixed;
    }
    
    .port-menu-row-2 {
    margin-top: 50px !important;
    margin-bottom: -50px;
    visibility: hidden !important;
    position: fixed;
    }
    
    .port-mobile-list{
        visibility: visible !important;
        opacity: 1 !important;
        margin-top: -200px;
    }
    
    .port-mobile-links {
    text-decoration: none;
    visibility: visible;
    }
    
    .port-list-text {
    color: #74F7E9 !important;
    margin: -35px auto 55px auto;
    padding: 10px !important;
    text-align: center !important;
    width: 95% !important;
    font-size: 1.65em;
    font-family: "Protest Revolution", sans-serif;
    border-color: rgba(116, 247, 233, .45) !important;
    border-width: 3px !important;
    border-radius: 10px !important;
    background-color: rgba(5, 21, 51, .85) !important;
    visibility: visible;
    }
    
    .port-mobile-indicator {
        font-size: 1.5em;
        position: absolute;
        right: 0 !important;
        margin: -10px 10px 0 0;
        vertical-align: middle !important;
    }
    
    /*PORTFOLIO PAGES: CONTENT AREA*/
    .main-outers {
        overflow-x: hidden !important;
        height: 100vh !important;
        overflow-y: scroll !important;
    }
    
    .container-fluid.main-outers {
        z-index: 1;
        top: 0;
        height: 100%;
        overflow-y: visible !important;
        
    }
    
    .card-main {
        overflow: hidden !important;
        padding-bottom: 50px !important;
        margin-bottom: 150px !important;
    }
    
    .port-entry {
        position: absolute !important;
        opacity: 0 !important;
    }
    
    .port-image {
        visibility: hidden !important;
        opacity: 0;
        position: absolute;
        z-index: 7;
        margin-bottom: 25px;
        width: 775px !important;
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        z-index: 7;
        border-radius: 5px;
        border: solid 3px #192B59 !important;
        /*cursor: move;*/  
    }
    
    .port-image-about {
        visibility: hidden !important;
        opacity: 0;
        position: absolute;
        z-index: 7;
        margin-bottom: 25px;
        width: 550px !important;
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        z-index: 7;
        border-radius: 5px;
        border: solid 3px #192B59 !important;
        /*cursor: move;*/  
    }
    
    .port-mini-img {
        position: absolute !important;
        width: 0px !important;
    }
    
    .port-text {
        position: absolute !important;
        font-size: 0 !important;
        padding: 0 !important;
        word-wrap: normal;
        text-align: justify;
        z-index: 6;
    }
    
    #port-img-mobile-toggle-1 {
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    }
    #port-img-mobile-toggle-2 {
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    }
    #port-img-mobile-toggle-3 {
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    }
    #port-img-mobile-toggle-4 {
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    }
    
    #port-img-mobile {
        position: relative !important;
        max-width: 100% !important;
        left: 0;
        margin-top: 25px;
        opacity: 1 !important; 
        z-index: 1;
        visibility: visible !important;
        transition: .55s;
        /*Shows & controls mobile portfolio image*/
    }
    
    .port-mini-img-mobile {
        position: relative !important;
        width: 18.5% !important;
        margin: 15px 5px -5px 5px !important;
        border-radius: 5px !important;
        border-color: rgba(5, 21, 51, 0.9) !important;
        text-align: right!important;
        box-sizing: border-box;
        opacity: 1 !important;
        z-index: 10 !important;
        visibility: visible !important;
        text-decoration: none !important;
    }
    
    .port-mini-img-mobile-lrg {
        position: relative !important;
        width: 100% !important;
        margin-top: 10px;
        margin-bottom: 0px;
        border-radius: 5px !important;
        border-color: rgba(5, 21, 51, 0.9) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .port-h1-mobile {
        position: inherit !important;
        margin: 0 auto 25px auto !important;
        text-align: center;
        line-height: 40px;
        min-width: 100%;
        top: 20px;
        font-family: "Protest Revolution", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2.5em !important;
        z-index: 5;
        color: #088BCC;
        background: -webkit-linear-gradient(to right bottom, #00D4FF, #088BCC, #00D4FF, #088BCC);
        background: -o-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: -moz-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);    
        -webkit-background-clip: text; 
        -webkit-text-fill-color: transparent;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .port-h2-mobile {
        position: inherit !important;
        margin: 15px auto;
        text-align: center;
        max-width: 100%;
        top: 5px;
        font-family: "Protest Revolution", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.4em;
        z-index: 0;
        color: #088BCC;
        background: -webkit-linear-gradient(to right bottom, #00D4FF, #088BCC, #00D4FF, #088BCC);
        background: -o-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: -moz-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);    
        -webkit-background-clip: text; 
        -webkit-text-fill-color: transparent;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .btn-group {
        position: inherit !important;
        min-width: 100% !important;
        bottom: 0 !important;
        margin-top: 5px !important;
        margin-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        visibility: visible !important;
    }
    
    .buttons-mobile {
        margin-top: 40px !important;
        visibility: visible;
        opacity: 1 !important;
        left: 0;
        right: 0;
    }
    
    .btn-primary {
        border-width: 2px !important;
        border-style: solid;
        border-color: #60B8FF !important;
        padding-top: 7px !important;
        padding-bottom: 0px !important;
        
    }
    
    /*START ALL ANIMATIONS: MOBILE*/
    #port-img-mobile, .port-h1-mobile, .port-h2-mobile, .main-text-mobile, .hr-mobile, .btn-group {  
        animation: .5s ease-out 0s 1 slideInFromBottom;
        z-index: 1;
    }
    /*ENED ALL ANIMATION: MOBILE*/
    
    .main-text-mobile {
        position: relative !important;
        font-size: 19px;
        margin: 25px auto 25px auto !important;
        hyphens: auto;
        width: 85% !important;
        -webkit-hyphens: auto;
        color: #088BCC;
        background: -webkit-linear-gradient(to right bottom, #00D4FF, #088BCC, #00D4FF, #088BCC);
        background: -o-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: -moz-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);    
        -webkit-background-clip: text; 
        -webkit-text-fill-color: transparent;
        padding: 0 0 25px 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        line-height: 22px !important;
        word-spacing: -2px;
        word-break:normal; 
        /*Shows mobile main text*/
    }
    
    .card-square {
        position:absolute !important; 
        width: 125px !important;
        height: 65px !important;
        top: 0;
        visibility: hidden !important;
        z-index: 0;
    }
    
    .editorial-img-tile-1, .editorial-img-tile-2, .editorial-img-tile-3, .editorial-img-tile-4, .editorial-img-tile-5, .editorial-img-tile-6, .illustrations-img-tile-1, .illustrations-img-tile-2, .illustrations-img-tile-3, .illustrations-img-tile-4, .illustrations-img-tile-5, .illustrations-img-tile-6, .photo-edits-img-tile-1, .photo-edits-img-tile-2, .photo-edits-img-tile-3, .photo-edits-img-tile-4, .photo-edits-img-tile-5, .photo-edits-img-tile-6, .icons-img-tile-1, .icons-img-tile-2, .icons-img-tile-3, .icons-img-tile-4, .icons-img-tile-5, .icons-img-tile-6, .logos-img-tile-1, .logos-img-tile-2, .logos-img-tile-3, .logos-img-tile-4, .logos-img-tile-5, .logos-img-tile-6, .logos-img-tile-7, .port-img-tile-1, .port-img-tile-2 {
        visibility: hidden;
    }
    
    /*ALL ANIMATIONS*/
    #port-img-mobile, .port-h1-mobile, .port-h2-mobile, .main-text-mobile, .hr-mobile, .btn-group {  
        animation: .5s ease-out 0s 1 slideInFromBottom;
        z-index: 1;
    }
    
}
/*END @media 300px-933px END*/





@media only screen and (min-width: 934) and (max-width: 1023px){
    
    /*ALL PAGES: MAIN BODY SECTION*/
    html, body {
        background-color: black;
        background-repeat: no-repeat;
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        min-width: 100vw;
        height: 100vh !important;
        position: fixed;
    }
    
    /*ALL PAGES: ANIMATED BACKGROUND SECTION*/
    #hero-video {
        visibility: visible;
        position: fixed !important;
        background-position: 0% 0% !important;
        min-height: 100vh !important;
    }
    
    
    /*ALL PAGES: NAVBAR SECTION*/  
    .navbar-dark, .navbar[data-bs-theme=dark] {
        --bs-navbar-color: #1862ED !important;
        --bs-navbar-hover-color: #19B9FF !important;
        --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25) !important;
        --bs-navbar-active-color: #18ADED !important;
        --bs-navbar-brand-color: #fff !important;
        --bs-navbar-brand-hover-color: #fff !important;
        --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1) !important;
        --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
        background: #000D29  !important;
        border-bottom: 1.5px solid #1862ED !important;
    }
    
    .dropdown-menu {
        --bs-dropdown-zindex: 1000;
        --bs-dropdown-min-width: 20rem;
        --bs-dropdown-padding-x: 0;
        --bs-dropdown-padding-y: 0.5rem;
        --bs-dropdown-spacer: 0.125rem;
        --bs-dropdown-font-size: 1rem;
        --bs-dropdown-color: #1862ED !important;
        --bs-dropdown-bg: var(--bs-body-bg);
        --bs-dropdown-border-color: #1862ED !important;
        margin-top: 9px !important; 
        --bs-dropdown-border-radius: 0 0 8px 8px !important;
        --bs-dropdown-border-width: var(--bs-border-width);
        --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
        --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
        --bs-dropdown-divider-margin-y: 0.5rem;
        --bs-dropdown-box-shadow: var(--bs-box-shadow);
        --bs-dropdown-link-color: #1862ED !important;
        --bs-dropdown-link-hover-color: #19B9FF !important;
        --bs-dropdown-link-hover-bg: #002066 !important;
        --bs-dropdown-link-active-color: #fff;
        --bs-dropdown-link-active-bg: #19B9FF;
        --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
        --bs-dropdown-item-padding-x: 1rem;
        --bs-dropdown-item-padding-y: 0.25rem;
        --bs-dropdown-header-color: #6c757d;
        --bs-dropdown-header-padding-x: 1rem;
        --bs-dropdown-header-padding-y: 0.5rem;
        position: absolute;
        z-index: var(--bs-dropdown-zindex);
        display: none;
        min-width: var(--bs-dropdown-min-width);
        padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
        margin: 0;
        font-size: var(--bs-dropdown-font-size);
        color: var(--bs-dropdown-color);
        text-align: left;
        list-style: none;
        background-color: #000D29 !important;
        background-clip: padding-box;
        border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
        border-radius: var(--bs-dropdown-border-radius);
    }
    
    .dropdown-toggle {
        color: #1862ED !important;
    }
    
    .dropdown-toggle:hover{
        color: #19B9FF !important;
    }
    
    .navbar-toggler {
        border-color: #1862ED !important;
        margin-right: 3px !important;
    }
    
    .navbar {
        z-index: 2; /*put the nav over the .center-main*/
        margin-left: auto;
        margin-right: auto;
        min-width: 100vw !important;
        display:block;
        position: fixed !important;
        top:0;
    }

    .navbar-brand, nav-brand-font {
        font-family: "Splash", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 1.75em !important;
        margin: 0px 10px 0px 0px !important;
        padding: 0px !important;
        color: #00D4FF;
        background: -webkit-linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);
        background: -o-linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);
        background: -moz-linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);
        background: linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);    
        -webkit-background-clip: text; 
        -webkit-text-fill-color: transparent;
    }
    
    .navbar-brand, nav-brand-font: hover {
        font-family: "Splash", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 1.75em !important;
        margin: 0px 0px 0px 0px !important;
        padding: 0px !important;  
        -webkit-background-clip: text; 
        -webkit-text-fill-color: transparent;
        transition: 0.75s ease;
    }
    
    /*LANDING INDEX PAGE: CONTENT AREA*/
    .center-main {
        min-height: 100vh !important;
        padding-top: 25px;
        min-width: 40%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        overflow-y: scroll !important;
        
    }
    
    .center-main-text {
        height: 100vh !important;
        font: normal 1em calibri;
        opacity: 1;
        transition: .35s;
        min-height: 100vh;
        width: 90%;
        margin: 0px 10px 0 10px;
        box-shadow: 0 0 100px 100px #000D29;
        padding: 75px 0 0 0;
        overflow-y: visible;
    }
    
    h1.splash-regular {
    font-size: 2.75em;
    }
    
    h2.rubik-maze-regular {
    font-size: 2.4em;
    }
    
    .main-text {
        position: inherit !important;
        font-size: 20px;
        width: 100% !important;
        margin: 0 auto 0 auto !important;
        text-align: justify;
        text-align-last: left;
        word-spacing: -3px;
        letter-spacing: 0px;
        line-height: 22px;
        hyphens: auto;
        -webkit-hyphens: auto;
        color: #088BCC;
        background: -webkit-linear-gradient(to right bottom, #00D4FF, #088BCC, #00D4FF, #088BCC);
        background: -o-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: -moz-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);    
        -webkit-background-clip: text; 
        -webkit-text-fill-color: transparent;
        padding: 15px !important;
        visibility: visible !important;
        z-index: 0;
        word-break:normal; 
        /*Shows mobile main text*/
    }
    
    .button-enter {
       margin-bottom: 100px;
    }
    
    /*PORTFOLIO MENU PAGE: TILES*/
    .port-mobile-links {
    text-decoration: none;
    visibility: visible !important;
    }
    
    .port-list-text {
    color: #74F7E9 !important;
    margin: -40px auto 45px auto;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    text-align: center !important;
    width: 85% !important;
    font-size: 1.5em;
    font-family: "Protest Revolution", sans-serif;
    border-color: rgba(116, 247, 233, .45) !important;
    border-width: 3px !important;
    border-radius: 7px;
    background-color: rgba(5, 21, 51, .85) !important;
    visibility: visible !important;
    }
    
    .port-list-text {
        visibility: visible;
    }
    
    /*PORTFOLIO PAGES: CONTENT AREA*/
    .main-outers {
        overflow-y: scroll !important;
        overflow-x: hidden !important;
        height: 100vh !important;
    }
    
    .container-fluid.main-outers {
        z-index: 1;
        top: 0;
        height: 100%;
        overflow-y: visible !important;
        
    }
    
    .card-main {
        overflow: hidden !important;
        padding-bottom: 50px !important;
        margin-bottom: 150px !important;
    }
    
    .port-entry {
        position: absolute !important;
        opacity: 0 !important;
    }
    
    .port-image {
        visibility: hidden !important;
        opacity: 0;
        position: absolute;
        z-index: 7;
        margin-bottom: 25px;
        width: 775px !important;
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        z-index: 7;
        border-radius: 5px;
        border: solid 3px #192B59 !important;
        /*cursor: move;*/  
    }
    
    .port-image-about {
        visibility: hidden !important;
        opacity: 0;
        position: absolute;
        z-index: 7;
        margin-bottom: 25px;
        width: 550px;
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        z-index: 7;
        border-radius: 5px;
        border: solid 3px #192B59 !important;
        /*cursor: move;*/  
    }
    
    .port-mini-img {
        position: absolute !important;
        width: 0px !important;
    }
    
    .port-text {
        position: absolute !important;
        font-size: 0 !important;
        padding: 0 !important;
        word-wrap: normal;
        text-align: justify;
        z-index: 6;
    }
    
    #port-img-mobile {
        position: relative !important;
        max-width: 100% !important;
        opacity: 1 !important; 
        z-index: 1;
        visibility: visible !important;
        /*Shows & controls mobile portfolio image*/
    }
    
    .port-mini-img-mobile {
        position: relative !important;
        width: 25% !important;
        margin: 15px 5px 25px 5px !important;
        border-radius: 5px !important;
        border-color: rgba(5, 21, 51, 0.9) !important;
        text-align: right!important;
        box-sizing: border-box;
        opacity: 1 !important;
        z-index: 10 !important;
        visibility: visible !important;
        transition: 2s;
        text-decoration: none !important;
    }
    
    .port-mini-img-mobile:hover {
        position: relative !important;
        width: 25% !important;
        margin: 15px 5px 25px 5px !important;
        border-radius: 5px !important;
        border-color: rgba(5, 21, 51, 0.9) !important;
        text-align: right!important;
        box-sizing: border-box;
        opacity: 1 !important;
        z-index: 10 !important;
        visibility: visible !important;
        transition: 2s;
    }
    
    .port-h1-mobile {
        position: fixed !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: -15px !important;
        text-align: center;
        min-width: 100%;
        padding: 0;
        top: 15px;
        font-family: "Protest Revolution", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2.5em !important;
        z-index: 0;
        color: #088BCC;
        background: -webkit-linear-gradient(to right bottom, #00D4FF, #088BCC, #00D4FF, #088BCC);
        background: -o-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: -moz-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);    
        -webkit-background-clip: text; 
        -webkit-text-fill-color: transparent;
        visibility: visible !important;
        opacity: 1;
    }
    
    .port-h2-mobile {
        position: inherit !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
        padding: 0;
        max-width: 90% !important;
        top: 5px;
        font-family: "Protest Revolution", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.3em;
        z-index: 0;
        color: #088BCC;
        background: -webkit-linear-gradient(to right bottom, #00D4FF, #088BCC, #00D4FF, #088BCC);
        background: -o-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: -moz-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);    
        -webkit-background-clip: text; 
        -webkit-text-fill-color: transparent;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .btn-group {
        position: inherit !important;
        min-width: 100% !important;
        bottom: 0 !important;
        margin-top: 5px !important;
        margin-bottom: 10px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        visibility: visible !important;
    }
    
    .buttons-mobile {
        visibility: visible;
        opacity: 1 !important;
        left: 0;
        right: 0;
    }
    
    .btn-primary {
        border-width: 2px !important;
        border-style: solid;
        border-color: #60B8FF !important;
        padding: 2px !important;
        
    }

    /*START ALL ANIMATIONS: MOBILE*/
    #port-img-mobile, .port-h1-mobile, .port-h2-mobile, .main-text-mobile, .hr-mobile, .btn-group {  
        animation: .5s ease-out 0s 1 slideInFromBottom;
    }
    /*END ALL ANIMATIONS: MOBILE*/
    
    .main-text-mobile {
        position: relative !important;
        font-size: 19px;
        margin: 25px auto 25px auto !important;
        hyphens: auto;
        width: 85% !important;
        -webkit-hyphens: auto;
        color: #088BCC;
        background: -webkit-linear-gradient(to right bottom, #00D4FF, #088BCC, #00D4FF, #088BCC);
        background: -o-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: -moz-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
        background: linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);    
        -webkit-background-clip: text; 
        -webkit-text-fill-color: transparent;
        padding: 0 0 25px 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        line-height: 22px !important;
        word-spacing: -2px;
        word-break:normal; 
        /*Shows mobile main text*/
    }
    
    .editorial-img-tile-1, .editorial-img-tile-2, .editorial-img-tile-3, .editorial-img-tile-4, .editorial-img-tile-5, .editorial-img-tile-6, .illustrations-img-tile-1, .illustrations-img-tile-2, .illustrations-img-tile-3, .illustrations-img-tile-4, .illustrations-img-tile-5, .illustrations-img-tile-6, .photo-edits-img-tile-1, .photo-edits-img-tile-2, .photo-edits-img-tile-3, .photo-edits-img-tile-4, .photo-edits-img-tile-5, .photo-edits-img-tile-6, .icons-img-tile-1, .icons-img-tile-2, .icons-img-tile-3, .icons-img-tile-4, .icons-img-tile-5, .icons-img-tile-6, .logos-img-tile-1, .logos-img-tile-2, .logos-img-tile-3, .logos-img-tile-4, .logos-img-tile-5, .logos-img-tile-6, .logos-img-tile-7, .port-img-tile-1, .port-img-tile-2 {
        visibility: hidden;
    }
    
}
/*END @media 934px-1023px END*/





/*----------------START desktop styles----------------*/

body {
    width: 100vw;
    background-color: black;
    overflow-x: hidden !important;
    position: absolute;
}

.hero-video {
    visibility: visible;
    min-height: 100vh !important;
    margin: auto;
    position: fixed !important;
    background-position: 0% 0% !important;
    background-size:cover !important;
    overflow-y: hidden !important;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/*NAVBAR STUFF*/
.navbar-dark, .navbar[data-bs-theme=dark] {
    --bs-navbar-color: #1862ED !important;
    --bs-navbar-hover-color: #19B9FF !important;
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25) !important;
    --bs-navbar-active-color: #18ADED !important;
    --bs-navbar-brand-color: #fff !important;
    --bs-navbar-brand-hover-color: #fff !important;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1) !important;
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    background: #000D29  !important;
    border-bottom: 1.5px solid #1862ED !important;
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 20rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #1862ED !important;
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: #1862ED !important;
    margin-top: 9px !important; 
    --bs-dropdown-border-radius: 0 0 8px 8px !important;
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: #1862ED !important;
    --bs-dropdown-link-hover-color: #19B9FF !important;
    --bs-dropdown-link-hover-bg: #002066 !important;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #19B9FF;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: #000D29 !important;
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-toggle {
    color: #1862ED !important;
}

.dropdown-toggle:hover{
    color: #19B9FF !important;
}

.navbar-toggler {
    border-color: #1862ED !important;
}

.navbar {
    z-index: 9; /*put the nav over the .center-main*/
    margin-left: auto;
    margin-right: auto;
    min-width: 100vw !important;
    top: 0px;
    position: fixed !important;
}

.navbar-brand, nav-brand-font {
    font-family: "Splash", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75em !important;
    margin: 0px 10px 0px 0px !important;
    padding: 0px !important;
    color: #00D4FF;
    background: -webkit-linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);
    background: -o-linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);
    background: -moz-linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);
    background: linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);    
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}

.navbar-brand, nav-brand-font: hover {
    font-family: "Splash", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75em !important;
    margin: 0px 10px 0px 0px !important;
    padding: 0px !important;  
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    transition: 0.75s ease;
}

/*LANDING INDEX PAGE: CONTENT AREA*/
.center-main {
    background-color: #000D29;
    opacity: .80;
    margin-top: -50px auto !important;
    box-shadow: rgba(255, 255, 255, 1);
    box-shadow: 0 0 300px 300px #000D29;
    z-index: 1; /*put this container under the nav for transition*/
    text-align: center;
    transition: 1s ease;
    overflow-y: visible;
}

.center-main-text {
    font: normal 1.25em calibri;
    opacity: 1;
    transition: .35s;
    width: 100%;
    margin: -50px auto 0 auto;
    box-shadow: 0 0 100px 100px #000D29;
    padding-top: 185px;
}

.center-main-text, .center-main:hover{
    opacity: .85;
    transition: .55s;
    background-color: #000D29;
    box-shadow: 0 0 75px 75px #000D29;
    min-height: 100vh !important; 
}

.splash-regular {
    font-family: "Splash", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    margin: 0px 0px -15px 0px;
    color: #00D4FF;
    background: -webkit-linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);
    background: -o-linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);
    background: -moz-linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);
    background: linear-gradient(60deg, #0AFFB1, #0AFAFF, #0AFFB1, #0AFAFF);    
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}

.rubik-maze-regular {
    font-family: "Rubik Maze", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2.65em;
    color: #00D4FF;
    background: -webkit-linear-gradient(60deg, #00CC95, #00D4FF, #00CC95, #00D4FF);
    background: -o-linear-gradient(60deg, #00CC95, #00D4FF, #00CC95, #00D4FF);
    background: -moz-linear-gradient(60deg, #00CC95, #00D4FF, #00CC95, #00D4FF);
    background: linear-gradient(60deg, #00CC95, #00D4FF, #00CC95, #00D4FF);    
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.main-text {
    min-width: 100%;
    margin: 20px auto -15px auto;
    text-align: justify;
    text-align-last: center;
    color: #088BCC;
    background: -webkit-linear-gradient(to right bottom, #00D4FF, #088BCC, #00D4FF, #088BCC);
    background: -o-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
    background: -moz-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
    background: linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);    
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    padding: 25px;
    font-family: "Poppins", sans-serif;
}

.mouse-cursor-gradient-tracking {
    position: relative;
    background: #005F73;
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
    border: none;
    color: white;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    margin-top: 25px !important;
    margin-bottom: 25px;
    border-radius: 5px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    
    
}

.mouse-cursor-gradient-tracking a:link { 
  text-decoration: none; 
}

.mouse-cursor-gradient-tracking span {
    position: relative;
    color: #0096E6;
}

.mouse-cursor-gradient-tracking span:hover {
    position: relative;
    color: #00CC95;
}

.mouse-cursor-gradient-tracking::before {
    --size: 0;
    content: '';
    position: absolute;
    left: var(--x,_100px);
    top: var(--y,_100px);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #00CC95, transparent);
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease;
}

.mouse-cursor-gradient-tracking:hover::before {
    --size: 150px;
}

.port-mobile-list{
    visibility: hidden;
    opacity: 0;
}

/*CONTACT PAGE: CONTENT AREA*/
.center-contact-div {
    font: normal 1em calibri;
    transition: .35s;
    min-height: 100%;
    margin-top: -15px;
    padding-bottom: 25px;
    height: 100%;
}

/*PORTFOLIO MENU PAGE: TILES*/
.port-menu-box {
    min-width: 85vw !important;
    position: fixed;
    top: 36.5%;
    margin-top: 0;
    left: 0;
    right: 0;
    display: block;
    vertical-align: middle;
}

.card-link {
    --start: 0;
    position: inherit;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 275px !important;
    height: 265px !important;
    margin: 0 auto 50px auto !important;
    padding: 35px 0 !important;
    background-color: #0C3075 !important;
    border-radius: 200px !important;
    transition: border-color 0.3s ease-in-out;
    color: rgba(5, 21, 51, 0.6) !important;
    text-align: center;
    transition: 1s ease;
    background-color: rgba(9, 37, 89, 0.9) !important;
    font-size: 1em;
    border-color: (5, 21, 51, 0.9) !important;
    border-width: 5px !important;
    text-align: center !important;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    text-decoration: none;
}

.card {
    top: -40px;
    background-color: #0C3075 !important;
    border-radius: 200px !important;
    transition: border-color 0.3s ease-in-out;
    color: rgba(5, 21, 51, 0.6) !important;
    font-size: 1.04em !important;
    border-color: #19B9FF !important;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.card {
    --start: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 275px !important;
    height: 275px !important;
    margin: 0 auto 20px auto !important;
    background-color: #0C3075 !important;
    border-radius: 200px !important;
    transition: border-color 0.3s ease-in-out;
    color: rgba(5, 21, 51, 0.6) !important;
    text-align: center;
    transition: 1s ease;
    background-color: rgba(9, 37, 89, .25) !important;
    font-size: 1em !important ;
    border-color: rgba(24, 173, 237, .35) !important; /*last change made*/
    border-width: 6px !important;
    text-align: center !important;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.card h1 {
    margin-left: auto;
    margin-right: auto;
}

.card:hover {
    color: #09BDE6 !important;  
    transition: 1.5s ease;
}

.card::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    border: 2px solid transparent;
    background: var(--gradient);
    background-attachment: fixed;
    mask: linear-gradient(#0000, #0000), conic-gradient(from calc((
              var(--start) - (20 * 1.1)
            ) * 1deg), #ffffff1f 0deg, white, #ffffff00 100deg);
    mask-composite: intersect;
    mask-clip: padding-box, border-box;
    opacity: 0;
    transition: 1.75s ease;
}

.card::before {
    position: absolute;
    content: "";
    width: 105%;
    height: 105%;
    left: 50%;
    top: 50%;
    border-width: 5px !important;
    transform: translate(-50%, -50%);
    border-radius: 200px;
    border: 2px solid transparent;
    background: var(--gradient);
    background-attachment: fixed;
    mask: linear-gradient(#0000, #0000), conic-gradient(from calc((
              var(--start) - (20 * 1.1)
            ) * 1deg), #ffffff1f 0deg, white, #ffffff00 100deg);
    mask-composite: intersect;
    mask-clip: padding-box, border-box;
 
    opacity: 0;
    transition: 1.25s ease;
}
mask: linear-gradient(#0000, #0000), conic-gradient(from calc((
            var(--start) - (20 * 1.1)
          ) * 1deg), #ffffff1f 0deg, white, #ffffff00 100deg);

.card::before {
  mask-composite: intersect;
  mask-clip: padding-box, border-box;
}

.glow {
    width: 275px !important;
    height: 275px !important;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: blur(12px);
}

.glow::before {
    position: absolute;
    content: "";
    width: 98%;
    height: 98%;
    left: 50%;
    top: 50%;
    border-radius: 200px !important;
    transform: translate(-50%, -50%);
    border: 10px solid transparent;
    background: var(--gradient);
    background-attachment: fixed;
    mask: linear-gradient(#0000, #0000), conic-gradient(from calc((
              var(--start) - (20 * 1.1)
            ) * 1deg), #000 0deg, #ffffff, rgba(0, 0, 0, 0) 100deg);
    mask-composite: intersect;
    mask-clip: padding-box, border-box;
    opacity: 0;
    transition: 1.25s ease;
}

.card:hover > .glow::before {
    opacity: 1;
}

.card:hover::before {
    opacity: 0.6;
    
}

.port-scroll {
    overflow: scroll;
}

.rotate {
    transform: rotate(-30deg);
/* Legacy vendor prefixes that you probably don't need... */
/* Safari */
    -webkit-transform: rotate(-30deg);
/* Firefox */
    -moz-transform: rotate(-30deg);
/* IE */
    -ms-transform: rotate(-30deg);
/* Opera */
    -o-transform: rotate(-30deg);
/* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

:root {
  --gradient: conic-gradient(
    from 90deg at 50% 50%,
    rgba(24, 98, 237, 1),
    rgba(8, 139, 204, 1),
    rgba(10, 211, 255, 1),
    rgb(10, 250, 255),
    rgba(10, 255, 177, 1),
    rgba(10, 211, 255, 1),
    rgb(10, 250, 255),
    rgba(8, 139, 204, 1)
  );
}

.port-mobile-links {
visibility: visible;
}

/*PORTOFLIO PAGES: CONTENT AREA*/
.container-fluid {
    margin: 0;
}

.main-outers {
    background-image:url(images/patternwork/radar-flowers/comp%201-still.png);
    color: #52B4E6;
    z-index: 0;
}

.container-fluid.main-outers {
    z-index: 1;
    top: 0;
    height: 100%;
    overflow-y: hidden;
}

.card-main {
    position: relative;
    min-width: 100% !important;
    top: 75px !important;
    margin-bottom: 0;
    background-color: #0C3075;
    border-radius: 5px;
    color: rgba(21, 125, 207, 0.95) !important;
    transition: 1s ease;
    background-color: rgba(6, 26, 64, 0.9) !important;
    text-align: center;
    padding-top: 25px !important;
    padding-bottom: 90px;
    z-index: 1;
}

.float-port-more {
    position:absolute;
    max-width: 100%;
    margin-top: -12px !important;
    padding-left: 0px;
    z-index: 1;
}

.port-more-link {
    display:inline-table
    padding: 0 7px 0 7px !important;
    z-index: 6;
    opacity: 0 !important ease;
    font-size: .75em;
    text-decoration: none;
    margin-right: 0px;
}

.port-more-bubble {
    padding: 4px 8px 4px 8px !important;
    top: 0;
    text-align: center;
    z-index: 6;
    color: rgba(5, 21, 51, 0.8) !important;
    background-color: #002880 !important;
    border-radius: 15px;
    font-weight: 800;
    opacity: 1;
    margin-right: 2px;
}

.port-more-bubble:hover {
    box-sizing: border-box;
    background: -webkit-linear-gradient(45deg, rgba(10, 255, 177, .75), rgba(10, 250, 255, .75)) !important;
    background: -moz-linear-gradient(45deg, rgba(10, 255, 177, .75), rgba(10, 250, 255, .75)) !important;  
    background: -o-linear-gradient(45deg, rgba(10, 255, 177, .75), rgba(10, 250, 255, .75)) !important;  
    background: linear-gradient(45deg, rgba(10, 255, 177, .75), rgba(10, 250, 255, .75)) !important;
    opacity: 1;
}

.port-entry {
    /*bottom: 175px;*/
    bottom: 0 !important;
    left: 0;
    right: 0;
    visibility: visible;
    z-index: 0 !important;
}

.port-image {
        visibility: visible;
        opacity: 1;
        position: relative;
        z-index: 7;
        margin-bottom: 25px;
        height: 775px !important;
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        z-index: 7;
        border-radius: 5px;
        border: solid 3px #192B59 !important;
        /*cursor: move;*/  
    }
    
.port-image-about {
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 7;
    margin-bottom: 25px;
    width: 37.5% !important;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    z-index: 7;
    border-radius: 5px;
    border: solid 3px #192B59 !important;
        /*cursor: move;*/  
}

.hr-line {
    position:inherit;
    max-width: 82.5%;
    margin: 0 auto 0 auto !important;
    border: solid 1.5px #2479BE !important;
    opacity: .65;
}

.port-h1{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: -3px;
    font-family: "Protest Revolution", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    z-index: 5;
    background: -webkit-linear-gradient(to right bottom, #00D4FF, #088BCC, #00D4FF, #088BCC);
    background: -o-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
    background: -moz-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
    background: linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);    
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}

.port-h2 {
    max-width: 100%;
    margin: 10px auto 10px auto;
    font-family: "Protest Revolution", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    z-index: 6;
    background: -webkit-linear-gradient(to right bottom, #00D4FF, #088BCC, #00D4FF, #088BCC);
    background: -o-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
    background: -moz-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
    background: linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);    
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}

.btn-group {
    position: absolute;
    visibility: hidden;
    margin-bottom; 25px !important;
}

.buttons-mobile {
    position: relative !important;
    visibility: visible;
    opacity: 0;
    left: 0;
    right: 0;
    }

.port-mini-img {
    position: relative;
    height: 100px;
    clip-path: inset(1% 1% 1% 1% round 100px);
    margin: -5px 10px 20px 10px;
    border-color: rgba(5, 21, 51, 0.9) !important;
    text-align: right!important;
    box-sizing: border-box;
    opacity: .5;
    z-index: 0;
    transition: 2s;
}

.port-mini-img:hover {
    top: 0;
    margin: 0 auto 25px auto;
    opacity: 1;
    height: 450px;
    clip-path: inset(0% 0% 0% 0% round 4px);
    z-index: 10;
    border: solid 3px #192B59 !important;
}

.port-text{
    margin-bottom: -150px;
    padding: 25px 200px;
    word-wrap: normal;
    text-align: justify;
    z-index: 6; 
    font-size: 1.75em;
    background: -webkit-linear-gradient(to right bottom, #00D4FF, #088BCC, #00D4FF, #088BCC);
    background: -o-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
    background: -moz-linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);
    background: linear-gradient(to right bottom, #088BCC, #00D4FF, #088BCC, #00D4FF);    
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}

#port-img-mobile {
    position: absolute;
    visibility: hidden;
    top: 0;
    opacity: 0;
    min-width: 0;
    min-height: 0;
}

.port-mini-img-mobile {
    position: absolute;
    opacity: 0;
    z-index: 10 !important;
    visibility: hidden;
    text-decoration: none;
    }
    
.port-mini-img-mobile:hover {
    position: absolute;
    opacity: 0;
    z-index: 10 !important;
    visibility: hidden;
}

.port-h1-mobile {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0 !important:
}

.port-h2-mobile {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0 !important:
}

.main-text-mobile {
    position: relative;
    visibility: hidden;
    opacity: 0;
}

.card-square-box {
    margin-bottom: -35px !important;
}

.card-square {
    --start: 0;
    display:inline-block;
    position:relative; 
    width: 125px !important;
    height: 65px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    border-radius: 5px !important;
    color: rgba(0, 212, 255, 0.4) !important;
    background: -webkit-linear-gradient(45deg, rgba(24, 98, 237, .3), rgba(8, 139, 204, .2)) !important;  
    background: -moz-linear-gradient(45deg, rgba(24, 98, 237, .3), rgba(8, 139, 204, .2)) !important;  
    background: -o-linear-gradient(45deg, rgba(24, 98, 237, .3), rgba(8, 139, 204, .2)) !important;  
    background: linear-gradient(45deg, rgba(24, 98, 237, .3), rgba(8, 139, 204, .2)) !important; 
    text-align: right!important;
    box-sizing: border-box;
    transition: .75s ease;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    visibility: visible;
    z-index: 6;
}

.card-square:hover {
    box-sizing: border-box;
    color: rgba(0, 212, 255, .25) !important;
    background-clip: padding-box !important; /* !importanté */
    background: -webkit-linear-gradient(45deg, rgba(24, 98, 237, .5), rgba(8, 139, 204, .75)) !important;  
    background: -moz-linear-gradient(45deg, rgba(24, 98, 237, .5), rgba(8, 139, 204, .75)) !important;  
    background: -o-linear-gradient(45deg, rgba(24, 98, 237, .5), rgba(8, 139, 204, .75)) !important;  
    background: linear-gradient(45deg, rgba(24, 98, 237, .5), rgba(8, 139, 204, .75)) !important;
    transition: .5s ease;
}

.tile-icons {
    font-size: 1.75em !important;
    position: absolute;
    text-align: right;
    left: 0;
    margin-left: 5px;
    margin-top: 5px;
    z-index: 4 !important;
}

.h1-icons {
    margin-top: -25px;
    margin-bottom: -20px;
    font-size: 6em !important;
    color: #18ADED;
}

.card-port-text {
    position: absolute;
    max-width: 65% !important;
    text-align: right;
    right: 0;
    font-size: .9em !important;
    font-weight: bold;
    margin: 10px 8px 10px 10px !important;
    padding: 0;
    z-index: 4 !important;
}

/*PORTFOLIO SPECIFIC PAGES: NAVIGATION TILES*/

.card-text-1 {
    text-align: center;
    width: 100% !important;
    margin-bottom: 50px !important;
    font-size: 2.5em;
    font-weight: 500;
    font-family: "Protest Revolution", sans-serif;
    font-weight: 600;
    font-style: normal;
    
}

.card-text-2 {
    text-align: center;
    width: 100% !important;
    margin-top: -58px !important;
    font-size: 1.2em;
    font-weight: 500;
    font-family: "Protest Revolution", sans-serif;
    font-weight: 600;
    font-style: normal;
    
}

.card-text-1, .card-text-2 {
    color: #18ADED !important;
}

.about-tile-1 {
    position: absolute; 
    display: flex;
    top: 0; right: 0; bottom: 0; left: 0 !important;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    color: #00D4FF;
    text-decoration: none;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: .95;
    z-index: 6;
}

.about-tile-2 {
    position: absolute; 
    display: flex;
    top: 0; right: 0; bottom: 0; left: 0 !important;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    color: #00D4FF;
    text-decoration: none;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: .95;
    z-index: 6;
}

.about-tile-3 {
    position: absolute; 
    display: flex;
    top: 0; right: 0; bottom: 0; left: 0 !important;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    color: #00D4FF;
    text-decoration: none;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: .95;
    z-index: 6;
}

.about-tile-4 {
    position: absolute; 
    display: flex;
    top: 0; right: 0; bottom: 0; left: 0 !important;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    color: #00D4FF;
    text-decoration: none;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: .95;
    z-index: 6;
}

.about-tile-5 {
    position: absolute; 
    display: flex;
    top: 0; right: 0; bottom: 0; left: 0 !important;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    color: #00D4FF;
    text-decoration: none;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: .95;
    z-index: 6;
}

.about-tile-6 {
    position: absolute; 
    display: flex;
    top: 0; right: 0; bottom: 0; left: 0 !important;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    color: #00D4FF;
    text-decoration: none;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 10px;
    opacity: .95;
    z-index: 6;
}

.port-img-tile-1 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    margin-left: 0px !important;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/patternwork/radar-flowers/comp%201-still.png);
    background-position: 50% 35%;
    background-size: 400%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.port-img-tile-1:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.port-img-tile-2 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    margin-left: 0px !important;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/misc-imgs/pink-fur-texture.png);
    background-position: 8% 50%;
    background-size: 110%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.port-img-tile-2:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.editorial-img-tile-1 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/editorial/wheels-bikers/painted-figures-photo-manip-01.webp);
    background-position: 5% 50%;
    background-size: 300%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity .75s ease;
    z-index: 5;
}

.editorial-img-tile-1:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.editorial-img-tile-2 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/editorial/soccer-banner/painted-figures-photo-manip-01.webp);
    background-position: 80% 10%;
    background-size: 110%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity .75s ease-in-out;
    z-index: 5;
}

.editorial-img-tile-2:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.editorial-img-tile-3 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/editorial/painted-fitness-figures/painted-figures-photo-manip.webp);
    background-position: 55% 0%;
    background-size: 105%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.editorial-img-tile-3:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.editorial-img-tile-4 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/editorial/citrus-flowers/citrus-flowers-samples.jpg);
    background-position: 3.5% 97%;
    background-size: 425%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.editorial-img-tile-4:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.editorial-img-tile-5 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/editorial/sculpted-bodies-collage/scuplted-bodies-collage.png);
    background-position: 35% 48%;
    background-size: 145%;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.editorial-img-tile-5:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.editorial-img-tile-6 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    margin-left: -5px !important;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/patternwork/radar-flowers/comp%201-still.png);
    background-position: 50% 35%;
    background-size: 400%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.editorial-img-tile-6:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.illustrations-img-tile-1 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/illustrations/dog-anatomy/dog-anatomy-sample.png);
    background-position: 27% 50%;
    background-size: 150%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity .75s ease;
    z-index: 5;
}

.illustrations-img-tile-1:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.illustrations-img-tile-2 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/illustrations/magenta-finch/magenta-finch-sample.png);
    background-position: 80% 45%;
    background-size: 110%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity .75s ease-in-out;
    z-index: 5;
}

.illustrations-img-tile-2:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.illustrations-img-tile-3 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    margin-right: 0px !important;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/illustrations/shining/shining-final.png);
    background-position: 47.5% 50%;
    background-size: 200%;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.illustrations-img-tile-3:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.illustrations-img-tile-4 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/illustrations/cookies-milk/cookies-milk.png);
    background-position: 50% 10%;
    background-size: 125%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.illustrations-img-tile-4:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.illustrations-img-tile-5 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/illustrations/sea-animals/sea-creatures-full-samples.jpg);
    background-position: 95% 33%;
    background-size: 410%;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.illustrations-img-tile-5:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.illustrations-img-tile-6 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    margin-left: -5px !important;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/patternwork/radar-flowers/comp%201-still.png);
    background-position: 50% 35%;
    background-size: 400%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.illustrations-img-tile-6:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.photo-edits-img-tile-1 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/editorial/abstract-mountains/abstract-mountains.jpg);
    background-position: 35% 0%;
    background-size: 380%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity .75s ease;
    z-index: 5;
}

.photo-edits-img-tile-1:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.photo-edits-img-tile-2 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/editorial/animal-montage/animal-montage.jpg);
    background-position: 50% 78%;
    background-size: 350%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity .75s ease-in-out;
    z-index: 5;
}

.photo-edits-img-tile-2:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.photo-edits-img-tile-3 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/editorial/painted-fitness-figures/photo-manip-sq.png);
    background-position: 55% 0%;
    background-size: 105%;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.photo-edits-img-tile-3:hover {
    opacity: .95;
    transition: opacity .8s ease;
}

.photo-edits-img-tile-4 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/editorial/citrus-flowers/citrus-flowers-samples.jpg);
    background-position: 3.5% 94%;
    background-size: 425%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.photo-edits-img-tile-4:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.photo-edits-img-tile-5 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/editorial/sculpted-bodies-collage/scuplted-bodies-collage-sample.jpg);
    background-position: 35% 48%;
    background-size: 145%;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.photo-edits-img-tile-5:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.photo-edits-img-tile-6 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    margin-left: -5px !important;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/patternwork/radar-flowers/comp%201-still.png);
    background-position: 50% 35%;
    background-size: 400%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.photo-edits-img-tile-6:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.icons-img-tile-1 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    margin-left: 0px !important;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/icons/mailing-icons/mailing-icons-samples.png);
    background-position: 0% 13%;
    background-size: 192%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.icons-img-tile-1:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.icons-img-tile-2 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    right: 25px !important;
    margin-left: 0px !important;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/icons/salon-icons/salon-icons-samples.png);
    background-position: 25% 100%;
    background-size: 113%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.icons-img-tile-2:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.icons-img-tile-3 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    margin-left: 0px !important;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/icons/retro-triad-icons/retro-triad-icons-samples.png);
    background-position: 0% 100%;
    background-size: 150%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.icons-img-tile-3:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.icons-img-tile-4 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    margin-left: 0px !important;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/icons/food-emoticons/food-emoticons-samples.jpg);
    background-position: 50% 95%;
    background-size: 200%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.icons-img-tile-4:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.icons-img-tile-5 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/icons/design-icons/design-points-icons-samples.png);
    background-position: 95% 2%;
    background-size: 210%;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.icons-img-tile-5:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.icons-img-tile-6 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    margin-left: -5px !important;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/patternwork/radar-flowers/comp%201-still.png);
    background-position: 50% 35%;
    background-size: 400%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.icons-img-tile-6:hover {
    opacity: .95;
    transition: opacity .8s ease-in-out;
}

.logos-img-tile-1 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/logos/cats-logo/cats-logo-01.webp);
    background-position: 0% 25%;
    background-size: 135%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity .75s ease;
    z-index: 5;
}

.logos-img-tile-1:hover {
    opacity: .95;
    transition: opacity 1s ease;
}

.logos-img-tile-2 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/logos/lamp-logos/lamp-logos-lrg-01.webp);
    background-position: 40% 96%;
    background-size: 138%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity .75s ease-in-out;
    z-index: 5;
}

.logos-img-tile-2:hover {
    opacity: .95;
    transition: opacity 1s ease;
}

.logos-img-tile-3 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    margin-right: 0px !important;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/logos/shell-logos/shell-logos-process.png);
    background-position: 17% 75%;
    background-size: 413%;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.logos-img-tile-3:hover {
    opacity: .95;
    transition: opacity 1s ease;
}

.logos-img-tile-4 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-left: 0px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/logos/wave-ship-logo/wave-ship-logo-sample.png);
    background-position: 56% 65%;
    background-size: 110%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.logos-img-tile-4:hover {
    opacity: .95;
    transition: opacity 1.5s ease;
}

.logos-img-tile-5 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/logos/s-logo/s-letter-logo-samples.png);
    background-position: 50% 50%;
    background-size: 180%;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.logos-img-tile-5:hover {
    opacity: .95;
    transition: opacity 1s ease;
}

.logos-img-tile-6 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    margin-left: -5px !important;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/patternwork/radar-flowers/comp%201-still.png);
    background-position: 50% 35%;
    background-size: 400%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.logos-img-tile-6:hover {
    opacity: .95;
    transition: opacity .85s ease;
}

.logos-img-tile-7 {
    --start: 0;
    position: absolute; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-width: 125px !important;
    min-height: 65px !important;
    margin-top: auto;
    margin-left: 0px !important;
    border-radius: 5px !important;
    color: rgba(5, 21, 51, 0.6) !important;
    background-image: url(/images/logos/fitness-figure/fitness-figure-logo-sample.webp);
    background-position: 0% 20%;
    background-size: 118%;
    background-repeat: no-repeat;
    font-size: 1em;
    border-color: rgba(5, 21, 51, 0.9) !important;
    border-width: 15px !important;
    text-align: right!important;
    opacity: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: opacity 1s ease;
    z-index: 5;
}

.logos-img-tile-7:hover {
    opacity: .95;
    transition: opacity .85s ease;
}

