body {
	margin:0;
				/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#E6EEBC;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:100%;
	color:#083004;
 box-sizing: border-box;
}

/*REMOVE THIS WHEN READY!
@media only screen and (max-width: 500px) {
    body {
        background:yellow;
    }
}
REMOVE WHEN READY!*/



/*TEXT STYLES*/

	h1 {font-size:2em;}
	h2 {font-size:1.8em;}
	h3 {font-size:1.65em;}
	h4 { font-size: 1.6em;
	color: #3f8f54;}
	h5 { font-size: 1.35em;
	color: #3f8f54}
	h6 { font-size: 1.25em;}
	
	p {font-size:1.1em;}
	p.normal {font-style:normal;}	


a:link
{ 	color:black;
	background-color:#8ac30f;
	text-decoration:none;
}
a:visited
	{color:black;
	text-decoration:none;
}
	
}
a:hover {
	color:#083004;
	background:#8ac30f;;
	text-decoration:hover;
}
 a:active
 {
	color:#083004;
	text-decoration:none;
}




p.italic 
{font-style:italic;}

/*quote for screen over 500px*/
p.quote
{font-size:95%;
color:#0B343D;
font-style:italic;
}
/*quote for screen under 500px*/

@media only screen and (max-width: 500px) {
    p.quote {
        font-size: 100%;
    }
}
/*End quote description*/

.final
{
	font-size: 95%;
	font-weight:bold;
}
/*final for screen under 500px*/

@media only screen and (max-width: 500px) {
    p.final {
        font-size: 98%;
    }
}
.right
{ 
float:right;
margin: 1em 1em;
}

ul.nopoint
	{
	list-style-type:none;
	}
ul.quotelist
{
font-size:90%;
color:#0B343D;
font-style:italic;
}

/*quotelist for screen under 500px*/

@media only screen and (max-width: 500px) {
    ul.quotelist {
        font-size: 95%;
    }
}

ul.with90
	{
	font-size:98%
	}
ul.with90blue
	{
	color:#0B343D;
	font-size:98%
	}





.pararight
{
	float: right;
	font-size: 85%;
    	right: 0px;
}
/*pararight for screen under 500px*/

@media only screen and (max-width: 500px) {
    p.pararight {
        font-size: 92%;
    }
}

.small90
{
font-size:95%;
}

.small83
{
font-size:88%;
}


.left0
{ 
float:left;
margin: 0px 5px;
}

.left
{
float:left;
padding: 5px;
margin: 10px;
}

.centred {
    display: block;
    margin-left: auto;
    margin-right: auto }


.phototag
{font-size:80%;
font-style:italic;
}
/*phototag for screen under 500px*/

@media only screen and (max-width: 500px) {
    .phototag {
        font-size: 90%;
    }
}
.phototag80
{font-size:85%;
font-style:italic;
}
/*phototag80 for screen under 500px*/

@media only screen and (max-width: 500px) {
    .phototag80 {
        font-size: 90%;
    }
}
#footer {
	/*clear:both;*/
	float:right;
	width:90%;
	border-top:none;
}
#footer p {
	padding:10px;
	margin:0;
	font-size:95%;
	font-style:italic;
}

.figcaption
{font-size:60%}


/*END TEXT STYLES*/


/*BOX STYLES*/

.boxleft
{
	width:20%;
	margin: 10px;
	float: left;
	font-size:90%;
}
.boxright
{
	width: 20%;
	margin: 10px;
	float: right;
	/*right: 0px;*/
	font-size: 90%;
}
.boxright50
{
	width: 50%;
	margin: 5px;
	float: right;
	right: 0px;
	font-size: 90%;
}

.colbox
{
	display: inline-block;		
	width: 290px;
	margin-left: 4%;
	height: auto;
	/*border: 1px solid teal;*/
}



.titlebox {
    width: 100%;
    height: 250px;
	background: #112b00;
	background-image: url("pics/TTlogo550pale.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;  
   
}
.tboxright
{
	width: 20%;
	max-width:150px;
	margin-right: 15px;
	margin-top: 15px;
	float: right;
	/*right: 0px;*/
	font-size: 90%;
}



/* start shrinking indexbox, differs on each page*/

.indexbox
 {
width: 100%;
height: auto;
padding: 0px;
margin: 3%;
/*border: 1px solid red;*/
}

/* For width smaller than 500px: */
.indexbox
{
      background-image: none; 
}

/* For width 500px and larger: */

@media only screen and (min-width: 500px) {
.indexbox 
{ 
	background-repeat: no-repeat;
    background-image: url('pics/treepath.jpg'); 
}

}

/* end shrinking indexbox, differs on each page*/

/* start shrinking whybox, differs on each page*/

.whybox
 {
width: 100%;
height: auto;
padding: 0px;
margin: 3%;
/*border: 1px solid red;*/
}

/* For width smaller than 500px: */
.whybox
{
      background-image: none; 
}

/* For width 500px and larger: */

@media only screen and (min-width: 500px) {
.whybox 
{ 
	background-repeat: no-repeat;
    background-image: url('pics/mistpath.jpg'); 
}

}

/* end shrinking whybox, differs on each page*/

/* start shrinking schoolbox, differs on each page*/

.schoolbox
 {
width: 100%;
height: auto;
padding: 0px;
margin: 3%;
/*border: 1px solid red;*/
}

/* For width smaller than 500px: */
.schoolbox
{
      background-image: none; 
}

/* For width 500px and larger: */

@media only screen and (min-width: 500px) {
.schoolbox 
{ 
	background-repeat: no-repeat;
    background-image: url('pics/ivypath.jpg'); 
}

}

/* end shrinking schoolbox, differs on each page*/

/* start shrinking storystartbox*/

.storystartbox
 {
width: 100%;
height: auto;
padding: 0px;
margin: 3%;
/*border: 1px solid red;*/
}

/* For width smaller than 500px: */
.storystartbox
{
      background-image: none; 
}

/* For width 500px and larger: */

@media only screen and (min-width: 500px) {
.storystartbox 
{ 
	background-repeat: no-repeat;
    background-image: url('pics/snowpath.jpg'); 
}

}

/* end shrinking storystartbox*/




/* start shrinking instbox*/

.instbox
 {
width: 100%;
height: auto;
padding: 0px;
margin: 3%;
/*border: 1px solid red;*/
}

/* For width smaller than 500px: */
.instbox
{
      background-image: none; 
}

/* For width 500px and larger: */

@media only screen and (min-width: 500px) {
.instbox 
{ 
	background-repeat: no-repeat;
    background-image: url('pics/wharferiverpath2.jpg'); 
}

}

/* end shrinking instbox*/
.contactbox
 {
width: 100%;
height: auto;
padding: 0px;
margin: 3%;
/*border: 1px solid red;*/
}

/* For width smaller than 500px: */
.contactbox
{
      background-image: none; 
}

/* For width 500px and larger: */

@media only screen and (min-width: 500px) {
.contactbox 
{ 
	background-repeat: no-repeat;
    background-image: url('pics/stonystreampath.jpg'); 
}

}

/* end shrinking picbox, differs on each page*/





/* start shrinking picbox, differs on each page*/

.xxxxbox
 {
width: 100%;
height: auto;
padding: 0px;
margin: 3%;
/*border: 1px solid red;*/
}

/* For width smaller than 500px: */
.xxxxxbox
{
      background-image: none; 
}

/* For width 500px and larger: */

@media only screen and (min-width: 500px) {
.xxxxxbox 
{ 
	background-repeat: no-repeat;
    background-image: url('pics/treepath.jpg'); 
}

}

/* end shrinking picbox, differs on each page*/



/* start shrinking curricbox*/

.curricbox
 {
width: 100%;
height: auto;
padding: 0px;
margin: 3%;
/*border: 1px solid red;*/
}

/* For width smaller than 500px: */
.curricbox
{
      background-image: none; 
}

/* For width 500px and larger: */

@media only screen and (min-width: 500px) {
.curricbox 
{ 
	background-repeat: no-repeat;
    background-image: url('pics/skypath.jpg'); 
}

}

/* end shrinking curricbox */


/* start shrinking aboutbox */

.aboutbox
 {
width: 100%;
height: auto;
padding: 0px;
margin: 3%;
/*border: 1px solid red;*/
}

/* For width smaller than 500px: */
.aboutbox
{
      background-image: none; 
}

/* For width 500px and larger: */

@media only screen and (min-width: 500px) {
.aboutbox 
{ 
	background-repeat: no-repeat;
    background-image: url('pics/hanwellpath.jpg'); 
}

}

/* end shrinking picbox, differs on each page*/













.clearfix {
    overflow: auto;
}
.textbox
{
	width: 80%;
	height: auto;
	/*border: 1px solid green;*/
	
	
}
/* For width smaller than 500px:*/
.textbox
{
margin-left: 3px;
padding: 4px;
}

/* For width 500px and larger:*/
@media only screen and (min-width: 500px) {
.textbox
{margin-left: 115px;
padding: 12px;}
}

/*END BOX STYLES*/

/*Dropdown Menu*/
.dropbtn {
    background-color:/*#083004;*/#E6EEBC;
    color: /*#C6DB15;*/#083004;
    padding: 5px;
	width:150px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
	font-size: 13px;
    background-color:/*#77c30f;#3f8f54;*/#8ac30f;
    min-width: 150px;
	z-index: 1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: #083004;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
color:#E6EEBC;
background-color:#083004;
}
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color:#083004;
background-color:#E6EEBC;
}
/*End of Dropdown Menu*/







/*Dropbutton Number Two*/
.dropbtn2 {
    background-color:#8ac30f;
    color: #083004;
    padding: 5px;
	width:150px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

.dropdown2 {
    position: relative;
    display: inline-block;
}

.dropdown2-content {
    display: none;
    position: absolute;
	font-size: 14px;
    background-color:#8ac30f;
    min-width: 250px;
	padding: 10px;
	z-index:1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

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

.dropdown2:hover .dropbtn2 {
    color:#083004;
background-color:/*#77c30f;*/#E6EEBC;
}



/*End Dropbutton Number Two*/

