body{
   background-image: url('images/index-background.png');
   background-color: #151515;
#  background-image: linear-gradient(
#    75deg,
#    hsl(240deg 70% 49%) 0%,
#    hsl(293deg 80% 49%) 40%,
#    hsl(253deg 75% 49%) 11%,
#    hsl(267deg 80% 49%) 20%,
#    hsl(280deg 85% 49%) 30%
#  );

   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: 100% 100%;

   margin: 0 auto;
   padding-bottom: 30px;
   width: 1000px;
   color: #ffffff;
   font: Comic Sans MS;
#   border-style: solid;
}

tab {
   display: inline-block;
   padding-left: 50px;
}
tab_sml {
   display: inline-block;
   padding-left: 25px;
}
end {
   display: block;
   height: 20px;
}


.header {
   display: block;
   position: relative;
   margin-top: 10px;
   width: 702;
   height: 200px;
   align: center;
   left: 260px;
#   border-style: solid;

#   background-color: #3d3433;
}
.hdr_logo {
   display: block;
   position: absolute;
}

.profile_circle_outter {
   display: block;
   position: relative;
   margin: auto;
#   margin-bottom: 50px;
   top: 10px;
   height: 235px;
   width: 235px;
   border-radius: 50%;
   #background-color: #3d3433;
   background-color: rgba(61, 52, 51, 0.75);
   cursor: pointer;
#   box-shadow: 3px 3px 4px rgba(227, 192, 39, 0.90);
}
.profile_picture {
   display: block;
   position: relative;
   margin: auto;
   top: 3px;
   height: 235px;
   width: 235px;
   border-radius: 50%;
   background-size: 100% 100%;
}




.hdr_title {
   display: block;
   position: absolute;
   font: 56px Comic Sans MS;
   color: rgba(255, 0, 77, 1.00);
}
.hdr_subtitle {
   display: flex;
   position: absolute;
   top: 85px;
   left: 50%;
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   color: #ffffff;
   font: 16px Comic Sans MS;
}
.hdr_contact{
   display: block;
   width: 225px;
   text-align: center;
}

.hdr_blurb_right {
   display: flex;
   position: absolute;
#   left: 24px;
#   right: 0px;
   top: 135px;
   width: 660px;
#   border-style: solid;
   left: 50%;
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);


 }
.hdr_blurb{
   display: inline-block;
   position: relative;
   height: 50%;
}
.hdr_blurb_title_area {
   display: block;
   position: relative;
   width: 200px;
   height: 35px;
#   border-style: solid;
   border-radius: 10px;
   background: rgba(168, 243, 69, 1.0);
}
.hdr_blurb_title {
   display: block;
   position: relative;
   margin: auto;
   top: 50%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;
#   color: rgba(0, 132, 98, 1.0);
   color: rgba(117, 32, 210, 1.00);
   font: 16px Tahoma;
}



.footer {
   display: block;
   position: relative;
   height: 240px;
   margin-top: 25px;
#   margin-bottom: 10px;
   background-color: rgba(0, 226, 189, 1.00);
   border-radius: 10px;
   color: #ffffff;
#   border-style: solid;
   font: 26px Comic Sans MS;
}
.footer_tagline{
   display: flex;
   position: absolute;
   height: 50px;
   width: 100%;
   left: 50%;
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);

#   border-style: solid;
}
.footer_tagline_content{
   display: block;
   position: relative;
   color: rgba(255, 0, 77, .85);
#   color: rgba(117, 32, 210, 1.00);
#   color: #ffffff;
   margin: auto;
   top: 25%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   font: 22px Tahoma;
#   font: 28px Comic Sans MS;
}


.footer_blurb{
   display: inline-block;
   position: relative;
   height: 175px;
   vertical-align: top;
   margin-top: 0px;
#   border-style: solid;
}
.footer_blurb_title_area {
   display: block;
   position: relative;
   width: 275px;
   height: 45px;
   border-radius: 10px;
#   background: rgba(168, 243, 69, 0.50);
#   background: rgba(255, 85, 0, 0.75);
}
.footer_blurb_title {
   display: block;
   position: relative;
   color: rgba(117, 32, 210, 1.00);
#   color: #ffffff;
   margin: auto;
   top: 50%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   font: 26px Comic Sans MS;
}
.footer_icon {
   display: block;
   position: absolute;
}
.footer_blurb_content_area {
   display: block;
   position: relative;
   margin-top: 15px;
   padding-bottom: 15px;
   font: 20px Tahoma;
}



.blurb{
   display: block;
   position: relative;
   margin-top: 0px;
   padding-bottom: 25px;
   #background: #0000ff;
}
.blurb_title_area {
   display: block;
   position: relative;
   width: 275px;
   height: 45px;
   border-radius: 10px;
   background: rgba(64, 49, 45, 0.80);
}
.blurb_title {
   display: block;
   position: relative;
   color: #ffffff;
   margin: auto;
   top: 50%;
   left: 20px;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   font: small-caps 20px Tahoma;
}
.blurb_content_area {
   display: block;
   position: relative;
   margin-top: 15px;
   margin-left: 15px;
   padding-bottom: 15px;
}


.detail_overlay {
   display: none;
   position: relative;
   margin: 0, auto;
   top: 25px;
   left: 315px;
   width: 850px;
}




.main{
   display:grid;
   place-items:center;
#   position: relative;
   margin: auto;
   margin-top: 10px;
   height: 500px;
#   border-radius: 10px;
#   background-color: rgba(255, 255, 255, 0.30);
#   border-style: solid;
}

@import url("https://fonts.googleapis.com/css2?family=Corben:wght@700&display=swap");

.main_title{
  --space: 4rem;
  display: grid;
  margin-top: 35px;
  height: 75px;

  align-content: center;
  overflow: hidden;
  gap: var(--space);
  width: 100%;
  font-family: "Corben", system-ui, sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}


.marquee {
  --duration: 60s;
  --gap: var(--space);
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee__group img {
  max-width: clamp(10rem, 1rem + 28vmin, 20rem);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
}

.marquee__group p {
  background-image: linear-gradient(
    75deg,
    hsl(240deg 70% 49%) 0%,
    hsl(253deg 70% 49%) 11%,
    hsl(267deg 70% 49%) 22%,
    hsl(280deg 71% 48%) 33%,
    hsl(293deg 71% 48%) 44%,
    hsl(307deg 71% 48%) 56%,
    hsl(320deg 71% 48%) 67%,
    hsl(333deg 72% 48%) 78%,
    hsl(347deg 72% 48%) 89%,
    hsl(0deg 73% 47%) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marquee--borders {
#  border: 3px solid dodgerblue;
  background-color: rgba(0, 226, 189, 1.00);
  padding-block: 0.75rem;
  border-radius: 10px;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}



.gallery{
  position:relative;
  width:310px;
  height:300px;
  transform-style:preserve-3d;
  animation:rotate 100s linear infinite;
}

@keyframes rotate{
  from{
    transform:perspective(3500px) rotateY(0deg);
  }

  to{
    transform:perspective(3500px) rotateY(360deg);
  }
}

.gallery span{
  position:absolute;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 1);
  transform-origin:center;
  transform-style:preserve-3d;
  transform:rotateY(calc(var(--i) * 45deg)) translateZ(380px);
}

.gallery span img{
  position:absolute;
  width:100%;
  height:100%;
  object-fit:scale-down;
}

.star img{
  height=45px;
  width=45px;
}