* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: 'Alegreya', serif;
  font-family: 'Alegreya Sans', sans-serif; 
   font-size: 17px;
  
}
.clr {
  clear: both;
}
/* home styel */
.home {
  background-image: url(images/drew-coffman-1872.jpg);
  text-align: center;
  background-position: 70% 70%;
}
.home_content {
  color: white;
}
.home_content h1 {
  font-size: 56px;
  padding: 10px;
  margin: 10px;
}
.home_content a {
  color: white;
  text-decoration: none;
  opacity: 0.7;
  font-size: 15px;
}
.home_content div {
  padding-top: 10px;
  padding-bottom: 20px;
}

/* nav */
.nav {
  background-color: white;
  overflow: auto;
  font-size: 20px;
}
.nav ul {
  list-style-type: none;
  overflow: auto;
  float: right;
  margin-right: 10%;
}
.nav li {
  margin: 10px;
  padding: 10px;
  float: left;
}
.nav .logo {
  width: 150px;
  float: left;
  margin: 10px 30px;
  margin-left: 10%;
  height: 45px;
}

.nav a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 19px;
}

.map iframe {
  height: 80vh;
}

.Contact {
  overflow: auto;
  padding-top: 25px;
  padding: 20px;
  margin: 20px;
}
.Contact h2 {
  padding-top: 10px;
  padding-bottom: 20px;
}
.form_ {
  width: 50%;
  float: left;
  margin-left: 5%;
}
.col1 input {
  width: 40%;
  margin: 10px;
  padding: 10px;
}
.col2 input {
  width: 87%;
  margin: 10px;
  padding: 10px;
  color: #fefefe;
}
.col3 textarea {
  width: 87%;
  margin: 10px;
  padding: 10px;
}
.but {
  border: none;
  margin: 15px;
  padding: 15px;
  background-color: #8e7754;
  border-radius: 5px;
  color: #fff;
  font-size: 20;
}

.Information {
  width: 40%;
  float: right;
}
.Information p {
  color: #969696;
}
.info img {
  vertical-align: middle;
}
.info ul {
  list-style: none;
  color: #969696;
  padding-top: 20px;
  padding-bottom: 20px;
}
.info ul li {
  padding: 10px;
}

/* details */
.details {
  background-color: #403d38;
  overflow: auto;
  color: #fff;
}

.one {
  width: 20%;
  /* height: 100%; */
  float: left;
  margin-left: 8%;
  margin-right: 10px;
}
.one p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.two {
  width: 20%;
  /* height: 100%; */
  float: left;
  margin-right: 10px;
}
.details div {
  color: #969696;
  font-size: 16px;
}
.details div h4 {
  padding-top: 20px;
}
.details div ul {
  list-style: none;
  padding-top: 20px;
}
.details div li {
  padding-top: 10px;
}
.details div p {
  display: inline-block;
}
.three {
  width: 20%;
  /* height: 100%; */
  float: left;
  margin-right: 10px;
}
.four {
  width: 20%;
  height: 100%;
  float: left;
  margin-right: 10px;
  background-image: url(images/contact-details-map.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
}
.four ul li img {
  width: 20px;
  float: left;
}
.four ul li p {
  float: left;
}
.four a {
  color: #969696;
  text-decoration: none;
}
/* line */
.line {
  background-color: rgba(96, 96, 96, 0.5);
  height: 1px;
  width: 250px;
}
/* footer */
.footer {
  text-align: center;
  background-color: #353330;
  padding-top: 50px;
  padding-bottom: 40px;
  color: #777;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 5px;
  height: 5px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}
.icon {
  padding: 30px;
}
