body{
	background-image: url("../img/grass.jpg");
	background-color: green;
	background-position: center;
	background-size: auto;
}

header{
	border: solid;
	padding: 0px;
	font-size: 35px;
	text-align: center;
}

.href{
	font-size: 18px;
}

.paragraph{
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	
}

 /* unvisited link */
a:link {
  color: black;
  text-decoration: underline;
  padding-left: 1px;
}

/* visited link */
a:visited {
  color: black;
  text-decoration: underline;
}

/* mouse over link */
a:hover {
  color: blue;
  text-decoration: none;
}

/* selected link */
a:active {
  color: hotpink;
  text-decoration: underline;
} 

h1 {
	text-align: center;
}

.contact_form{
	text-align: center;
}

form{
	text-align: center;
}

.container {
      width: 1024px;
      margin: 0 auto;
      background-color: grey;
      color: black;
      font-family: "Calibri", Calibri, serif;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 1px;
      padding-bottom: 10px;
      box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 black;
      opacity: 1.0;
      font-size: 16px
    }

div.gallery {
  margin: 5px;
  float: left;
  padding: 1px;
  width: 180px

  
}

div.gallery:hover {
  opacity: .5;
}

div.gallery img {
  width: 100%;
  height: 100px;
}


.testimonial{
	padding-left: 50px;
	font-size: 16px;
	font-weight: bold;
	font-style: i
}

.footer {
	text-align: center;
	font-size: 12px;
	display: inline-block;
	width: 100%
}

.named{
	text-align: right;
}

.gallery{
	display: inline-block;
}
