@charset "utf-8";
/* CSS Document */


body {
  /*font-family: "Josefin sans", "Lato", sans-serif;*/
  /*font-family: "Lato", sans-serif;*/
}

}.centerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.content {
	font-family: "Josefin Sans", "Lato", sans-serif;
    font-weight: 400;
}
.centerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
	/*border: 20px solid royalblue;*/
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
	font-family: "Josefin Sans";
	font-weight: 500 ;
}
.column {
  float: left;
  padding: 10px;
}

.sidenav {
	
  height: 100%;
  width: 272px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding: 20px 10px 20px 20px;
  font-size: .7em;
  text-align: left;
  font-family: "Josefin Sans";
	
	/*background-image: url("Images/Shelley.jpg");*/
	/*background-color: rgba(180,180,180, .8);*/
	background: url("Images/ShelleySideNav1.jpg");
	
}

.description {
	width: 20%;
}
.slideshow {
	width: 65%;
}
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 1.25em;
  color: #000;
  display: block;
	
}

.sidenav a:hover,
.sidenav a:active {
  color: #228B22;
}

.main {
  margin-left: 272px; /* Same as the width of the sidenav */
   border: 1px:;
  /*padding: 20px;*/
	float: left;
		
	}
	.footer {
	background-color: #fff;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	
	padding: 15px 30px;
	font-size: .7em;
	color: #8C8C8C;
	text-align: center;
	z-index: 999;
		position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;

}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}
.footer a:link{
	color: #228B22;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.logo {
	font-size: 2.0em;
	letter-spacing: 5px;
	font-weight: bold;
	color: #228B22;
	text-align: right;
	
}
.logo-2{
	font-size: 1.7em;
	letter-spacing: .9px;
	font-weight: bold;
	color: #228B22;
	text-align: right;
	line-height: 1.6em
	
}
.textwhite{
	color:antiquewhite; 
}	


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}