body{
	font-family: calibri, sans-seif;
	background-color:#026803;
	background-image: url("pictures/SunFlowerLarge.gif");
	background-repeat: repeat;
	background-size: 100%;
    background-position: right top;
    background-attachment: fixed;
	
}
header{
	width:80%;
	background-color:#FFFAAD;
	color:black;
	margin-right:auto;
	margin-left:auto;
	padding:15px;
	overflow:hidden;
	border-color:#FFFAAD;
	border-style:solid;
	border-width:5px
	
}
footer{
	width:80%;
	background-color:#FFFAAD;
	color:black;
	margin-right:auto;
	margin-left:auto;
	padding:15px;
	overflow:hidden;
	padding:5px;
	height:50px;
	
	border-color:#FFFAAD;
	border-style:solid;
	border-width:5px
	
}
hgroup{
	width:70%;
	float:left;
}
hgroup h1{
	padding-top:0;
	line-height:1em;
}
hgroup h2{
		text-transform:uppercase;
		font-size:1.2em;
}
nav{
	width:30%;
	float:right;
}
nav li{
	float:left;
	margin-right:15px;
}
nav ul{
	list-style-type:none;
}
header figure{
	float:right;	
}
h1{
	font-size:2.5em;
	margin:0;
	padding:0;
	padding-top:10px;
}
h2{
		font-size:1.6em;
		margin:0;
		padding:0;
		padding-top:10px;
}
h3{
		font-size:1.3em;
}
section{
		width:80%;
		background-color:white;
		color:black;
		margin-right:auto;
		margin-left:auto;
		padding:20px;
		
		/*
		border-color:Black;
		border-style:solid;
		border-width:1px
		
		
		*/

}
		
		
}
img{
	float:left;
	margin: 10px, 10px, 10px, 10px;
	box-shadow: 3px 3px 5px 1px #cccccc
}
p{
	margin-left:10px;
}
aside{
	width:90%;
	'margin-right:auto;
	margin-left:50;
	background:#eeff99;
	padding:12px;
	border:1px solid #969;
	border-radius:20px;
}

/*
====================
    Gallety CSS
====================
*/

* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,1.8);
}

/* Caption text */
.text {
  color: white;
  font-size: 15px;
  font-weight: Bold;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.3);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}