* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: CopperBold;
    src: url('/images/COPRGTB.TTF');
}

@font-face {
    font-family: CopperLight;
    src: url('/images/COPRGTL.TTF');
}

.fa {
    color: #ff0000 !important;
}

body {
	font-family: Tahoma, 'Tahoma Bold', Verdana, 'Verdana Bold', Helvetica, 'Helvetica Bold', arial, 'Arial bold';
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Aligns children at the top */
    min-height: 100vh;
	color: #021e5f;
	
}

.topbg {
	background: #5a9bd5;
	border: 0;
	height: 70px;
	width: 100%;
    position: fixed;
    top: 0; /* Ensure it's at the top */
    left: 0;
    right: 0; /* Ensures it stretches across the full width */
    z-index: 1000; /* Make sure it stays above other content */
    box-shadow: 0 5px 10px black;
	}
	
.tophead {
    max-width: 1050px;
	min-width: 300px;
	border: solid 0px #ff0000;
    margin-left: auto;
    margin-right: auto;
}

#sitelogo {
    max-width: 100%;
    height: 60px;
    transition: 0.7s ease;
	}
	
	
#headinfo {
    float:right;
    padding-right: 10px;	 
    margin-top: 25px;
    color: #ffffff;
    transition: 0.7s ease;
	font-size: 12px;
	border: solid 0 #ff0000;
	}
	
#headinfo a {
    text-decoration:none;
    color: #ffffff;
	}
	
	
.mainbody {
	margin-top: 2px;
    display: block;
    text-align: center;
    padding: 10px;
    margin-left:auto;
    margin-right:auto;
    max-width: 1150px;
	border: solid 0 #00ff00;
    border: 0 dashed #f69c55;
}

.topsegment {
    margin-top: 80px;
}


h1, h2, h3, h4 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: CopperLight;
    text-align: center;
}

h4 {
    color: #4682B4;
    /* font-weight: normal; */ 
}

.container {
    display: flex;
    max-width: 1000px;
    flex-wrap: wrap;  /* Allows the divs to wrap into new rows */
    justify-content: center;  /* Centres the divs */
    margin: 0;  /* Space between the boxes */
    
    border: 0 dashed #f69c55;
}

.picbox, .box, .adbox1, .adbox2, .faqbox , .membox {
    width: 323px;
    max-width: 323px;
    height: 480px;
    background-color: #f2f2f2;
    background-color: #eaf3fa;
    border: 1px solid #777;
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: left;
    margin: 5px 5px 5px 5px;  /* Space between the boxes */
    padding: 6px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.box {
    height: 300px;
}

.box ul,
.picbox ul {
    padding-left: 20px;
    margin: 10px 0;
}

.box li,
.picbox li {
    margin-bottom: 6px;
}


.membox {
    height: 200px;
}

.faqbox {
    height: 250px;
}

.faq-item {
    margin-bottom: 5px;
    justify-content: center;  /* Centres the divs */
}
.question {
    font-weight: bold;
    cursor: pointer;
    background-color: #cce0ff;
    padding: 10px;
    border: 1px solid #003366;
    border-radius: 5px;
    font-family: CopperLight;
    margin-top: 8px;
    max-width: 600px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;  /* Allows the divs to wrap into new rows */
    justify-content: center;  /* Centres the divs */
}
.answer, .answer-open {
    display: none;
    margin-top: 2px;
    padding: 5px;
    background-color: #e6f7ff;
    border: 1px solid #003366;
    border-radius: 5px;
    font-size: 14px;
    max-width: 600px;
    text-align: Left;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;  /* Allows the divs to wrap into new rows */
    justify-content: center;  /* Centres the divs */
}

.answer-open {
    display: block;
}
        
.adbox1, .adbox2 {
    width: 323px;
    max-width: 323px;
    height: 100px;
    vertical-align: middle;
    padding: 0px;
}

.statementbox {
    
    max-width: 646px;
}

.adbox2 {
    width: 100%;
    max-width: 100%;
    min-width: 323px;
	background: #99ff99;
	color: #003300;
    border: 0 dashed #f69c55;
    border: solid 1px #339933;
}

.ad-left {
    float: left;
    margin-right: 15px;
    border-radius: 10px 0px 0px 10px
}

/* Style for the button */
.link-button, .link-button-sm, .link-button-lg, .mem-link-button {
    font-family: "Copperplate Gothic", sans-serif;
    background-color: #5a9bd5; /* Blue colour */
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: solid 1px #021e5f;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
				box-shadow: 3px 3px 3px #999;
    transform: translateY(0); /* Initial position */
    transition: transform 0.1s ease, box-shadow 0.1s ease; /* Smooth transition */
									
	width:150px;
	height:40px;
}

.link-button-sm {
	width:100px;
}

.link-button-lg {
	width:250px;
}

.mem-link-button {
	width:150px;
	height: 35px;
    font-size: 12px;
}

/* Hover effect */
.link-button:hover {
    background-color: #021e5f; /* Darker blue */	
    color: #ffffff;
	box-shadow: 3px 3px 3px #666;
				
}


/* Active (clicked) effect */
.link-button:active {
    transform: translateY(2px); /* Pushes down slightly */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Lighter shadow on click */
}  
        
        

.boximage {
    width: 100%; /* Makes the image responsive to the container's width */
    height: auto; /* Maintains the aspect ratio */
    border-radius: 6px 6px 0 0;
}

.mapimage {
    width: 300px;
    height: 212px;
    border-radius: 6px 6px 0 0;
}

.adimage {
    border-radius: 6px 6px 0 0;
}

p {
    margin: 14px 0; /* Set margins explicitly */
}

a {
    color:blue;
}

.pcentre {
    text-align: center;
}

.pbullet {
    margin-left: 25px;
}

.pleft {
    text-align: left;
}
    
.smallprint {
	font-size: 11px;
}

.highlight {
    color: #5a9bd5; /* Light Blue */
}

.highlight2 {
    color: #ff0000; /* Red */
}

.highlight3 { 
    color: #008000; /* Dark Green*/
}

.highlight4 {
    font-weight: bold;
}

.highlightnote {
    color: #ff0000;
}

.antispam {
  display: none; 
    
}

#footer {
    font-size: 70%;
	margin-bottom: 10px;
	padding-bottom: 10px;
    display: block;
}


#showerbox {
    background-image: url("/images/shower.gif");
}


#towelbox {
    background-image: url("/images/towel.jpg");
}




/* When the screen is less than or equal to 1200px wide */
@media (max-width: 1200px) {
    .box {
        flex: 1 1 calc(50% - 40px);  /* Each box will take up 50% of the row minus the gap */
    }
}

/* When the screen is less than or equal to 800px wide */
@media (max-width: 800px) {
    .box {
        flex: 1 1 323px;  /* Each box will take its full 350px width */
    }
}

/* When the screen is less than 400px wide */
@media (max-width: 400px) {
    .box {
        width: 100%;  /* Adjusts the width to 95% for small screens */
        margin-left: auto;
        margin-right: auto;
    }
    
    .container {
        padding: 5px;
    }
}
