
.p1 {
  font-family: 'studioFont-kraftig', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;  
  color: #18181A;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.p2 {
  font-family: 'studioFont-leicht', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;  
  color: #333333;
  letter-spacing: 1.5;
  font-size: 12px;
  margin-top: -5px;
}

.p3 {
  font-family: 'studioFont-leicht', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;  
  color: #18181A;
  font-size: 14px;
  letter-spacing: 0.5;
  padding-top: 25px;
}

.p4 {
  font-family: 'studioFont-fett', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;  
  color: #18181A;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.5;
  padding-top: 10px;
}

.p5 {
  font-family: 'studioFont-leicht', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1.5;
  font-size: 12px;
  line-height: 36px;
  padding-top: 10px;

}

.p7 {
  font-family: 'studioFont-kraftig', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;  
  color: #18181A;
  font-size: 14px;
  letter-spacing: 0.2px;
  padding-top: 20px;
}

.p-sm-footer {
  font-family: 'studioFont-leicht', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;  
  color: #333333;
  letter-spacing: 1.5;
  font-size: 12px;
  line-height: 24px;
  padding-top: 10px;
}

/* -- 09.18.2025 -- */
/* -- Page requires additional CSS considerations for wireframe border displays and font sizing for viewports -- */
/* -- start of mobile view adjustments -- */
@media only screen and (min-width: 320px) {

  .p3{
    font-size: 15px;
  }

  .description-dt{
    display: none;
  }

  .description-m{
    display: block;
  }

  .panel{
    padding-right: 20px;
  }

  .p6 {
    font-family: 'studioFont-extrafett-kursiv', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;   
    color: #18181A;
    /*font-size: 90px;
    line-height: 80px;*/
    font-size: 60px;
    line-height: 50px;    
    letter-spacing: 0.5;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .p6-outline {
    font-family: 'studioFont-extrafett-kursiv', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;   
    color: #18181A;
    /*font-size: 90px;
    line-height: 80px;*/
    font-size: 60px;
    line-height: 50px;    
    letter-spacing: 0.5;
    color: #ffffff;
    -webkit-text-stroke: 1px #18181A;
    padding-bottom: 10px;      
  }

  .intro-img {
    display: flex; /* Makes the div a flex container */
    border-bottom: 1px solid #000000;
  }

  .hover-container:hover .hidden-image {
    visibility: hidden; /* Or display: none; */
  }
}
/* -- end of mobile view adjustments -- */


/* -- start of tablet view adjustments -- */
@media only screen and (min-width: 768px) {

  .panel{
    padding-right: 0px;
  }

  .p3 {
    font-family: 'studioFont-leicht', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;  
    color: #18181A;
    font-size: 14px;
    letter-spacing: 0.5;
    padding-top: 25px;
  }

  .p6 {
    font-family: 'studioFont-extrafett-kursiv', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;   
    color: #18181A;
    /*font-size: 90px;
    line-height: 80px;*/
    font-size: 90px;
    line-height: 80px;    
    letter-spacing: 0.5;
    padding-top: 10px;
    padding-left: 50px;
  }

  .p6-outline {
    font-family: 'studioFont-extrafett-kursiv', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;   
    color: #18181A;
    /*font-size: 90px;
    line-height: 80px;*/
    font-size: 90px;
    line-height: 80px;    
    letter-spacing: 0.5;
    color: #ffffff;
    -webkit-text-stroke: 1px #18181A;
    padding-bottom: 10px;        
  }

  .intro-img {
    display: flex; /* Makes the div a flex container */
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
  }

  .description-dt{
    display: block;
  }

  .description-m{
    display: none;
  }
}
/* -- end of tablet view adjustments -- */


/* -- start of desktop view adjustments -- */
@media only screen and (min-width: 992px){

  .panel{
    padding-right: 0px;
  }

  .p3 {
    font-family: 'studioFont-leicht', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;  
    color: #18181A;
    font-size: 14px;
    letter-spacing: 0.5;
    padding-top: 25px;
  }

  .p6 {
    font-family: 'studioFont-extrafett-kursiv', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;    
    color: #18181A;
    font-size: 140px;
    letter-spacing: 0.5;
    line-height: 120px;   
  }

  .p6-outline {
    font-family: 'studioFont-extrafett-kursiv', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;    
    font-size: 160px;
    letter-spacing: 0.5;
    line-height: 140px;
    color: #ffffff;
    -webkit-text-stroke: 1px #18181A;
  }

  .intro {
    display: flex; /* Makes the div a flex container */
    align-items: center; /* Vertically centers the content */
    padding-top: 10px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: none;
  }

  .intro-img {
    display: flex; /* Makes the div a flex container */
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
  }

  .hover-container:hover .hidden-image {
    display: block; /* Show on hover */
    visibility: visible; /* Or display: block; */
    opacity: 1;
  }
}
/* -- end of desktop view adjustments -- */


