body {
  font-family: Times New Roman, Baskerville Old Face, serif;
  font-size: 18px;
  line-height:1.5;
  padding:0;
  margin:0;
  background-color: #D7CEC7;
}

.container {
  width:80%;
  margin:auto;
  overflow: hidden;
}

/*HEADER*/

ul {
  margin: 0;
  padding: 0;
}

header {
  background: #C09F80;
  color: #36454F;
  padding-top: 30px;
  border-bottom: #76323F 3px solid;
}

header a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

header li {
  float: left;
  display: inline;
  padding: 0 15px 0 15px;
}

header #logo img {
  width: 500px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

header a:hover {
  color: #76323F;
  font-weight: bold;
}

/*COVER IMAGE*/

#cover {
  min-height: 300px;
  background-image: url(../img/houses-cover2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #FFFFFF;
  border-bottom: #76323F 3px solid;
}

#cover h1 {
  margin-top: 100px;
  font-size: 65px;
  margin-bottom: 10px;
}

/*NAVIGATION BAR*/

#navbar {
  margin-top: 15px;
  border: solid 2px;
}

/*HOME PAGE TABLE WITH BIOS*/

table.home {
  text-align: left;
  width: 100%;
}

table.home td h3 {
  height: 10px;
  font-size: 25px;
}

table.home td #icon img {
  width: 250px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

table.home td #separate img {
  box-shadow: 0px 5px 12px rgba(0,0,0,0.5);
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

table.home td {
  padding: 15px;
  font-size: 20px;
}

/*PRICE PAGE TABLE*/

table.price {
  text-align: left;
  width: 100%;
}

table.price, table.price th, table.price td {
  border: 1px solid black;
  border-collapse: collapse;
}

table.price th, table.price td {
  padding: 15px;
}

table.price {
  border-spacing:5px;
}

table.price tr:nth-of-type(odd) {
  background-color: #CCBBAD;
}

/*PRICE PAGE BUTTON*/

article.contact-link img {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

/*SERVICES PAGE - PACKAGE LIST BOXES AND MAP*/

#boxes .service-box {
  float: left;
  width: 30%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

#map {
  width:100%;
  text-align: center;
}

/*CONTACT FORM FORMATTING*/

input[type=text], input[type=date], select, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #36454F;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 15px;
    resize: vertical
}

input[type=submit] {
    background-color: #76323F;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #59252f;
}

/*FOOTER*/

footer {
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  background-color: #C09F80;
  border-top: #76323F 3px solid;
}
