html {
 position: relative;
 min-height: 100%;
}

body {
  background-color: #fafafa;
  background-image: url('Images/Lightfractal.jpg');
  color: black;
  font-family: Verdana;
  
}

ul {
  list-style-type: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  width: 80%;
  text-align: center;
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 23px;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f3f3f3;
}

li {

}

.menu {
  float: left;
  margin: auto;
  width: 20%;
}

li a {
  display: block;
  color: #1f5309;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
    
}


li a:hover {
  background-color: #d3fec0;
}

.active {
  background-color: #c4efb2;
}

.header {
  width: 80%;
  height: auto;
  text-align: center;
  margin: auto;
  background-color: #f3f3f3;
}

.content{
  background-color: #f3f3f3;
  width: 80%;
  margin: auto;
  margin-bottom: 35px;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  z-index: 999;
  position: relative;
}

.paragraph {
  background: none;
  width: 80%;
  padding: 10px;
  margin: auto;
  position: relative;
}

.service {
 width: 100%;
 border: 1px solid #e7e7e7;
 position: relative;
 display: table;
}

.blurb {
  width: 45%;
  height: auto;
  position: relative;
  background: none;
  padding: 10px;
  margin: 1.5%;
  float: left;
}

.image {
  width: 45%;
  height: auto;
  position: relative;
  background: none;
  padding: 10px;
  margin: 1.5%;
  float: left;
}

p {
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 18px;
}

p2 {
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #414141;
}

h2{
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 23px;
  color: #1f5309;
}

ol {
  width: 100%;
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 18px;
}

.frame {
  width: 450px;
  height: 300px;
  border: 3px solid #b1e0a1;
  background: #c4efb2;
  margin: auto;
  padding: 5px 5px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.footer{
 position: relative;
 left: 0;
 bottom: 0;
 width: 100%;
 overflow: hidden;
 height: 145px;
 background-image: url('Images/whitewool.JPG');
 color: #414141;
 text-align: center; 
}

hr.dashed {
  border-top: 3px dashed #bbb;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

hr.dotted {
  border-top: 3px dotted #bbb;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

hr.solid {
  border-top: 3px solid #bbb;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}