 		/* This is the basic */
		/* formatting of the */
		/*    entire page    */

body {
	background-image: url("bgdgrn.gif");
	margin-left: auto;
	margin-right: auto;
	font-family: "verdana", arial, sans-serif;
	font-size: calc(10px + (20 - 10) * ((100vw - 300px) / (2500 - 300)));
}

a:link {
  color: black;
  text-decoration: none;

}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

a:active {
	color: black;
	text-decoration: none;
}

hr { 
	width: 60%;
	clear: both;
	display: block;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;
}

		/* Text alignment styles */


.textright {
	text-align: right;
	clear: right;
}

.textleft {
	text-align: left;
	clear: left;
}

.textcentre {
	text-align: center;
	clear: both;
}

		/* End of text alignment styles */

* {
    box-sizing: border-box;
}

div.innerbox img {
	border-radius: 2.5em / 2.25em;
	border: 3px solid #000000;
	max-width: 100%;
	height: auto;
}

.outerboxleft {
	display: inline-block;
 	max-width: 60%;
	clear: none;
	float: left;
	margin-bottom: 25px;
	margin-right: 15px;
}

.outerboxright {
	display: inline-block;
 	max-width: 60%;
	clear: none;
	float: right;
	margin-bottom: 25px;
	margin-left: 15px;
}

.outerboxcentre {
 	max-width: 100%;
	clear: both;
	margin-left:auto;
	margin-right:auto;

}

@media only screen and (max-width: 1000px){
	h3 {
       	font-size: 1.250em;
	text-align: center;
	color: black;
    }
}

h1 {
	font-size: 2.5em;
	text-align: center;
	color: black;
}

h2 {
	font-size: 1.875em;
	text-align: center;
	color: black;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	color: black;
}


h4 {
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	color: black;
}

p {
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	color: black;
}

.newline {
	clear: both;
}


.header {
	margin: auto;
	width: 75%;
	border: none;
	padding: 10px:
}

.content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 90%;
}

.mainpagewidth {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 90%;
}

@media only screen and (min-width: 2500px){
	.mainpagewidth {
        max-width: 2250px;
    }
}

.pagefooter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
	clear: both;
}


.homefooter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 90%;
}

.introtext {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 90%;
	border: none;
	padding: none;
	clear: both;
}
 
 		/*                                  */
		/* Main Menu, sizes and colours etc */
		/*                                  */

.mainmenu {
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
 
}

li {
    float: left;
	font-size: 1.875em;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
}

.dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
}

li a:hover, .dropdown:hover {
    background-color: #a57b98;
    border: 2px #a57b98;
    border-radius: 25px;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #dd8495;
    border: 2px #dd8495;
    border-radius: 25px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	text-shadow: 0px 0px black;
}

.dropdown-content a:hover {background-color: #9cc387;}

.dropdown:hover .dropdown-content {
    display: block;
}

	          /* End of Main Menu  */

	/* This is the styling for the oval images */

* {
    oval-box-sizing: oval-border-box;
}

div.oval-innerbox img {
	border-radius: 20%;
	border: 2px solid #ffffff;
	max-width: 100%;
	height: auto;
}

.oval-outerbox {
	display: inline-block;
 	max-width: 25%;
	padding: 20px;
}

@media only screen and (max-width: 700px){
	.oval-outerbox {
        max-width: 35%;
	padding: 20px;
    }
}

	
	          /* Styling for Inline Images */

.scaleableimageboxleft {
	display: inline-block;
 	max-width: 60%;
	clear: none;
	float: left;
	margin: 10px;
}

.scaleableimageboxright {
	display: inline-block;
 	max-width: 60%;
	clear: none;
	float: right;
	margin: 10px;
}

.trans {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2em / 1.5em;
	border: 0px solid #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
        clear: both;
        display: inline-block;
        float: none;
	padding: 1%;
}


