* {
  margin: 0;
  padding: 0;
}

.header {
  background-image: url("./images/drew-coffman-1872.jpg");
  background-position: right bottom, left top;
  background-color: rgb(173, 173, 173);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  color: white;
  position: relative;
}

.header .nav-bar img {
  width: 200px;
}

.header .nav-bar {
  padding-left: 80px;
  padding-top: 50px;
}
.nav-bar .logo img {
  background-color: gray;
}

.header .nav-bar div {
  margin-left: 50%;
  text-align: center;
  display: inline-block;
}

.header .nav-bar div a {
  margin-left: 12px;
  vertical-align: baseline;
}
button {
  padding: 17px;
}
.content p {
  font-family: "Alegreya Sans";
  font-size: 24px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 20px;
}

.content h1 {
  font-family: "Alegreya";
  font-size: 90px;
  line-height: 91px;
  font-weight: 400;
  margin-top: 20px;
}

.content {
  text-align: center;

  width: 50%;
  position: absolute;
  top: 150px;
  left: 350px;
  bottom: 50%;
  color: rgb(241, 241, 241);
  padding: 30px;
}

.content .btn-one {
  background-color: #8e7754;
  color: white;
  width: 200 px;
  height: 28px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  margin-top: 30px;
  border-radius: 4px;
  text-align: center;
  font-family: "Alegreya Sans";
  border: 1px solid #8e7754;
}

.btn-one:hover {
  background-color: white;
  color: black;
}
.content .btn-two {
  background-color: transparent;
  width: 200 px;
  height: 28px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  color: white;
  border-radius: 4px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid wheat;
  font-family: "Alegreya Sans";
}

/* it is a special element  called replaced element */

.section-two {
  margin: 60px;
}
.section-two img {
  width: 44%;
}
/*question ? where we right display inline-block  */
.info {
  width: 43%;
  display: inline-block;
  margin-left: 70px;
  padding: 40px;
}

.info h2 {
  font-family: "Alegreya", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: rgb(48, 48, 48);
  line-height: 44px;
  padding-bottom: 20px;
}
.info p {
  line-height: 32px;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #686868;
  margin-top: 20px;
  margin-bottom: 30px;
}

.section-two .icon {
  width: 44px;
  border-radius: 50%;
  border: 1px solid#D9D9D9;
  margin: 3px 12px;
}

.section-two span {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  vertical-align: Top;
  line-height: 32px;
  display: inline-block;
  margin-top: 9px;
}

.section-three,
.section-five {
  background-color: #f8f8f8;
}

.section-three img {
  width: 500px;
  vertical-align: baseline;
  margin-top: 50px;
  margin-left: 100px;
}

.section-four {
  text-align: center;
  margin-top: 70px;
}

.section-four h3 {
  font-family: "Alegreya";
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: rgb(48, 48, 48);
  line-height: 41px;
}

.section-four p,
.section-five p {
  font-family: "Alegreya Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: rgb(136, 136, 136);
  line-height: 32px;
  margin-top: 12px;
  margin-bottom: 50px;
}
.section-five .contact-info {
  width: 40%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.section-five h2 {
  font-size: 32;
  font-family: "Alegreya";
  font-size: 30px;
  color: rgb(48, 48, 48);
}

.section-five .icon {
  vertical-align: middle;
  width: 40px;
  background-color: #8e7754;
  border-radius: 50%;
  margin-right: 7px;
}

.item {
  width: 390px;
  margin-left: 40px;
  line-height: 32px;
  float: left;
}

.item img {
  width: 90%;
}

.clear-fix {
  clear: both;
}

.section-six {
  background-color: #403d38;
}

.section-six .col {
  width: 20%;
  color: white;
  padding-left: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  float: left;
}

.section-six h4 {
  font-size: 18;
}

.secsix-padding {
  padding-left: 60px;
}
.section-six p,
span {
  color: RGB(150, 150, 150);
  font-family: "Alegreya Sans";
  font-weight: 400;
  text-align: start;
  line-height: 30px;
  margin-top: 40px;
}

.section-six .row a {
  text-decoration: none;
  color: rgb(218, 218, 218);
}

.section-six .row {
  margin-top: 12px;
}

.section-six hr {
  border: 1px solid #45423d;
}

.row img {
  width: 18px;
  vertical-align: middle;
}

.section-five .map {
  display: inline-block;
  width: 100px;
}

.section-six .contact-details {
  background-image: url("images/contact-details-map.png");
  background-repeat: no-repeat;
  background-position-y: 50%;
}

.footer {
  background-color: #353330;
  padding: 65px;
  text-align: center;
}

.footer .icn {
  width: 45px;
  background-color: #484540;
  border-radius: 50%;
}

.facebook:hover {
  background-color: #3b5998;
  color: white;
}
.google:hover {
  background-color: #dd4b39;
}
.twitter:hover {
  background-color: #007bb5;
}
.linkedin:hover {
  background-color: #00aced;
}

.footer p {
  margin: 30px;
  color: #716e67;
}
