body {
  padding: 0;
  margin: 0;
  background: #f7f7f7;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f7f7f7 0%, #EAE0D5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f7f7f7 0%, #EAE0D5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f7f7f7 0%, #EAE0D5 100%);
}

/** Header styles **/


.picture1 {
  background: linear-gradient(
     rgba(0, 0, 0, 0.7),
     rgba(0, 0, 0, 0.1)
   ),url('wood.jpg');
   background-size:cover;
   background-position: center;
   background-repeat: no-repeat;
   text-align:center;
   position: relative;
   height:500px;
}

.clear{
  clear:both;
}

.header {
  position: ;
  text-align: center;
  margin: -250px;
  font-family: 'Merienda One', cursive;
  color: #BC3500;
}

h1 {

  /*#41292C;*/

  font-size: 100px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 2.5%;
  top: 50px;
}
h3 {

  font-size: 50px;

  position: absolute;
  text-align: center;
  width: 100%;
  left: 2.5%;
  top: 250px;

}



/** List style **/

h2 {
  color: #E4BB97;
  font-family: 'Indie Flower', cursive;
  font-size: 35px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.nav {

  text-align: center;
  display:fixed;
  background-color: #EAE0D5;
  padding: 30px;
  margin: 0px;
  font-family: 'Indie Flower', cursive;
  text-decoration: none;
}

.nav1 {
  list-style: none;
  color: #BC3500;
  border: 1px solid black;
  font-size: 25px;
  border-radius: 5px;
  display: inline-block;
  width: 150px;
  height: 30px;
}
.nav1:visited {
  color: #BC3500;
}
.nav1:hover {
  color:white;
  background-color:#BC3500;
}

.nav2 {
  list-style: none;
  color: #BC3500;
  font-size: 25px;
  border: 1px solid black;
  border-radius: 5px;
  display: inline-block;
  width: 150px;
  height: 30px;
}

.nav2:visited {
  color: #BC3500;
}

.nav2:hover {
  color:white;
  background-color:#BC3500;
}

.nav3 {
  list-style: none;
  color: #BC3500;
  font-size: 25px;
  border: 1px solid black;
  border-radius: 5px;
  display: inline-block;
  width: 150px;
  height: 30px;
}

.nav3:visited {
  color: #BC3500;
}

.nav3:hover {
  color:white;
  background-color:#BC3500;
}

.main_list {
  margin: 0 auto;
  padding: 0;
  width: 50%;
  position:relative;
  top:175px;
}

.main_item {
  border-bottom: 1px solid #E4BB97;
  list-style: none;
  margin: 100px 0px;
  padding-bottom: 60px;
}

p {
  color: #444444;
  line-height: 32px;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.off_site, .on_site {
  color: #214E34;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}

/* cellphone */
@media screen and (max-device-width: 414px){
  h1 {
    font-size: 60px;
    margin-left: -40px;
  }
  h3{
    font-size: 45px;
    margin-left: -40px;
  }
  p{

    margin-left: -50px;
    text-align: center;
  }

  .nav {
    margin-right: 50px;
  }

  #Services, #About, #Contact{
    font-size: 50px;
    margin-left: -40px;
    text-align: center;
  }
  .read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
}
