@import url(reset.css);



.titan-one-regular {
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-antique-b1-regular {
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.special-gothic-expanded-one-regular {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}
body {
  background-color: black;
  background-image: url(images/starsbackground.png);
  padding: 30px;
  padding-top: 80px;
  overflow-x: hidden;
}
.nav * {
  box-sizing: border-box;
}
#grad1 {
  height: 3px;
  background-color: white; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, black , white, black);
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    max-width: 100%;
    right: 0;
    background-color: rgba(0,0,0,0.98);
    z-index: 1000 !important;
    margin: 0;
    padding: 0;
    height: auto;
    box-sizing: border-box;
}
.name{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}

.hamburger {
    display: none;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .hamburger {
        flex-shrink: 0;
        display: block;
        background: none;
        border: none;
        cursor: pointer;
        padding: 5px;
        z-index: 100;
        margin-left: auto;
    }
    
    .hamburger span {
        display: block;
        width: 30px;
        height: 3px;
        background: white;
        margin: 5px 0;
        transition: 0.3s;
        border-radius: 3px;
    }
    
    .hamburger.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    
    .nav {
        padding: 0 !important;
    }
    
    .name {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 8px 5px 8px;
        margin: 0;
        width: 100%;
        gap: 0;
    }
    
    .navtitle {
        flex: 1;
        justify-content: flex-start;
        padding: 0 8px 0 0;
        flex-wrap: nowrap;
    }
    
    .navlist {
        position: fixed;
        top: 120px;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.98);
        flex-direction: column;
        gap: 0;
        padding: 20px 10px;
        margin: 0;
        display: none;
        z-index: 1000;
        transform: translateY(-10px);
        opacity: 0;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

    .navlist li {
        padding: 0 15px;
        width: 100%;
        text-align: center;
    }
    
    .navlist.active {
        display: flex;
        transform: translateY(0);
        opacity: 1;
    }
    
    .navlist li {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
    
    .navlist img {
        display: none;
    }
    
    body {
        padding-top: 120px;
    }
}
.navtitle{
    display: flex;
    flex-direction: row;
    align-items: center;
}
    .navtitle .navstar{
    height: 40px;
    margin-left: 10px;
    flex-shrink: 1;
}
.navlist{
    display: flex;
    flex-direction: row;
    gap: 15px;
    font-family: Special Gothic Expanded One;
    color: white;
    text-align: center;
    font-size: 30px;
}
.navstar1{
    height: 20px;
    align-self: center;
    transform: rotate(45deg);
}
.navstar2{
    height: 20px;
    align-self: center;
}
.navstar3{
    height: 20px;
    align-self: center;
    transform: rotate(-45deg);
}
a{
    text-align: center;
    display: inline-block;
    color: white;
    text-decoration: none;
    transition: .25s;
}
a:hover{
    transform: scale(1.1);
}
h1{
    font-family: titan one;
    color: white;
    text-align: center;
    font-size: 50px;
}
.intro{
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.introText{
    font-family: titan one;
    color: white;
    text-align: left;
    font-size: 80px;
}
.rotating-text{
    margin-left: 10px;
    color: #ffffff;
    font-family: 'Special Gothic Expanded One';
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
    position: absolute;
}
.rotating-text-1{
    opacity: 1;
}
.rotating-text-2{
    opacity: 0;
}
.introTitle{
    margin-top: 100px;
}
.meimage{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 500px;
    box-sizing: border-box;
    background-image: url(images/meimg.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
    min-width: 300px;
    max-width: 90vw;
    min-height: 375px;
}
.meimage2{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 500px;
    box-sizing: border-box;
    background-image: url(images/meimage3.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
    min-width: 300px;
    max-width: 90vw;
    min-height: 375px;
}
.workimage1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/amwebsite.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.workimage2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/chorecloud.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.workimage3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/socal\ media\ ad\ B.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.workimage5{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/star.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.webimage1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/amwebsite.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.webimage2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/brcweb.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.webimage3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/galaxyweb.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.promockimage1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/VITALISIZING.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.promockimage2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/boxmodel.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.adimage1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/socal\ media\ ad\ A.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.adimage2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/socal\ media\ ad\ B.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.adimage3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/socal\ media\ ad\ C.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.timage1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/tshirtdesign_Design4-24.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.timage2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/tshirtdesign_Design1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.timage3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/tshirtdesign_Design3Art.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.posimage1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/The\ Neighbourhood\ \(1\).png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.posimage2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/amposa.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.posimage3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/amposb.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.mockimage1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/dahill.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.mockimage2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/yum.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.miscimage1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/abby.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.miscimage2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/tre4e.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.logogimage1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/VitalisLogoFull.png);
    background-size: 250px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.logogimage2{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/cclogo.png );
    background-size: fill;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.logogimage3{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/logonocircle.svg);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.phoimage1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(photography/starbeam.jpg);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.phoimage2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(photography/sleby.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.meNStar{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.introstar{
    height: 80px;
    margin-left: 20px;
}
.meimgandstars{
    position: relative;
    display: inline-block;
    height: 500px;
    width: 400px;
}
.workandstars{
    position: relative;
    display: inline-block;
    height: 400px;
    width: 600px;
}
.workandstars2{
    position: relative;
    display: inline-block;
    height: 400px;
    width: 200px;
}
.workandstars3{
    position: relative;
    display: inline-block;
    height: 400px;
    width: 400px;
}
.workandstars4{
    position: relative;
    display: inline-block;
    height: 400px;
    width: 200px;
}
.workandstars5{
    position: relative;
    display: inline-block;
    height: 600px;
    width: 400px;
}
.workandstars6{
    position: relative;
    display: inline-block;
    height: 400px;
    width: 400px;
}
.mestar1{
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    translate: -50% -50%;
    transform: rotate(90deg);
}
.mestar2{
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 15;
    translate: 50% 50%;
    transform: rotate(45deg);
}
.mestar3{
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15;
    translate: 50% -50%;
    transform: rotate(45deg);
}
.mestar4{
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 15;
    translate: -50% 50%;
    transform: rotate(45deg);
}
.mestar12{
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    translate: -50% -50%;
    transform: rotate(-15deg);
}
.designerey{
    font-family: Special Gothic Expanded One;
    color: white;
    font-size: 40px;
    margin-top: 20px;
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.1;
}
.desc{
    font-family: Shippori Antique B1;
    color: white;
    font-size: 30px;
    margin-top: 20px;
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.1;
}

.mobile-rotator-container {
    position: relative;
    display: inline-block;
    height: 1.2em;
    line-height: 1.2;
    vertical-align: baseline;
}
.gradunder{
    margin-top: 60px;
}
.navgrad{
    position: fixed;
    z-index: 99;
    top: 200px;
}
.about{
    margin-top: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 67px;
    margin-right: 67px;
}
.projin{
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.projText{
    font-size: 90px;
}
.projstar{
    height: 100px;
}
.websites{
    margin-top: 100px;
    width: 90%;
    display: flex;
    justify-self: center;
    flex-direction: column;
}
.firsttwo{
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.firstthree{
    display: flex;
    align-self: center;
}
.secondthree{
    display: flex;
    justify-content: space-between;
}
.secondfour{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.meNStarabt{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.meNStarabt2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.meNStarproj{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
p{
    font-family: Shippori Antique B1;
    color: white;
    font-size: 20px;
    line-height: 30px;
}
.aboutMeText{
    margin-top: 40px;
    font-size: 25px;
    font-family: Special Gothic Expanded One ;
}
.aboutMeTextbr{
    margin-top: 10px;
}
.yap{
    width: 875px;
}
.aboutTitle{
    margin-top: -40px;
}
.workHome{
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 67px;
    margin-right: 67px;
}
.workThree{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
    gap: 10px;
}
.work-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.worktitle1{
    font-family: Special Gothic Expanded One;
    color: white;
    font-size: 25px;
    padding: 10px;
    background-color: black;
    border: 10px solid white;
    border-radius: 20px;
    translate: 0 -30px;
}
.overlay {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  color: white;
  font-size: 20px;
  font-weight: bold;

  background: rgba(0, 0, 0, 0.55);
  opacity: 0;

  transition: opacity 0.4s ease;
}
.work-item:hover .image {
  filter: grayscale(100%) brightness(0.5);
}
.work-item:hover .overlay {
  opacity: 1;
}
.overlayh1{
    font-family: Special Gothic Expanded One;
    color: white;
    font-size: 35px;
    padding: 10px;
}
.resumeandstars{
    position: relative;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    height: 440px;
}
.resumeThree{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}
.resumeimage{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url(images/Curtis\ Resume\ -\ Updated\ \(B&W\).png);
    background-size: cover;
    background-position: center;
    margin: 0;
    border: 10px solid white;
    border-radius: 20px;
}
.instruction{
    font-family: Special Gothic Expanded One;
    color: white;
    font-size: 40px;
    margin-top: 20px;
    position: relative;
}

.modal {
  display: none; 
  position: fixed;
  z-index: 100;
  padding-top: 50px; 
  left: 0;
  top: 7%;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  justify-content: center;
}


.modal-content {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 900px;
  width: calc(100% - 40px);
  z-index: 100;
  position: relative;
  border-radius: 20px;
}

.close {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #ffffff;
  font-size: clamp(24px, 6vw, 36px);
  font-weight: bold;
  z-index: 102;
  cursor: pointer;
  padding: 4px;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
  line-height: 1;
  user-select: none;
}

.close:hover,
.close:focus {
  color: white;
  transform: scale(1.2);
  text-decoration: none;
}
.modalimg{
    width: 100%;
    max-width: 900px;
    height: auto;
}
.marquee {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  margin-top: 40px;
  margin-bottom: 80px;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 10s linear infinite;
}
.item {
  padding: 0 40px;
  font-size: 20px;
  white-space: nowrap;
  width: 100px;
  height: 175px;
  margin-left: 10px;
  margin-right: 10px;
}
.item1 {
  padding: 0 40px;
  font-size: 20px;
  white-space: nowrap;
  width: 300px;
  height: 175px;
  margin-left: 10px;
  margin-right: 10px;
}
.viewall{
    display: none;
}
.viewres{
    display: none;
}
.designereym{
    display: none;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-track:hover {
  animation-play-state: paused;
}
#cert1{
    background-image: url(images/osha.jpg);
    background-size: cover;
    background-position: center;
}
#cert2{
    background-image: url(images/word.png);
    background-size: cover;
    background-position: center;
}
#cert3{
    background-image: url(images/powerpoint.png);
    background-size: cover;
    background-position: center;
}
#cert4{
    background-image: url(images/htmlcss.png);
    background-size: cover;
    background-position: center;
}
#cert5{
    background-image: url(images/illustrator.png);
    background-size: cover;
    background-position: center;
}
#cert6{
    background-image: url(images/visualdesign.png);
    background-size: cover;
    background-position: center;
}
#cert7{
    background-image: url(images/photoshop.png);
    background-size: cover;
    background-position: center;
}
.certmodalcontent1 {
  padding: 20px;
  width: 1000px;
  max-height: 80vh;
  z-index: 100;
  background-color: black;
  border: 10px solid white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow-y: auto;
}
.certmodalcontent12 {
  padding: 20px;
  width: 1000px;
  height: 600px;
  z-index: 100;
  background-color: black;
  border: 10px solid white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.close{
    display: flex;
}
.certimage2{
    width: 200px;
    height: 200px;
    background-image: url(images/word.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
    margin-right: 0px;
}
.certtext{
    width: 600px;
}
.certiftext{
    text-align: left;
}
.certiftitle{
    text-align: left;
    font-size: 40px;
}
.certmodal2{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-direction: row;
}
.certimage3{
    width: 200px;
    height: 200px;
    background-image: url(images/powerpoint.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
    margin-right: 0px;
}
.certmodal3{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-direction: row;
}
.certimage4{
    width: 200px;
    height: 200px;
    background-image: url(images/htmlcss.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
    margin-right: 0px;
}
.certmodal4{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-direction: row;
}
.certimage5{
    width: 200px;
    height: 200px;
    background-image: url(images/illustrator.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
    margin-right: 0px;
}
.certmodal5{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-direction: row;
}
.certimage6{
    width: 200px;
    height: 200px;
    background-image: url(images/visualdesign.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
    margin-right: 0px;
}
.certmodal6{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-direction: row;
}
.certimage7{
    width: 200px;
    height: 200px;
    background-image: url(images/photoshop.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
    margin-right: 0px;
}
.certmodal7{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-direction: row;
}
h3{
    animation: pules 4s infinite;
    font-family: shippori antique B1;
    font-size: 20px;
    margin-top: 20px;
}
@keyframes pules {
    0%{ color:black;}
    50%{ color: white;}
    100%{ color: black;}
}
.projecttext{
    text-align: center;
}
.projecttext2{
    text-align: left;
}
.projmodalcontent1 {
  padding: 20px;
  width: 1000px;
  max-height: 80vh;
  z-index: 100;
  background-color: black;
  border: 10px solid white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow-y: auto;
}
.projectmodal1{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-direction: column;
    height: 100%;
}
.projectmodal2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    align-self: center;
    justify-self: center;
    position: relative; /* For absolute positioning of selectionnat */
}

.projectmodal1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.projectimage{
    width: 600px;
    height: 350px;
    background-image: url(images/amwebsite.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage2{
    width: 600px;
    height: 350px;
    background-image: url(images/brcweb.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage3{
    width: 600px;
    height: 350px;
    background-image: url(images/galaxyweb.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage4{
    width: 220px;
    height: 500px;
    background-image: url(images/chorecloud.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
    align-items: center;
}
.projectimage5{
    width: 600px;
    height: 350px;
    background-image: url(images/dahill.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage6{
    width: 220px;
    height: 500px;
    background-image: url(images/yum.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
    align-items: center;
}
.projectimage7{
    width: 200px;
    height: 300px;
    background-image: url(images/VitalisLogoFull.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
    align-items: center;
}
.projectimage8{
    width: 300px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 15px;
    background-image: url(images/cclogo.png);
    background-size: fill;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-self: center;
    align-items: center;
}
.projectimage9{
    width: 300px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 15px;
    background-image: url(images/logonocircle.svg);
    background-size: fill;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-self: center;
    align-items: center;
}
.projectimage10{
    width: 1000px;
    height: 400px;
    background-image: url(images/The\ Neighbourhood\ \(1\).png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
    align-items: center;
}
.projectimage11{
    width: 600px;
    height: 400px;
    background-image: url(images/amposa.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
    align-items: center;
}
.projectimage12{
    width: 600px;
    height: 400px;
    background-image: url(images/amposb.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
    align-items: center;
}
.projectimage13{
    width: 600px;
    height: 350px;
    display: flex;
    align-self: center;
}
.projectimage14{
    width: 350px;
    height: 350px;
    background-image: url(images/socal\ media\ ad\ A.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage15{
    width: 350px;
    height: 350px;
    background-image: url(images/socal\ media\ ad\ B.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage16{
    width: 350px;
    height: 350px;
    background-image: url(images/socal\ media\ ad\ C.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage17{
    width: 250px;
    height: 350px;
    background-image: url(images/tshirtdesign_Design4-24.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage18{
    width: 250px;
    height: 350px;
    background-image: url(images/tshirtdesign_Design1.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage19{
    width: 250px;
    height: 350px;
    background-image: url(images/tshirtdesign_Design3Art.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage20{
    width: 500px;
    height: 350px;
    background-image: url(photography/starbeam.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage21{
    width: 500px;
    height: 350px;
    background-image: url(photography/pondwindow.jpg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-self: center;
}
.projectimage22{
    width: 500px;
    height: 350px;
    background-image: url(photography/whimseyforest.jpg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-self: center;
}
.projectimage23{
    width: 500px;
    height: 350px;
    background-image: url(photography/fog.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage24{
    width: 500px;
    height: 350px;
    background-image: url(photography/milkyway.jpg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-self: center;
}
.projectimage25{
    width: 500px;
    height: 350px;
    background-image: url(photography/sleby.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage26{
    width: 500px;
    height: 350px;
    background-image: url(photography/miranna.JPG);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage27{
    width: 500px;
    height: 350px;
    background-image: url(photography/kit1.JPG);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage28{
    width: 500px;
    height: 350px;
    background-image: url(photography/swing.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-self: center;
}
.projectimage29{
    width: 500px;
    height: 350px;
    background-image: url(photography/stomp.JPG);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-self: center;
}
.projectimage30{
    width: 500px;
    height: 350px;
    background-image: url(energy/WebsiteMockup/Website\ Mockup\ Final.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage31{
    width: 500px;
    height: 350px;
    background-image: url(energy/CanDesignFinal/forbiddenfruit.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage32{
    width: 500px;
    height: 350px;
    background-image: url(energy/CanDesignFinal/serpentsin.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage33{
    width: 500px;
    height: 350px;
    background-image: url(energy/CanDesignFinal/eyeofthecreator.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.projectimage34{
    width: 500px;
    height: 350px;
    background-image: url(energy/3dModels/Renders/CanModelFlavors.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-self: center;
}
.modalselector{
    display: flex;
    flex-direction: row;
    gap: 10px;
    z-index: 10;
    align-self: center;
}
.selections{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.select{
    width: 40px;
    height: 40px;
    border: white 2px solid;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.projectmodal14{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-direction: column;
    height: 100%;
}
.selector:hover {
    transform: scale(1.1);
}
#tsa{
    background-image: url(images/tshirtdesign_Design4-24.png);
    background-size: cover;
    background-position: center;
}
#tsb{
    background-image: url(images/tshirtdesign_Design1.png);
    background-size: cover;
    background-position: center;
}
#tsc{
    background-image: url(images/tshirtdesign_Design3Art.png);
    background-size: cover;
    background-position: center;
}
#vada{
    background-image: url(images/socal\ media\ ad\ A.png);
    background-size: cover;
    background-position: center;
}
#vadb{
    background-image: url(images/socal\ media\ ad\ B.png);
    background-size: cover;
    background-position: center;
}
#vadc{
    background-image: url(images/socal\ media\ ad\ C.png);
    background-size: cover;
    background-position: center;
}
#starry{
    background-image: url(photography/starbeam.jpg);
    background-size: cover;
    background-position: center;
}
#window{
    background-image: url(photography/pondwindow.jpg);
    background-size: cover;
    background-position: center;
}
#whimsey{
    background-image: url(photography/whimseyforest.jpg);
    background-size: cover;
    background-position: center;
}
#fog{
    background-image: url(photography/fog.jpg);
    background-size: cover;
    background-position: center;
}
#beach{
    background-image: url(photography/beach.jpg);
    background-size: cover;
    background-position: center;
}
#milky{
    background-image: url(photography/milkyway.jpg);
    background-size: cover;
    background-position: center;
}
#blur{
    background-image: url(photography/blurry.jpg);
    background-size: cover;
    background-position: center;
}
#shel{
    background-image: url(photography/sleby.png);
    background-size: cover;
    background-position: center;
}
#mir{
    background-image: url(photography/miranna.JPG);
    background-size: cover;
    background-position: center;
}
#kit{
    background-image: url(photography/kit1.JPG);
    background-size: cover;
    background-position: center;
}
#aud{
    background-image: url(photography/swing.png);
    background-size: cover;
    background-position: center;
}
#stom{
    background-image: url(photography/stomp.JPG);
    background-size: cover;
    background-position: center;
}
#webc{
    background-image: url(energy/WebsiteMockup/Website\ Mockup\ Final.png);
    background-size: cover;
    background-position: center;
}
#cana{
    background-image: url(energy/CanDesignFinal/forbiddenfruit.png);
    background-size: cover;
    background-position: center;
}
#canb{
    background-image: url(energy/CanDesignFinal/serpentsin.png);
    background-size: cover;
    background-position: center;
}
#canc{
    background-image: url(energy/CanDesignFinal/eyeofthecreator.png);
    background-size: cover;
    background-position: center;
}
#can3d{
    background-image: url(energy/3dModels/Renders/CanModelFlavors.png);
    background-size: cover;
    background-position: center;
}


@media (max-width: 1024px) and (min-width: 769px) {
    /* Tablet adjustments */
    body {
        padding: 20px;
    }
    .about, .workHome {
        margin-left: 30px;
        margin-right: 30px;
        flex-direction: column;
        gap: 15px;
    }
    .introText {
        font-size: 50px;
    }
    h1 {
        font-size: 35px;
    }
    .designerey {
        font-size: 28px;
    }
    .yap {
        width: 70%;
    }
    .workThree {
        flex-direction: column;
        gap: 20px;
    }
    body{
        overflow-x: hidden;
        padding: 10px;
    }
}

@media (max-width: 768px) {
    body{
        overflow-x: hidden;
        padding: 200px;
    }
    /* Small tablet / large mobile - stacked work section */
    .hamburger {
        flex-shrink: 0;
        display: block;
        background: none;
        border: none;
        cursor: pointer;
        padding: 5px;
        z-index: 100;
        margin-left: auto;
    }
    
    .hamburger span {
        display: block;
        width: 30px;
        height: 3px;
        background: white;
        margin: 5px 0;
        transition: 0.3s;
        border-radius: 3px;
    }
    
    .hamburger.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    
    .nav {
        padding: 0 !important;
    }
    
    .name {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 8px 5px 8px;
        margin: 0;
        width: 100%;
        gap: 0;
    }
    
    .navtitle {
        flex: 1;
        justify-content: flex-start;
        padding: 0 8px 0 0;
        flex-wrap: nowrap;
    }

    
    .navlist {
        position: fixed;
        top: 120px;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.98);
        flex-direction: column;
        gap: 0;
        padding: 20px 10px;
        margin: 0;
        display: none;
        z-index: 999;
        transform: translateY(-10px);
        opacity: 0;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

    .navlist li {
        padding: 0 15px;
        width: 100%;
        text-align: center;
    }
    
    .navlist.active {
        display: flex;
        transform: translateY(0);
        opacity: 1;
    }
    
    .navlist li {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
    
    .navlist img {
        display: none;
    }
    
    body {
        padding-top: 120px; /* Matches fixed navbar height */
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }
    
    .intro {
        flex-direction: column;
        margin-top: 20px;
        gap: 15px;
        text-align: center;
    }
    
    .introText {
        font-size: 35px;
        margin-top: 20px;
    }
    
    .introTitle {
        margin-top: 10px;
    }
    
    .aboutTitle, .resumeTitle, .aboutTitle:nth-child(1) {
        margin-top: 30px;
    }
    
    .about, .workHome {
        margin: 0;
        padding: 10px;
        flex-direction: column;
        gap: 15px;
    }
    
    .yap {
        width: 100%;
    }
    
    .aboutMeText {
        font-size: 18px;
    }
    
    p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .workThree {
        flex-direction: column  ;
        gap: 15px;
        margin-top: 20px;
    }
    
    .workandstars, .workandstars2, .workandstars3 {
        height: 250px  ;
        width: 100%  ;
        max-width: none;
    }
    
    .worktitle1 {
        font-size: 16px;
        translate: 0 -15px;
        padding: 6px;
        border-width: 5px;
    }
    
    /* Enhanced mobile .designerey styles */
    .designerey {
        font-size: 26px !important;
        line-height: 1.15 !important;
        text-align: left !important;
        display: block !important;
        flex-wrap: wrap;
    }
    .rotating-text {
        position: absolute !important;
        font-size: inherit !important;
        margin-left: 8px;
        width: 120px !important; /* Fixed width for longest word "mockups" */
    }

    /* Disable resume modal on mobile - no hover/image effects */
    .resumeThree:hover .overlay,
    .resumeThree .overlay {
        display: none  ;
        opacity: 0  ;
        pointer-events: none  ;
    }
    
    .resumeThree:hover .resumeimage {
        filter: none  ;
    }

    /* Responsive modals for tablets/mobile */
    .modal {
        padding: 5vw;
        align-items: center;
    }

    .modal-content,
    .certmodalcontent1 {
        max-width: 95vw  ;
        max-height: 90vh  ;
        width: auto  ;
        height: auto  ;
        padding: 15px;
        box-sizing: border-box;
        overflow-y: auto;
        display: flex  ;
        flex-direction: column  ;
        align-items: center  ;
        justify-content: center  ;
        margin: auto  ;
    }

    .modalimg {
        width: 100%  ;
        max-width: 90vw  ;
        height: auto  ;
        max-height: 70vh  ;
    }

    .certmodal2,
    .certmodal3,
    .certmodal4,
    .certmodal5,
    .certmodal6,
    .certmodal7 {
        flex-direction: column;
        gap: 20px  ;
        align-items: center;
        width: 100%;
    }
    
    /* Images on top in cert modals mobile */
    .certmodal2 .certimage2,
    .certmodal3 .certimage3,
    .certmodal4,
    .certmodal5 .certimage5,
    .certmodal6 .certimage6,
    .certmodal7 .certimage7 {
        order: -1;
        margin-bottom: 20px;
        width: 60vw  ;
        max-width: 200px  ;
        height: 200px  ;
        background-size: cover  ;
        border-radius: 10px;
    }

    .certimage4{
        min-width: 200px;
    }

    .certiftitle {
        font-size: clamp(20px, 6vw, 32px)  ;
    }

    .certiftext {
        font-size: clamp(12px, 3.5vw, 16px)  ;
        line-height: 1.4;
    }

    .close {
        font-size: clamp(20px, 8vw, 28px)  ;
    }
}

@media (max-width: 480px) {
    .introText {
        font-size: 35px;
    }
    
    h1 {
        font-size: 30px;
    }
    
    .designerey {
        font-size: 18px !important;
        line-height: 1.2 !important;
    }
    
    .meimgandstars {
        height: 350px;
        width: 100%;
    }
    
    .aboutMeText {
        font-size: 20px;
    }
    
    .worktitle1 {
        font-size: 20px;
    }
    
    .overlayh1 {
        font-size: 25px;
    }
    
    body {
        padding: 20px;
        font-size: 16px;
        overflow-x: hidden;
    }
    
    .intro {
        margin-top: 60px;
    }
    
    .navlist {
        font-size: 24px;
        position: absolute;
        top: 80px;
    }
    .nav{
        position: fixed;
        top: 0;
    }
    .item{
    padding: 0 40px;
    font-size: 20px;
    white-space: nowrap;
    width: 20px;
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
    }
    .item1{
    padding: 0 40px;
    font-size: 20px;
    white-space: nowrap;
    width: 200px;
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
    }
    .workThree{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .viewall{
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
        translate: 0 -50px;
    }
    .viewres{
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }
    .meimgandstars{
        margin-top: 20px;
    }
    .meNStarabt2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    /* Extra small screen optimizations */
    .modal-content,
    .certmodalcontent1 {
        max-width: 98vw  ;
        padding: 3vw  ;
    }

    .certimage2,
    .certimage3,
    .certimage4,
    .certimage5,
    .certimage6,
    .certimage7 {
        width: min(50vw, 150px)  ;
    }

    .certtext {
        width: 100%  ;
        padding: 0 10px;
    }
    #imgase {
        display: block !important;
    }
    .designerey {
        display: block !important;
    }
    .designereym {
        display: none !important;
    }
}

.dropdown {
  position: relative;
  z-index: 1000;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, transparent 0%, transparent 7px, black 7px);
  min-width: 300px;
  flex-direction: column;
  gap: 0;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateX(-50%) translateY(-10px);
  list-style: none;
  padding: 10px;
  margin: 0;
}

.dropdown:hover .dropdown-menu,
.dropdown .dropdown-menu:hover {
  display: flex;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a {
  font-size: 24px;
  padding: 12px 20px;
  white-space: nowrap;
  display: block;
  font-family: 'Special Gothic Expanded One';
}

.dropdown-menu a:hover {
  transform: scale(1.05);
  background: rgba(255,255,255,0.1);
}

/* Hide dropdown on mobile */
@media (max-width: 1024px) {
  .dropdown-menu {
    display: none !important;
  }
}
