
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

.bighead { 
    text-shadow: 3px 3px #909cc7;
    margin-right: 6vw;
    padding-top: 2vh;
    float: right;
    margin-top: -35px;
    font-size: 7.33vw;
}

.watty {width: 20vw; height: auto;}

.histopics {
    padding:1.5vh; 
    width: 20.5vw; 
    height:auto
}

.lillylist {border-right: 2px solid black;
    padding-right: 3px;
    padding-left: 9px;}

.lillylistlast {border-right: none;}

.menoo {  
    max-height: 70px;
    padding-top: 0px;
    padding-left: 16vw;
}

.frontals {padding:5vh; width: 50vw;}

.grid-container { 
    display: grid;
    grid-template-columns: 13vw 36vw;
    grid-gap: 10px;
    /* background-color: #fff; */
    padding: 1.5vw;
    width: 67vw;
    font-family: "Geom", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.15vw;
    padding-left: 8vw;
        text-align: left;
        align-items: center;
}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* Add dots under the hoverable text */
  cursor: pointer;
}

/* Tooltip text */
.tooltiptext {
  visibility: hidden; /* Hidden by default */
  width: 130px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1; /* Ensure tooltip is displayed above content */
}

/* Show the tooltip text on hover */
.tooltip:hover .tooltiptext {
  visibility: visible; 
}

.allanborder {
    border-bottom: 3px #5e6d87 solid;  
    padding-bottom: 2vh;
}

@keyframes panHorizontal {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-37.5%); }
  }


.afilliated {
      position: fixed;        /* Stays in viewport */
      bottom: 27vh;           /* Distance from bottom */
      right: 3vw;            /* Distance from right */
      z-index: 1000;          /* Above other content */
      pointer-events: none;   /* Optional: makes it non-clickable */

    }

.fixated {
      position: fixed;        /* Stays in viewport */
      bottom: 2vh;           /* Distance from bottom */
      right: 3vw;            /* Distance from right */
      z-index: 1000;          /* Above other content */
      pointer-events: none;   /* Optional: makes it non-clickable */

    }
    
.standards {
      position: fixed;        /* Stays in viewport */
      bottom: 13vh;           /* Distance from bottom */
      right: 3vw;            /* Distance from right */
      z-index: 1000;          /* Above other content */
      pointer-events: none;   /* Optional: makes it non-clickable */

}

.mobileimages {display:none;}

input[type=text] {
  width: 26vw;
  padding: 6px;
  margin: 6px 0;
  box-sizing: border-box;
  font-size: 12pt;
}

input[type=email] {
  width: 26vw;
  padding: 6px;
  margin: 6px 0;
  box-sizing: border-box;
  font-size: 12pt;
}

input[type=tel] {
  width: 26vw;
  padding: 6px;
  margin: 6px 0;
  box-sizing: border-box;
  font-size: 12pt;
}

.innertestament{
    font-size: 16pt;
    padding-bottom: 3vh;
    text-align: left;
}

.hiddenvision {
    height: 0px; overflow: hidden; padding: 0px;
    
}

.expanded {
    max-height: 800px;   /* Must be larger than your content will ever be */
}

textarea {
  width: 26vw;
  height: 150px;
  padding: 6px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: vertical;
  position: relative;
  bottom: 0;
}

button {padding: 16px;}

.spin {
font-size: 1.44vw; 
color: black; 
text-decoration: none; 
padding-top:2px; 
padding-bottom: 2px;
}

.hanan {display: inline-block;
    text-align: left;
    margin: 1px;
    width: 70vw;
    height: 60px;
}

listless {
    list-style-type: none;
    margin-top: -5px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 403px;
    line-height: 27px;
}

li {display: inline; padding-left:1px;}

.testamentimage {
    float: left; margin: 0 15px 10px 0; width: 11vw;height: auto;
      border-radius: 8px;
}

.testamenttalk {font-size: 16pt; padding-left: 15vw; padding-right: 18vw; padding-bottom:3vh; text-align: left;}

.listtalk {font-size: 16pt; text-align: left; list-style-type: square; padding-left: 2vw;}

.single-column {
            padding-left: 8vw;
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .background {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('hammer_feet.jpg'); /* Replace with your image URL */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0.25;                    /* 25% density / opacity */
            z-index: -1;
        }

        .content {
            position: relative;
            z-index: 1;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            padding: 20px;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.2); /* Optional dark overlay for better text readability */
            z-index: -1;
            height: auto;
        }


label {font-size: 16pt;}
input {font-size: 12pt;}

.slates {
    width: 10vw; 
    height: 16vh;
    
}

a:hover {
color: #FF7700;
}

h2 {font-size: 2.75vw;}

h3 {font-size: 2vw;}
        
  div {
  font-family: "Geom", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.elemental {
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 100%;
}

.littler {font-size: 4vh; padding-top: 2.5vh;}

.chucker {
    max-width: 12.33vw;
    padding-top: 0.5vh;
}

.fung {font-size: 1.6vw;}
.bing {font-size: 3.5vw;}
     p {padding-top: 6px;}

.rise-up {
  /* Optional: basic styling */
  width: 400px;
  padding: 20px;
  text-align: center;
  font-size: 6vw;

  /* Animation */
  animation: riseUp 1.4s ease-out forwards;
  opacity: 0; /* Start hidden */
}

/* The animation */
@keyframes riseUp {
  from {
    transform: translateY(100px);   /* Starts 100px below final position */
    opacity: 0;
  }
  to {
    transform: translateY(0);       /* Moves to normal position */
    opacity: 1;
  }
}


    .contact-container {
      max-width: 700px;
      margin: 0 auto;
      background: #ddd;
      padding: 40px 50px;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      margin-bottom: 3vh;
    }

    .form-group {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      gap: 20px;
    }

    label {
      width: 12vh;
      font-weight: 600;
      color: #444;
      flex-shrink: 0;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
      width: 44vh;
      padding: 12px 15px;
      border: 1px solid #ddd;
      border-radius: 6px;
      font-size: 16px;
      transition: all 0.3s ease;
    }

    input:focus,
    textarea:focus {
      outline: none;
      border-color: #007bff;
      box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

    textarea {
      height: 120px;
      resize: vertical;
      min-height: 120px;
    }

    button {
      margin-left: calc(12vh + 20px); /* Align with inputs */
      padding: 14px 32px;
      background: #007bff;
      color: white;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.3s ease;
    }

.menubarimage {
        height: 60px;
        padding-left: 3vw;
        display: none;
    }

    button:hover {
      background: #0056b3;
    }

.snappy {
    width: 71vw;
    padding: 0vh;

    object-fit: cover;
    height: 53vh;
    object-position: center top;
   
}

.bigfront {
    background-image: url(IMG_5788.jpg);
    background-size: cover;
    background-position: center;
    height: 719px;
    position: relative;
    overflow: hidden;
    max-height: 100vh;
    width: 109vw;
    margin-left: -10vw;
    margin-top: -3vh;
}

.bigfrontoverlay {
    font-size: 5vw;
    color: white;
    text-shadow: 3px 3px #333;
    width: 110vw;
    margin-left: 16vw;
    width: 16vw;
    font-style: italic;
    margin-top: 9vh;
    text-align: left;
}

.footsie {
    border-top: 2px solid #777;
    padding-top: 1vh;
    margin-right: 4vw;
    padding-left: 15vw;
        width: 90vw;

}

.footspeak {font-size: 1.8vh; color: #333}

.formerlabel {font-size: 1.25vw; }
 
h4 {
    border-bottom: 3px #333 solid; font-size: 22pt;
    padding-bottom: 2vh;
}

.welcomes {
    font-weight: 700;
    font-size: 2.67vw;
}

/* iPad Pro etc */

@media (min-width: 1024px) and (max-width: 1366px) {
    
.watty {
    width: 55vw;
    height: auto;
}
    
.bigfrontoverlay {
    font-size: 10vw;     
    margin-top: 4vh;
}

.slates {
        width: 14vw;
        height: 11vh;
    }

.welcomes {
    font-weight: 700;
    font-size: 4vw;
}

.testamenttalk {
    font-size: 16pt;
    padding-left: 8vw;
    padding-right: 13vw;
    padding-bottom: 3vh;
    text-align: left;
}

.frontals { 
    padding: 2vh;
    width: 60vw;
}

.footspeak {
    font-size: 1.1vh;
    color: #333;
}


    
}

/* iPad Air etc */

@media (min-width: 768px) and (max-width: 1023px) {

.watty {
    width: 55vw;
    height: auto;
}

   .bigfrontoverlay {
    font-size: 11vw;
    color: green;
    text-shadow: 3px 3px #333;
    width: 110vw;
    margin-left: -14vw;
    width: 33vw;
    font-style: italic;
    margin-top: 5vh;
    
    padding-left: 28vw;
    padding-right: 18vw;
    padding-bottom: 3vh;
    text-align: left;
} 

mobilemenus { height: 45px;}

.mobilemenus {
    height: 45px;
    overflow: hidden;
    transition: height 0.9s ease;
}

.footspeak {
    font-size: 1.25vh;
    color: #333;
    width: 104%;
}

.spin {
    color: purple; 
    font-size: 2.67vw;
}

.menoo {
        /*max-height: 70px;*/
        padding-top: 0px;
        padding-left: 3vw;
        width: 43%;
        font-size: 3vw;
    }

.bighead {padding-top: 3vh;}

.testamenttalk {
    font-size: 16pt;
    padding-left: 6vw;
    padding-right: 10vw;
    padding-bottom: 3vh;
    text-align: left;
}

.lillylist {
    border-right: none;
    padding-right: 3px;
    padding-left: 9px;
    display: block;
    background-color: white;
    height: 4vh;
}

.menubarimage {
    height: 45px;
    padding-left: 3vw;
    display: block;
}

/* Menus and navigation for tablets specifically */

.histopics {
    padding: 1.5vh;
    width: 53vh;
    height: auto;
}

.slates {
    width: 19vw;
    height: 16vh;
}

.frontals {
    padding: 5vh;
    width: 80vw;
}

.spin {
    font-size: 1.44vw;
    color: black;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

.spin {
        color: white;
        font-size: 2.22vw;
    }

.lillylist {
        border-right: none;
        padding-right: 3px;
        padding-left: 9px;
        display: block;
        background-color: #444;
        height: 3.25vh;
        text-align: center;
    }

.menoo {
        /* max-height: 70px; */
        padding-top: 0px;
        padding-left: 9vw;
        width: 90%;
        font-size: 3vw;
    }
    
.bighead {
    text-shadow: 3px 3px #909cc7;
    margin-right: 6vw;
    padding-top: 2vh;
    float: left;
    margin-top: -33px;
    font-size: 6vw;
    margin-left: 16vw;
}

.bighead {
        padding-top: 5vh;
        height: 45px;
    }

.menubarimage {
        height: 46px;
        padding-left: 3.25vw;
        display: block;
        /* float: left; */
        position: absolute;
        top: 35px;
    }

.mobilemenus {
        height: 45px;
        overflow: hidden;
        transition: height 0.9s ease;
        padding-top: 4.2vh;
    }

.chucker {
    max-width: 11.33vw;
    padding-top: 2.5vh;
    /* float: left; */
}

.allanborder {
    border-bottom: 3px #5e6d87 solid;
    padding-bottom: 0vh;
}
    
}




/* Mobile-specific media query */

@media only screen and (min-width: 320px) and (max-width:767px) {

.watty {
    width: 55vw;
    height: auto;
}

.frontals {
    padding: 1vh;
    width: 77vw;
}

.histopics {
    padding: 1.5vh;
    width: 85vw;
    height: auto;
}


.welcomes {
    font-weight: 700;
    font-size: 4.67vw;
}

.footspeak {
    font-size: 1.25vh;
    color: #333;
}
 
.testamenttalk {
        font-size: 4.4vw;
        padding-left: 2vw;
        padding-right: 2vw;
        padding-bottom: 3vh;
        text-align: left;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
      width: 83%;
    }

.chucker {
    max-width: 26.6vw;
    padding-top: 0.5vh;
    width: 19.5vw;  
} 
 
h2 {font-size: 6.5vw;}

.bighead {
    text-shadow: 2px 2px #ccc;
    margin-right: 7vw;
    padding-top: 4.9vh;
    float: right;
    margin-top: -28px;
    font-size: 6.6vw;
}

.listtalk {
    font-size: 14pt;
    text-align: left;
    list-style-type: square;
    padding-left: 2vw;
}

littler{
    font-size: 4.75vw;
    margin-top: 2px;
    padding-top: 44px;
    font-style: italic; 
}

.spin {
    font-size: 3.95vw;
    color: black;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    
    color: #212224;
    padding-top: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    
} 



.snappy {
    width: 95vw;
    padding: 6vw;
    margin-left: -3vw;
}
 
 .rise-up {font-size: 8vw}
 
 .littler {font-size: 4.25vw;}
 
 .chucker {max-width: 200px;}
 
 .fung {font-size: 4vw;}
 
 .bing {font-size: 7vw;}

.afilliated {display: none;}

.fixated {display: none;}
    
.standards {display: none;}

.slates {width: 27vw; height: 16vh;}
 
.lillylist {
    display: inline-block;
    padding-left: 1px;
    height: 3vh;
    
    border-right: 2px solid black; */
    padding-right: 4px;
    /* padding-left: 9px; */
    /* height: 3vh; */
    width: 91vw;
    list-style: none;
    background-color: white;
    border-bottom: 1px solid #444;
    /* vertical-align: middle; */
    font-size: 18pt;
    margin-right: 5px;
    text-align: center;
}

.testamentimage {width: 36vw;}

label {font-size: 12pt;}

.menoo {padding-left: 3.5vw;}

.allanborder {
        padding-bottom: 1.4vh;
        position: relative;
        top: 21px;
        border: none;
    }

.formerlabel {font-size: 3vw; margin-left: -53px;}

button {margin-left: calc(6vh + 20px); }
    
.item2 {font-size: 2.66vw; width: 125%;}

.grid-container {
    width: 78vw; 
    padding-left: 4vw;
    grid-template-columns: 20vw 39vw;
}

.mobileimages {
    margin: 0 auto; 
    display: block; 
    text-align: center;         
    padding-bottom: 6vh;
}

.bigfrontoverlay {
    font-size: 8.5vh;
    color: white;
    text-shadow: 3px 3px #333;
    width: 110vw;
    margin-left: 9vw;
    width: 33vw;
    font-style: italic;
    margin-top: 5vh;
}

.lillylist { 
    border-right: none;
    padding-right: 3px;
    padding-left: 9px;
    display: block;
    background-color: white;
    height: 4vh;
}

.menubarimage {
    height: 45px;
    padding-left: 3vw;
    display: block;
}

.spin {
    color: purple; 
    font-size: 2.67vw;
}

.menoo {
        /*max-height: 70px;*/
        padding-top: 0px;
        padding-left: 15vw;
        width: 43%;
        font-size: 5vw;
        margin-top: 47px;
    }

.mobilemenus {
    height: 45px;
    overflow: hidden;
    transition: height 0.9s ease;
}

    /* Mobile formatting attempt override 8th July */
    
.chucker {
        max-width: 55px;
        margin-top: 6px;
        float: right;
    }
    
.chucker {
        max-width: 26.6vw;
        padding-top: 0.5vh;
        width: 14vw; 
    }
    
.bighead {
        text-shadow: 2px 2px #ccc;
        margin-right: 4.2vw;
        padding-top: 5.9vh;
        float: right;
        margin-top: -4.75vh;
        font-size: 6vw;
    }
    
.mobilemenus {
        height: 45px;
        overflow: hidden;
        transition: height 0.9s ease;
        width: 85vw;
        /* margin-top: 30px; */
        text-align: center;
}
   
.menubarimage {
        height: 24px;
        padding-left: 3vw;
        display: block;
        margin-top: 9px;
        margin-top: 11px;
        /* width: 80vh; */
        float: left;
        /* padding-bottom: 5vh; */
        position: absolute;
        top: 1px;
    }
    
menoo {
        /* max-height: 70px; */
        padding-top: 47px;
        padding-left: 3vw;
        width: 50%;
        font-size: 3vw;
        overflow: visible;
        border: none;
    }

.lillylist {
        border-right: none;
        padding-right: 3px;
        padding-left: 9px;
        display: block;
        background-color: white;
        height: 6vh;
    }
    
.lillylist {
        display: inline-block;
        padding-left: 1px;
        height: 9vw;
        border-right: 2px solid black;
        /* padding-left: 9px; */
        /* height: 3vh; */
        width: 69vw;
        list-style: none;
        background-color: #444;
        /* border-bottom: 1px solid #444; */
        /* vertical-align: middle; */
        font-size: 19pt;
        margin-right: 5px;
        text-align: center;
        border: none;
    }
    
.spin {
        color: white;
        font-size: 3.67vw;
    }
    
h4 {
    border-bottom: 3px #333 solid;
    font-size: 16pt;
    padding-bottom: 1vh;
}
 
}



