.screen a {
    display: contents;
    text-decoration: none;
  }
  
  .container-center-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    pointer-events: none;
    width: 100vw;    
  }
  
  .left-margin {
    display: none;
  }

  .right-margin {
    display: none;
  }
  
  
  :root { 
    --black: #000000;
    --black-coral-pearl: #51616a;
    --iron: #d7d7d7;
    --royal-blue: #4736fa;
    --white: #ffffff;
   
    --font-size-l: 22px;
    --font-size-m: 15px;
    --font-size-s: 13px;
    --font-size-ll: 30px;
    --font-size-xl: 40px;
    --font-size-xs: 14px;
    --font-size-xxl: 11vw;
    --font-size-xxs: 10px;
   
    --font-family-fahkwang: "Fahkwang", Helvetica;
  }


/* Hero page */

/* screen - somahomepage */

head {
    overflow-x: hidden;
  }
  
body {    
    line-height: 1;    
    left: 0;
    width: 100%;    
    /* position: absolute; */
    overflow-x: hidden;   
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
.background_-blue_-intro {
    background-color: #edf7fd;    
    min-height: 800px;
    min-height: 185vw;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
    /* min-height: 0; */
    /* max-height: 100vh; */
  }

  #margin-container {    
    display: flex;
    justify-content: space-between;    
  }
  
  .somahomepage {
    align-items: center;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow-x: hidden;
    width: inherit;    
  }
  
  .somahomepage .hero-page {
    /* position: relative; */
    display: inline;  
    width: 100%;
    /* overflow: hidden; */    
  }
  
  .somahomepage .hero-flex-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5vw;
    /* position: relative; */
    width: 100vw;
    /* min-width: 100vw;     */
    /* margin-bottom: 80px; */
  }

  
  .somahomepage .subtitle {    
    position: static;
    top: 0;
    left: 0;
    width: 100vw; 
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
  }
  
  
  .somahomepage .subtitle-header {
    color: var(--royal-blue);
    font-family: var(--font-family-fahkwang);
    font-size: 5.25vw;
    font-weight: 500;
    left: 0;
    letter-spacing: 0.3px;
    line-height: 65px;
    position: relative;
    text-align-last: justify;
    top: 20px;
    white-space: nowrap;
    width: 100vw; 
    padding-left: 10vw;
    padding-right: 10vw;    
  }
  
  .somahomepage .subtitle-content {        
    top: 25px;
    letter-spacing: 0.5px;
    line-height: 22px;
    position: relative;
    text-align: justify;   
    width: 100vw; 
    padding-left: 10vw;
    padding-right: 10vw;
  }
  
  
  .somahomepage .hero-image-wrapper {
    margin-top: 20px;
    position: relative;
  }

  .somahomepage .hero-image-caption {
    display: none;
    height: 0;
  }
  
  .somahomepage .hero-image {
    height: 81vw;
    left: 15vw;    
    top: 30px;
    position: relative;    
    width: 70vw;
    min-width: 300px;
    min-height: 347px;
    max-width: 561px;
    max-height: 650px;
  }
  
  .somahomepage .hero-text {
    top: 50px;
    position: relative;
    min-height: 90vw;
  }

  .somahomepage .hero-text div{      
    letter-spacing: 0;
    line-height: 1.4em;
    position: relative;
    white-space: nowrap;            
  }
  .somahomepage .hero-text .line1 {
    font-size: 12.5vw;
    font-weight: 500;
    top: 1.4em;
    margin-left: 5vw;
    width: 80vw;    
    white-space: pre-wrap;            
  }
  
  .somahomepage .hero-text .line2 {
    font-size: 12.5vw;
    font-weight: 500;
    left:0;
    margin-left: 18vw; 
    top: 1.4em;
    width: 618px;
    animation: hero-load 1s ease 900ms backwards;
  }
  
  .somahomepage .hero-text .line3 {
    color: var(--royal-blue);
    font-family: var(--font-family-fahkwang);
    font-size: 13vw;
    left: 25vw;
    top: 1.4em;
    width: 548px;
    animation: hero-load 1s ease 1500ms backwards;
  }
  
  
  a.anchor {
    display: none;
    position: relative;
    top: 40px;
    visibility: hidden;
  }

/* Remove animations */
@keyframes hero-load {}

/* ----------------------- */
/*  Screen NAVBAR */
.navbar {
    /* width: 100vw; */
    padding-left: 10%;
    padding-right: 10%;
    justify-content: space-between;
  }
  
  
  .logo {
    height: 33px;
    width: 148px;  
  }
  
  .navbar-links {
    display:none;
  }
  
  
  .social-logos {
    display: flex;
    justify-content: space-between;
    width: 25vw;    
    max-width: 150px;
    min-width: 100px;
  }
  
  
  /* ----------------------- */
  /* screen - About page */

.somahomepage .about-section {
    position: relative;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    gap: 50px;
    width: 100vw;
    z-index: 5;
  }
  
  .somahomepage .overlap-group-about-page {  
    position: relative;    
    width: 100vw;
    display:inline-block;

  }
  
  .somahomepage .vertical-text {
    display: none;
  }
  
  .somahomepage .about-section-title {  
    position: relative;  
    letter-spacing: 0;
    line-height: 1.2em;    
    text-align: center;
    top: 50px;
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
    font-size: --font-size-l;
  }
  
  .somahomepage .flex-row {
    align-items: flex-end;
    flex-direction: column;    
    gap: 50px;
    width: inherit;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .somahomepage .image-container {
    height: 100vw;
    position: relative;
    top: 60px;
    width: 100vw;
  }
  
  .somahomepage .image {
    height: 100vw;
    position: relative;
    width: 100vw;    
    left: 0;
  }
  
  .somahomepage .image-caption {
    position: relative;
    text-align: center;
    font-size: var(--font-size-xxs);
    top: 0px;
    width: 100vw;
    padding-left: 10vw;
    padding-right: 10vw;
    white-space: pre-wrap;
    line-height: 25px;
  }
  
  .somahomepage .paragraph {
    position: relative;    
    padding-left: 10vw;
    padding-right: 10vw;
    width: 100vw;
    min-width: 0;
    min-height: 0;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  
  


/* screen - Accordion Menu page */

.accordion {
    align-items: center;
    background-color: var(--royal-blue);
    display: flex;
    flex-direction: column;    
    min-height: 360px;    
    width: 100vw;
    left: 0%;    
    padding-top: 70px;
    padding-bottom: 60px;    
    z-index: 4;
    position: relative;
    top: 00px;
  }

.accordion-content {
  width: 100vw;
  justify-content: left;
}
  
.accordion-title {
  width: 80%;
  position: relative;  
  margin-bottom: 40px;
  padding-left: 5vw;  
  font-size: var(--font-size-s);
  }
  
.accordion .accordion-title, .accordion-icon, .accordion-icon-plus, .accordion-icon-minus {
    display: inline-block;
  }
  
  
.accordion .line{
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw;        
    }
  
  /* The invisible mouseover box over the click-able accordion tab */
.accordion input[type=checkbox] {
    width: 100vw;
    }
  
  /* The next paragraph after checkbox, when unhidden */
.accordion input[type=checkbox]~ p{
    width: 80vw;

    min-height: 50px;
    height: 240px;    
    line-height: 24px;        
    font-size: var(--font-size-s);    
    font-weight: 500;   
    padding-top: 10px;     
    padding-left: 0;    
    margin-left: 10vw;
    z-index: 10;
    }
  
  /* The next paragraph after checkbox, when hidden */
.accordion ul li input[type=checkbox]:checked ~ p {        
    min-height: 20px;
    height: 20px;    
  }
  



/* MISSION PAGE */

.filler {
    height: 0px;
  }
  

.somahomepage .mission-section {    
    flex-direction: column;
    gap: 50px;
    margin-top: 60px;
    margin-bottom: 0;
    min-height: 0;
  }
  
  .somahomepage .flex-col {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-left: 0px;
  }
  
  .somahomepage .mission-title {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2em;    
    min-height: 0px;
    text-align: center;    
    margin-right: 0px;
  }
  
  .somahomepage .mission-image-container {
    height: 50vw;
    position: relative;
    width: 100vw;
  }
  
  .somahomepage .mission-image-caption {
    font-family: var(--font-family-fahkwang);
    font-size: var(--font-size-xxs);
    white-space: pre-wrap;
    line-height: 25px;
    font-weight: 700;        
    position: relative;
    margin-top: 0px;
    text-align: center;
    padding-left: 10vw;
    padding-right: 10vw;
    width: 100vw;
  }
  
  .somahomepage .sculpture {
    height: 50vw;
    position: relative;
    top: 0;
    width: 100vw;
  }
  
  .somahomepage .mission-section .column {
    width: 100vw;
    padding-top: 0px;    
    min-height: 200px; 
    margin-bottom: 50px;
  }
  
  .somahomepage .a-new-formalisation {    
    font-size: 5vw;
    padding-top: 20px;
    padding-left: 10vw;
    padding-right: 10vw;
    width: 100vw;
    text-align-last: justify;
  }
  
  .somahomepage .inquiry-into-aesthet {
    letter-spacing: 0px;
    line-height: 24px;    
    margin-top: 30px;
    padding-left: 10vw;
    padding-right: 10vw;
    width: 100vw;   
  }
  


/* PEOPLE PAGE */

/* PEOPLE SECTION */

.somahomepage .people-section {
    position: relative;
    gap: 0px;    
    min-height: 100px;
    width: 100vw;    
  }

  .our-people-background {    
    width: 100vw;
    /* height: 900px; */
    z-index: -1;
  }
  
  .somahomepage .our-people-container {
    margin-top: 0px;
    position: relative;
    width: inherit;
    align-items: center;
    flex-direction: column;
    display: flex;
    gap: 0px;
    padding-top: 70px;
  }
  
  .somahomepage .our-people-title {
    margin-left: 0px;
    text-align: center;
    position: relative;    
  }

  
  .somahomepage .zac {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;    
    top: 70px;    
    width: 100vw;
  }
  
  .somahomepage .headshot {
    position: relative;        
    border-radius: 112.5px;    
    height: 250px;
    overflow: visible;
  }
  
  .somahomepage .headshot-1 {
    height: 239px;
    left: 0;
    position: relative;
    top: 0;
    width: 225px;
  }
  
  .somahomepage .contact-text {
    margin-bottom: 0px;    
    position: relative;    
  }
  
  .somahomepage .bio {
    left: 0px;        
    position: relative;    
    top: 0px;
    width: 100vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }
  
  .somahomepage .name {
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 63px;
    position: relative;
    width: 100vw;
    padding-left: 10vw;
    padding-right: 10vw;
    margin-top: 20px;
  }
  


  /* FOOTER PAGE */

  .footer-background {   
    top: 0; 
    width: 100vw;
    min-height: 600px;
    position: relative;    
  }
  
  .somahomepage .flex-row-1 {
    /* position: relative; */
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
    gap: 50px;
    margin-top: 0px;
    align-items: center;
  }
  
  .somahomepage .soma-square-logo {
    height: 150px;
    width: 150px;
    margin-top: 100px;
  }
  
  .somahomepage .contact-information {    
    font-size: var(--font-size-s);
    font-weight: 300;
    letter-spacing: 0.4px;
    word-spacing: 1.2px;
    line-height: 21px;        
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    text-align: center;
  }
  
  
  .somahomepage .disclaimer-section {
    position: relative;
    background-color: var(--white);
    margin-top: 50px;    
    width: 100vw;
    min-height: 120px;
  }
  
  .somahomepage .footer-links {
    display: flex;
    flex-direction: column;
    height: 22px;
    justify-content: center;
    /* position: relative; */
    top: 29px;
  }
  
  .somahomepage .copyright-text {
    letter-spacing: -0.19px;
    line-height: 22px;
    white-space: nowrap;
  }
  
  .somahomepage .footer-links-item {
    letter-spacing: -0.19px;
    line-height: 22px;
    margin-left: 30px;
    white-space: nowrap;
  }
  
  
  .somahomepage .footer-1 {
    align-items: center;
    display: flex;
  }
  
  
  .somahomepage .social {
    display: flex;
    min-width: 140px;
  }
  