html{
    color: black;
}

.gomez h1{
    font-size: 60px;
    color: #fff;
    padding: 20px;
    text-align: left;
    padding-top: 40px;
    font-weight: 600;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.gomez .quote{
    font-size: 20px;
    color: #fff;
    padding: 20px;
    text-align: center;
    padding-top: 40px;
    font-weight: 300;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.gomez img{
    width: 50%;
    height: 58vh;
    top: 40%;
    padding: 10% 10px;
}

.gomez .profession{
    font-size: 20px;
    color: #fff;
    padding: 20px;
    text-align: right;
    padding-top: 40px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-right: 5%;
    

}

.moreinfo{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 18px;
    background: transparent;
    position: absolute;
    cursor: pointer;
    left: 57%;
    top: 70%;

}

.moreinfo:hover{
    border: 1px solid #fff;
    background: url(bg.avif);
    transition: 2s;
}

.MorticiaAddams {
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    scroll-behavior: smooth;
    height: 100vh;
    position: relative;
    margin-bottom: 20vh;
    color: #fff;
    
}

.MorticiaAddams  h1{
    font-size: 60px;
    color: #fff;
    padding: 20px;
    text-align: left;
    padding-top: 40px;
    font-weight: 600;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.MorticiaAddams div {
    display: inline-block;
    background-color: transparent;
    padding: 0;
    margin: 0;
    vertical-align: top;
    width: calc(25% - 15px); 
    height: 80vh; 
    overflow: hidden;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    top: 40%;
    left: 10px;
    position: relative;
  }
  
  .MorticiaAddams div img {
    width: 100%;
    height: 80vh
  }
  
  .MorticiaAddams p{
    font-size: 20px;
    color: #fff;
    padding: 20px;
    text-align: center;
    padding-top: 40px;
    font-weight: 300;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.morticiamore {
        display: inline-block;
        text-decoration: none;
        color: black;
        border: 1px solid #fff;
        padding: 10px 30px;
        font-size: 18px;
        background: white;
        position: absolute;
        cursor: pointer;
        left: 35%;
        top: 80%;
    
    }
    
    .morticiamore:hover{
        border: 1px solid #fff;
        background: url(bg.avif);
        transition: 2s;
    }

    .thekids {
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        scroll-behavior: smooth;
        height: 100vh;
        position: relative;
        margin-bottom: 20vh;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
  
 
      .thekids div {
        width: 45%;
        margin-bottom: 2em;
      }
      
      .thekids h1 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 0.5em;
        padding-left: 20px;
      }
      
      .thekids p {
        font-size: 20px;
        margin-bottom: 1em;
        padding-left: 20px;
      }
      
      .thekids img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-top: 1em;
      }
      
      .WednesdayMore {
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #fff;
        padding: 10px 30px;
        font-size: 18px;
        background: transparent;
        position: absolute;
        cursor: pointer;
        left: 15%;
        top: 40%;
    
    }
    
    .WednesdayMore:hover{
        border: 1px solid #fff;
        background: url(bg.avif);
        transition: 2s;
    }

    .PugsleyMore {
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #fff;
        padding: 10px 30px;
        font-size: 18px;
        background: transparent;
        position: absolute;
        cursor: pointer;
        left: 16%;
        top: 88%;
    
    }
    
    .Pugsleymore:hover{
        border: 1px solid #fff;
        background: url(bg.avif);
        transition: 2s;
    }
    .extendedFamily {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
      }
      
      .familyMember {
        display: flex;
        margin: 10px;
        align-items: center;
        flex-direction: row;
      }
      
      .imageContainer img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        object-position: center;
      }
      
      .textContainer {
        margin-left: 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1;
        position: relative;
      }
      
      h1 {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: center;
        left: 50%
      }
      
      p {
        font-size: 20px;
      }
      
      /* "Read more" links */
      .read-more {
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #fff;
        padding: 10px 30px;
        font-size: 18px;
        background: transparent;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        margin-top: 10px;
      }
      
      .read-more:hover {
        border: 1px solid #fff;
        background: url(bg.avif);
        transition: all 0.2s ease-in-out;
      }

      .other {
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        scroll-behavior: smooth;
        height: 100%;
        position: relative;
        margin-bottom: 20vh;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
  
 
      .other div {
        width: 45%;
        margin-bottom: 2em;
      }
      
      .other h1 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 0.5em;
        padding-left: 20px;
      }
      
      .other p {
        font-size: 20px;
        margin-bottom: 1em;
        padding-left: 20px;
      }
      
      .other img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-top: 1em;
      }