/* For mobile phones - Default */
:root {
--bgcolour: #e8e8e8; /* Grey */
--colhover: #ffffff; /* White */
--color:    #000000;	/* Black */
--invcolor:  #ffffff;  
--bannercol: #2222ff; /* Blue */
}

[class*="col-"] {
    width: 100%;
}
* {
    box-sizing: border-box;
}
img {
    width: 100%;
    height: auto;
		padding: 15px.
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
html {
    font-family: "Lucida Sans", sans-serif;
}

#banner1 {
	background: linear-gradient(to right, white, var(--bannercol));
	height: 34px;
	color: #ffffff;


}
#banner1 h1 {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
}

.container {
	background-color: #FFFFFF;

	line-height: 130%;
	border-radius: 25px;
	margin:auto;
}

/* Centre RHS defs */

.RHside {
/*  background-color: #e8e8e8; */
	background: linear-gradient(to bottom, white, var(--bgcolour));
	padding: 18px 1px 18px 25px; /* top, right,bottom, left */
  text-align: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.RHside a {
	text-decoration:none;
	color: #000000;
	margin-top: 30px;
}
.RHside ul {
	list-style-type: none;
}
.RHside li:not(:last-child) {
    margin-bottom: 5px;
}
.RHside > ul > li:hover > a, .hmenu > ul > li > a:hover, .hmenu > ul > li.active > a {
  color: var(--colhover);
  background: rgba(0, 0, 0, 0.2); 
	}
.footer {
	min-height: 15px;
	clear: both;
	margin: 0;
	padding: .5em;
	background: var(--bgcolour); 
	border-top: 1px solid gray
}
.footer-content {
	position: absolute;
	bottom: 0
	left: 0
	text-decoration:none;
}
.footer-content a {
	text-decoration:none;
	color:#4f4f4f;
}








