@charset "utf-8";

/* Extra Large / Large Desktops. */
@media (max-width: 1200px) {

}


/*  Large / Small Desktops  */



/* Medium / Tablets. */
@media (max-width: 992px) {

}

/*  Small */
@media (max-width: 767px) {

}


.hide-for-public-showing{
    visibility: hidden;
}


/* .col,
.col-12 {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
} */

/* .container{
        border: 1px solid rgb(73 174 205) !important;

} */

:root {
    --mf-tint-01: rgba(255, 93, 0, 1.0);
    --mf-tint-02: rgba(170, 50, 250, 1.0);
    --mf-tint-03: rgba(0, 200, 230, 1.0);
    --query-small: 576px;
    --grid-color: rgba(255, 255, 255, 0.3);
}
 

body {
    background-color:rgba(247,246,242,1.0);
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
        line-height: 1.3em;
    }

    p, li {
        font-size: 18px;
        line-height: 1.3em;
    }
}

a {cursor: pointer !important;}

.col-border.col {border: 1px solid pink;}

.container {max-width: 90% !important;}

.grid-col-padding .col {padding: 20px;}


.gl-t {border-top: 1px solid #999;}

.gl-r {border-right: 1px solid #999;}

.gl-b {border-bottom: 1px solid #999;}

.gl-l {border-left: 1px solid #999;}

.h-70 {height: 70% !important}

.h-80 {height: 80vh !important}

.m3-main-nav .opacity-light {opacity: 0.8;}


.m3-main-nav .bg-extra-dark-gray {
    background-color: #000000;
}

.full-screen{
    min-height: 100vh!important;
}

.quote-01{
    font-style: italic;
    font-weight: 500;
}

.code-block{
    font-family: var(--code-blocks);
    font-weight: 500 !important;
    color: #ffffff;
    font-style: normal !important;
    letter-spacing: -0.5px;
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 17px;
    padding: 2px;
    
}

.close-button-menu {
    top: 60px;
    right: 60px;

}

header nav.navbar-default,
nav.navbar.bootsnav {
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

header a.logo{
    padding: 10px 0!important;
}

header a.logo img {
    max-height: 60px!important;
}

@media (max-width: 1199px) {
    header nav .navbar-nav>li>a {
        margin: 0 12px;
        /* Original: margin: 0 18px; */
    }
}

.hover-option2 .grid-item figure:hover img {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
    opacity: 0.10;
    transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.nav-divider {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 18px 10px;
}

/*---------- First I used with white bar 
header nav.navbar-default, nav.navbar.bootsnav {
    border-bottom: 0;
    background-color: #FFFFFF !important;
}
    ----*/



header nav.navbar-default,
nav.navbar.bootsnav {
    border-bottom: 0;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}



header.header-appear nav.header-light,
header.sticky nav.navbar-fixed-top.header-light,
header.sticky nav.navbar-scroll-fixed-top.header-light {
    background-color: #ffffff !important;
    /* box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6); */
    box-shadow: none;
    color: #111111;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}


/* header nav.navbar .navbar-nav > li > a, nav.navbar.bootsnav ul.nav > li > a {
color: #FFFFFF!important;
cursor: pointer;
} */

.navbar-nav>li>a {
    font-family: var(--ibm-sans-body-01);
    /* color: #111111!important; */
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 20px;
    padding: 5px 0px 5px;
    text-transform: unset !important;
    letter-spacing: 0.015em;
}

.navbar-nav>li>a,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active {
    text-decoration: none;

}

.hamburger-menu {
    align-items: center;
    display: flex;
}

nav.navbar.bootsnav .navbar-toggle {
    top: 0px !important;
}

.full-width-pull-menu .link-style-2 ul li {
    margin: 6px 0;
}

.social-icons-header {
    max-height: 30px;
    opacity: 0.5;
}

.social-icons-header:hover {
    opacity: 1;
}

.nav-adjust {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.nav-sidepanel-links .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0px !important;

}

.nav-sidepanel-links ul {
    padding-inline-start: 0px;
}

.bottom-section {
    border-top: 1px solid #000;
    padding: 20px 0 0 0;
    text-align: right;
}

.featured-work{
    padding: 10px 25px;
}

.featured-work li a{
    font-size: 30px!important;
    line-height: 1.4em!important;

}

header a.logo {
    display: flex;
    flex-direction: row;
    column-gap: 13px;
    max-height: 100px;
    width: fit-content;
    /* margin-left: 17px; */
}

header a.logo img {
    max-width: 300px !important;
}

        @media (max-width: 767px) {
            header a.logo img {
                max-width: 100% !important;
            }
        }

.nav-header-container {
    padding: 10px 0 !important;
}

.contact-button{
     display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-button a,
.contact-button a:visited{
    color: #FFF !important;
    font-size: 16px!important;
    font-family: var(--ibm-sans-body-01);
    letter-spacing: 0px;
}

.contact-button i{
    margin: 2px 8px 2px 0;
    color: #FFF;
    font-weight: 500;

}


footer,
footer a {
    color: #ECECEC !important;
}

.footer-logo {
    max-height: 45px;

}

.footer .logo-area{
    width: 30%;
}

.footer-links{
    height: stretch;
}

.footer-links ul {
  list-style-type: none; /* Removes the bullets */
  padding: 0;            /* Removes default left indentation */
  margin: 0;             /* Removes default top/bottom spacing */
      padding: 20px 0 40px 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    height: stretch;
}

.footer-links  li{
    margin-bottom: 4px;
}

.logo-area {
   padding-top: 20px!important;
}

            @media (max-width: 767px){
                    .logo-area {
                        padding: 20px 20px 10px 20px!important;
                    }
            }

.footer-copyright {
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    align-items: center;
}

.logo-and-links .row{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 50px;
    padding: 0 40px;

}

.logo-and-links {
        border-top: 1px solid var(--home-grid-border-color);
    /* border-bottom: 1px solid var(--home-grid-border-color); */
        padding-left: 40px;
    padding-right: 40px;
}

.copyright-area,
.copyright-last-line{
    border-top: 1px solid var(--home-grid-border-color);
    border-bottom: 1px solid var(--home-grid-border-color);
}

.copyright-last-line{
    padding: 30px 120px;
}
            @media (max-width: 767px){

                    .copyright-last-line{
                        padding: 30px;
                    }
                    .container-with-links{
                        display: flex!important;
                        column-gap: 0px!important;
                        flex-direction: column!important;
                    }
                    .footer-links ul {
                        padding: 0 0 0 25px;
                    }

                    .copyright-last-line p{
                        font-size: 14px;
                        line-height: 1.5em;
                    }

                    .logo-and-links {
                        padding: 20px 40px 40px 40px;
                    }

            }

.container-with-links{
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Creates 3 perfectly equal columns */
  /* gap: 20px;                           Adds space between your columns */
}



.logo-and-links .col{
    align-items: flex-start;
}




.footer-strip-dark .text-medium {
    font-size: 16px !important;
    line-height: 1.2em !important;
    color: rgba(255, 255, 255, 0.45);
}

.footer-big-words{
    position: relative;
    top: 0;
    height: 164px;
    overflow: hidden;
    text-align: left;
    left: 0px;
    opacity: 0.2;
    padding-left: 28px;
  
}

.footer-big-words img {
    min-height: 250px;
}

#pagination{
    background-color: #262626;
    border-bottom: 1px solid rgba(255,255,255,0.2)!important;
    border-top: 0px!important;
}

        @media (max-width: 767px) {
                #pagination{
                    padding: 15px 0!important;
                }  
        }

#pagination a {
    text-decoration: none;
    color: #FFF;
}

#pagination ti-arrow-right blog-nav-icon{
    color: #FFF;
}

.blog-nav-link-prev,
.blog-nav-link-next {
    font-size: 15px;
    font-weight: 500;
}

.blog-nav-link-prev {
    padding-left: 30px;
}

.blog-nav-link-next {
    padding-right: 30px;
}


.social-icons-footer-linkedin,
.social-icons-footer-email {
    opacity: 0.4;
}

.social-icons-footer-linkedin {
    max-height: 25px;

}

.social-icons-footer-linkedin:hover,
.social-icons-footer-email:hover {
    opacity: 1;
}


.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

.icon-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}



/* 
First iteration
.numbered-dividers{
    display: flex;
    flex-direction: row!important;
    border-left: 1px solid rgba(0,0,0,0.8);
    border-top: 1px solid rgba(0,0,0,0.8);
    height: 200px;
    padding: 20px;
    margin-bottom: 40px;
} */

.numbered-dividers {
    display: flex;
    flex-direction: row !important;
    margin-bottom: 40px;
    height: 200px;
}

.numbered-dividers .row {
    padding: 40px;
    gap: 40px;
}

.numbered-dividers .col {
    flex-direction: row !important;
    display: flex;
}

.sideway-number {

    transform-origin: top left;
    left: 0;
    top: 0;
    transform: rotate(-90deg) translateX(-100%);
    font-size: 100px;
    font-weight: 300;
    text-align: right;
    color: rgba(0, 0, 0, 0.3);
    padding-top: 20px;

    /* width: fit-content;
height: 200px; */
    /* background-color: yellow; */
    max-height: 80px;

}




.section-divider-dark,
.section-divider-light {
    margin-bottom: 0px !important;
}


.section-divider-dark,
.section-divider-light {

    margin-top: 0px;
    padding: 40px 0 80px 0;
    font-size: 20px;
    font-family: var(--ibm-mono-01);
    font-weight: 500;
}


.section-divider-dark {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 1);
    font-weight: 400 !important;
}



.section-divider-light {
    margin-top: 10px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: rgba(255, 255, 255, 1) !important;

}

.section-divider-numbered {
    margin-top: 80px;
    padding: 50px 40px;
    font-size: 20px;
    font-family: var(--ibm-mono-01);
    font-weight: 500;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    color: rgba(0, 0, 0, 0.6);

}


.section-divider-numbered-02 {
    font-size: 20px;
    font-family: var(--ibm-sans-headers-01);
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}

.section-divider-numbered-02.col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* justify-content: space-between; */
    /* padding: 0 16px 0 0 !important; */
    gap: 15px;

}

.section-divider-numbered-02 .big-number {
    display: flex;
    flex-direction: column;
    font-size: 140px;
    margin-top: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    height: 100px;
    padding-top: 20px;
    margin-right: 20px;
}

/* .big-number {
    font-size: 100px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
    height: 100px;
    padding-top: 20px;
    margin-right: 20px;
} */


.section-with-border-top {
    border-top: 1px solid rgba(0, 0, 0, 1.0);
    /* margin-top: 80px; */
    padding: 130px 0;
}

.big-section-title,
.big-section-title h4, 
.big-section-title h5,
.big-section-title h6 {
    font-family: var(--alt-text-2)!important;
    /* font-size: 32px; */
    line-height: 1em!important;
    font-weight: 500!important;
    padding: 0 30px 0 0px;
    color: rgba(0, 0, 0, 0.8);
}

            @media (max-width: 767px){
                    .big-section-title,
                    .big-section-title h4, 
                    .big-section-title h5,
                    .big-section-title h6 {
                        padding: 0px;
                    }

                    /* .big-section-title .col{
                           padding-right: 5px;
                            padding-left: 5px;
                    } */
            }



.big-section-title h6 {
    line-height: 1.25em!important;
    font-weight: 500!important;
    padding: 0 50px 0 0px;
    color: rgba(0, 0, 0, 0.8);
}

.big-section-title h4{
 margin-bottom: 40px;

}

.home #anchor-01{
    /* background-color: rgba(0, 0, 0, 0.15); */
}
   


/* This is intro text in home, right below hero section.*/
.big-section-title-opener,
.big-section-title-opener h4,
.big-section-title-opener h5,
.big-section-title-opener h6{
     font-weight: 500 !important;


    line-height: 1.1em !important;
    color: #000 !important;
}



.idd .section-divider-light {
    background-color: unse !important;
}


.section-divider-light h6,
.section-divider-dark h6 {
    font-family: var(--alt-text);
    letter-spacing: -0.03em !important;
    font-weight: 400 !important;

}

.footer-nav-links {
    display: flex;
    flex-direction: row;
}

.footer-col-1 {
    min-height: 300px;
}

.footer-logo img {
    max-height: 80px;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mfp-container,
.mfp-close {
    cursor: pointer !important;
    `
}


.home .mfp-close {
    /* right: -20px;
    padding-right: 0px;
    border: 1px solid red; */
    background-color: rgba(0, 0, 0, 0.5) !important;
    height: 40px;
    width: 40px;
    right: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
    position: absolute;
    top: 0px;
    right: 0px;
}

.home .mfp-container img {
    /* max-width: 90%!important; */
}

.mfp-figure:after {
    background-color: transparent !important;
}

img.mfp-img {
    max-width: 90% !important;
}

/*--------------- Home ------------------*/

#home-hero-opener h1,
#home-hero-opener h2,
#home-hero-opener h3,
#home-hero-opener h4,
#home-hero-opener h5,
#home-hero-opener h6 {
    line-height: 1.1em;
    font-family: var(--archivo-headers-01) !important;
    font-weight: 500!important;
    /* color: yellow; */

}



#home-hero-opener h2{line-height: 1.2em;}

.serif-emphasis{
    color: #FFF;
    /* background: linear-gradient(90deg, 
        rgba(31, 123, 222, 0.5)  0%, 
        rgba(25, 152, 207, 0.5) 50%, 
        rgba(8, 214, 255,  0.5) 100%); */
        background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 0px;
    line-height: 1.1em;
    
}


/* #home-hero-opener h1{font-size: 37px;} */

/*
Full desktop:

H1      70px
H2      55px

========================

Max 991

H1      57
H2      43

add orange

========================

max-width: 767px

H1      37
H2      30

add red

*/

    #home-hero-opener h1, .line-one .serif-emphasis {font-size: 70px;}
    #home-hero-opener h2, .line-two .serif-emphasis {font-size: 55px;}
    /* #home-hero-opener {border-top: 20px solid green;} */


/* Extra Large / Large Desktops. */
@media (max-width: 1200px) {
    /* #home-hero-opener h1, #home-hero-opener h2{color: yellow!important;} */
    #home-hero-opener h1, .line-one .serif-emphasis {font-size: 70px;}
    #home-hero-opener h2, .line-two .serif-emphasis {font-size: 55px;}
    /* #home-hero-opener {border-top: 20px solid yellow;} */
}

/* Medium / Tablets. */
@media screen and (min-width: 768px) and (max-width: 992px) {
    /* #home-hero-opener h1, #home-hero-opener h2{color: orange!important;} */
    #home-hero-opener h1, .line-one .serif-emphasis  {font-size: 57px;}
    #home-hero-opener h2, .line-two .serif-emphasis {font-size: 43px;}
    /* #home-hero-opener  {border-top: 20px solid orange;} */
}


/*  Small */
@media (max-width: 767px) {
    /* #home-hero-opener h1, #home-hero-opener h2{color: red!important;} */
    #home-hero-opener h1, .line-one .serif-emphasis  {font-size: 32px;}
    #home-hero-opener h2, .line-two .serif-emphasis {font-size: 20px;}
    /* #home-hero-opener {border-top: 20px solid red;} */
}



.home-big-words{
    position: absolute;
    left: 0px;
    bottom: -80px;
    width: 80%;
    opacity: 0.1;
    text-align: right;
    z-index: 10;
 
}

.home-big-words .word-01 {
    width: 100%;
}

.home-big-words .word-02 {
    width: 50%;
}




.resume #home-hero-opener   { background-color: #080e21; }
.contact #home-hero-opener  { background-color: #080e21; }
.about #home-hero-opener    { background-color: #451460; }


#home-hero-opener .container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

#home-hero-opener .code-speak {
    font-family: var(--ibm-sans-body-01) !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px;

}





#home-hero-opener .h-80 {
    height: 80% !important;
}

#home-hero-opener .h-95 {
    height: 95% !important;
}

#home-hero-opener .h-20 {
    height: 20% !important;
}

#home-hero-opener .h-5 {
    height: 5% !important;
}


.footnote {
    display: flex;
    -ms-flex-wrap: wrap;

    flex-direction: row;
    justify-content: space-between;
}

.hero-text-boxes {
    position: fixed;
    bottom: 0px;
    height: 200px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important; */
    /* padding: 40px; */
    width: 100%;
    /* z-index: 1000; */
    margin: 0;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
}

.hero-text-boxes,
.hero-text-boxes .col-3 {

    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-text-boxes .cards {
    padding: 40px;
}

.stats-squares {
    border: 1px solid #FFFFFF;
    padding: 80px;
}

.col-6-checkkkkk {
    -ms-flex: 0 0 75%;
    flex: 0 !important;
    border: 4px solid green;
}


.text-highlight-01 {
    background-color: #ffe318;
}

/* No puedo hacer highlghts. Conflicto with panel toggle. */


/* #home-hero-opener .col, #home-hero-opener .row {
    border: 1px solid rgba(255, 255, 255, 0.2);
} */


#home-text-intro .row {
    display: flex !important;
    flex-direction: row !important;

}

.home .home-hero-area h3 {
    font-family: var(--ibm-sans-headers-01) !important;
    line-height: 1.1em;
}

.home .home-hero-area p,
.home .home-hero-area h6 {
    font-family: var(--ibm-sans-body-01) !important;
    line-height: 1.1em;
}

#home-text-intro h6 {
    font-weight: 400 !important;
    line-height: 1.2em !important;
}

/* #home-projects-grid-01 h4,
#home-projects-grid-02 h4 {
    font-family: var(--alt-text) !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important;

} */

#home-projects-grid-01 {
    padding: 130px 0 200px 0 !important;
    background-color: #000000!important;
}

#home-projects-grid-02 {
    background-color: #898989;
}

.accordion-style1 .panel-heading {
    padding: 16px 0 20px 0;
}


.home .accordion-style1 li {
    color: #222 !important;
    margin-bottom: 20px!important;
    font-weight: 400 !important;
    line-height: 1.4em !important;
    font-family: var(--ibm-sans-body-01);
    /* font-size: 22px!important; */
}

.home .accordion-style1 ul {
    padding-inline-start: 20px !important;
}




.accordion-style1 .panel-heading i {
    font-size: 20px;
    color: #000000;
    font-weight: 600 !important;
}

.accordion-style1 a {
    text-decoration: none !important;
}

.accordion-style1 .panel-title>span.float-right {
    position: absolute;
    right: 0;
    top: 11px !important;
}


.accordion-style1 h4,
.accordion-style1 h5,
.accordion-style1 h6 {
    margin: 0px !important;
    color: #000;
    font-weight: 500 !important;
    line-height: 1.25em !important;
    font-family: var(--alt-text-2) !important;
    padding: 2px 0;
}

.intro-example-02 .accordion-style1 h6 {
    margin-left: 22px;
}

.accordion-style1 h5 {
line-height: 1.2em !important;
}

.accordion-style1 h6 {
    font-size: 22px !important;
}

.accordion-style1.panel-group .panel-heading {
    border: 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

.panel-heading {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;

}

.panel-heading .toggle-area {
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.panel-title {
    width: 100%;
}

.italic-ibm {
    font-size: 75% !important;
    list-style: none;
    font-family: var(--ibm-sans-body-01);
    letter-spacing: 0.02em;
    font-style: italic;
    border-left: 4px solid rgba(0, 0, 0, 0.8);
    padding-left: 14px;
}


.intro-examples {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 22px;
}

#design3 .intro-examples {
    display: flex;
    flex-direction: column!important;
    justify-content: center;
    margin: 0 22px;
    row-gap: 30px;
}

.intro-example-03 {
    padding-left: 0px;
}

.intro-example-03 img {

}


/* .example-info-box{
    position: relative;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    width: fit-content;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
} */

.example-info-box {
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: rgb(255 255 255 / 28%);
    padding: 9px 18px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.intro-examples .example-info-box:hover {
    color: var(--primary-color) !important;
    background-color: rgba(255, 255, 255, 0.95);
    /* text-decoration: underline; */
}

.example-info-box a {
    color: #FFF !important;
}

.example-info-box a:hover {
    color: var(--primary-color) !important;
}


.intro-example-03 .accordion-style1 ul {
    padding-inline-start: 0px !important;
}

.intro-example-01 .intro-example-image-area {
    background-color: #353535;
    padding: 30px 10px 10px 10px;
}

.intro-example-02 .intro-example-image-area {
    background-color: #353535;
    padding: 0px;
}


.usic-example {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.usic-example-image-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
    overflow: hidden;

}

.usic-example-image-area img {
    width: 120% !important;
}


#block-intro-slider {
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;

}

.magnific-home-gallery li a {
    /* display: block;
    border: 1px solid blue;
    background-color: var(--primary-color) !important; */

}

.magnific-home-gallery li img {
    width: cover;
    overflow: hidden;

}

.magnific-home-gallery li img:hover {
    /* border: 3px solid red; */
    opacity: 0.8;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    /* filter: saturate(100%); */
    transform: scale(1.02);
    opacity: 1 !important;


}



/*--------------- Featured Work in Homepage ------------------*/




.featured-work-thumbs,
.featured-work-title {
    line-height: 1.4em;
    font-size: 16px !important;
    font-family: var(--ibm-sans-body-01);
    color: #FFFFFF;
}

.featured-work-thumbs .featured-work-title {
    font-weight: 600;
    font-size: 18px !important;
}


.featured-work-thumbs .separator-line-horrizontal-medium-light2 {
    background-color: #FFFFFF;
    opacity: 1.0;
}







/*---------------Projects ------------------*/



.project-labels-area {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.project-labels-pills {
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.115);
    padding: 6px 12px;
    border-radius: 100px;
    color: #000;
    font-weight: 500;
}

.project-details-table {
    font-size: 16px !important;
    font-family: var(--alt-text);
}

.confidentiality-note {
    font-size: 14px !important;
    line-height: 1.4em !important;
    font-family: var(--ibm-mono);
    font-style: italic;
    padding: 10px 0px;
    text-align: left;
    font-weight: 400;
    color: #000;

}

.intro-info .page-title h3 {
    font-weight: 600 !important;
    color: #333 !important;
}

.description-excerpt{
    margin: 30px 0 40px -8px;
    padding-left: 18px;
    border-left: 5px solid black;
}
.description-excerpt h4{
    line-height: 1.1em;
    font-family: var(--archivo-headers-01);
    font-weight: 400;
}

.description-paragraph{
    font-family: var(--ibm-sans-headers-01)!important;
    font-weight: 400!important;
    line-height:  1.5em!important;
    margin: 20px 0!important;
    font-size: 22px!important;
}

.description-paragraph p{
        line-height:  1.5em!important;
        margin: 0 0 10px 0!important;
}


.project-info-item-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 15px 8px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 16px !important;
    font-family: var(--alt-text);
    line-height: 1.4em;
}

        @media (max-width: 767px) {
                .project-info-item-row{
                        flex-direction: column;
                                row-gap: 4px;
                }
        }

.pi-title {
    min-width: 8% !important;
    display: inline-block !important;
    font-weight: 500;
    margin-right: 10px;
}

.pi-details{
    line-height: 1.5em;
}

.pi-tags {
    /* background-color: rgba(0, 0, 0, 0.1); */
    border-radius: 100px;
    padding: 4px 12px;
    width: fit-content;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}


.pull-quote-area{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    margin: 30px;
    align-content: center;

}

.pull-quote {
    position: relative;
    padding: 28px 28px 22px 20px;
    background: #00000014;
    border-left: 4px solid var(--primary-color);
    border-radius: 0px;
    font-family: var(--ibm-serif);
    color: #000000;
    width: 100%;
    font-weight: 500;
        max-width: 95%;
        line-height: 1.4em;
        font-size: 20px;
    }

    .idd .quote-col-01{
        padding: 28px 28px 22px 40px;
    }


        @media (max-width: 767px) { 
                .idd .quote-col-01{
                    padding: 28px 22px 17px 32px;
                } 

                .pull-quote{
                    max-width: 100;
                }
        }





.pull-quote::before {
content: "\201C";
    position: absolute;
    top: 14px;
    left: 14px;
    font-family: Georgia, serif;
    font-size: 100px;
    /* line-height: 1; */
    color: var(--primary-color);
}

.pull-quote blockquote {
  margin: 0;
}

.pull-quote p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  font-style: italic;
}

.pull-quote figcaption {
  margin-top: 10px;
  font-size: 12px;
  color: #b8b6d4;
  font-style: normal;
}

.pullquote-person-name{
    font-size: 85%;
    font-style: italic;
    margin-top: 5px;
}



.emphasis-block{
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 10px 20px;
    line-height: 1.3em;
    margin: 30px 0;

}



.hidden-collapsed-content{
  display: none;
}

input[type="checkbox"] {
    margin: 0px!important;
    width: unset!important;
    appearance: none;
    border: none!important;
    display: unset!important;

}
label {
    padding: 0px 8px;
    border: 1px solid rgba(0, 0, 0, 1);
    cursor: pointer;
    font-weight: 500!important;
    font-size: 15px;
    display: block;
    margin: 0px!important;
    width: fit-content;
}
label:before {
  content: "Read More";
}
input[type="checkbox"]:checked ~ label:before {
  content: "Read Less";
}
.dots:has(~ input[type="checkbox"]:checked) {
  display: none;
}
.hidden-collapsed-content:has(~ input[type="checkbox"]:checked) {
  display: inline;
}



video {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.citybox #block-intro-slider {
    background-color: #191c1e !important;

}

.admin #block-intro-slider,
.idd #block-intro-slider {
    background-color: #111111 !important;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media (max-width: 991px) {

    .citybox #block-intro-slider,
    .admin #block-intro-slider {
        height: 40vh;
    }
}


.admin #block-intro-slider video,
.idd #block-intro-slider video {
    /* height: 100% !important; */
    max-width: 70% !important;
    /* border: 3px solid red; */

}


.citybox #block-01 {
    padding: 130px 0 0 0 !important;

}

.citybox #block-01 .grid-lines .col {
    /* border: 1px solid #cacaca!important; */
}

.citybox .gallery-pr0ject-description {
    padding: 12px 40px 12px 2px;
    font-size: 16px;
    font-family: var(--ibm-mono-01);
    line-height: 1.3em;
    color: #555;
}


.btn-view-website{
    height: 100px;
    padding: 2px;
        margin-left: 8px;

            display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.btn-view-website {
    height: 50px!important;
    padding: 2px;

}

.btn-view-website img{
    height: 30px;
    opacity: 1;
}

.btn-view-website-area{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 20px;
    border-left: 1px solid rgba(255,255,255,0.5);
    height: fit-content;
    gap: 6px;
    }

    @media (max-width: 767px){
        .btn-view-website-area{
            border: none;
        }
        .btn-view-website{
            display: none;
        }
    }


.home .btn-view-website-area{
    margin-left: 0;
}

.btn-view-website-area a{
    text-decoration: underline!important;
}
.home .btn-view-website,
.atlas .btn-view-website,
.citybox .btn-view-website{
    height: fit-content!important;
}

.home .btn-to-atlas-ds-page,
.atlas .btn-to-atlas-ds-page,
.citybox .btn-to-atlas-ds-page{
        flex-direction: row;
            justify-content: center;
            align-items: center;
}

.home .btn-view-website img,
.atlas .btn-view-website img,
.citybox .btn-view-website img{
    height: 18px!important;
}

  .btn-to-atlas-ds-page{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 4px 24px;
    font-family: var(--ibm-sans-body-01);
    padding: 0px!important;
  }


    .btn-to-atlas-ds-page.btn{
    /* border-bottom: 2px solid rgba(255,255,255,0.8);
    text-decoration: none!important; */
        letter-spacing: 0;
    text-transform: unset!important;
    padding: 0px!important;

    

  }

  .btn-to-atlas-ds-page.btn.btn-small{
    font-size: 15px!important;
    padding: 0!important;
    text-transform: unset!important;
    padding: 0px!important;
  }

.btn-to-atlas-ds-page a {
    font-weight: 500 !important;
    /* padding-bottom: 1px; */
    /* text-decoration: none; */
    /* border-bottom: 1px solid #ffffff; */
    color: #FFF !important;
    font-size: 16px;
}

.home .btn-to-atlas-ds-page a {
    color: #000!important;
}

   .button-area-various{
        display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 0 0 40px 0;
   }


#resume-01 .btn-view-website-area {
    width: fit-content;
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
    margin-left: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
    min-width: 280px;
    text-decoration: none !important;
    color: #000;
    max-width: 320px !important;
    aspect-ratio: 1 / 0.8;
    font-size: 22px;
    line-height: 1.3em;
    padding: 25px;
    font-family: var(--alt-text);
    font-weight: 600 !important;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0,0.02);
}

                @media (max-width: 767px){
                    #resume-01 .btn-view-website-area {
                        aspect-ratio: 1 / 0.4;
                        font-size: 18px;
                    }

                }





#resume-01 .btn-to-atlas-ds-page a{
        font-size: 17px;
           color: #000!important;
}


.citybox #handoff-specs {
    background-color: #474b52;
}

/* .atlas #handoff-specs {
    background-color: #3d404b;
} */



.citybox .link-to-project-page {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 40px;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.link-to-project-page,
.link-to-project-page a {
    color: #FFF;
}


.idd .image-grid-discovery {
    padding: 130px 0 !important;
    min-height: 300px;
}

.image-grid-discovery .gallery-item {
    background-color: #CCCCCC !important;
}

.idd .image-grid-discovery .gallery-item {
    background-color: transparent !important;
}

.image-grid-discovery .row {
    row-gap: 10px;
}

.image-grid-discovery .col {
    position: relative;
    width: 100%;
    padding: 0 5px;
}


.image-grid-discovery .gallery-item img {
    max-width: 100% !important;
}


.btn-to-full-project.row,
.btn-to-full-project.col {
    /* display: flex; 
    flex-direction: row;  */
    align-items: center !important;
    justify-content: space-between;

}


.fullwidth-slider-01 .cb-screens {
    max-width: 90% !important;
}

@media (max-width:767px){
    .fullwidth-slider-01 .cb-screens {
        max-width: 75%!important;
    }
}

.fullwidth-slider-01 {
    padding: 80px 0 130px 0 !important;
}


.citybox .fullwidth-slider-01.swiper-slide {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.fullwidth-slider-01.swiper-button-prev,
.fullwidth-slider-01.swiper-button-next {

    height: 80px !important;
    width: 80px !important;
    padding: 0px !important;
    background-size: cover;
    background-color: unset !important;
    opacity: 0.75 !important;
}

.fullwidth-slider-01.swiper-button-prev {
    /* margin: -15px 10px 0 0; */
    margin-left: 20px !important;
    background-image: url(../images/swiper-button-alpha-90px-prev.png) !important;

}

.fullwidth-slider-01.swiper-button-next {
    /* margin: 10px 0  0 0; */
    margin-right: 20px !important;
    background-image: url(../images/swiper-button-alpha-90px-next.png) !important;
}

.swiper-button-next.swiper-button-black-highlight,
.swiper-button-prev.swiper-button-black-highlight {
    border-radius: 0px;
}

.fullwidth-atlas-microsite-animation {
    background-color: #232c4f;
}

.fullwidth-atlas-microsite-animation img {
    max-width: 90% !important;
}


.dark-header nav {
    border: 2px solid red;
}


/* .atlas #block-intro-slider img{
   max-width: 95%;

} */

.atlas #block-intro-slider {

    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 !important;
    background: #0e1224 url(projects/atlas-design-system/atlas-topo-bg-alpha.png) left no-repeat !important;
    background-size: 70% !important;
}


.blurred-bg-test {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #ffffff1a;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
    position: fixed;
    top: 100px;
    left: 80px;
    width: 400px;
    height: 300px;
    padding: 20px;
    color: blue;
}


.atlas .image-grid-discovery img {
    min-width: 100% !important;
}

/*-------------------Adding grid lines ------------------*/

.grid-test header .col {
    border-right: 1px solid rgba(0, 0, 0, 0.5) !important;
    height: 100% !important;

}

/*
.grid-lines .col,
.grid-lines .row{
    border: 1px solid #999999;
}
    */

.no-grid-border {
    border: 0px !important;
}


.bottom-row {
    min-height: 80px;
}

.grid-columns .col {
    border-right: 1px solid rgba(0, 0, 0, 0.5) !important;
    height: 100% !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px !important;

}

.grid-columns .container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.grid-columns .row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
    padding: 0 40px !important;
}

.grid-columns .row-grid-top {
    height: 100px;
}

.grid-columns .row-grid-bottom {
    height: 80px;
    flex-direction: row !important;
}

.grid-columns.col {
    min-height: 100% !important;
}

.grid-columns .navbar-nav {
    flex-direction: row;
}

.navbar {
    /* border-bottom: 1px solid var(--grid-color); */
        border-bottom: 1px solid rgba(255,255,255,0.5);
}



.musicasa #block-intro-slider {

    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 100px 0 0 0 !important;
    flex-direction: column;
    padding: 130px 0 0 0 !important;
    background-color: #484848 !important;
    /* background: #484848 url('projects/musicasa/musicasa-fullwidth-02.png') center top no-repeat!important;
    background-size: 70%!important; */



}

.musicasa .image-grid-discovery {
    padding: 130px 0 !important;
}


.musicasa #block-intro-slider img {
    max-width: 90%;
}


.fullwidth-musicasa-demo .section-divider-light {
    background-color: unset !important;
}


.musicasa .fullwidth-musicasa-demo {

    padding: 80px 0 130px 0 !important;
}

.musicasa .video-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 100px 0 !important;
}

.musicasa .fullwidth-musicasa-demo video {
    width: 85% !important;
    max-width: 1000px;
}

.musicasa .portfolio-img {
    /* background-color: #c4c4c4 !important; */
    background-color: #fab336 !important;
    overflow: hidden !important;
}



.portfolio-img .card-description {
    background-color: #00000080;
    padding: 40px;
    color: white;
    position: absolute;
    right: 7px;
    margin-left: 7px;
    width: 100%;
    overflow: hidden;
}



.musicasa .fullwidth-musicasa-area img {
    max-width: 95% !important;

}

.musicasa .fullwidth-musicasa-area {
    background-color: rgb(133, 133, 134);

}



.musicasa .workflows-fullwidth {
    /* padding: 100px 50px; */
}

.musicasa .captions-image-grid,
.usic .captions-image-grid{
    padding: 8px 18px;
    font-size: 16px;
    letter-spacing: 0.2px;
    position: relative;
    top: 41px;
    background-color: #0000008f;
    color: #FFF;
    z-index: 1000;
    width: fit-content;
    font-weight: 500;
}

.musicasa .captions-image-grid{
    top:31px;
}

.usic .captions-image-grid.plus-adjust{
    position: absolute!important;
    top: 10px!important;
}


/* .musicasa #video-demo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #333;
}

.musicasa #video-demo video{
    width: 85%!important;
    max-width: 1000px!important;
}

.musicasa .tab-pane{
    text-align: right;
    background-color: rgba(0, 0, 0, 0.15);
} */



.admin .image-grid-discovery-fullwidth {
padding: 120px 80px;
}

.admin .admin-principles ul{
    margin: 0px;
}

.idd .fullwidth-idd-demo {
    background-color: #444 !important;
    padding: 80px 0 40px 0 !important;
}

.tarmac-worker {
    max-width: 30%;
    
}

.tarmac-worker img{
    max-width: 55%;
    position: absolute;
    bottom: 0px;
}

@media (max-width: 767px) {
        .tarmac-worker img{
            display: none;
        }
}


.fullwidth-idd-demo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 100px 0 !important;
}


.fullwidth-idd-demo video {
    width: 50% !important;
    max-width: 1000px !important;
    background-color: #161616;

}

.idd .all-screens-fullwidth {
    /* background-color: #333333; */
}


.map-tools .diagrams {
    /* background-color: #444; */
}

.map-tools .diagrams .row {
    margin-bottom: 30px;

}

.fullwidth-map-tools-animation {
    /* background-color: #000; */
}

.map-tools #block-intro-slider {
    background-color: #474747;
    background-image: url("/projects/map-tools/assets/map-tools-hero-detail.png");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 100px;
    height: 70vh !important;
}

        @media (max-width:992px) {
            .map-tools #block-intro-slider {
                background-size: 95%;
                background-position-x: center;
                background-position-y: bottom;
                height: 60vh !important;
            }
        }

.map-tools-detail {
    padding: 40px 80px;

}

/*------------- USIC -------------*/


.usic #block-intro-slider {

    /* align-items: center!important; */
    background-color: #ffb115 !important;
    background: #FFB115 url(/projects/cx-roadmap/assets/usic-hero-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 0px;
    height: 70vh !important;
}

.usic-hero-image {
    padding: 0 80px;
}


.usic .journey-map-fullwidth {
    /* background-color: #555555; */
    padding: 80px 0px 130px 0px;
    /* margin-bottom: 80px; */
}


.usic .personas-fullwidth-slider {
    /* background-color: #666666 !important; */
}

.usic .personas-fullwidth-slider .container {
    flex-direction: row;
    justify-content: center;
}


.usic .personas-fullwidth-slider .row {
    max-width: 90% !important;
}

.usic .fullwidth-slider-01,
.section-divider-light {
    margin-top: 0px;
    padding: 80px 0 !important;
    font-size: 20px;
    font-family: var(--ibm-mono-01);
    font-weight: 500;
    background-color: transparent !important;

}

    @media (max-width: 767px){
            .usic .fullwidth-slider-01, .section-divider-light{
            padding: 50px 0 !important;
            }
    }


.usic .workshop-grid .section-title {
    margin: 0 10px;
    font-family: var(--alt-text-2);
    font-weight: 400 !important;
    color: var(--primary-color) !important;
    padding: 0 6px;
}

.usic .mfp-content {
    max-width: 85% !important;
    /* border: 3px solid pink; */
}



.d2c {
    background-color: #222222;
}


.d2c #block-intro-slider {

    display: flex;
    align-items: flex-start;
    padding: 0 !important;
    background: #155FDD url('projects/design-to-code/hero-image@0.5x.png') left no-repeat !important;
    /* background: #155FDD url('projects/design-to-code/hero-image-02-@0.5x.png') left no-repeat!important; */
    background-size: 100% !important;
    background-position-x: 0px !important;
    background-position-y: top !important;
    /* opacity: 0.2; */
    height: 60vh !important;
}














/*

.research-readout .lightbox-group-gallery-item{
    border: 4px solid green;
     max-width: 90% !important ; 
}

.research-readout figure{
    padding: 0 5%;

}

*/

.ibm-plex-serif-light {
    font-family: "IBM Plex Serif", serif;
    font-weight: 300;
    font-style: normal;
}

.ibm-plex-serif-regular {
    font-family: "IBM Plex Serif", serif;
    font-weight: 400;
    font-style: normal;
}

.ibm-plex-serif-medium {
    font-family: "IBM Plex Serif", serif;
    font-weight: 500;
    font-style: normal;
}

.ibm-plex-serif-semibold {
    font-family: "IBM Plex Serif", serif;
    font-weight: 600;
    font-style: normal;
}

.ibm-plex-serif-bold {
    font-family: "IBM Plex Serif", serif;
    font-weight: 700;
    font-style: normal;
}

.ibm-plex-serif-light-italic {
    font-family: "IBM Plex Serif", serif;
    font-weight: 300;
    font-style: italic;
}

.ibm-plex-serif-regular-italic {
    font-family: "IBM Plex Serif", serif;
    font-weight: 400;
    font-style: italic;
}

.ibm-plex-serif-medium-italic {
    font-family: "IBM Plex Serif", serif;
    font-weight: 500;
    font-style: italic;
}

.ibm-plex-serif-semibold-italic {
    font-family: "IBM Plex Serif", serif;
    font-weight: 600;
    font-style: italic;
}

.ibm-plex-serif-bold-italic {
    font-family: "IBM Plex Serif", serif;
    font-weight: 700;
    font-style: italic;
}




/* --------------- About Section starts here ------------*/


.about #block-intro-slider {
    background-color: #555;
}


.tab-style3 .nav-tabs {
    /* border-bottom: 2px solid #000 !important; */
    margin-bottom: 20px;
}



.about .tab-style3 {
    /* margin-bottom: 20px; */
}

.tab-style3 a {
    text-decoration: none !important;
    color: #000;
    padding: 4px 10px;
}

.tab-style3 .nav-tabs li {
    padding: 0px !important;
    font-weight: 500;
}

.tab-style3 .nav-tabs li a.nav-link.active {
    border-bottom: 3px solid rgba(0, 0, 0, 1.0) !important;
    font-weight: 700;
}

.tab-style3 .nav-tabs li a.nav-link,
.tab-style3 .nav-tabs li a.nav-link.active {
    font-size: 16px;

}





.tab-style3 .nav-tabs li a.nav-link.active,
.tab-style3 .nav-tabs>li>a.nav-link.active:hover,
.tab-style3 .nav-tabs>li>a.nav-link.active:focus {
    border-bottom: 3px solid #000;
}

.tab-style3 .nav-tabs li {
    margin: 0px;
}

.tab-style3 .nav-tabs>li>a.nav-link.active:hover {
    border-bottom: 3px solid var(--primary-color);
}


.tab-style3 .nav-tabs>li>a.nav-link,
.tab-style3 .nav-tabs>li>a.nav-link:focus,
.tab-style3 .nav-tabs>li>a.nav-link.active:hover,
.tab-style3 .nav-tabs>li>a.nav-link:hover {
    padding: 10px 20px;
}


.unicorn-tab-area {
    font-size: 20px !important;
    line-height: 1.3em;
    padding: 50px 30px !important;
}

@media (max-width: 1199px) {
    .unicorn-tab-area {
        padding: 50px 30px !important;
    }
}

.unicorn-tab-area h1,
.unicorn-tab-area h2,
.unicorn-tab-area h3,
.unicorn-tab-area h4,
.unicorn-tab-area h5,
.unicorn-tab-area h6,
.unicorn-tab-area p {
    color: #FFF !important;
    line-height: 1.3em !important;
    font-family: var(--ibm-sans-body-01) !important;
    font-weight: 400 !important;
    font-style: normal !important;
}


#toolset .toolset-columns {
    border-left: 1px solid rgba(0, 0, 0, 1);
    padding: 0 30px;
    font-size:  18px;
}

#toolset h6 {
    font-weight: 600;
}

.toolset-column-header {
    row-gap: 5px;
    margin-bottom: 30px;
}

.toolset-column-header h6 {
    margin-bottom: 10px;
}

.toolset-column-header .poly-icon img {
    height: 90px;
    margin: 20px 0;
}

.toolset-columns .category {
    font-weight: 600;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.icon-and-text {
    gap: 20px;
}

.toolset-columns ul {
    padding-inline-start: 22px;
}

.software-fluency {
    font-weight: 600;
    margin: 20px 0 10px 0;
}


#about .big-section-title {
    font-family: var(--alt-text-2);
    font-size: 36px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 40px;
}


.home-strong-areas-tabs li {
    width: 100%;
}


.home-strong-areas-tabs.tab-content {
    height: 100%;
}

.home-strong-areas-tabs .grid-card-area {
    padding: 6px;
    height: 100%;

}

.home-strong-areas-tabs .topic-cards {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 40px;
    margin: 2px;
    aspect-ratio: 1/0.8;
}

.home-strong-areas-tabs .topic-cards p{
    font-size: 21px;
    line-height: 1.3em;
}

    @media (max-width: 767px){
        .home-strong-areas-tabs .topic-cards p{
        font-size: 18px;
  
        }
    }

.home-strong-areas-tabs .topic-cards h6 {
    font-size: 1.6em;
    font-family: var(--archivo-headers-01);
    line-height: 1.2em;
        padding-right: 50px;
        font-weight: 600!important;
}




        @media (max-width: 991px) {
                .home-strong-areas-tabs .topic-cards {
                    aspect-ratio: unset;
                }
        }

        @media (max-width: 667px) {

               .home-strong-areas-tabs .topic-cards h6 {
                        font-size: 22px!important;
                        padding-right: 0px!important;
                }
                .home-strong-areas-tabs .topic-cards{
                    padding: 30px;
                }
        }





.home-strong-areas-tabs .topic-cards .card-number,
.home-strong-areas-tabs .topic-rows .card-number {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 4px !important;

}

.home-strong-areas-tabs .topic-rows {
    display: flex;
    flex-direction: row;
    border-top: 1px dashed #353535;
    padding: 20px 0;
}

@media (max-width: 992px) {
    .home-strong-areas-tabs .topic-rows {
        display: flex;
        flex-direction: column;
    }
}

.home-strong-areas-tabs .topic-rows h6 {
    font-size: 24px;
    line-height: 1.2em;
}

.row-left-side {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}


.home-strong-areas-tabs .tab-style3 .nav-tabs li a.nav-link,
.home-strong-areas-tabs .tab-style3 .nav-tabs li a.nav-link.active {
    font-size: 22px;
    font-family: var(--archivo-headers-01) !important;
}

.home-strong-areas-tabs .tab-style3 .nav-tabs>li>a.nav-link,
.home-strong-areas-tabs .tab-style3 .nav-tabs>li>a.nav-link.active {
    padding: 16px 0px;
    /* border-bottom: 1px solid rgba(0,0,0,1); */
}

.home-strong-areas-tabs .tab-style3 .nav-tabs li a.nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
}

.home-strong-areas-tabs .tab-style3 .nav-tabs li a.nav-link.active {
    border-bottom: 3px solid rgba(0, 0, 0, 1) !important;
}

/* Multi-font variations for the type collage on the home page.*/
/* 
.mf-var-01 {color: var(--mf-tint-01) !important;}
.mf-var-02 {color: var(--mf-tint-02) !important;}
.mf-var-03 {color: var(--mf-tint-03) !important;}


#home-hero-opener .mf-var-01,
#home-hero-opener .mf-var-02,
#home-hero-opener .mf-var-03 {
  font-style: italic !important;
} */

.inline-emphasis-01 {
font-style: italic !important;
    background-color: rgb(124 122 229 / 56%);
        /* background-color: #ff8200ad; */
    font-weight: 500;
    padding: 6px 12px;
    color: #000000;
}

.inline-emphasis-02 {
    background-color: rgb(124 122 229 / 56%);
    padding: 4px 10px;
}

.seeking-a-position-block,
.inline-emphasis-02 {
    color: #ffffff !important;
}


:root {
    --mf-tint-01: rgba(255, 93, 0, 1.0);
    --mf-tint-02: rgba(170, 50, 250, 1.0);
    --mf-tint-03: rgba(0, 200, 230, 1.0);
}


/* .square-text-blocks{
  line-height: 1.4em;
  color: rgba(0,0,0,1.0);
} */


#floating-link-widget,
#floating-link-widget-top {
    position: fixed;
    min-width: fit-content;
    z-index: 20000;
    font-size: 15px;
    padding: 10px 20px 20px 20px;

}

#floating-link-widget-top {
    padding: 4px 10px;
    background-color: rgba(0, 0, 0, 0.8);
}

#floating-link-widget {
    top: 100px;
    right: 20px;
    width: 200px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 1);
}

#floating-link-widget .navbar-nav {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center !important;
}

#floating-link-widget-top {
    bottom: 0px;
    left: 0px;
    width: 100%;
}

#floating-link-widget-top .navbar-nav {
    display: flex;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    justify-content: center;

}

#floating-link-widget li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    /* margin: 0 0 6px 0; */
    padding: 6px 0;
}


#floating-link-widget-top li {
    /* margin: 0 0 6px 0; */
    padding: 6px 12px;
}



#floating-link-widget .navbar-nav>li>a,
#floating-link-widget-top .navbar-nav>li>a {
    margin: 0px !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
}

@media (max-width: 800px) {
    #floating-link-widget-top li {
        padding: 4px 8px !important;
    }

    #floating-link-widget-top .navbar-nav {
        justify-content: left !important;
    }

    #floating-link-widget-top .navbar-nav>li>a {
        /* color: red!important; */
        color: #FFF;
        padding: 0;
    }
}

#floating-link-widget-top .navbar-nav>li>a {
    text-decoration: underline;

}

#floating-link-widget-top .navbar-nav>li>a:hover,
#floating-link-widget .navbar-nav>li>a:hover {
    color: var(--primary-color) !important;
}


.page-grid {
    display: grid;
    grid-template-columns: 2fr .5fr;
}


.square-text-blocks h5 {
    line-height: 1.1em;
    /* color: red!important; */
}

.square-text-blocks .captions {
    font-family: var(--ibm-mono);
    font-style: italic;
    padding: 10px 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}


.resume #home-hero-opener,
.contact #home-hero-opener {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position-x: left;
    /* background-position-y: 100px !important; */
    height: 60vh !important;
}

.about .background-image-area{
    background: url(about/design-to-code-diagram-15pc-b+w.png) no-repeat;
    z-index: 0;
    background-position-x: center;
    background-position-y: center;
    right: -300px;
    width: 100%;
    height: 100%;
    background-size: 68%;
    position: absolute;
    top: 0px;
    opacity: 1;
}


.about #home-hero-opener{
    background-repeat: no-repeat !important;
    height: 60vh !important;
}


.resume .resume-tweaks{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.polaroid-area{
    padding: 0 80px 80px 0;
}

.resume .profile-pic-area,
.resume .profile-pic-area-position{
        /* background-color: rgb(255 119 0 / 80%); */
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-end;
}

.resume .profile-pic{
    text-align: right;
}

.color-backdrop{
    background-color: #ff1a0091;
    position: absolute;
    height: 100%;
    width: 100%;
    /* opacity: 0.75; */
    top: 0;
    left: 0;
}

.resume .profile-pic-area-position{
    height: 100%;
    width: 50vw;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.resume .profile-pic img{
    width: 60%!important;

}

.z-index-10 {
    z-index: 10;
}



.resume .profile-pic-area img{ width: 60%;}

.resume .profile-pic-area-position img{width: 30%;}

/* .home #home-hero-opener{
    background: url(animations/260713_2154-bg-for-animation-for-homapage.mp4);
} */

.home .hero-video-home {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: -5;
    background: url(animations/260713_2154-bg-for-animation-for-homepage.mp4);
}

.home .black-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}



.home-hero-text-block {
    /* display: flex;
    justify-content: flex-start;
    flex-direction: column;
        padding: 30px; */
        line-height: 1.3em;
}

.home-hero-text-block-02 h1{

}



.home-intro-container{
    height: 100%;
    /* margin: 0px!important;
    padding: 15px!important; */

}


.big-intro-text{
    height: fit-content;

}

.seeking-a-position-block {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 8px 8px 8px 0!important;
    row-gap: 8px;
    text-align: left;
}

.seeking-text{
    margin: 0px !important;
    height: fit-content;
    line-height: 1.4em;
}

.seeking-floating-area {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 10;
}

#home-hero-opener .starburst-area {
    margin: 0 10px 0 0 !important;
    width: fit-content;
    height: 50px;
}

.starburst-area img{
    max-height: 100%!important;
}

.seeking-floating-area img {
    width: 50px !important;
}

.seeking-floating-area h4 {
    line-height: 1.5em;
}

/* Container scales to fill the section or full viewport */
.video-background-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    /* align-items: flex-end; */
    /* justify-content: center; */
    /* background-color: #1A1C3A !important; BG color with previous animation behind */
}

@media (max-width: 1127px){
    .video-background-container {
            align-items: center;
    }
    .home-hero-text-block {
        margin-bottom: 0!important;
    }
}


.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.5;
}

/* Adjusted for small GIF animations */
.background-video-02 {
    position: absolute;
    bottom: 25%;
    right: 0;
    z-index: 1;
    opacity: 0.3;
}


/* .background-video-03{
    position: absolute;
    bottom:   -15%;
    right:  -15%;
    z-index: 0;
    opacity: 1;

}



.background-video-03 video{
    width: 100%!important;
}
 */





/* .background-video-02 img{
    height: 200px;
} */



/* Styling for the content overlapping the video */
.video-background-content {
    z-index: 10;
    /* Places the content safely above the video */
    text-align: center;
    color: #ffffff;
}


.about-venn{
    align-items: center;
}

.about-venn img{
    max-width: 80%;
}


.contact #home-hero-opener {
    background: #000 url(images/m3-orange-bgs/zurich-airport.jpg);
}


#knowledge,
#knowledge-02 {
    background-color: #777;
}

#knowledge section {
    padding: 70px 0;
}

#knowledge .col {
    padding: 5px;
}

.unicorn-intro {
    font-size: 28px;
    font-weight: 500;
    padding-right: 15%;
    line-height: 1.1em;
    font-family: var(--archivo-headers-01);
}



.full-stack-lifecycle-diagram {
    margin: 40px 0;
}


.unicorn-row-01 .unicorn-block-image {
    background-color: #c3c3c3;
    height: 100%;
    row-gap: 30px;
}

.unicorn-row-01 .unicorn-tab-area {
    padding: 30px !important;
}

.unicorn-row-01 .row,
.unicorn-row-02 .row {
    min-height: 80vh !important;
}


.unicorn-block-text,
.unicorn-block-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* justify-content: space-between; */
}

.unicorn-block-text {
    min-height: 70vh;
}

.unicorn-block-text p {
    margin-bottom: 20px;
}

.unicorn-block-image .aspect-ratio-1to1 {
    aspect-ratio: 1 / 1;
}

.unicorn-tab-area h5 {
    font-family: var(--alt-text-2);
    font-weight: 700 !important;
    color: #FFF !important;
    margin-bottom: 20px;
    line-height: 1.1em !important;
}

.unicorn-tab-area .inline-emphasis-01 {
    background-color: #d37f3b !important;
}

.unicorn-tab-area p,
.resume-text p,
.resume-text li {
    font-size: 18px !important;
    font-family: var(--ibm-sans-body-01) !important;
    line-height: 1.4em !important;
    color: #000 !important;

}



.btn-swipe-sides{
    margin: 0 0 10px 0;
}

.i-built-this-website {
    padding: 10px 12px 20px 20px;
    border-left: 1px solid rgba(0,0,0,1.0);
}

.i-built-this-website p{
    color: #000 !important;
    /* font-style: italic; */
    font-family: var(--ibm-serif);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: 0.3px;
}


#fullwidth-quote {
    background-color: #888;
    display: flex;
    justify-content: center;
    min-height: 80vh;
    align-content: center;
    flex-direction: column;
    font-size: 30px;
    line-height: 1.3em;
    color: #FFF;
    padding: 0px;
}

.engineers-quotes {
    line-height: 1.2em !important;
    border-left: 2px solid rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 400;
    padding: 8px 20px 20px 26px !important;
    height: 100%;
}

.engineers-quotes .emphasis {
    font-weight: 700;
    font-style: italic !important;
    letter-spacing: 0.02em;
    font-family: var(--ibm-serif);
}

.quote-marks {
    margin-bottom: 20px;
    opacity: 0.4;
}

.quote-marks img {
    height: 30px;
}

.resume-text li {
    font-size: 17px !important;

}


.resume-area-grid {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
}

@media (min-width: 1200px) {
    .resume-area-grid {
        display: grid;
        grid-template-columns: 1.5fr 1fr;
    }
}

@media (max-width: 1199px) {
    .resume-area-grid {
        display: flex;
        flex-direction: column;
    }
}



.resume-text .category,
.resume-text h5,
.resume-text h6 {
    font-family: var(--ibm-sans-body-01) !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.resume-text h6 {
    font-weight: 700 !important;
    font-family: var(--ibm-sans-body-01) !important;
    color: #000 !important;
    border-bottom: #000 !important;
    width: 100%;
    padding: 0px;
    margin: 0 0 20px 0;
    color: #FFF;
}

.resume-text .category {
    font-size: 17px;
    font-weight: 600 !important;
    font-family: var(--ibm-sans-body-01) !important;
    border: 0px;
    width: 100%;
    padding: 6px;
    margin: 0 0 4px 0;
    color: #000 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.category-intro{
    font-weight: 600;
    margin-bottom: 40px;
    font-style: italic;
}


.resume-text ul {
    padding-inline-start: 30px !important;

}

#work-experience-list ul {
    padding-inline-start: 20px !important;

}

#work-experience-list li,
.resume-text li {
    margin-bottom: 12px;
}

/* Resume listings */

.rsm-section-header {
    font-size: 22px;
    color: var(--primary-color);
    padding: 6px;
    border-bottom: 1px solid var(--primary-color);
    border-left: 3px solid var(--primary-color);
    font-weight: 600;
    margin: 60px 0 30px 0;
}

.rsm-item-header {
    display: flex !important;
    align-items: flex-start;
    padding: 10px 0 6px 0;
    margin: 10px 0;
    color: #000;
    font-family: var(--ibm-sans-body-01);
}

@media (max-width: 1199px) {
    #work-experience-list .rsm-item-header {
        gap: 4px;
    }

}



#work-experience-list .rsm-item-header,
#education-list h6 {
    border-bottom: 1px solid #000;
    /* margin: 0 0 4px 0; */
}

#education-list h6,
#training-list h6,
#work-experience-list h6 {
    margin: 0px;
    font-family: var(--ibm-sans-body-01);
    font-weight: 500;
    font-size: 19px !important;
}


.rsm-city-date .divider {
    font-size: 19px !important;
}

.rsm-item-intro {
    margin-bottom: 10px;
}

.rsm-item-header,
.rsm-item-details {
    line-height: 1.3em;
}

.rsm-icons-chevron {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-right: 5px;
}

.rsm-item-header,
.rsm-item-details {
    color: #000 !important;
}




.rsm-city-date {
    text-align: right;
    font-family: var(--ibm-mono);
    font-size: 16px;
}

/* Large / Small Desktops. */
@media (max-width: 1199px) {
    .rsm-city-date {
        text-align: left;
        margin-top: 4px;
    }
}



.header {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

#resume .rsm-item-header,
#education-list .rsm-item-header,
#training-list .rsm-item-header {
    display: flex !important;
    padding: 12px 0 10px 0;
    margin: 10px 0;
    color: #000;
    color: purple;
    flex-direction: row;
    align-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

#education-list .rsm-item-header,
#training-list .rsm-item-header {
    border-bottom: 1px solid rgba(0,0,0,0.4);
}

#training-list .rsm-item-header {
    margin-top: 60px !important;
}

@media (max-width: 1199px) {
    #training-list .rsm-item-header {
        margin-top: 40px !important;
    }

}



#education-list .rsm-item-header h6,
#training-list .rsm-item-header h6 {
    border: none !important;
}

#education-list .rsm-city-date,
#training-list .rsm-city-date {
    text-align: left;
}


.rsm-item-header h5, .oops-missed-this-one h5{
    font-weight: 500 !important;

}
/* Changin resume font sizes */


#work-experience-list li,
.rsm-item-intro,
.resume-text li {
    font-size: 17px;
    line-height: 1.3em;
}


#education-list h6,
#work-experience-list h6,
#training-list h6 {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 1.3em;
}

.rsm-city-date {
    font-size: 17px;
    line-height: 1.3em;

}

.education-details,
.education-details p,
.education-details li {
    font-size: 17px;
    line-height: 1.3em;

}


.ux-eng-bg-color {
    /* background-color: #393939; */
}


/* Inspired by https://codepen.io/naprirfan/pen/xEvRae */

.ux-eng-bg-color  {
  /* margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh; */
 
  background: #424242;
  background-image: 
  linear-gradient(rgba(255,255,255, 0.05) .1em, transparent .1em), 
  linear-gradient(90deg, rgba(155,155,155,0.05) .1em, transparent .1em);
  background-size: 1em 1em;
}

#ux-eng {
    padding: 130px 0 0 0 !important;
}


.eng-section .resume-text,
.eng-section p,
.eng-section li,
.eng-section .captions {
    color: #FFF !important;
}

#anchor-personal-interests .swiper-button-prev,
#anchor-personal-interests .swiper-button-next {
    background-color: transparent;
    background-size: cover;
}

.about .fullwidth-slider-01 {
    background-color: #FFF !important;
    padding: 0px 0 130px 0 !important;
}

#anchor-personal-interests .swiper-button-prev.swiper-button-black-highlight {
    /* background-image: url("images/swiper-arrow-prev.svg"); */
    background-image: url("images/swiper-black-button-prev.png");

}

#anchor-personal-interests .swiper-button-next.swiper-button-black-highlight {
    /* background-image: url("images/swiper-arrow-prev.svg"); */
    background-image: url("images/swiper-black-button-next.png");

}

.space-scout {
    /* background-color: #222; */
}

.space-scout .parallax-project-section {
    background: #777 url("projects/space-scout/assets/sscout-discovery-for-parallax.png");
    background-size: 100%;
}

.space-scout #block-intro-slider {
    background-color: #000;
    padding: 80px 0;
}

.space-scout #block-intro-slider video {
    max-width: 80%;
}

.space-scout #image-grid {
    /* background-color: #787878; */
}

#discovery-sequence {
    /* background-color: #232323; */
}

#discovery-sequence img {
    background-color: #3d3d3d;
}

#discovery-fullwidth {
    /* background-color: #4b4b4b; */
    text-align: center;
}


#discovery-fullwidth img {
    max-width: 80%;

}



/* This should only affect the Design Inspiration slider in resume.php */



#resume-04 .swiper-button-next.swiper-button-black-highlight,
#resume-04 .swiper-container-rtl .swiper-button-prev.swiper-button-black-highlight {
    background-image: url("images/swiper-black-button-next.png");
}

#resume-04 .swiper-button-prev.swiper-button-black-highlight,
#resume-04 .swiper-container-rtl .swiper-button-next.swiper-button-black-highlight {
    background-image: url("images/swiper-black-button-prev.png");
}

#resume-04 .swiper-button-next.swiper-button-black-highlight,
#resume-04 .swiper-container-rtl .swiper-button-prev.swiper-button-black-highlight,
#resume-04 .swiper-button-prev.swiper-button-black-highlight,
#resume-04 .swiper-container-rtl .swiper-button-next.swiper-button-black-highlight {
    background-size: cover !important;
}

#resume-04 .swiper-button-next.swiper-button-black-highlight,
#resume-04 .swiper-button-prev.swiper-button-black-highlight {
    border-radius: 0px;
    height: 30px;
    width: 30px;
    margin: -15px 10px 0;
    top: 50%;
}

/* background-color: rgba(0,0,0,0.8); background-size: 28%  */
#resume-04 .swiper-button-prev.swiper-button-black-highlight {
    left: -10px;
}

#resume-04 .swiper-button-next.swiper-button-black-highlight {
    right: -10px;
}

/* -------------------- Classes to keep


  background: linear-gradient(180deg, rgba(230, 230, 230, 1) 0%, rgba(25, 31, 39, 1) 50%, rgba(71, 75, 82, 1) 100%);




  -------------------- */



.anchor-widget {
    position: fixed;
    top: 200px;
    right: 10px;
    scroll-behavior: smooth;
    /* background-color: rgba(255, 255, 255, 1.0); */
    z-index: 100;

}

.anchor-widget ul{padding-inline-start: 0px;}
  


.anchor-widget a,
.anchor-widget a:hover{
    color: white !important;
    padding: 12px 31px;

}

.anchor-widget a:hover{
        background-color: #444;
}

.anchor-widget li{
    display: flex;
    flex-direction: column;
    color: white !important;
    list-style: none;
    height: 48px;
        background-color: #F70!important;
}


.anchor-widget.a{
    color: white;
        background-color: transparent!important;
}

.anchor-widget ul{
    margin: 0px;
}

.anchor-widget li.hover{
    color: #FFF!important;
    background-color: 999!important;
}




.anchor-links{
    border-top: 1px solid rgba(0,0,0,0.4);
    position: relative;
     top: 60px;
    left: 0px;
    padding: 26px 46px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-bottom: -40px;
        min-height: 150px;
        color: rgba(0,0,0,1.0);
}

    @media (max-width: 992px) {
        .anchor-links{
            top: 30px;
            min-height: 100px;
            padding: 10px 20px;
        }
    }

    .anchor-no-border{
        border: 0px!important
    }

    .anchor-links.anchor-white{
        border-top: 1px solid rgba(255,255,255,0.6);
        color: #FFF;
    }



/* .anchor-links.container-fluid{padding: 0px!important;} */

/* .anchor-links-content{
    padding: 0px 30px 0 30px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
} */



.anchor-links-content h5,
.anchor-links-content h6{
    /* color: rgba(0,0,0,1.0); */
    padding-bottom: 2px;

    width: fit-content;
}
.anchor-links-content h5{
        margin: 0px;
        font-weight: 600!important;
        font-family: var(--alt-text-2);
        margin: 0px!important;
}

.anchor-links-content h6{
    font-size: 20px;
    font-weight: 300;
    font-family: var(--ibm-sans-body-01);
        margin: 0px!important;
}

h6 .anchor-emphasis {
    font-weight: 500;
    border-bottom: 2px solid rgba(0,0,0,1.0);
    /* font-style: italic; */
} 

.anchor-white h6 .anchor-emphasis{
    font-weight: 500;
    border-bottom: 2px solid #FFF;
}





.feat-small-text{
    padding: 20px 0;
    min-height: 20%;
}

.centering{
        display: flex;
    flex-direction: column;
    justify-content: flex-start;    border-top: 1px solid rgba(0,0,0,0.5);
}


header nav.navbar{
    height: 80px;
}


.home-grid-top{
    position: absolute;
    top: 80px;
    right: -10px;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}



.home-grid-top .text-block-01,
.home-grid-top .text-block-02{
    /* width: 50%; */
    border-left: 1px solid var(--home-grid-border-color);
    padding:  12px 8px 16px 20px;
}

.home-grid-top .text-block-01{
        border-left: 2px solid var(--home-grid-border-color);
            margin-right: 14px;
}

.home-grid-bottom{
    z-index: 50;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    border-top: 1px solid var(--home-grid-border-color);
    height: 40px;
    padding: 30px 0 70px 0;

}

.home-grid-bottom .container{
    display: flex;
    flex-direction: row;
}

.home-grid-top,.home-grid-bottom{
        font-family: var(--ibm-mono);
        color: rgba(255, 255, 255, 1);
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        opacity: 0.8;
        letter-spacing: 1px;
        z-index: 10;
}

.home-grid-bottom .col-right{
    text-align: right;
}


        @media (max-width:767px){
                .home-grid-top{
                /* position: absolute;
                top: 80px;
                left: 0px;
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-evenly; */
                display: none;
            }

              .home-grid-top,   .home-grid-bottom{
                font-size: 12px;
              }

                .home-grid-top .text-block-01,
                .home-grid-top .text-block-02{
                /* width: 50%; */
                    border-bottom: 1px solid var(--home-grid-border-color);
                    padding:  8px 0 0 10px;
                }

                .home-grid-bottom .container{
                    display: flex;
                    flex-direction: column;
                    padding: 0px;
                }

                .home-grid-bottom{
                     padding: 0px;
                     bottom: 60px;
                }


                .home-grid-bottom .col-right,
                .home-grid-bottom .col-left{
                             text-align: left;
                    padding: 10px 0 0 10px;
                }

                .home-grid-bottom .col-left{
                    margin-top: 10px;
                }

                .home-grid-top .text-block-01{
                    margin-right: 0px;
                    }

                .video-background-container, #home-hero-opener{
                    /* height: 80vh; */
                }





        }







.left-pretty-text{
    padding: 10px 0;
}


.navbar,  .home-grid-border-b {border-bottom: 1px solid var(--home-grid-border-color)!important;}
.home-grid-bottom, .home-grid-border-t {border-top: 1px solid var(--home-grid-border-color)!important;}



.d-flex-centering{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.d-flex-top{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}


/* Background image randomizer */

#random-bg-container {
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 0.5s ease-in-out; /* Optional smooth transition */
    opacity: 0.3;
}


#random-bg-container-02 {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
        background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 0.5s ease-in-out; /* Optional smooth transition */

}

#random-bg-container-03{

    width: 100%;
    height: 100%;
    overflow: hidden;
        background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 0.5s ease-in-out; /* Optional smooth transition */
}


/* New navigation with dropdowns */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a {
    text-align: left;
    font-size: 16px;
    color: #9d9d9d;
    padding: 3px 40px;
    text-transform: none;
    margin: 0;
    display: block;
    position: relative;
    overflow: hidden;
    left: 0;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full {
    width: 800px;
    box-sizing: border-box;
    background: rgba(35, 35, 35, 1);
    padding: 45px 50px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin-top: 0;
}

nav.navbar.bootsnav li.dropdown .menu-back-div > ul {
    margin: 0 auto;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    background: rgba(35, 35, 35, 1);

}




        @media (min-width: 993px) {
            .home #home-hero-opener {min-height: 1000px;}
            .home #anchor-01.anchor-wrapper {min-height: 300px;}
            .home #anchor-02.anchor-wrapper {min-height: 600px;}
            .home #anchor-03.anchor-wrapper {min-height: 1200px;}
            .home #anchor-04.anchor-wrapper {min-height: 3000px;}
            .home #anchor-04.anchor-wrapper .grid-item{min-height: 500px;}
        }

        @media (min-width: 993px) {
            .about #home-hero-opener {min-height: 700px;}
            .about video {min-height: 600px;}
            .about #unicorn {min-height: 1000px;}w
            .about #toolset {min-height: 2700px;}
            .about .grid-item {min-height: 300px;}

            .resume #home-hero-opener {min-height: 700px;}
            .resume #anchor-01.anchor-wrapper {min-height: 1200px;}
            .resume #anchor-01.anchor-wrapper {min-height: 2000px;}
            .resume #anchor-01.anchor-wrapper {min-height: 600px;}
            .resume #anchor-01.anchor-wrapper {min-height: 900px;}
            .resume #anchor-01.anchor-wrapper {min-height: 900px;}
        }


.citybox #anchor-01.anchor-wrapper {background-color: #FFFFFF;}
.citybox #anchor-02.anchor-wrapper {background-color: #616161;}
.citybox #anchor-03.anchor-wrapper {background-color: #191f27;}
.citybox #anchor-04.anchor-wrapper {background-color: #333943;}

        @media (min-width: 993px) {
            .citybox #block-intro-slider{min-height: 800px; }
            .citybox #anchor-01.anchor-wrapper {min-height:900px;}
            .citybox #anchor-02.anchor-wrapper {min-height:1350px;}
            .citybox #anchor-03.anchor-wrapper {min-height:1300px;}
            .citybox #anchor-04.anchor-wrapper {min-height:1600px;}
        }

.atlas #anchor-03.anchor-wrapper{background-color:#3c5480;}
.atlas #anchor-04.anchor-wrapper{background-color:  #232c4f;}

    @media (min-width: 993px) {
        .atlas #block-intro-slider{min-height: 800px; }
        .atlas #anchor-01.anchor-wrapper{min-height:900px;}
        .atlas #anchor-02.anchor-wrapper{min-height:1300px;}
        .atlas #anchor-03.anchor-wrapper{min-height:1300px;}
        .atlas #anchor-04.anchor-wrapper{min-height: 1700px;}
    }

.admin #anchor-01.anchor-wrapper {background-color: #b0aeae;}
.admin #anchor-02.anchor-wrapper {background-color: #595959;}
.admin #anchor-03.anchor-wrapper {background-color: #595959;}
.admin #anchor-04.anchor-wrapper {background-color: #3a3a3a;}
.admin #anchor-05.anchor-wrapper {background-color: #303030;}
.admin #anchor-06.anchor-wrapper {background-color: #595959;}

    @media (min-width: 993px) {
        .admin #block-intro-slider{min-height: 800px;}
        .admin #anchor-01.anchor-wrapper {min-height: 1200px;}
        .admin #anchor-02.anchor-wrapper {min-height: 1100px;}
        .admin #anchor-03.anchor-wrapper {min-height: 600px;}
        .admin #anchor-04.anchor-wrapper {min-height: 1200px;}
        .admin #anchor-05.anchor-wrapper {min-height: 1200px;}
        .admin #anchor-06.anchor-wrapper {min-height: 1200px;}
    }

.musicasa #anchor-02.anchor-wrapper  {background-color: #777;}
.musicasa #anchor-03.anchor-wrapper {background-color: #fcba2e;}
.musicasa #anchor-04.anchor-wrapper {background-color: #303030;}

    @media (min-width: 993px) {
        .musicasa #block-intro-slider{min-height: 800px;}
        .musicasa #anchor-01.anchor-wrapper {min-height: 900px;}
        .musicasa #anchor-02.anchor-wrapper {min-height: 1000px;}
        .musicasa #anchor-03.anchor-wrapper {min-height: 1800px;}
        .musicasa #anchor-04.anchor-wrapper {min-height: 1500px;}
    }

.usic #anchor-01.anchor-wrapper {background-color: rgba(253,240,222,1.0);}
.usic #anchor-02.anchor-wrapper {background-color: #343434;}
.usic #anchor-03.anchor-wrapper {background-color: #404040;}
.usic #anchor-04.anchor-wrapper {background-color: #343434;}

    @media (min-width: 993px) {
        .usic #block-intro-slider{min-height: 800px; }
        .usic #anchor-01.anchor-wrapper {min-height: 1900px;}
        .usic #anchor-02.anchor-wrapper {min-height: 1000px;}
        .usic #anchor-03.anchor-wrapper {min-height: 1000px;}
        .usic #anchor-04.anchor-wrapper {min-height: 1400px;}
    }

.space-scout #anchor-01.anchor-wrapper {background-color: #222222; min-height: 1200px;}
.space-scout #anchor-02.anchor-wrapper {background-color: #4b4b4b; min-height: 1200px;}
.space-scout #anchor-03.anchor-wrapper {background-color: #232323; min-height: 1200px;}
.space-scout #anchor-04.anchor-wrapper {background-color: #393939; min-height: 1200px;}

    @media (min-width: 993px) {
        .space-scout #block-intro-slider{min-height: 800px; }
        .space-scout #anchor-01.anchor-wrapper {min-height: 1200px;}
        .space-scout #anchor-02.anchor-wrapper {min-height: 1000px;}
        .space-scout #anchor-03.anchor-wrapper {min-height: 2500px;}
        .space-scout #anchor-04.anchor-wrapper {min-height: 1700px;}
    }


.map-tools #anchor-01.anchor-wrapper {background-color: #444444;}
.map-tools #anchor-02.anchor-wrapper {background-color: #262626;}
.map-tools #anchor-03.anchor-wrapper {background-color: #000000;}

        @media (min-width: 993px) {
            .map-tools #block-intro-slider{min-height: 800px;}
            .map-tools #anchor-01.anchor-wrapper {min-height: 3700px;}
            .map-tools #anchor-01.anchor-wrapper {min-height: 1000px;}
            .map-tools #anchor-01.anchor-wrapper {min-height: 1200px;}
        }

.idd #anchor-01.anchor-wrapper {background-color: #555555;}
.idd #anchor-02.anchor-wrapper {background-color: #444444;}
.idd #anchor-03.anchor-wrapper {background-color: #333333;}

        @media (min-width: 993px) {
            .idd #block-intro-slider{min-height: 800px;}
            .idd #anchor-01.anchor-wrapper {min-height: 1800px;}
            .idd #anchor-02.anchor-wrapper {min-height: 720px;}
            .idd #anchor-03.anchor-wrapper {min-height: 1200px;}
        }
        


.soft-skills summary{
        font-family: var(--archivo-headers-01);
    }


/* .soft-skills summary::before {

  content: url("../images/chevron-arrow-right.png");
  display: inline-block;
  opacity: 0.6;
    width: 100%; 
    max-width: 20px;
} */



.soft-skills summary li{
    margin-bottom: 10px
}

.start-arrow {
    width: 26px;
}

.start-arrow img{
    width: 10px;
}



.acc-07,
.acc-07 *,
.acc-07 *::before,
.acc-07 *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.acc-07 {
  --ink: #1c1a17;
  --rule: #1c1a17;
  font-family: Georgia,'Times New Roman',serif;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* background: #f7f4ee; */
  padding: 0px;
}

.acc-07__wrap {
  width: 100%;
}

.acc-07__mast {
  font-family: 'Segoe UI',system-ui,sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #8d8577;
  margin-bottom: 18px;
}

.acc-07__item {
  border-top: 1px solid #ddd6c9;
}

.acc-07__q {
  list-style: none;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 14px 8px 18px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--ink);
  cursor: pointer;
  letter-spacing: -.01em;
}

.acc-07__q::-webkit-details-marker {
  display: none;
}

.acc-07__q::marker {
  content: "";
}

.acc-07__q i {
  font-style: italic;
  font-size: .62em;
  color: #b6ad9c;
  flex: none;
  width: 1.4em;
  transition: color .25s;
}

.acc-07__q::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--rule);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s cubic-bezier(.65,0,.2,1),opacity .2s;
  opacity: 1;
}

.acc-07__q:hover::after {
  transform: scaleX(1);
  opacity: .12;
}

.acc-07__item[open] > .acc-07__q::after {
  transform: scaleX(1);
  opacity: 1;
}

.acc-07__item[open] > .acc-07__q i {
  color: var(--ink);
}

.acc-07__a {
  padding: 18px 0 30px calc(1.4em + 8px);
  max-width: 90ch;
  font-family: var(--ibm-sans-body-01);
}

.acc-07__a p {
  font-size: 16px;
  line-height: 1.75;
  color: #4d463b;
}

.acc-07__item[open] .acc-07__a {
  animation: acc-07-in .5s cubic-bezier(.2,.7,.3,1);
}

@keyframes acc-07-in {
  from {
    opacity: 0;
    translate: 0 6px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

.acc-07__q:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .acc-07__q::after {
    transition: none;
  }

  .acc-07__item[open] .acc-07__a {
    animation: none;
  }
}

.column-for-bars{
    flex-direction: column; justify-content: flex-start;
    min-height: 70vh;
}


.home #home-hero-opener {
    overflow: hidden !important;
    background-color: #01344a !important;
}

.home .floating-blob{    
width: 900px;
    height: 900px;
    position: absolute;
    top: 21%;
    right: 8%;
    opacity: 0.5;
}


.filter-layer-above{
    z-index: 1;
    background-color: #126c7f;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;

}

.blurred-panel-behind{
    z-index: 5;
        /* background-color: rgb(67 25 97 / 68%); */
        /* background-color: rgb(0 72 106 / 44%); */
    position: absolute;
    height: 100%;
    width: 70%;
    top: 0;
    left: 0;
    backdrop-filter: blur(1px);
    overflow: hidden;
}

.background-video-03{
    position: absolute;
    bottom: -36%;
    left: 28%;
    z-index: 0;
    opacity: 1;
}

.home-big-m{
      position: absolute;
    left: 4%;
    bottom: -4%;
    width: 30%;
    opacity: 0.15;
    text-align: right;
    z-index: 10;
}

.background-video-03 video{width: 100%!important;}

.video-background-content{
      z-index: 10;
    text-align: center;
    color: #ffffff;

}

.animated-gradient-test-01, .video-background-content, .blurred-panel-behind{
width: 58vw;

}
  

        @media (max-width:2000px){
                .animated-gradient-test-01, .video-background-content, .blurred-panel-behind{
                width: 90vw;
                /* border: 5px solid yellow; */
                }
        }

                @media (max-width:1600px){
                .animated-gradient-test-01, .video-background-content, .blurred-panel-behind{
                width: 95vw;

                }
        }


        @media (max-width:1500px){
                .animated-gradient-test-01, .video-background-content, .blurred-panel-behind{
                width: 95vw;
                }
        }



        @media (max-width:992px){
                .animated-gradient-test-01, .video-background-content, .blurred-panel-behind{
                width: 100vw;
                }

                .video-background-content .container{
                    max-width: 95%!important;
                }
        }



        @media (max-width:767px){
            .animated-gradient-test-01, .video-background-content, .blurred-panel-behind{
            width: 100vw; 
  
            }

            .video-background-content .container{
                max-width: 100%!important;
            }
            .video-background-content {
                padding: 0px!important;
            }
            .home-hero-text-block-02 .col{
                padding: 0px;

            }
        }



.animated-gradient-test-01 {
 width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;

/* background: 
  radial-gradient(100% 100% at var(--4-x-position) var(--4-y-position), #3cc2dd 0%, transparent),
  radial-gradient(100% 100% at var(--5-x-position) var(--5-y-position), #00FAA7 0%, transparent), #1b253b; */

  background: 
  radial-gradient(100% 100% at var(--4-x-position) var(--4-y-position), #A63AD0 0%, transparent),
  radial-gradient(100% 100% at var(--5-x-position) var(--5-y-position), #760B9F 0%, transparent), #32B2E4;
animation-name: main; 
animation-iteration-count: infinite; 
animation-duration: 10s; 
transition-timing-function: ease-in;}

@property --4-x-position { syntax: '<percentage>'; inherits: false; initial-value: 20%; }
@property --4-y-position { syntax: '<percentage>'; inherits: false; initial-value: 80%; }
@property --5-x-position { syntax: '<percentage>'; inherits: false; initial-value: 80%; }
@property --5-y-position { syntax: '<percentage>'; inherits: false; initial-value: 20%; }


:root {

--4-x-position: 20%

--4-y-position: 80%

--5-x-position: 80%

--5-y-position: 20%

}


@keyframes main { 25% {--4-x-position: 15%;--4-y-position: 15%;--5-x-position: 85%;--5-y-position: 80%;}50% {--4-x-position: 80%;--4-y-position: 15%;--5-x-position: 15%;--5-y-position: 85%;} }
