
.nounderline 
{
text-decoration: none;
color: #050505; 
}

.grid-container 
{
  display: grid;
  grid-template-areas:
  'header header header header header header'
    'menu main main main main'
   'footer footer footer footer footer footer';
  gap: 10px;
  background-color: #FFFDD0; <!-- rgb(255, 253, 208) -->
  padding: 15px;
}

/*.grid-container div 
{ 
  font-size: 20px;
  font-family: ;
  font-weight: ;
}*/


.centerTable 
{ align: Right; 
}

.buttonsmenu1 
{
  color:050505#;
  padding: 5px 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: Minion;
  font-size: 18px;
  margin: 4px 2px;
  cursor:pointer;
  background-color: #3B874C;
  border-radius: 10px;
  width: 200px;
  border: 1px solid black;
}


 .buttonsmenu2:hover 
{
   background-color:#FFFDD0;
  color:#003300;
  /*border:1px solid black;
  border-radius: 10px;
  width: 190px;*/ 
}

/*bottom of page back to top button */
.buttonbacktotop 
{
  border: 1px solid black;
  color: black;
  padding: 5px 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: Minion;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #3B874C;
  width: 190px;
  border-radius: 10px;
} 

/*bottom of page back to top button */
.buttonbacktotop2:hover 
{
  background-color:#FFFDD0;
  color:#003300;
  border:1px solid black;
  border-radius: 10px;
  width: 190px;
  text-decoration: none;
}

.riverlevelbutton 
{
  border: 1px solid black;
  color: black;
  padding: 5px 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: Minion;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #ccebff;
  width: 190px;
  border-radius: 10px;
}


.riverlevelbutton2:hover 
{
  background-color:#003300;
  color:#FFFDD0 ;
  border:1px solid black;
  border-radius: 10px;
  width: 190px;
}

.contactus 
{
  border: 1px solid black;
  color: black;
  padding: 5px 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: Minion;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #00e600;
  width: 190px;
  border-radius: 10px;
}


/*Page header image of cathedral and header text*/
.item1 
{
  grid-area:header;
  background-color:#FFFDD0;
  background-image: url('cathedralimageheader.jpg');
  background-repeat: no-repeat;
 /*background-size: 100% 100%;*/
  background-size: contain;
  background-position:center;
  text-align:center;
  color:#050505;
  padding:1px;
list-style-type: none; 
}



.item1 h1 
{
  font-size: 10px;
  font-family: Minion;
}

.item1 ul 
{
  font-size: 20px;  
}



.item2 
{
  grid-area: menu;
  background-color:#357F32;
}
  
.item2 ul 
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.item2 li
{
  padding: 8px;
  margin-bottom: 7px;
  color: #050505; 
  font-family: ;
  text-decoration: /* in html as did not work from here*/;
  text-align: center;
}

  
.item3 
{
  grid-area:main;
}

.item3 h1 
{
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 7px;
  text-align: center;
  color: #3B874C;
  font-family: Minion;
  /*background-color: #FFFDD0;*/
  font-weight:900;
  padding:20px;
}

.item3 h2 
{
  font-size: 20px;
  padding-bottom: 10px;
  font-family: Minion;
  color: #3B874C;
  text-align: center;
}

/*back to home page button*/
.item3 li 
{
text-align: center;
list-style-type: none;
} 

/*charities list, About the river severn Trow features */
.item3List li 
{
text-align: left;
list-style-type: disc;
} 

/*volunteer training list*/
.item3 p 
{
 margin-top: 10px; 
 margin-bottom: 7px;
 justify-content: center;
 text-align: center;
 font-family: Minion;
 font-weight: ;
 font-size: 15px;
}


.item4 
{
  grid-area: right;
  border: ;
  background-color:#FFFDD0;
  padding: 5px;
  color: #000000;
}

.item4 h2 
{
  font-size: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.item4 li 
{
  padding: ;
  margin-bottom: 5px;
  list-style-type: disc; 
  text-align: center;
 }

.item5 
{
  grid-area: footer;
  background-color: #050505;
  color: #ffffff;
  text-align: center;
 }


.timetable {margin-left:auto; margin-right:auto; font-family:sans-serif;}
.timetable th {padding:5px}
.timetable tr {text-align=center; font-size:15px;}
.timetable li {text-align=center; font-size:15px;}
.timetable {border: 2px #050505; }
.timetable tr:nth-child(even) {background-color: #357F32;}
/*.timetable td { padding:5px; border: 2px #050505; }*/
/*.timetable td {text-align=center; font-size:15px;}*/

/*width here controls anything below 1000px, see below for greater than 1k px*/
.textintable {margin-left:auto; margin-right:auto; font-family:Minion; width:90%;} 
.textintable tr {font-size:20px; text-align:justify; padding:20px; }
.textintable td {font-size:20px; text-align:justify; padding:5px; }

.textintablecenter {margin-left:auto; margin-right:auto; font-family:Minion; width:90%;} 
.textintablecenter tr {font-size:20px; text-align:center; padding:20px; }
.textintablecenter td {font-size:20px; text-align:center; padding:5px; }
.textintablecenter th {font-size:20px; text-align:center; padding:5px;}

/*this controls the width of text on larger screens */
@media (min-width: 1000px) 
{
	.textintable { width:60%}
} 


.tableoutline td 
{
  border: 1px solid black;
}

.references {margin-left:auto; margin-right:auto; border: 2px #050505; font-family:sans-serif; padding:10px;}
.references h2 {font-style: italic}
.references tr {font-size:10px; text-align:left; padding:20px; }
.references td {text-align:left; padding:10px; }

.supportericons th {display: block; margin-left: auto; margin-right: auto; width: 15%; }

.picturesubtext 
{
 margin-top: 1px; 
 margin-bottom: 7px;
 text-align: center;
 font-family: sans-serif;
 font-weight: 5px;
 font-size: 10px;
 display: block
}

.iconpadding img 
{
 padding-top: 30px;
}

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

