/*Responsive Style Sheet for Chutters Website - Version date: 31/05/24*/
/*Copyright SLH 2024*/

/*Screen Divisions */

body 	{/*Black background*/
		font: 100% Calibri, Arial, Helvetica, sans-serif;
		font-family: Calibri, Arial, Helvetica, sans-serif;
		line-height: 20px;
		background-color: #000000;
		text-align: center;
		padding: 0;
		margin: 0;
	}

.wrapper {/*Black frame width min and max were 75%*/
	width: 90%;
	min-width: 90%;
	max-width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	background-color: #000000;
	}

/*Responsive Design - Display < 640px - Remove frame margins*/
@media screen and (max-width:640px) {
.wrapper {width:100%;
	min-width: 100%;
	max-width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	text-align: left;
	background-color: #000000;
	}
	}

/*Top Banner across page*/
.banner	{
	margin-left: 2%;
	margin-right: 2%;
	background-color: #000000;
	clear: both;
	}
/*Right hand Banner for Title*/
.banner_right{
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0%;
	background-color: #000000;
	color: #FFFFFF;
	text-align: right;
	clear: left;
}
	
/* Main Menu - no Sub Menus at present - but leave in for possible expansion */

#mainmenuwrapper{
	position:relative;
	background-color: #555555;
	clear: both;
	}
	
.mainmenu {	
	list-style: none;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #555555;
	text-align: center;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
.mainmenu > li {
	display: block;
	float: left;
	width: 25%;
	background-color: #555555;
	border: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	line-height: 30px;
	list-style: none;
	font-size: 100%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
.mainmenu li a:link, .mainmenu li a:visited {
	display: block;
	text-decoration: none;
	font-size: 100%;
	color: #FFFFFF;
	}
.mainmenu li:hover ul, .mainmenu li.sfHover ul{
	margin-left: 0em;
	line-height: 30px;
	font-size: 100%;
	color: #FFFFFF;
	}
.mainmenu li a:hover {
	line-height: 30px;
	font-size: 100%;
	color: #FFFFFF;
	}
	
/*Responsive Mobile Burger Menu*/	
ul.mainmenu {
    list-style-type: none;
    margin: 0;
    padding:  0;
    overflow: hidden;
    background-color: #555555;/*black*/
}

/* Menu Bar Style - List Menu Options in a line(-block) with padding around them */
ul.mainmenu li a {
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    padding: 3% 3%;
    text-decoration: none;
    font-size: 1em;
}

/* Hide the Burger menu icon li.icon */
ul.mainmenu li.icon {display: none;}

 /* When the screen <640 pixels wide, hide menu items, except for the "Home". Display Burger Menu icon "li.icon" */
@media screen and (max-width:640px) {
    ul.mainmenu li:not(:first-child) {display: none;}
    ul.mainmenu li.icon {
    float: right;
    display: inline-block;
  }
}

/* "responsive" class is added to the mainmenu JavaScript function when the user clicks on Burger Menu icon */
@media screen and (max-width:640px) {
    ul.mainmenu.responsive {position: relative;}
    ul.mainmenu.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  ul.mainmenu.responsive li {
    float: none;
    display: inline;
  }
  ul.mainmenu.responsive li a {
    display: block;
    text-align: left;
  }
}/*Responsive Mobile Burger menu END*/
/* Menu END */

/* Internal Page Divisions */
/* Text area */
.left {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	height: 60%;
	min-height: 60%;
	float: left;
	margin-left: 2%;
	margin-right: 5%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 0%;
	padding-right: 0%;
	text-align: justify;
	color: #FFFFFF;
	clear: left;
	}
/*Responsive design - Display < 640px - reduce margins */	
@media screen and (max-width:640px) {
.left {margin-top: 2px;
	margin-bottom: 2px;
	width: 98%;
	min-width:98%;
	max-width: 98%;
	height: 60%;
	min-height: 60%;
	float: left;
	margin-left: 2%;
	margin-right: 5%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 0%;
	padding-right: 0%;
	text-align: justify;
	color: #FFFFFF;
	clear: left;
	}
	}
/* Image area */
.graphic	{
	margin-top: 2%;
	margin-bottom: 2%;
/*margin l and r were 2% */
	margin-left: 0%;
	margin-right: 0%;
	float: right;
	width:40%;
/*width, min and max width was 35%*/
	min-width: 40%; 
	max-width: 40%;
	min-height: 60%;
	height: 60%;
	clear: right;
	/*box-shadow: 1px 1px 1px #778899;*/
	}	

/*Responsive design - Display < 640px - Image area increased to 95% display width*/	
@media screen and (max-width:640px) {	
.graphic	{
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 0%;
	float: right;
	width:100%;
	min-width: 98%;
	max-width: 98%;
	min-height: 100%;
	/*height: 60%;*/
	clear: right;
	}	
	}
	
/* 'Page area' */	
.whole	{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	min-height: 60%;
	min-width: 96%;
	max-width: 96%;
	margin-right:2%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #000000;
	color: #FFFFFF;
	text-align: justify;
	overflow: auto;
	clear: both;
	}


.footer {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 60%;
	clear: both;
	text-align: center;
	margin-top: 2px;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color: #000000;
	opacity: 1;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	}
	
/* Text Styles */
h1 	{font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;}

h2 	{font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: right;}

h3 	{font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;}

h4 	{font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	}
	
h5 	{font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	font-style: italic;
	}
	
h6 	{font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	font-style: italic;
	margin-top:1px;
	margin-bottom: 1px;
	}
	
h7 	{font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: white;
	text-decoration: none;
	}	

p 	{font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
dt 	{font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;}

dl, li 	{font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;}
	
ul 	{list-style-type: disc;}

ul.ul	{list-style-type: disc;}

ul.ul.ul {list-style-type: disc;}

ol	{list-style-type: sans-serif;}

a:link	{
	color: #FFFFFF;
	text-decoration: none;
	}

a:visited {color: #FFFFFF;}

a:hover {color: #00FF00;}


	