#page-container{
	width: 800px;
	margin: auto;
}

/* body */
body{
 font-family: Roboto, Arial;
 /*padding: 20px;*/
 background-color: #f1f1f1;
 font-size:13px;
 }

/*hidden{
	display: none;
}*/

/* control around each div */
div {
  /*background-color: white;*/
  /*width: 300px;*/
  /*border: 1px solid green;*/
  /*padding: 5px;*/
  /*margin: 5px;*/
}

/*If you set box-sizing: border-box; on an element, padding and border are included in the width and height:*/
* {
  box-sizing: border-box;
  }

h1{
  margin: 0 0 0 0;
  padding: 0;
  float: right;
  margin-top: 65px;
  padding-right: 90px;
}

h2{
margin: 0 0 0 0;
font-size: 16px;
color: teal;
padding-top: 10px;
padding-bottom: 15px;
margin: auto;
}

h3{
margin: 0 0 0 0;
font-size: 16px;
color: teal;
padding-top: 0px;
padding-bottom: 5px;
margin: auto;
}

/* h4 used for page descript text just below main header */
h4{
margin: 0 0 0 0;
font-size: 16px; color: white;
float: right;
height: 30px;
width: 290px;
padding-right: 10px;
margin-top: 20px;
padding-top: 8px;
padding-left: 10px;
background-color:gray;
}

h5{
margin: 0 0 0 0;
font-size: 12px;
color: black;
padding-top: 0px;
padding-bottom: 0px;
}

#main-nav{
	background: gray;
	height: 20px;
	width: 800px;
	margin: auto;
}

#main-nav a {
	color: #c9c9c9;
	text-decoration: none;
	padding-top: 0px;
	margin: auto;
    }	

/* spacing of top navigation */
#main-nav dt{
	width: 100px;
	float: left;
	text-align: center;
	padding-top: 2px;
    }

/* hover over top navigation */
#main-nav a:hover {
	color: white;
	background-color: #c9c9c9;
    }
	
/* header image */
#header{
	background: white
	url(images/bannersmall.jpg);
	background-repeat: no-repeat;
	height: 120px;
	background-size: 100%;
	background-position: center;
    }

/*
#head{
margin: 0 0 0 0;
padding: 0 0 0 0;
font-size: 24px;
color: gray;
}*/

/*text going across full width */
#widetext{
	clear: both;
	width: 800px;
	padding-top: 0px;
	//background-color:yellow;
	margin: auto;
	margin-bottom: 20px;
}

#lefttext{
	width: 800px;
	//float: left;
	//clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	//background-color:yellow;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

#lefttextnarrow{
	width: 380px;
	//float: left;
	//clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	//background-color:yellow;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

/* Create two unequal columns that float next to each other */
/* Left column */
.leftcolumn {
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Create two unequal sides that float next to each other */
#leftside{
width: 80%;
float: left;
}
#rightside{
width: 20%;
float: right;
}
/* break the left side down into left and centre column */
#leftofside{
width: 24%;
float: left;
}
#rightofside{
width: 76%;
float: right;
color: gray;
}
#names{
clear: both;
margin-left: 40px;
}
/* used in download.html below */
#leftside40{
width: 35%;
float: left;
font-size: 12px; color: gray;
}

#leftcolumn90{
width: 90%;
float: left;
margin-top: 20px;
margin-left: 10px;
color: gray;
//background-color:yellow;
}

#rightside55{
width: 60%;
float: left;
font-size: 12px; color: black;
}
#imagerightbut{
	/*float: right;*/
	margin-left: 120px;
	border-style: solid;
	border-color: #a4d5ef;
	clear: both;
}
#imageleftbut{
	margin-left: 30px;
	border-style: solid;
	border-color: #a4d5ef;
}

#imagefarright{
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-color: #a4d5ef;
}
#centercolumn{
width: 5%;
float: right;
color: gray;
}
/* used in download.html above */

/* this i think is a centre column */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* used in index */
#wcimage{
  float: right;
  margin-right: 20px;
  padding-left: 10px;
  border-style: solid;
  border-color: #a4d5ef;
  }
/* used in index */  
#wcimageleft{
  float: left;
  margin-left: 0px;
  padding-right: 10px;
  border-style: solid;
  border-color: #a4d5ef;
  }
 
/* Fake image for a blank space */
  .fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
  }
  
  #imageright{
	float: right;
	margin-right: 20px;
	margin-top: 30px;
	border-style: solid;
	border-color: #a4d5ef;
	}

#imageleft{
	margin-left: 20px;
	margin-top: 30px;
	border-style: solid;
	border-color: #a4d5ef;
	}

#content{
	margin-right: 420px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#content p{
	margin: 0px;
	padding: 5px;
}

/* this is the scroll box holding the cards */
.oflow {overflow-x: hidden; overflow-y: scroll; width: 100%; height: 670px}
.oflow530 {overflow-x: hidden; overflow-y: scroll; width: 100%; height: 530px}

/* Add a card effect for articles */
/* this places a shadow around the card */
.card{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19); margin-top: 15px; background-color: white;padding: 20px;}
.bluecard{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19); margin-top: 15px; background-color: white;padding: 20px;}
.whitecard{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19); margin-top: 15px; background-color: white;padding: 20px;}
.bigcard{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19); margin-top: 15px; background-color: white;padding: 20px;}
/* a card holds the picture and summary of text to select */
.card {
  background-color: bisque;
  padding: 20px;
  margin-top: 20px;
}
.whitecard {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}
.bigcard {
  background-color: white;
  border-color = "teal";
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.bluecard {
  background-color: powderblue;
  border-color = "teal";
  padding: 20px;
  margin-top: 20px;
}

/* this is a button for use on the card */
.button {
  background-color: teal; 
  border: none;
  color: white;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 2px 2px;
  transition-duration: 0.4s;  /* for hovering over buttons */
  cursor: pointer;
  /*opacity: 0.6;*/
}

.button1 {
  background-color: white; 
  color: teal; 
  border: 2px solid teal;
  /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); */ /*shadow around button */
  border-radius: 8px;    /* round corners*/
  /*border-radius: 50%;*/  /* round buttons */
}

.button1:hover {
  background-color: teal;
  color: white;
  border: 2px solid teal;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  /*opacity: 0.6;*/
}

#footer{
	clear: both;
	height: 20px;
	width: 780px;
	margin: auto;
	font-family: Roboto, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #c9c9c9;
	border-top: 2px solid gray;
	border-bottom: 1px solid gray;
	length: 80%;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:gray;
}

#footer a {
	color: #c9c9c9;
	text-decoration: none;
	}

#footer a:hover {
	color: black;
	background-color: #c9c9c9;
	}

#altnav{
	float: right;
	width: 500px;
	text-align: right;
	}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }