/* Extra Large screens 1201px and more */
@media only screen and (min-width: 1201px) {
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}  
@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
} 
@-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
} 
@-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}    
head {
    font-family:Arial, Helvetica, sans-serif !important;
}
body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    background-color: #ffffff;
    background-image: url(Structure/Background.png) ;
}
.header {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
}
.headerContent {
    display: flex;
    flex-direction: row;
    color: #38516d;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: auto;
    margin-bottom: auto;
    align-items: center; 
}
.dgLogo {
    margin-left: auto;
    margin-right: auto;
    padding-right: 201.72px;
    margin-top: 16px;
}
img, svg {
    vertical-align:baseline;
}
.myName {
    display: flex;
    flex-direction: row;
    color: #38516d;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    align-items: center;
}
li {
    list-style: none;
}
a {
    color: #38516d !important;
    text-decoration: none !important;
    font-size: 24px !important;
}
.nav-bar {
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 96px;
    margin-right: 96px;
}
.nav-branding {
    font-size: 2rem;
}
.nav-link {
    transition: 0.7s ease;
}
.nav-item :hover {
    font-size: 24px;
    color: #2ddec0 !important;
    text-decoration: underline !important;
    text-decoration-color: #38516D !important;
    transition: .25s;
}
.hamburger {
    display:block;
    cursor: pointer;
    background: none !important;
}
.bar {
    display:block;
    width: 25px;
    height: 2.5px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #38516D;
}
.bar:nth-child(2) {
    background-color: #2ddec0;
}
.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}
.hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #2ddec0;
}
.hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: #2ddec0;
}
.nav-menu {
    position: fixed;
    right: -100%;
    top: 96px;
    gap: 0 !important;
    flex-direction: column;
    background-color: #ffffff !important;
    width: 216px;
    height: 111px;
    text-align: center;
    transition: 0.3s;
    border-color: #38516d !important;
    border-style: solid;
    border-width: 3px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    padding:0 !important;
}
.nav-item {
    font-size: 24px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    height: 29px;
    padding: 8px;
}
.nav-menu.active {
    right: 80px;
}
.navBar {
    display: flex;
    justify-content: center;
    align-self: center;
    margin: auto;
    width: 571px;
    align-items: flex-start;
    gap: 32px;
    margin-top: 68px;
    background-color: #ffffffee;
}
.menulabel {
    display: flex;
    color: #38516d;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 51px;
    min-width: 149px;
    font-size: 32px;
    transition: .01s;

}
.menulabel:hover {
    display: flex;
    color: #2ddec0;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    text-decoration-color:#38516D ;
    width: auto;
    height: 51px;
    min-width: 149px;
    font-size: 32px;
    transition: .25s;
    cursor: pointer;
}
.hero {
    display: flex;
    padding: 0px 94px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 133px;
    flex-wrap: wrap;
    margin-top: 113px;
    animation: fadeIn 2s;
}
.heroLeft {
    display: flex;
    width: 536.5px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    background-color: #ffffffee;
}
.h-structure {
    display: flex;
    flex-direction: row;
    gap: 37px;
}
.headshot {
    display: flex;
    justify-content: center;
    margin-right: auto;
}
.resume {
    display: flex;
    width: auto;
    align-items: center;
    color: #38516D;
}
.resumeTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #38516D;
}
.rButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #ffffff;
    background-color: #38516D;
    width: 96px;
    height: 96px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    border: none;
    outline: none;
    transition: 1s;
   
}
.rButton:hover {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #ffffff;
    background-color: #148787;
    width: 96px;
    height: 96px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    border: none;
    outline: none;
}
.rBtxt {
    color: #38516d;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
}
.heroRight {
    width: 605.5px;
    height: 408px;
}
.introText {
    display: flex;
    flex-direction: column;
}
.whoMe {
    flex: 1 0 0;
    color: #38516d;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: auto;
}
.yeahMe {
    align-self: stretch;
    color: #38516D;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.divideOne {
    padding-bottom: 36px;
}
.rectangle {
    width: fill;
    height: 4px;
    background: #2ddec0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 102px;
}
.rectangle2 {
    width: fill;
    height: 4px;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
.sections {
    color: #38516D;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 40px;
    padding-top: 10px;
    background-color: #ffffffee;
}
.myWork {
    padding-bottom: 32px;
}
.goldiePapi {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
   /* opacity: 0;
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity 0.6s ease-out, transform 1.2s ease-out;
    will-change: opacity, visibility;*/
}
/*.goldiePapi.is-visible {
    opacity: 1;
    transform: none;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;    
}*/
.gpLeft {
    width: 684px;
    height: 685px;
    flex-shrink: 0;
    border-radius: 64px 0px 0px 0px;
    background: #28233E;
}
.gpCase {
    display: flex;
    width: 408px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    left: 138px;
    top: 228px;
}
.gpcaseTitle {
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0;
}
.gpInfo {
    width: 408px;
    color: #EBEBEB;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.gpButt {
    display: flex;
    padding: 8px 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #423A66;
    border: none;
    outline: none;
    
}
.gpButt:hover {
    display: flex;
    padding: 8px 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #8F42B8;
    text-decoration: underline;
    border: none;
    outline: none;
    transition: .5s;
}
.gpRight {
    display: flex;
    width: 684px;
    height: 685px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 0px 64px 0px;
    background: #8F42B8;
}
.ecycleBin {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
    padding-top: 102px;
}
.ecLeft {
    width: 684px;
    height: 685px;
    flex-shrink: 0;
    border-radius: 64px 0px 0px 0px;
    background: #4e7d77;
}
.ecCase {
    display: flex;
    width: 408px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    left: 138px;
    top: 228px;
}
.eccaseTitle {
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0;
}
.ecInfo {
    width: 408px;
    color: #EBEBEB;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ecButt {
    display: flex;
    padding: 8px 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    color: #4e7d77;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #cde1c5;
    border: none;
    outline: none;
    
}
.ecButt:hover {
    display: flex;
    padding: 8px 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    color: #4e7d77;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #fcd8e6;
    text-decoration: underline;
    border: none;
    outline: none;
    transition: .5s;
}
.ecRight {
    display: flex;
    width: 684px;
    height: 685px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 0px 64px 0px;
    background: #cde1c5;
}
.bounceLeft {
    width: 684px;
    height: 685px;
    flex-shrink: 0;
    border-radius: 64px 0px 0px 0px;
    background: #004cbd;
}
.bounceCase {
    display: flex;
    width: 408px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    left: 138px;
    top: 228px;
}
.bouncecaseTitle {
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0;
}
.bounceInfo {
    width: 408px;
    color: #EBEBEB;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bounceButt {
    display: flex;
    padding: 8px 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #ffa015;
    border: none;
    outline: none;
    
}
.bounceButt:hover {
    display: flex;
    padding: 8px 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #b06b06;
    text-decoration: underline;
    border: none;
    outline: none;
    transition: .5s;
}
.bounceRight {
    display: flex;
    width: 684px;
    height: 685px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 0px 64px 0px;
    background: #1f9de2;
}
.bImage1 {
    max-width: 50%;
    height: auto;
    position: relative;
    display: flex;
    margin: auto;
}
p {
    display: flex;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color:#38516D;
    padding-left: 96px;
    padding-right: 96px;
    background-color: #ffffffee;
}
.skillsSection {
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: auto;
}
.mySkills {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    padding-bottom: 25px;
    flex-wrap: wrap;
}
.skillsPara {
    padding-bottom: 40px;
}
.progBar {
    margin: 14px;
}
.progress {
    width: 368px !important;
    height: 36px !important;
    border-radius: 16px !important;
}
.progress-bar {
    text-indent: 20%;
    background-color:#2ddec0;
    font-size: large;
    color: #38516D !important;
    font-weight: bold;
}
.badgesPara {
    padding-bottom: 20px;
    padding-top: 40px;
}
.bling {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.certShield {
    width: 324px;
    height: auto;
}
.myPrinc {
    display: flex;
    padding: 0px 24px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px;
    align-self: stretch;
    flex-wrap: wrap;
}
.princBox {
    display: flex;
    width: 380px;
    align-items: flex-start;
    gap: 24px;
    background-color: #ffffffee;
}
h5 {
    color: #38516D;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-color: #2ddec0; 
}
.princState {
    color: #2b2b2b;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 27px;
    flex-wrap: wrap;
    padding-top: 102px;
}
.rectangleF {
    width: fill;
    height: 4px;
    background: #38516D;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 64px;
}

* {box-sizing:border-box}

.slideshow-container {
    max-width: 560px;
    height: auto;
    position: relative;
    margin: auto;
    display: flex;
}
.mySlides {
    max-height: 480px;
    width: auto;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    background-color:#c177c7;
}
.text {
    color: #f2f2f2;
    font-size: 24px;
    padding: 16px 12px;
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: auto;
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    display: none;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover {
    background-color: #ffa015;
}
.g-fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
.dotTrack {
    text-align: center;
    padding: 8px;
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
}
/* desktops, large screens 1025px-1200px */
@media only screen and (min-width:1025px) and (max-width:1200px) {
    head {
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    }
    body {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
        background-color: #ffffff;
        background-image: url(Structure/Background.png) ;
    }
    .header {
        position: sticky;
        top: 0;
        background-color: #ffffff;
        z-index: 1;
    }
    .headerContent {
        display: flex;
        flex-direction: row;
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        align-items: center; 
    }
    .dgLogo {
        margin-left: auto;
        margin-right: auto;
        padding-right: 201.72px;
        margin-top: 16px;
    }
    img, svg {
        vertical-align:baseline;
    }
    .myName {
        display: flex;
        flex-direction: row;
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        align-items: center;
    }
    li {
        list-style: none;
    }
    a {
        color: #38516D !important;
        text-decoration: none !important;
        font-size: 24px !important;
    }
    .nav-bar {
        min-height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 96px;
        margin-right: 96px;
    }
    .nav-branding {
        font-size: 2rem;
    }
    .nav-link {
        transition: 0.7s ease;
    }
    .nav-item :hover {
        font-size: 24px;
        color: #2ddec0 !important;
        text-decoration: underline !important;
        text-decoration-color: #38516D !important;
        transition: .25s;
    }
    .hamburger {
        display:block;
        cursor: pointer;
        background: none !important;
    }
    .bar {
        display:block;
        width: 25px;
        height: 2.5px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #38516D;
    }
    .bar:nth-child(2) {
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        background-color: #2ddec0;
    }
    .nav-menu {
        position: fixed;
        right: -100%;
        top: 96px;
        gap: 0 !important;
        flex-direction: column;
        background-color: #ffffff !important;
        width: 216px;
        height: 111px;
        text-align: center;
        transition: 0.3s;
        border-color: #38516D;
        border-style: solid;
        border-width: 3px;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
        padding:0 !important;
    }
    .nav-item {
        font-size: 24px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        height: 29px;
        padding: 8px;
    }
    .nav-menu.active {
        right: 80px;
    }
    .navBar {
        display: flex;
        justify-content: center;
        align-self: center;
        margin: auto;
        width: 571px;
        align-items: flex-start;
        gap: 32px;
        margin-top: 68px;
        background-color: #ffffffee;
    }
    .menulabel {
        display: flex;
        color: #38516D;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 51px;
        min-width: 149px;
        font-size: 32px;
        transition: .5s;
    
    }
    .menulabel:hover {
        display: flex;
        color: #2ddec0;
        justify-content: center;
        align-items: center;
        text-decoration: underline;
        text-decoration-color: #38516D;
        width: auto;
        height: 51px;
        min-width: 149px;
        font-size: 32px;
        transition: .25s;
        cursor: pointer;
    }
    .hero {
        display: flex;
        padding: 0px 94px;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 133px;
        flex-wrap: wrap;
        margin-top: 113px;
    
    }
    .heroLeft {
        display: flex;
        width: 536.5px;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        background-color: #ffffffee;
    }
    .h-structure {
        display: flex;
        flex-direction: row;
        gap: 37px;
    }
    .headshot {
        display: flex;
        justify-content: center;
        margin-right: auto;
    }
    .resume {
        display: flex;
        width: auto;
        align-items: center;
        color: #38516D;
    }
    .resumeTop {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        color: #38516D;
    }
    .rButton {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #ffffff;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
        transition: 1s;
       
    }
    .rButton:hover {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #ffffff;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
    }
    .rBtxt {
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;  
    }
    .heroRight {
        width: 605.5px;
        height: 408px;
    }
    .introText {
        display: flex;
        flex-direction: column;
    }
    .whoMe {
        flex: 1 0 0;
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: auto;
    }
    .yeahMe {
        align-self: stretch;
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .divideOne {
        padding-bottom: 36px;
    }
    .rectangle {
        width: fill;
        height: 4px;
        background: #2ddec0;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 102px;
    }
    .rectangle2 {
        width: fill;
        height: 4px;
        background: #ffffff;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 20px;
    }
    .sections {
        color: #38516D;
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 40px;
        padding-top: 10px;
        background-color: #ffffffee;
    }
    .myWork {
        padding-bottom: 32px;
    }
    .goldiePapi {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        align-self: stretch;
        flex-wrap: wrap;
    
    }
    .gpLeft {
        width: 684px;
        height: 685px;
        flex-shrink: 0;
        border-radius: 64px 0px 0px 0px;
        background: #28233E;
    }
    .gpCase {
        display: flex;
        width: 408px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        left: 138px;
        top: 228px;
    }
    .gpcaseTitle {
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .gpInfo {
        width: 408px;
        color: #EBEBEB;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .gpButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #423A66;
        border: none;
        outline: none;
        
    }
    .gpButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #8F42B8;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .gpRight {
        display: flex;
        width: 684px;
        height: 685px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 64px 0px;
        background: #8F42B8;
    }
    .ecycleBin {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        align-self: stretch;
        flex-wrap: wrap;
        padding-top: 102px;
    }
    .ecLeft {
        width: 684px;
        height: 685px;
        flex-shrink: 0;
        border-radius: 64px 0px 0px 0px;
        background: #4e7d77;
    }
    .ecCase {
        display: flex;
        width: 408px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        left: 138px;
        top: 228px;
    }
    .eccaseTitle {
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .ecInfo {
        width: 408px;
        color: #EBEBEB;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .ecButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #4e7d77;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #cde1c5;
        border: none;
        outline: none;
        
    }
    .ecButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #4e7d77;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #fcd8e6;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .ecRight {
        display: flex;
        width: 684px;
        height: 685px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 64px 0px;
        background: #cde1c5;
    }
    .bounceLeft {
        width: 684px;
        height: 685px;
        flex-shrink: 0;
        border-radius: 64px 0px 0px 0px;
        background: #004cbd;
    }
    .bounceCase {
        display: flex;
        width: 408px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        left: 138px;
        top: 228px;
    }
    .bouncecaseTitle {
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .bounceInfo {
        width: 408px;
        color: #EBEBEB;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .bounceButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #ffa015;
        border: none;
        outline: none;
        
    }
    .bounceButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #b06b06;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .bounceRight {
        display: flex;
        width: 684px;
        height: 685px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 64px 0px;
        background: #1f9de2;
    }
    .bImage1 {
        max-width: 50%;
        height: auto;
        position: relative;
        display: flex;
        margin: auto;
    }
    p {
        display: flex;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        color:#38516D;
        padding-left: 96px;
        padding-right: 96px;
        background-color: #ffffffee;
    }
    .skillsSection {
        display: flex;
        flex-direction: row;
        width: fit-content;
        margin: auto;
    }
    .mySkills {
        width: fit-content;
        height: fit-content;
        display: flex;
        flex-direction: row;
        gap: 25px;
        justify-content: center;
        padding-bottom: 25px;
        flex-wrap: wrap;
    }
    .skillsPara {
        padding-bottom: 40px;
    }
    .progBar {
        margin: 14px;
    }
    .progress {
        width: 368px !important;
        height: 36px !important;
        border-radius: 16px !important;
    }
    .progress-bar {
        text-indent: 20%;
        background-color:#2ddec0;
        font-size: large;
        color: #38516D !important;
        font-weight: bold;
    }
    .badgesPara {
        padding-bottom: 20px;
        padding-top: 40px;
    }
    .bling {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .certShield {
        width: 324px;
        height: auto;
    }
    .myPrinc {
        display: flex;
        padding: 0px 24px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 40px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .princBox {
        display: flex;
        width: 380px;
        align-items: flex-start;
        gap: 24px;
        background-color: #ffffffee;
    }
    h5 {
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-color: #2ddec0; 
    }
    .princState {
        color: #2b2b2b;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 27px;
        flex-wrap: wrap;
        padding-top: 102px;
    }
    .rectangleF {
        width: fill;
        height: 4px;
        background: #38516D;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 64px;
    }
    
    * {box-sizing:border-box}
    
    .slideshow-container {
        max-width: 560px;
        height: auto;
        position: relative;
        margin: auto;
        display: flex;
    }
    .mySlides {
        max-height: 480px;
        width: auto;
    }
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    .prev:hover, .next:hover {
        background-color:#c177c7;
    }
    .text {
        color: #f2f2f2;
        font-size: 24px;
        padding: 16px 12px;
        width: 90%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: auto;
    }
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        display: none;
    }
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #f2f2f2;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    .active, .dot:hover {
        background-color: #ffa015;
    }
    .g-fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }
    .dotTrack {
        text-align: center;
        padding: 8px;
    }
    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }
}
/* samll screens, laptops 769px-1024px */
@media only screen and (min-width:769px) and (max-width:1024px) {
    head {
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    }
    body {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
        background-color: #ffffff;
        background-image: url(Structure/Background.png) ;
    }
    .header {
        position: sticky;
        top: 0;
        background-color: #ffffff;
        z-index: 1;
    }
    .headerContent {
        display: flex;
        flex-direction: row;
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 48px;
        align-items: center; 
    }
    .dgLogo {
        margin-right: auto;
        padding-right: 201.72px;
        margin-top: 16px;
    }
    img, svg {
        vertical-align:baseline;
    }
    .myName {
        display: flex;
        flex-direction: row;
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        align-items: center;
    }
    li {
        list-style: none;
    }
    a {
        color: #38516D !important;
        text-decoration: none !important;
        font-size: 20px !important;
    }
    .nav-bar {
        min-height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-branding {
        font-size: 2rem;
    }
    .nav-link {
        transition: 0.7s ease;
    }
    .nav-item :hover {
        font-size: 24px;
        color: #2ddec0 !important;
        text-decoration: underline !important;
        text-decoration-color: #38516D !important;
        transition: .25s;
    }
    .hamburger {
        display:block;
        cursor: pointer;
        background: none !important;
        margin-right: 48px;
    }
    .bar {
        display:block;
        width: 25px;
        height: 2.5px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #38516D;
    }
    .bar:nth-child(2) {
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        background-color: #2ddec0;
    }
    .nav-menu {
        position: fixed;
        right: -100%;
        top: 96px;
        gap: 0 !important;
        flex-direction: column;
        background-color: #ffffff !important;
        width: 216px;
        height: 111px;
        text-align: center;
        transition: 0.3s;
        border-color: #38516D;
        border-style: solid;
        border-width: 3px;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
        padding:0 !important;
    }
    .nav-item {
        font-size: 24px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        height: 29px;
        padding: 8px;
    }
    .nav-menu.active {
        right: 24px;
    }
    .navBar {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: auto;
        width: auto;
        align-items: center;
        gap: 48px;
        background-color: #ffffffee;
    }
    .menulabel {
        display: flex;
        color: #38516D;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        font-size: 32px;
        transition: .5s;  
    }
    .menulabel:hover {
        display: flex;
        color: #2ddec0;
        justify-content: center;
        align-items: center;
        text-decoration: underline;
        text-decoration-color: #38516D;
        width: auto;
        height: auto;
        font-size: 32px;
        transition: .25s;
        cursor: pointer;
    }
    .hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 48px;
        flex-wrap: wrap;
        margin-top: 96px;
        margin-left: auto;
        margin-right: auto;
    
    }
    .heroLeft {
        display: flex;
        width: 65%;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        background-color: #ffffffee;
    }
    .h-structure {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }
    .headshot {
        display: flex;
        justify-content: center;
        height: auto;
    }
    .resume {
        display: flex;
        width: auto;
        align-items: center;
        color: #38516D;
    }
    .resumeTop {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        color: #38516D;
    }
    .rButton {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #ffffff;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
        transition: 1s;
       
    }
    .rButton:hover {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #ffffff;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
    }
    .rBtxt {
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;  
    }
    .heroRight {
        width: auto;
        height: auto;
    }
    .hsImage {
        width: 100%;
    }
    .introText {
        display: flex;
        flex-direction: column;
    }
    .whoMe {
        display: flex;
        align-items: center;
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: auto;
    }
    .yeahMe {
        align-self: stretch;
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .divideOne {
        padding-bottom: 36px;
    }
    .rectangle {
        width: fill;
        height: 4px;
        background: #2ddec0;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 102px;
    }
    .rectangle2 {
        width: fill;
        height: 4px;
        background: #ffffff;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 20px;
    }
    .sections {
        color: #38516D;
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 40px;
        padding-top: 10px;
        background-color: #ffffffee;
    }
    .myWork {
        padding-bottom: 32px;
    }
    .goldiePapi {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    
    }
    .gpLeft {
        display: flex;
        align-items: center;
        width: 684px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #28233E;
    }
    .gpCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-left: 32px;
    }
    .gpcaseTitle {
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .gpInfo {
        width: auto;
        color: #EBEBEB;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .gpButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #423A66;
        border: none;
        outline: none;
        
    }
    .gpButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #8F42B8;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .gpRight {
        display: flex;
        width: 684px;
        height: 468px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #8F42B8;
    }
    .gpImage {
        width: 75%;
    }
    .ecycleBin {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        padding-top: 102px;
    }
    .ecLeft {
        display: flex;
        align-items: center;
        width: 684px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #4e7d77;
    }
    .ecCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-left: 32px;
    }
    .eccaseTitle {
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .ecInfo {
        width: auto;
        color: #EBEBEB;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .ecButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #4e7d77;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #cde1c5;
        border: none;
        outline: none;
        
    }
    .ecButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #4e7d77;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #fcd8e6;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .ecRight {
        display: flex;
        width: 684px;
        height: 468px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #cde1c5;
    }
    .ecImage {
        width: 90%;
    }
    .bounceLeft {
        display: flex;
        align-items: center;
        width: 684px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #004cbd;
    }
    .bounceCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-left: 32px;
    }
    .bouncecaseTitle {
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .bounceInfo {
        width: auto;
        color: #EBEBEB;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .bounceButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 18px;
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #ffa015;
        border: none;
        outline: none;
        
    }
    .bounceButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 18px;
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #b06b06;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .bounceRight {
        display: flex;
        width: 684px;
        height: 532px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #1f9de2;
    }
    .bImage1 {
        max-width: 50%;
        height: auto;
        position: relative;
        display: flex;
        margin: auto;
        padding-top: 8px;
    }
    p {
        display: flex;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        color:#38516D;
        padding-left: 16px;
        padding-right: 16px;
        background-color: #ffffffee;
    }
    .skillsSection {
        display: flex;
        flex-direction: row;
        width: fit-content;
        margin: auto;
    }
    .mySkills {
        width: fit-content;
        height: fit-content;
        display: flex;
        flex-direction: row;
        gap: 25px;
        justify-content: center;
        padding-bottom: 25px;
        flex-wrap: wrap;
    }
    .skillsPara {
        padding-bottom: 16px;
    }
    .progBar {
        margin: 14px;
    }
    .progress {
        width: 368px !important;
        height: 36px !important;
        border-radius: 16px !important;
    }
    .progress-bar {
        text-indent: 20%;
        background-color:#2ddec0;
        font-size: 16px;
        color: #38516D !important;
        font-weight: bold;
    }
    .badgesPara {
        padding-bottom: 8px;
        padding-top: 40px;
    }
    .bling {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .certShield {
        width: 324px;
        height: auto;
    }
    .myPrinc {
        display: flex;
        padding: 0px 24px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 40px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .princBox {
        display: flex;
        width: 380px;
        align-items: flex-start;
        gap: 24px;
        background-color: #ffffffee;
    }
    .arrow {
        height: 198px;
    }
    h5 {
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-color: #2ddec0; 
    }
    .princState {
        color: #2b2b2b;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 27px;
        flex-wrap: wrap;
        padding-top: 64px;
    }
    .rectangleF {
        width: fill;
        height: 4px;
        background: #38516D;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 32px;
    }
    
    * {box-sizing:border-box}
    
    .slideshow-container {
        max-width: 560px;
        height: auto;
        position: relative;
        margin: auto;
        display: flex;
    }
    .mySlides {
        max-height: 480px;
        width: auto;
    }
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    .prev:hover, .next:hover {
        background-color:#c177c7;
    }
    .text {
        color: #f2f2f2;
        font-size: 18px;
        padding: 16px 12px;
        width: 90%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: auto;
    }
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        display: none;
    }
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #f2f2f2;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    .active, .dot:hover {
        background-color: #ffa015;
    }
    .g-fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }
    .dotTrack {
        text-align: center;
        padding: 8px;
    }
    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }
}
/* tablets 481px-768px */
@media only screen and (min-width:481px) and (max-width:768px) {
    head {
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    }
    body {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
        background-color: #ffffff;
        background-image: url(Structure/Background.png) ;
    }
    .header {
        position: sticky;
        top: 0;
        background-color: #ffffff;
        z-index: 1;
    }
    .headerContent {
        display: none;
        flex-direction: row;
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        align-items: center; 
    }
    .dgLogo {
        margin-left: 32px;
        margin-right: auto;
        /* padding-right: 201.72px; */
        margin-top: 16px;
    }
    img, svg {
        vertical-align:baseline;
    }
    .myName {
        display: flex;
        flex-direction: row;
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        align-items: center;
    }
    li {
        list-style: none;
    }
    a {
        color: #38516D !important;
        text-decoration: none !important;
        font-size: 24px !important;
    }
    .nav-bar {
        min-height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    /* .nav-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 60px;
    } */
    .nav-branding {
        font-size: 2rem;
    }
    .nav-link {
        transition: 0.7s ease;
    }
    .nav-item :hover {
        font-size: 24px;
        color: #2ddec0 !important;
        text-decoration: underline !important;
        text-decoration-color: #38516D !important;
        transition: .25s;
    }
    .hamburger {
        display:block;
        cursor: pointer;
        background: none !important;
        margin-right: 32px;
    }
    .bar {
        display:block;
        width: 25px;
        height: 2.5px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #38516D;
    }
    .bar:nth-child(2) {
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        background-color: #2ddec0;
    }
    .nav-menu {
        position: fixed;
        right: -100%;
        top: 96px;
        gap: 0 !important;
        flex-direction: column;
        background-color: #ffffff !important;
        width: 216px;
        height: 111px;
        text-align: center;
        transition: 0.3s;
        border-color: #38516D;
        border-style: solid;
        border-width: 3px;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
        padding:0 !important;
    }
    .nav-item {
        font-size: 24px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        height: 29px;
        padding: 8px;
    }
    .nav-menu.active {
        right: 16px;
    }
    .navBar {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: auto;
        width: auto;
        align-items: center;
        gap: 32px;
        background-color: #ffffffee;
    }
    .menulabel {
        display: flex;
        color: #38516D;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        font-size: 24px;
        transition: .5s;
    
    }
    .menulabel:hover {
        display: flex;
        color: #2ddec0;
        justify-content: center;
        align-items: center;
        text-decoration: underline;
        text-decoration-color: #38516D;
        width: auto;
        height: auto;
        font-size: 24px;
        transition: .25s;
        cursor: pointer;
    }
    .hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 48px;
        flex-wrap: wrap;
        margin-top: 96px;
        margin-left: 16px;
    
    }
    .heroLeft {
        display: flex;
        width: 75%;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        background-color: #ffffffee;
    }
    .h-structure {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }
    .headshot {
        display: flex;
        justify-content: center;
        height: auto;
    }
    .resume {
        display: flex;
        width: auto;
        align-items: center;
        color: #38516D;
    }
    .resumeTop {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        color: #38516D;
    }
    .rButton {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #ffffff;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
        transition: 1s;
       
    }
    .rButton:hover {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #ffffff;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
    }
    .rBtxt {
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;  
    }
    .heroRight {
        width: auto;
        height: auto;
    }
    .hsImage {
        width: 100%;
    }
    .introText {
        display: flex;
        flex-direction: column;
    }
    .whoMe {
        display: flex;
        align-items: center;
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: auto;
    }
    .yeahMe {
        align-self: stretch;
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .divideOne {
        padding-bottom: 36px;
    }
    .rectangle {
        width: fill;
        height: 4px;
        background: #2ddec0;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 102px;
    }
    .rectangle2 {
        width: fill;
        height: 4px;
        background: #ffffff;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 20px;
    }
    .sections {
        color: #38516D;
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 40px;
        padding-top: 10px;
        background-color: #ffffffee;
    }
    .myWork {
        padding-bottom: 32px;
    }
    .goldiePapi {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    
    }
    .gpLeft {
        display: flex;
        align-items: center;
        width: 684px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #28233E;
    }
    .gpCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-left: 32px;
    }
    .gpcaseTitle {
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .gpInfo {
        width: auto;
        color: #EBEBEB;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .gpButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #423A66;
        border: none;
        outline: none;
        
    }
    .gpButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #8F42B8;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .gpRight {
        display: flex;
        width: 684px;
        height: 468px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #8F42B8;
    }
    .gpImage {
        width: 75%;
    }
    .ecycleBin {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        padding-top: 102px;
    }
    .ecLeft {
        display: flex;
        align-items: center;
        width: 684px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #4e7d77;
    }
    .ecCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-left: 32px;
    }
    .eccaseTitle {
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .ecInfo {
        width: auto;
        color: #EBEBEB;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .ecButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #4e7d77;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #cde1c5;
        border: none;
        outline: none;
        
    }
    .ecButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #4e7d77;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #fcd8e6;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .ecRight {
        display: flex;
        width: 684px;
        height: 468px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #cde1c5;
    }
    .ecImage {
        width: 90%;
    }
    .bounceLeft {
        display: flex;
        align-items: center;
        width: 684px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #004cbd;
    }
    .bounceCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-left: 32px;
    }
    .bouncecaseTitle {
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .bounceInfo {
        width: auto;
        color: #EBEBEB;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .bounceButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 18px;
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #ffa015;
        border: none;
        outline: none;
        
    }
    .bounceButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 18px;
        color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #b06b06;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .bounceRight {
        display: flex;
        width: 684px;
        height: 532px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #1f9de2;
    }
    .bImage1 {
        max-width: 50%;
        height: auto;
        position: relative;
        display: flex;
        margin: auto;
        padding-top: 8px;
    }
    p {
        display: flex;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color:#38516D;
        padding-left: 16px;
        padding-right: 16px;
        background-color: #ffffffee;
    }
    .skillsSection {
        display: flex;
        flex-direction: row;
        width: fit-content;
        margin: auto;
    }
    .mySkills {
        width: fit-content;
        height: fit-content;
        display: flex;
        flex-direction: row;
        gap: 25px;
        justify-content: center;
        padding-bottom: 25px;
        flex-wrap: wrap;
    }
    .skillsPara {
        padding-bottom: 16px;
    }
    .progBar {
        margin: 14px;
    }
    .progress {
        width: 368px !important;
        height: 36px !important;
        border-radius: 16px !important;
    }
    .progress-bar {
        text-indent: 20%;
        background-color:#2ddec0;
        font-size: 16px;
        color: #38516D !important;
        font-weight: bold;
    }
    .badgesPara {
        padding-bottom: 8px;
        padding-top: 40px;
    }
    .bling {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .certShield {
        width: 324px;
        height: auto;
    }
    .myPrinc {
        display: flex;
        padding: 0px 24px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 40px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .princBox {
        display: flex;
        width: 380px;
        align-items: flex-start;
        gap: 24px;
        background-color: #ffffffee;
    }
    .arrow {
        height: 198px;
    }
    h5 {
        color: #38516D;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-color: #2ddec0; 
    }
    .princState {
        color: #2b2b2b;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
        padding-top: 32px;
    }
    .rectangleF {
        width: fill;
        height: 4px;
        background: #38516D;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 32px;
    }
    
    * {box-sizing:border-box}
    
    .slideshow-container {
        max-width: 560px;
        height: auto;
        position: relative;
        margin: auto;
        display: flex;
    }
    .mySlides {
        max-height: 480px;
        width: auto;
    }
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    .prev:hover, .next:hover {
        background-color:#c177c7;
    }
    .text {
        color: #f2f2f2;
        font-size: 18px;
        padding: 16px 12px;
        width: 90%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: auto;
    }
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        display: none;
    }
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #f2f2f2;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    .active, .dot:hover {
        background-color: #ffa015;
    }
    .g-fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }
    .dotTrack {
        text-align: center;
        padding: 8px;
    }
    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }}
/* samllest, mobile 320px-480px */
@media only screen and (min-width:324px) and (max-width:480px) {
head {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}
body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    background-color: #ffffff;
    background-image: url(Structure/Background.png) ;
}
.header {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
}
.headerContent {
    display: none;
    flex-direction: row;
    color: #38516D;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: auto;
    margin-bottom: auto;
    align-items: center; 
}
.dgLogo {
    margin-left: 16px;
    margin-right: auto;
    /* padding-right: 201.72px; */
    margin-top: 16px;
}
img, svg {
    vertical-align:baseline;
}
.myName {
    display: flex;
    flex-direction: row;
    color: #38516D;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    align-items: center;
}
li {
    list-style: none;
}
a {
    color: #38516D !important;
    text-decoration: none !important;
    font-size: 24px !important;
}
.nav-bar {
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-branding {
    font-size: 2rem;
}
.nav-link {
    transition: 0.7s ease;
}
.nav-item :hover {
    font-size: 24px;
    color: #2ddec0 !important;
    text-decoration: underline !important;
    text-decoration-color: #38516D !important;
    transition: .25s;
}
.hamburger {
    display:block;
    cursor: pointer;
    background: none !important;
    margin-right: 16px;
}
.bar {
    display:block;
    width: 25px;
    height: 2.5px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #38516D;
}
.bar:nth-child(2) {
    background-color: #2ddec0;
}
.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}
.hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #2ddec0;
}
.hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: #2ddec0;
}
.nav-menu {
    position: fixed;
    right: -100%;
    top: 96px;
    gap: 0 !important;
    flex-direction: column;
    background-color: #ffffff !important;
    width: 216px;
    height: 111px;
    text-align: center;
    transition: 0.3s;
    border-color: #38516D;
    border-style: solid;
    border-width: 3px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    padding:0 !important;
}
.nav-item {
    font-size: 24px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    height: 29px;
    padding: 8px;
}
.nav-menu.active {
    right: 8px;
}
.navBar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    width: auto;
    align-items: center;
    gap: 4px;
    background-color: #ffffffee;
}
.menulabel {
    display: flex;
    color: #38516D;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 24px;
    transition: .5s;

}
.menulabel:hover {
    display: flex;
    color: #2ddec0;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    text-decoration-color: #38516D;
    width: auto;
    height: auto;
    font-size: 24px;
    transition: .25s;
    cursor: pointer;
}
.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 48px;
    flex-wrap: wrap;
    margin-top: 96px;
    margin-left: 16px;

}
.heroLeft {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background-color: #ffffffee;
}
.h-structure {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.headshot {
    display: flex;
    justify-content: center;
    max-width: 468px;
    height: auto;
}
.resume {
    display: flex;
    width: auto;
    align-items: center;
    color: #38516D;
}
.resumeTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #38516D;
}
.rButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #ffffff;
    background-color: #38516D;
    width: 96px;
    height: 96px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    border: none;
    outline: none;
    transition: 1s;
   
}
.rButton:hover {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #ffffff;
    background-color: #38516D;
    width: 96px;
    height: 96px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    border: none;
    outline: none;
}
.rBtxt {
    color: #38516D;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
}
.heroRight {
    width: auto;
    height: auto;
}
.hsImage {
    width: 90%;
}
.introText {
    display: flex;
    flex-direction: column;
}
.whoMe {
    display: flex;
    align-items: center;
    color: #38516D;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: auto;
}
.yeahMe {
    align-self: stretch;
    color: #38516D;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.divideOne {
    padding-bottom: 36px;
}
.rectangle {
    width: fill;
    height: 4px;
    background: #2ddec0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 102px;
}
.rectangle2 {
    width: fill;
    height: 4px;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
.sections {
    color: #38516D;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 40px;
    padding-top: 10px;
    background-color: #ffffffee;
}
.myWork {
    padding-bottom: 32px;
}
.goldiePapi {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;

}
.gpLeft {
    display: flex;
    align-items: center;
    width: 416px;
    height: 468px;
    border-radius: 24px 24px 0px 0px;
    background: #28233E;
}
.gpCase {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-left: 16px;
}
.gpcaseTitle {
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0;
}
.gpInfo {
    width: auto;
    color: #EBEBEB;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.gpButt {
    display: flex;
    padding: 8px 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #423A66;
    border: none;
    outline: none;
    
}
.gpButt:hover {
    display: flex;
    padding: 8px 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #8F42B8;
    text-decoration: underline;
    border: none;
    outline: none;
    transition: .5s;
}
.gpRight {
    display: flex;
    width: 416px;
    height: 468px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 0px 24px 24px;
    background: #8F42B8;
}
.gpImage {
    width: 75%;
}
.ecycleBin {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
    padding-top: 102px;
}
.ecLeft {
    display: flex;
    align-items: center;
    width: 416px;
    height: 468px;
    border-radius: 24px 24px 0px 0px;
    background: #4e7d77;
}
.ecCase {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-left: 16px;
}
.eccaseTitle {
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0;
}
.ecInfo {
    width: auto;
    color: #EBEBEB;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ecButt {
    display: flex;
    padding: 8px 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    color: #4e7d77;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #cde1c5;
    border: none;
    outline: none;
    
}
.ecButt:hover {
    display: flex;
    padding: 8px 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    color: #4e7d77;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #fcd8e6;
    text-decoration: underline;
    border: none;
    outline: none;
    transition: .5s;
}
.ecRight {
    display: flex;
    width: 416px;
    height: 468px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 0px 24px 24px;
    background: #cde1c5;
}
.ecImage {
    width: 90%;
}
.bounceLeft {
    display: flex;
    align-items: center;
    width: 416px;
    height: 468px;
    border-radius: 24px 24px 0px 0px;
    background: #004cbd;
}
.bounceCase {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-left: 16px;
}
.bouncecaseTitle {
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0;
}
.bounceInfo {
    width: auto;
    color: #EBEBEB;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bounceButt {
    display: flex;
    padding: 8px 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #ffa015;
    border: none;
    outline: none;
    
}
.bounceButt:hover {
    display: flex;
    padding: 8px 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #b06b06;
    text-decoration: underline;
    border: none;
    outline: none;
    transition: .5s;
}
.bounceRight {
    display: flex;
    width: 416px;
    height: 532px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 0px 24px 24px;
    background: #1f9de2;
}
.bImage1 {
    max-width: 50%;
    height: auto;
    position: relative;
    display: flex;
    margin: auto;
    padding-top: 8px;
}
p {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color:#38516D;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #ffffffee;
}
.skillsSection {
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: auto;
}
.mySkills {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    padding-bottom: 25px;
    flex-wrap: wrap;
}
.skillsPara {
    padding-bottom: 16px;
}
.progBar {
    margin: 14px;
}
.progress {
    width: 300px !important;
    height: 36px !important;
    border-radius: 16px !important;
}
.progress-bar {
    text-indent: 20%;
    background-color:#2ddec0;
    font-size:16px;
    color: #38516D !important;
    font-weight: bold;
}
.badgesPara {
    padding-bottom: 8px;
    padding-top: 40px;
}
.bling {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.certShield {
    width: 324px;
    height: auto;
}
.myPrinc {
    display: flex;
    padding: 0px 24px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px;
    align-self: stretch;
    flex-wrap: wrap;
}
.princBox {
    display: flex;
    width: 380px;
    align-items: flex-start;
    gap: 24px;
    background-color: #ffffffee;
}
.arrow {
    height: 198px;
}
h5 {
    color: #38516D;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-color: #2ddec0; 
}
.princState {
    color: #2b2b2b;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer {
    display: flex;
    flex-direction: column;
    align-content: center;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 32px;
}
.rectangleF {
    width: fill;
    height: 4px;
    background: #38516D;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 32px;
}

* {box-sizing:border-box}

.slideshow-container {
    max-width: 560px;
    height: auto;
    position: relative;
    margin: auto;
    display: flex;
}
.mySlides {
    max-height: 480px;
    width: auto;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    background-color:#c177c7;
}
.text {
    color: #f2f2f2;
    font-size: 18px;
    padding: 16px 12px;
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: auto;
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    display: none;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover {
    background-color: #ffa015;
}
.g-fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
.dotTrack {
    text-align: center;
    padding: 8px;
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}}
/* DARK THEME */
@media (prefers-color-scheme: dark) {
    /* Extra Large screens 1201px and more */
@media only screen and (min-width: 1201px) {
    head {
        font-family:Arial, Helvetica, sans-serif !important;
    }
    body {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
        background-color: #0d0d0d;
        background-image: url(Structure/Background_dark.png);
    }
    .header {
        position: sticky;
        top: 0;
        background-color: #0d0d0d;
        z-index: 1;
    }
    .headerContent {
        display: flex;
        flex-direction: row;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        align-items: center; 
    }
    .dgLogo {
        margin-left: auto;
        margin-right: auto;
        padding-right: 201.72px;
        margin-top: 16px;
    }
    img, svg {
        vertical-align:baseline;
    }
    .myName {
        display: flex;
        flex-direction: row;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        align-items: center;
    }
    li {
        list-style: none;
    }
    a {
        color: #D4D4D2 !important;
        text-decoration: none !important;
        font-size: 24px !important;
    }
    .nav-bar {
        min-height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 96px;
        margin-right: 96px;
    }
    .nav-branding {
        font-size: 2rem;
    }
    .nav-link {
        transition: 0.7s ease;
    }
    .nav-item :hover {
        font-size: 24px;
        color: #38516D !important;
        text-decoration: underline !important;
        text-decoration-color: #2ddec0 !important;
        transition: .25s;
    }
    .hamburger {
        display:block;
        cursor: pointer;
        background: none !important;
    }
    .bar {
        display:block;
        width: 25px;
        height: 2.5px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #D4D4D2;
    }
    .bar:nth-child(2) {
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        background-color: #2ddec0;
    }
    .nav-menu {
        position: fixed;
        right: -100%;
        top: 96px;
        gap: 0 !important;
        flex-direction: column;
        background-color: #0d0d0d !important;
        width: 216px;
        height: 111px;
        text-align: center;
        transition: 0.3s;
        border-color: #38516D;
        border-style: solid;
        border-width: 3px;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
        padding:0 !important;
    }
    .nav-item {
        font-size: 24px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        height: 29px;
        padding: 8px
    }
    .nav-menu.active {
        right: 80px;
    }
    .navBar {
        display: flex;
        justify-content: center;
        align-self: center;
        margin: auto;
        width: 571px;
        align-items: flex-start;
        gap: 32px;
        margin-top: 68px;
        background-color: transparent;
    }
    .menulabel {
        display: flex;
        color: #D4D4D2;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 51px;
        min-width: 149px;
        font-size: 32px;
        transition: .25s;
    
    }
    .menulabel:hover {
        display: flex;
        color: #38516D;
        justify-content: center;
        align-items: center;
        text-decoration: underline;
        text-decoration-color:#2ddec0 ;
        width: auto;
        height: 51px;
        min-width: 149px;
        font-size: 32px;
        transition: .25s;
        cursor: pointer;
    }
    .hero {
        display: flex;
        padding: 0px 94px;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 133px;
        flex-wrap: wrap;
        margin-top: 113px;
    
    }
    .heroLeft {
        display: flex;
        width: 536.5px;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        background-color: transparent;
    }
    .h-structure {
        display: flex;
        flex-direction: row;
        gap: 37px;
    }
    .headshot {
        display: flex;
        justify-content: center;
        margin-right: auto;
    }
    .resume {
        display: flex;
        width: auto;
        align-items: center;
        color: #D4D4D2;
    }
    .resumeTop {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        color: #D4D4D2;
    }
    .rButton {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #d4d4d2;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
        transition: 1s;
       
    }
    .rButton:hover {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #d4d4d2;
        background-color: #148787;
        width: 96px;
        height: 96px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
    }
    .rBtxt {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;  
    }
    .heroRight {
        width: 605.5px;
        height: 408px;
    }
    .introText {
        display: flex;
        flex-direction: column;
    }
    .whoMe {
        flex: 1 0 0;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: auto;
    }
    .yeahMe {
        align-self: stretch;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .divideOne {
        padding-bottom: 36px;
    }
    .rectangle {
        width: fill;
        height: 4px;
        background: #2ddec0;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 102px;
    }
    .rectangle2 {
        width: fill;
        height: 4px;
        background: #D4D4D2;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 20px;
    }
    .sections {
        color: #D4D4D2;
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 40px;
        padding-top: 10px;
        background-color: transparent;
    }
    .myWork {
        padding-bottom: 32px;
    }
    .goldiePapi {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .gpLeft {
        width: 684px;
        height: 685px;
        flex-shrink: 0;
        border-radius: 64px 0px 0px 0px;
        background: #28233E;
    }
    .gpCase {
        display: flex;
        width: 408px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        left: 138px;
        top: 228px;
    }
    .gpcaseTitle {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .gpInfo {
        width: 408px;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .gpButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #423A66;
        border: none;
        outline: none;
        
    }
    .gpButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #8F42B8;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .gpRight {
        display: flex;
        width: 684px;
        height: 685px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 64px 0px;
        background: #8F42B8;
    }
    .ecycleBin {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        align-self: stretch;
        flex-wrap: wrap;
        padding-top: 102px;
    }
    .ecLeft {
        width: 684px;
        height: 685px;
        flex-shrink: 0;
        border-radius: 64px 0px 0px 0px;
        background: #296361;
    }
    .ecCase {
        display: flex;
        width: 408px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        left: 138px;
        top: 228px;
    }
    .eccaseTitle {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .ecInfo {
        width: 408px;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .ecButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #296361;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #D4D4D2;
        border: none;
        outline: none;
        
    }
    .ecButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #296361;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #fcd8e6;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .ecRight {
        display: flex;
        width: 684px;
        height: 685px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 64px 0px;
        background: #ADCFC7;
    }
    .bounceLeft {
        width: 684px;
        height: 685px;
        flex-shrink: 0;
        border-radius: 64px 0px 0px 0px;
        background: #002966;
    }
    .bounceCase {
        display: flex;
        width: 408px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        left: 138px;
        top: 228px;
    }
    .bouncecaseTitle {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .bounceInfo {
        width: 408px;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .bounceButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #6f869e;
        border: none;
        outline: none;
        
    }
    .bounceButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #b06b06;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .bounceRight {
        display: flex;
        width: 684px;
        height: 685px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 64px 0px;
        background: #6f869e;
    }
    .bImage1 {
        max-width: 50%;
        height: auto;
        position: relative;
        display: flex;
        margin: auto;
    }
    p {
        display: flex;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        color:#D4D4D2;
        padding-left: 96px;
        padding-right: 96px;
        background-color: transparent;
    }
    .skillsSection {
        display: flex;
        flex-direction: row;
        width: fit-content;
        margin: auto;
    }
    .mySkills {
        width: fit-content;
        height: fit-content;
        display: flex;
        flex-direction: row;
        gap: 25px;
        justify-content: center;
        padding-bottom: 25px;
        flex-wrap: wrap;
    }
    .skillsPara {
        padding-bottom: 40px;
    }
    .progBar {
        margin: 14px;
    }
    .progress {
        width: 368px !important;
        height: 36px !important;
        border-radius: 16px !important;
    }
    .progress-bar {
        text-indent: 20%;
        background-color:#2ddec0;
        font-size: large;
        color: #38516D !important;
        font-weight: bold;
    }
    .badgesPara {
        padding-bottom: 20px;
        padding-top: 40px;
    }
    .bling {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .certShield {
        width: 324px;
        height: auto;
    }
    .myPrinc {
        display: flex;
        padding: 0px 24px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 40px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .princBox {
        display: flex;
        width: 380px;
        align-items: flex-start;
        gap: 24px;
        background-color: transparent;
    }
    h5 {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-color: #2ddec0; 
    }
    .princState {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 27px;
        flex-wrap: wrap;
        padding-top: 102px;
    }
    .rectangleF {
        width: fill;
        height: 4px;
        background: #38516D;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 64px;
    }
    
    * {box-sizing:border-box}
    
    .slideshow-container {
        max-width: 560px;
        height: auto;
        position: relative;
        margin: auto;
        display: flex;
    }
    .mySlides {
        max-height: 480px;
        width: auto;
    }
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: #D4D4D2;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    .prev:hover, .next:hover {
        background-color:#002966;
    }
    .text {
        color: #D4D4D2;
        font-size: 24px;
        padding: 16px 12px;
        width: 90%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: auto;
    }
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        display: none;
    }
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #D4D4D2;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    .active, .dot:hover {
        background-color: #002966;
    }
    .g-fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }
    .dotTrack {
        text-align: center;
        padding: 8px;
    }
    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }
    }
/* desktops, large screens 1025px-1200px */
@media only screen and (min-width:1025px) and (max-width:1200px) {
    head {
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    }
    body {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
        background-color: #0d0d0d;
        background-image: url(Structure/Background_dark.png) ;
    }
    .header {
        position: sticky;
        top: 0;
        background-color: #0d0d0d;
        z-index: 1;
    }
    .headerContent {
        display: flex;
        flex-direction: row;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        align-items: center; 
    }
    .dgLogo {
        margin-left: auto;
        margin-right: auto;
        padding-right: 201.72px;
        margin-top: 16px;
    }
    img, svg {
        vertical-align:baseline;
    }
    .myName {
        display: flex;
        flex-direction: row;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        align-items: center;
    }
    li {
        list-style: none;
    }
    a {
        color: #D4D4D2 !important;
        text-decoration: none !important;
        font-size: 24px !important;
    }
    .nav-bar {
        min-height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 96px;
        margin-right: 96px;
    }
    .nav-branding {
        font-size: 2rem;
    }
    .nav-link {
        transition: 0.7s ease;
    }
    .nav-item :hover {
        font-size: 24px;
        color: #38516D !important;
        text-decoration: underline !important;
        text-decoration-color: #2ddec0 !important;
        transition: .25s;
    }
    .hamburger {
        display:block;
        cursor: pointer;
        background: none !important;
    }
    .bar {
        display:block;
        width: 25px;
        height: 2.5px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #D4D4D2;
    }
    .bar:nth-child(2) {
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        background-color: #2ddec0;
    }
    .nav-menu {
        position: fixed;
        right: -100%;
        top: 96px;
        gap: 0 !important;
        flex-direction: column;
        background-color: #0d0d0d !important;
        width: 216px;
        text-align: center;
        transition: 0.3s;
        border-color: #38516D;
        border-style: solid;
        border-width: 3px;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
        padding:0 !important;
    }
    .nav-item {
        font-size: 24px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        height: 29px;
    }
    .nav-menu.active {
        right: 80px;
    }
    .navBar {
        display: flex;
        justify-content: center;
        align-self: center;
        margin: auto;
        width: 571px;
        align-items: flex-start;
        gap: 32px;
        margin-top: 68px;
        background-color: transparent;
    }
    .menulabel {
        display: flex;
        color: #D4D4D2;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 51px;
        min-width: 149px;
        font-size: 32px;
        transition: .25s;
    
    }
    .menulabel:hover {
        display: flex;
        color: #38516D;
        justify-content: center;
        align-items: center;
        text-decoration: underline;
        text-decoration-color: #2ddec0;
        width: auto;
        height: 51px;
        min-width: 149px;
        font-size: 32px;
        transition: .25s;
        cursor: pointer;
    }
    .hero {
        display: flex;
        padding: 0px 94px;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 133px;
        flex-wrap: wrap;
        margin-top: 113px;
    
    }
    .heroLeft {
        display: flex;
        width: 536.5px;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        background-color: transparent;
    }
    .h-structure {
        display: flex;
        flex-direction: row;
        gap: 37px;
    }
    .headshot {
        display: flex;
        justify-content: center;
        margin-right: auto;
    }
    .resume {
        display: flex;
        width: auto;
        align-items: center;
        color: #D4D4D2;
    }
    .resumeTop {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        color: #D4D4D2;
    }
    .rButton {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #d4d4d2;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
        transition: 1s;
        
    }
    .rButton:hover {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #d4d4d2;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
    }
    .rBtxt {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;  
    }
    .heroRight {
        width: 605.5px;
        height: 408px;
    }
    .introText {
        display: flex;
        flex-direction: column;
    }
    .whoMe {
        flex: 1 0 0;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: auto;
    }
    .yeahMe {
        align-self: stretch;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .divideOne {
        padding-bottom: 36px;
    }
    .rectangle {
        width: fill;
        height: 4px;
        background: #2ddec0;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 102px;
    }
    .rectangle2 {
        width: fill;
        height: 4px;
        background: #d4d4d2;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 20px;
    }
    .sections {
        color: #D4D4D2;
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 40px;
        padding-top: 10px;
        background-color: transparent;
    }
    .myWork {
        padding-bottom: 32px;
    }
    .goldiePapi {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        align-self: stretch;
        flex-wrap: wrap;
    
    }
    .gpLeft {
        width: 684px;
        height: 685px;
        flex-shrink: 0;
        border-radius: 64px 0px 0px 0px;
        background: #28233E;
    }
    .gpCase {
        display: flex;
        width: 408px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        left: 138px;
        top: 228px;
    }
    .gpcaseTitle {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .gpInfo {
        width: 408px;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .gpButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #423A66;
        border: none;
        outline: none;
        
    }
    .gpButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #8F42B8;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .gpRight {
        display: flex;
        width: 684px;
        height: 685px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 64px 0px;
        background: #8F42B8;
    }
    .ecycleBin {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        align-self: stretch;
        flex-wrap: wrap;
        padding-top: 102px;
    }
    .ecLeft {
        width: 684px;
        height: 685px;
        flex-shrink: 0;
        border-radius: 64px 0px 0px 0px;
        background: #296361;
    }
    .ecCase {
        display: flex;
        width: 408px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        left: 138px;
        top: 228px;
    }
    .eccaseTitle {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .ecInfo {
        width: 408px;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .ecButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #296361;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #d4d4d2;
        border: none;
        outline: none;
        
    }
    .ecButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #296361;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #fcd8e6;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .ecRight {
        display: flex;
        width: 684px;
        height: 685px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 64px 0px;
        background: #ADCFC7;
    }
    .bounceLeft {
        width: 684px;
        height: 685px;
        flex-shrink: 0;
        border-radius: 64px 0px 0px 0px;
        background: #002966;
    }
    .bounceCase {
        display: flex;
        width: 408px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        left: 138px;
        top: 228px;
    }
    .bouncecaseTitle {
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .bounceInfo {
        width: 408px;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .bounceButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #6f869e;
        border: none;
        outline: none;
        
    }
    .bounceButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #b06b06;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .bounceRight {
        display: flex;
        width: 684px;
        height: 685px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 64px 0px;
        background: #6f869e;
    }
    .bImage1 {
        max-width: 50%;
        height: auto;
        position: relative;
        display: flex;
        margin: auto;
    }
    p {
        display: flex;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        color:#D4D4D2;
        padding-left: 96px;
        padding-right: 96px;
        background-color: transparent;
    }
    .skillsSection {
        display: flex;
        flex-direction: row;
        width: fit-content;
        margin: auto;
    }
    .mySkills {
        width: fit-content;
        height: fit-content;
        display: flex;
        flex-direction: row;
        gap: 25px;
        justify-content: center;
        padding-bottom: 25px;
        flex-wrap: wrap;
    }
    .skillsPara {
        padding-bottom: 40px;
    }
    .progBar {
        margin: 14px;
    }
    .progress {
        width: 368px !important;
        height: 36px !important;
        border-radius: 16px !important;
    }
    .progress-bar {
        text-indent: 20%;
        background-color:#2ddec0;
        font-size: large;
        color: #38516D !important;
        font-weight: bold;
    }
    .badgesPara {
        padding-bottom: 20px;
        padding-top: 40px;
    }
    .bling {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .certShield {
        width: 324px;
        height: auto;
    }
    .myPrinc {
        display: flex;
        padding: 0px 24px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 40px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .princBox {
        display: flex;
        width: 380px;
        align-items: flex-start;
        gap: 24px;
        background-color: transparent;
    }
    h5 {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-color: #2ddec0; 
    }
    .princState {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 27px;
        flex-wrap: wrap;
        padding-top: 102px;
    }
    .rectangleF {
        width: fill;
        height: 4px;
        background: #38516D;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 64px;
    }
    
    * {box-sizing:border-box}
    
    .slideshow-container {
        max-width: 560px;
        height: auto;
        position: relative;
        margin: auto;
        display: flex;
    }
    .mySlides {
        max-height: 480px;
        width: auto;
    }
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    .prev:hover, .next:hover {
        background-color:#c177c7;
    }
    .text {
        color: #f2f2f2;
        font-size: 24px;
        padding: 16px 12px;
        width: 90%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: auto;
    }
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        display: none;
    }
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #f2f2f2;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    .active, .dot:hover {
        background-color: #002966;
    }
    .g-fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }
    .dotTrack {
        text-align: center;
        padding: 8px;
    }
    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }
}
/* samll screens, laptops 769px-1024px */
@media only screen and (min-width:769px) and (max-width:1024px) {
    head {
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    }
    body {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
        background-color: #0d0d0d;
        background-image: url(Structure/Background_dark.png) ;
    }
    .header {
        position: sticky;
        top: 0;
        background-color: #0d0d0d;
        z-index: 1;
    }
    .headerContent {
        display: flex;
        flex-direction: row;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 48px;
        align-items: center; 
    }
    .dgLogo {
        margin-right: auto;
        padding-right: 201.72px;
        margin-top: 16px;
    }
    img, svg {
        vertical-align:baseline;
    }
    .myName {
        display: flex;
        flex-direction: row;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        align-items: center;
    }
    li {
        list-style: none;
    }
    a {
        color: #D4D4D2 !important;
        text-decoration: none !important;
        font-size: 20px !important;
    }
    .nav-bar {
        min-height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-branding {
        font-size: 2rem;
    }
    .nav-link {
        transition: 0.7s ease;
    }
    .nav-item :hover {
        font-size: 24px;
        color: #38516D !important;
        text-decoration: underline !important;
        text-decoration-color: #2ddec0 !important;
        transition: .25s;
    }
    .hamburger {
        display:block;
        cursor: pointer;
        background: none !important;
        margin-right: 48px;
    }
    .bar {
        display:block;
        width: 25px;
        height: 2.5px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #D4D4D2;
    }
    .bar:nth-child(2) {
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        background-color: #2ddec0;
    }
    .nav-menu {
        position: fixed;
        right: -100%;
        top: 96px;
        gap: 0 !important;
        flex-direction: column;
        background-color: #0d0d0d !important;
        width: 216px;
        text-align: center;
        transition: 0.3s;
        border-color: #38516D;
        border-style: solid;
        border-width: 3px;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
        padding:0 !important;
    }
    .nav-item {
        font-size: 24px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        height: 29px;
    }
    .nav-menu.active {
        right: 24px;
    }
    .navBar {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: auto;
        width: auto;
        align-items: center;
        gap: 48px;
        background-color: transparent;
    }
    .menulabel {
        display: flex;
        color: #D4D4D2;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        font-size: 32px;
        transition: .25s;  
    }
    .menulabel:hover {
        display: flex;
        color: #38516D;
        justify-content: center;
        align-items: center;
        text-decoration: underline;
        text-decoration-color: #2ddec0;
        width: auto;
        height: auto;
        font-size: 32px;
        transition: .25s;
        cursor: pointer;
    }
    .hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 48px;
        flex-wrap: wrap;
        margin-top: 96px;
        margin-left: auto;
        margin-right: auto;
    
    }
    .heroLeft {
        display: flex;
        width: 65%;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        background-color: transparent;
    }
    .h-structure {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }
    .headshot {
        display: flex;
        justify-content: center;
        height: auto;
    }
    .resume {
        display: flex;
        width: auto;
        align-items: center;
        color: #D4D4D2;
    }
    .resumeTop {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        color: #D4D4D2;
    }
    .rButton {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #d4d4d2;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
        transition: 1s;
        
    }
    .rButton:hover {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #d4d4d2;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
    }
    .rBtxt {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;  
    }
    .heroRight {
        width: auto;
        height: auto;
    }
    .hsImage {
        width: 100%;
    }
    .introText {
        display: flex;
        flex-direction: column;
    }
    .whoMe {
        display: flex;
        align-items: center;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: auto;
    }
    .yeahMe {
        align-self: stretch;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .divideOne {
        padding-bottom: 36px;
    }
    .rectangle {
        width: fill;
        height: 4px;
        background: #2ddec0;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 102px;
    }
    .rectangle2 {
        width: fill;
        height: 4px;
        background: #d4d4d2;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 20px;
    }
    .sections {
        color: #D4D4D2;
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 40px;
        padding-top: 10px;
        background-color: transparent;
    }
    .myWork {
        padding-bottom: 32px;
    }
    .goldiePapi {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    
    }
    .gpLeft {
        display: flex;
        align-items: center;
        width: 684px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #28233E;
    }
    .gpCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-left: 32px;
    }
    .gpcaseTitle {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .gpInfo {
        width: auto;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .gpButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #423A66;
        border: none;
        outline: none;
        
    }
    .gpButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #8F42B8;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .gpRight {
        display: flex;
        width: 684px;
        height: 468px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #8F42B8;
    }
    .gpImage {
        width: 75%;
    }
    .ecycleBin {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        padding-top: 102px;
    }
    .ecLeft {
        display: flex;
        align-items: center;
        width: 684px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #296361;
    }
    .ecCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-left: 32px;
    }
    .eccaseTitle {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .ecInfo {
        width: auto;
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .ecButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #296361;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #D4D4D2;
        border: none;
        outline: none;
        
    }
    .ecButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #296361;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #fcd8e6;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .ecRight {
        display: flex;
        width: 684px;
        height: 468px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #ADCFC7;
    }
    .ecImage {
        width: 90%;
    }
    .bounceLeft {
        display: flex;
        align-items: center;
        width: 684px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #002966;
    }
    .bounceCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-left: 32px;
    }
    .bouncecaseTitle {
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .bounceInfo {
        width: auto;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .bounceButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 18px;
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #6f869e;
        border: none;
        outline: none;
        
    }
    .bounceButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 18px;
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #b06b06;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .bounceRight {
        display: flex;
        width: 684px;
        height: 532px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #6f869e;
    }
    .bImage1 {
        max-width: 50%;
        height: auto;
        position: relative;
        display: flex;
        margin: auto;
        padding-top: 8px;
    }
    p {
        display: flex;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        color:#D4D4D2;
        padding-left: 16px;
        padding-right: 16px;
        background-color: transparent;
    }
    .skillsSection {
        display: flex;
        flex-direction: row;
        width: fit-content;
        margin: auto;
    }
    .mySkills {
        width: fit-content;
        height: fit-content;
        display: flex;
        flex-direction: row;
        gap: 25px;
        justify-content: center;
        padding-bottom: 25px;
        flex-wrap: wrap;
    }
    .skillsPara {
        padding-bottom: 16px;
    }
    .progBar {
        margin: 14px;
    }
    .progress {
        width: 368px !important;
        height: 36px !important;
        border-radius: 16px !important;
    }
    .progress-bar {
        text-indent: 20%;
        background-color:#2ddec0;
        font-size: 16px;
        color: #38516D !important;
        font-weight: bold;
    }
    .badgesPara {
        padding-bottom: 8px;
        padding-top: 40px;
    }
    .bling {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .certShield {
        width: 324px;
        height: auto;
    }
    .myPrinc {
        display: flex;
        padding: 0px 24px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 40px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .princBox {
        display: flex;
        width: 380px;
        align-items: flex-start;
        gap: 24px;
        background-color: transparent;
    }
    .arrow {
        height: 198px;
    }
    h5 {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-color: #2ddec0; 
    }
    .princState {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 27px;
        flex-wrap: wrap;
        padding-top: 64px;
    }
    .rectangleF {
        width: fill;
        height: 4px;
        background: #38516D;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 32px;
    }
    
    * {box-sizing:border-box}
    
    .slideshow-container {
        max-width: 560px;
        height: auto;
        position: relative;
        margin: auto;
        display: flex;
    }
    .mySlides {
        max-height: 480px;
        width: auto;
    }
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    .prev:hover, .next:hover {
        background-color:#c177c7;
    }
    .text {
        color: #f2f2f2;
        font-size: 18px;
        padding: 16px 12px;
        width: 90%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: auto;
    }
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        display: none;
    }
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #f2f2f2;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    .active, .dot:hover {
        background-color: #002966;
    }
    .g-fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }
    .dotTrack {
        text-align: center;
        padding: 8px;
    }
    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }
}
/* tablets 481px-768px */
@media only screen and (min-width:481px) and (max-width:768px) {
    head {
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    }
    body {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
        background-color: #0d0d0d;
        background-image: url(Structure/Background_dark.png) ;
    }
    .header {
        position: sticky;
        top: 0;
        background-color: #0d0d0d;
        z-index: 1;
    }
    .headerContent {
        display: none;
        flex-direction: row;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        align-items: center; 
    }
    .dgLogo {
        margin-left: 32px;
        margin-right: auto;
        /* padding-right: 201.72px; */
        margin-top: 16px;
    }
    img, svg {
        vertical-align:baseline;
    }
    .myName {
        display: flex;
        flex-direction: row;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        align-items: center;
    }
    li {
        list-style: none;
    }
    a {
        color: #D4D4D2 !important;
        text-decoration: none !important;
        font-size: 24px !important;
    }
    .nav-bar {
        min-height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-branding {
        font-size: 2rem;
    }
    .nav-link {
        transition: 0.7s ease;
    }
    .nav-item :hover {
        font-size: 24px;
        color: #38516D !important;
        text-decoration: underline !important;
        text-decoration-color: #2ddec0 !important;
        transition: .25s;
    }
    .hamburger {
        display:block;
        cursor: pointer;
        background: none !important;
        margin-right: 32px;
    }
    .bar {
        display:block;
        width: 25px;
        height: 2.5px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #D4D4D2;
    }
    .bar:nth-child(2) {
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        background-color: #2ddec0;
    }
    .nav-menu {
        position: fixed;
        right: -100%;
        top: 96px;
        gap: 0 !important;
        flex-direction: column;
        background-color: #0d0d0d !important;
        width: 216px;
        text-align: center;
        transition: 0.3s;
        border-color: #38516D;
        border-style: solid;
        border-width: 3px;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
        padding:0 !important;
    }
    .nav-item {
        font-size: 24px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        height: 29px;
    }
    .nav-menu.active {
        right: 16px;
    }
    .navBar {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: auto;
        width: auto;
        align-items: center;
        gap: 32px;
        background-color: transparent;
    }
    .menulabel {
        display: flex;
        color: #D4D4D2;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        font-size: 24px;
        transition: .25s;
    
    }
    .menulabel:hover {
        display: flex;
        color: #38516D;
        justify-content: center;
        align-items: center;
        text-decoration: underline;
        text-decoration-color: #2ddec0;
        width: auto;
        height: auto;
        font-size: 24px;
        transition: .25s;
        cursor: pointer;
    }
    .hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 48px;
        flex-wrap: wrap;
        margin-top: 96px;
        margin-left: 16px;
    
    }
    .heroLeft {
        display: flex;
        width: 75%;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        background-color: transparent;
    }
    .h-structure {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }
    .headshot {
        display: flex;
        justify-content: center;
        height: auto;
    }
    .resume {
        display: flex;
        width: auto;
        align-items: center;
        color: #D4D4D2;
    }
    .resumeTop {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        color: #D4D4D2;
    }
    .rButton {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #d4d4d2;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
        transition: 1s;
        
    }
    .rButton:hover {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #d4d4d2;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
    }
    .rBtxt {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;  
    }
    .heroRight {
        width: auto;
        height: auto;
    }
    .hsImage {
        width: 100%;
    }
    .introText {
        display: flex;
        flex-direction: column;
    }
    .whoMe {
        display: flex;
        align-items: center;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: auto;
    }
    .yeahMe {
        align-self: stretch;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .divideOne {
        padding-bottom: 36px;
    }
    .rectangle {
        width: fill;
        height: 4px;
        background: #2ddec0;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 102px;
    }
    .rectangle2 {
        width: fill;
        height: 4px;
        background: #d4d4d2;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 20px;
    }
    .sections {
        color: #D4D4D2;
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 40px;
        padding-top: 10px;
        background-color: transparent;
    }
    .myWork {
        padding-bottom: 32px;
    }
    .goldiePapi {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    
    }
    .gpLeft {
        display: flex;
        align-items: center;
        width: 684px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #28233E;
    }
    .gpCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-left: 32px;
    }
    .gpcaseTitle {
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .gpInfo {
        width: auto;
        color: #EBEBEB;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .gpButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #423A66;
        border: none;
        outline: none;
        
    }
    .gpButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #8F42B8;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .gpRight {
        display: flex;
        width: 684px;
        height: 468px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #8F42B8;
    }
    .gpImage {
        width: 75%;
    }
    .ecycleBin {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        padding-top: 102px;
    }
    .ecLeft {
        display: flex;
        align-items: center;
        width: 684px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #296361;
    }
    .ecCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-left: 32px;
    }
    .eccaseTitle {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .ecInfo {
        width: auto;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .ecButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #296361;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #D4D4D2;
        border: none;
        outline: none;  
    }
    .ecButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #296361;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #fcd8e6;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .ecRight {
        display: flex;
        width: 684px;
        height: 468px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #ADCFC7;
    }
    .ecImage {
        width: 90%;
    }
    .bounceLeft {
        display: flex;
        align-items: center;
        width: 684px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #002966;
    }
    .bounceCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-left: 32px;
    }
    .bouncecaseTitle {
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .bounceInfo {
        width: auto;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .bounceButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 18px;
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #6f869e;
        border: none;
        outline: none;
        
    }
    .bounceButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 18px;
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #b06b06;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .bounceRight {
        display: flex;
        width: 684px;
        height: 532px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #6f869e;
    }
    .bImage1 {
        max-width: 50%;
        height: auto;
        position: relative;
        display: flex;
        margin: auto;
        padding-top: 8px;
    }
    p {
        display: flex;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color:#D4D4D2;
        padding-left: 16px;
        padding-right: 16px;
        background-color: transparent;
    }
    .skillsSection {
        display: flex;
        flex-direction: row;
        width: fit-content;
        margin: auto;
    }
    .mySkills {
        width: fit-content;
        height: fit-content;
        display: flex;
        flex-direction: row;
        gap: 25px;
        justify-content: center;
        padding-bottom: 25px;
        flex-wrap: wrap;
    }
    .skillsPara {
        padding-bottom: 16px;
    }
    .progBar {
        margin: 14px;
    }
    .progress {
        width: 368px !important;
        height: 36px !important;
        border-radius: 16px !important;
    }
    .progress-bar {
        text-indent: 20%;
        background-color:#2ddec0;
        font-size: 16px;
        color: #38516D !important;
        font-weight: bold;
    }
    .badgesPara {
        padding-bottom: 8px;
        padding-top: 40px;
    }
    .bling {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .certShield {
        width: 324px;
        height: auto;
    }
    .myPrinc {
        display: flex;
        padding: 0px 24px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 40px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .princBox {
        display: flex;
        width: 380px;
        align-items: flex-start;
        gap: 24px;
        background-color: transparent;
    }
    .arrow {
        height: 198px;
    }
    h5 {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-color: #2ddec0; 
    }
    .princState {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
        padding-top: 32px;
    }
    .rectangleF {
        width: fill;
        height: 4px;
        background: #38516D;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 32px;
    }
    
    * {box-sizing:border-box}
    
    .slideshow-container {
        max-width: 560px;
        height: auto;
        position: relative;
        margin: auto;
        display: flex;
    }
    .mySlides {
        max-height: 480px;
        width: auto;
    }
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    .prev:hover, .next:hover {
        background-color:#c177c7;
    }
    .text {
        color: #f2f2f2;
        font-size: 18px;
        padding: 16px 12px;
        width: 90%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: auto;
    }
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        display: none;
    }
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #f2f2f2;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    .active, .dot:hover {
        background-color: #002966;
    }
    .g-fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }
    .dotTrack {
        text-align: center;
        padding: 8px;
    }
    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }}
/* samllest, mobile 320px-480px */
@media only screen and (max-width:480px) {
    head {
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    }
    body {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
        background-color: #0d0d0d;
        background-image: url(Structure/Background_dark.png) ;
    }
    .header {
        position: sticky;
        top: 0;
        background-color: #0d0d0d;
        z-index: 1;
    }
    .headerContent {
        display: none;
        flex-direction: row;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        align-items: center; 
    }
    .dgLogo {
        margin-left: 16px;
        margin-right: auto;
        /* padding-right: 201.72px; */
        margin-top: 16px;
    }
    img, svg {
        vertical-align:baseline;
    }
    .myName {
        display: flex;
        flex-direction: row;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        align-items: center;
    }
    li {
        list-style: none;
    }
    a {
        color: #D4D4D2 !important;
        text-decoration: none !important;
        font-size: 24px !important;
    }
    .nav-bar {
        min-height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-branding {
        font-size: 2rem;
    }
    .nav-link {
        transition: 0.7s ease;
    }
    .nav-item :hover {
        font-size: 24px;
        color: #38516D !important;
        text-decoration: underline !important;
        text-decoration-color: #2ddec0 !important;
        transition: .25s;
    }
    .hamburger {
        display:block;
        cursor: pointer;
        background: none !important;
        margin-right: 16px;
    }
    .bar {
        display:block;
        width: 25px;
        height: 2.5px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #D4D4D2;
    }
    .bar:nth-child(2) {
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        background-color: #2ddec0;
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        background-color: #2ddec0;
    }
    .nav-menu {
        position: fixed;
        right: -100%;
        top: 96px;
        gap: 0 !important;
        flex-direction: column;
        background-color: #0d0d0d !important;
        width: 216px;
        text-align: center;
        transition: 0.3s;
        border-color: #38516D;
        border-style: solid;
        border-width: 3px;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
        padding:0 !important;
    }
    .nav-item {
        font-size: 24px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        height: 29px;
    }
    .nav-menu.active {
        right: 8px;
    }
    .navBar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
        width: auto;
        align-items: center;
        gap: 4px;
        background-color: transparent;
    }
    .menulabel {
        display: flex;
        color: #D4D4D2;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        font-size: 24px;
        transition: .25s;
    
    }
    .menulabel:hover {
        display: flex;
        color: #38516D;
        justify-content: center;
        align-items: center;
        text-decoration: underline;
        text-decoration-color: #2ddec0;
        width: auto;
        height: auto;
        font-size: 24px;
        transition: .25s;
        cursor: pointer;
    }
    .hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 48px;
        flex-wrap: wrap;
        margin-top: 96px;
        margin-left: 16px;
    
    }
    .heroLeft {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        background-color: transparent;
    }
    .h-structure {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }
    .headshot {
        display: flex;
        justify-content: center;
        max-width: 468px;
        height: auto;
    }
    .resume {
        display: flex;
        width: auto;
        align-items: center;
        color: #D4D4D2;
    }
    .resumeTop {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        color: #D4D4D2;
    }
    .rButton {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #d4d4d2;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
        transition: 1s;
        
    }
    .rButton:hover {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #d4d4d2;
        background-color: #38516D;
        width: 96px;
        height: 96px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        border: none;
        outline: none;
    }
    .rBtxt {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;  
    }
    .heroRight {
        width: auto;
        height: auto;
    }
    .hsImage {
        width: 90%;
    }
    .introText {
        display: flex;
        flex-direction: column;
    }
    .whoMe {
        display: flex;
        align-items: center;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: auto;
    }
    .yeahMe {
        align-self: stretch;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .divideOne {
        padding-bottom: 36px;
    }
    .rectangle {
        width: fill;
        height: 4px;
        background: #2ddec0;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 102px;
    }
    .rectangle2 {
        width: fill;
        height: 4px;
        background: #d4d4d2;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 20px;
    }
    .sections {
        color: #D4D4D2;
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 40px;
        padding-top: 10px;
        background-color: transparent;
    }
    .myWork {
        padding-bottom: 32px;
    }
    .goldiePapi {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        align-self: stretch;
        flex-wrap: wrap;
    
    }
    .gpLeft {
        display: flex;
        align-items: center;
        width: 416px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #28233E;
    }
    .gpCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-left: 16px;
    }
    .gpcaseTitle {
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .gpInfo {
        width: auto;
        color: #EBEBEB;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .gpButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #423A66;
        border: none;
        outline: none;
        
    }
    .gpButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #8F42B8;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .gpRight {
        display: flex;
        width: 416px;
        height: 468px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #8F42B8;
    }
    .gpImage {
        width: 75%;
    }
    .ecycleBin {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        align-self: stretch;
        flex-wrap: wrap;
        padding-top: 102px;
    }
    .ecLeft {
        display: flex;
        align-items: center;
        width: 416px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #296361;
    }
    .ecCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-left: 16px;
    }
    .eccaseTitle {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .ecInfo {
        width: auto;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .ecButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #296361;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #D4D4D2;
        border: none;
        outline: none;
        
    }
    .ecButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 24px;
        color: #296361;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #fcd8e6;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .ecRight {
        display: flex;
        width: 416px;
        height: 468px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #ADCFC7;
    }
    .ecImage {
        width: 90%;
    }
    .bounceLeft {
        display: flex;
        align-items: center;
        width: 416px;
        height: 468px;
        border-radius: 24px 24px 0px 0px;
        background: #002966;
    }
    .bounceCase {
        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-left: 16px;
    }
    .bouncecaseTitle {
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
    }
    .bounceInfo {
        width: auto;
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .bounceButt {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 18px;
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #6f869e;
        border: none;
        outline: none;
        
    }
    .bounceButt:hover {
        display: flex;
        padding: 8px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 18px;
        color: #d4d4d2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: #b06b06;
        text-decoration: underline;
        border: none;
        outline: none;
        transition: .5s;
    }
    .bounceRight {
        display: flex;
        width: 416px;
        height: 532px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 24px 24px;
        background: #6f869e;
    }
    .bImage1 {
        max-width: 50%;
        height: auto;
        position: relative;
        display: flex;
        margin: auto;
        padding-top: 8px;
    }
    p {
        display: flex;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color:#D4D4D2;
        padding-left: 16px;
        padding-right: 16px;
        background-color: transparent;
    }
    .skillsSection {
        display: flex;
        flex-direction: row;
        width: fit-content;
        margin: auto;
    }
    .mySkills {
        width: fit-content;
        height: fit-content;
        display: flex;
        flex-direction: row;
        gap: 25px;
        justify-content: center;
        padding-bottom: 25px;
        flex-wrap: wrap;
    }
    .skillsPara {
        padding-bottom: 16px;
    }
    .progBar {
        margin: 14px;
    }
    .progress {
        width: 300px !important;
        height: 36px !important;
        border-radius: 16px !important;
    }
    .progress-bar {
        text-indent: 20%;
        background-color:#2ddec0;
        font-size:16px;
        color: #38516D !important;
        font-weight: bold;
    }
    .badgesPara {
        padding-bottom: 8px;
        padding-top: 40px;
    }
    .bling {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .certShield {
        width: 324px;
        height: auto;
    }
    .myPrinc {
        display: flex;
        padding: 0px 24px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 40px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .princBox {
        display: flex;
        width: 380px;
        align-items: flex-start;
        gap: 24px;
        background-color: transparent;
    }
    .arrow {
        height: 198px;
    }
    h5 {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-color: #2ddec0; 
    }
    .princState {
        color: #D4D4D2;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .footer {
        display: flex;
        flex-direction: column;
        align-content: center;
        gap: 16px;
        flex-wrap: wrap;
        padding-top: 32px;
    }
    .rectangleF {
        width: fill;
        height: 4px;
        background: #38516D;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 32px;
    }
    
    * {box-sizing:border-box}
    
    .slideshow-container {
        max-width: 560px;
        height: auto;
        position: relative;
        margin: auto;
        display: flex;
    }
    .mySlides {
        max-height: 480px;
        width: auto;
    }
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    .prev:hover, .next:hover {
        background-color:#c177c7;
    }
    .text {
        color: #f2f2f2;
        font-size: 18px;
        padding: 16px 12px;
        width: 90%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: auto;
    }
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        display: none;
    }
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #f2f2f2;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    .active, .dot:hover {
        background-color: #002966;
    }
    .g-fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }
    .dotTrack {
        text-align: center;
        padding: 8px;
    }
    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }}
}