@media (max-width: 800px) {


.setStyle.plans p {
    margin: -10px;
    font-size: 22px;
}

.setStyle.extraPlans {
    background: #00a7b0;
    font-weight: bold;
    font-size: 30px;
}
    .accountLinks li a {
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    /* transition: background-color 0.3s ease, box-shadow 0.3s ease; */
    width: 80%;
    text-shadow: unset;
    background: white;
}


 .menu .menuContent {
    position: relative;
    top: 35%;
    font-size: 33px;
    text-align: center;
    padding-bottom: 20px;
    margin-top: -170px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

    .accountLinks {
    list-style-type: none;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
    
    
    .voice-container, .voice-item
    
    {width:90%;}
    
    
    .accountLinks li {
    margin: 10px;
    /* width: 100%; */
}


.setStyle.homeTop {padding:10px;}
.setStyle.homeFour {padding:10px;}

#banner {display:block;}

    .theText {
    display: block;
}
    .subMenu {width: auto;clear:Both;float:none;margin: 10px;}
    #galBoxes {column-count: 2;
    }
    .readingBit {box-sizing: border-box;}
    
    #cssmenu ul {top: 20px;}
    #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile
    
    {
        
        line-height: 2;
        
    }
    
	body {font-size: 18px !important;}
	
	#infoot pre {text-align: center !important;}
	
	.logo {width: 41% !important;/* max-width: 115px; */}
	
	.FloatLeft, .FloatRight {float:none; width:100%;}
 	#cssmenu
	{bottom: auto;}
	.tooltip{position:relative;float: left;left: -20px;top: 19px;} 
	
	
	.twoWide > div, .threeWide > div, .fourWide > div, {width:90%; clear:both; }  
    .threeWide, 	.twoWide  {display: block !important;}
    
    .threeWide > div:first-child {
     float: none;  
}  
.threeWide > div:last-child {
    float: none;  
}  
    
    
    .fiftyWide {flex: 1 1 50% !important;}
.ninetyWide {flex: 1 1 90% !important;} 
    
    
	.pp {width: 85% !important;}
	.formBit input {/* float:left; *//* margin-bottom: 20px; */position: relative;font-size: 19px;} 
#threeFooter div,#threeFooter div:first-child,#threeFooter div:last-child{width:90%;    
margin:auto;    
text-align:center!important;    
float:none!important;
	}    
    
    
#threeFooter div{font-size:12px!important;}    
	
    
     .caption {
  
  font-size:22px;
  
opacity: 1;
}
    
    
    #thumbNails img {max-width: 320px;vertical-align: top;}
    
 #products {
    clear: both;
    display: block;
}   
   #products div {
    display: block;
    border: 1px solid gainsboro;
    margin: auto;
    flex: 1;
    max-width: 250px;
    padding-bottom: 50px;
    position: relative;
       margin-bottom: 30px;
} 
    
.custom-nav {
        position: relative;
        padding: 3px;
        margin-top: -39px;
    }

    .custom-burger {
        cursor: pointer;
        width: 30px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 10px;
        background: #c6d7a3;
        padding: 10px;
        float: right;
        position: relative;
        top: -20px;
    }

    .custom-burger-line {
        height: 4px;
        background-color: #333;
        margin: 0 !important;
        padding: 0 !important;
    }

    .custom-menu {
        list-style: none;
        /* position: absolute; */
        top: 110px; /* Adjust this value for correct placement */
        left: 0;
        width: 97%;
        display: none;
        background-color: #efefef;
        padding: 48px;
        z-index: 10000;
        margin: 0;
        box-sizing: border-box;
    }

    .custom-menu-item {
        padding: 10px;
        text-align: center;
        margin: 0 !important;
    }

    .custom-menu-link {
        color: #fff;
        text-decoration: none;
    }

    /* Show menu when burger is clicked */
    .custom-menu-toggle:checked + .custom-menu {
        display: block;
    }

    /* Hide the checkbox */
    .custom-menu-toggle {
        display: none;
    }
}

/* Hide the burger menu on larger screens */
@media screen and (min-width: 769px) {
    .custom-burger,
    .custom-menu-toggle {
        display: none;
    }

    /* Ensure the menu is visible on larger screens without needing the burger */
    .custom-menu {
        display: flex;
        position: static;
        width: auto;
        background-color: transparent;
    }

    .custom-menu-item {
        padding: 0;
    }

    .custom-menu-link {
        color: #333;
    }
}

@media (max-width: 600px) {
    
    .ProjectIntro div
    
    {
        width:90%;
        box-sizing: border-box;
    }
   #galBoxes {column-count: 1;
    }
    .threeWide, .twoWide, .fourWide, .twoWide > div, .threeWide > div , .fourWide > div {display: block;width: auto;}   
  
}