* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Alegreya", serif;
  font-size: 17px;
  color: #606060;
}
.nav {
  background-color: t;
  overflow: auto;
  font-size: 18px;
}
.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: white;
}
/* home section */
.home {
  /* background-color: blueviolet; */
  height: 100vh;
  background-image: url(images/drew-coffman-1872.jpg);
  background-size: 100% 100%;
  overflow: auto;
}
.home .home_element {
  width: 50%;
  margin: auto;
  text-align: center;
  color: #fff;
  margin-top: 150px;
  overflow: auto;
}
.home span {
  margin: 0px 0px 5px;
  font-size: 22px;
}
.home h1 {
  margin: 25px 0px 18px;
  font-size: 76px;
  font-weight: 400;
}
.home p {
  margin: 10px 0px 20px;
  font-size: 24px;
}
.home button {
  margin: 0px 0px 12px;
  padding: 15px 28px;
  font-size: 16px;
}
.home button a {
  text-decoration: none;
  color: #fff;
}

.b1 {
  background-color: #8e7754;
  border: #8e7754 solid 1px;
}

.b2 {
  background-color: transparent;
  border: #fff solid 1px;
}
.clr {
  clear: both;
}
/*  about page */
.about {
  /* height: 100vh; */
}
.about_img {
  height: 100%;
  width: 50%;
  float: left;
}
.about_content {
  height: 100%;
  width: 50%;
  float: right;
  margin-top: 15%;
}
.about_img img {
  width: 70%;
  height: 70%;
  padding: 20%;
}
.ouf ul {
  list-style: none;
}
.ouf {
  width: 70%;
  height: 70%;
  margin: auto;
}
.about_content div {
  display: inline-block;
  vertical-align: middle;
}

.about_content p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.Location {
  overflow: auto;
  width: 100%;
  background-color: #fafafa;
}
.Location_text {
  width: 50%;
  float: left;
  padding-top: 10%;
}
.Location_text h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
.Location_text p {
  font-size: 17px;
  margin-bottom: 20px;
}
.Location_img {
  height: 100%;
  width: 50%;
  float: left;
  padding-bottom: 50px;
}
.Location_img img {
  width: 100%;
  height: 80%;
  padding-top: 10%;
}

.margin {
  width: 80%;
  margin: auto;
}
.Baking {
  /* height: 100vh; */
  overflow: auto;
  text-align: center;
}
.Baking img {
  width: 90%;
  height: 60%;
}
.titll {
  width: 100%;
  height: 100px;
  padding-top: 25px;
}

.sec1 {
  width: 25%;
  height: 70%;
  float: left;
  margin-left: 10%;
}
.sec1 h3 {
  padding-top: 10px;
}
.sec1 p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sec2 {
  width: 25%;
  height: 70%;
  float: left;
  margin-left: 30px;
}
.sec2 h3 {
  padding-top: 10px;
}
.sec2 p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sec3 {
  width: 25%;
  height: 70%;
  float: left;
  margin-right: 10%;
  margin-left: 30px;
}
.sec3 h3 {
  padding-top: 10px;
}
.sec3 p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.Information {
  overflow: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}
.info {
  width: 50%;
  float: left;
  padding-top: 35px;
}
.map {
  width: 50%;
  float: right;
  padding-top: 35px;
}
.map iframe {
  margin-top: 30px;
  margin-left: 50px;
}

.info h2 {
  padding-left: 20%;
  padding-top: 35px;
}
.info p {
  padding-left: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.info ul {
  padding-left: 20%;
  list-style: none;
}
.info ul li {
  padding-bottom: 10px;
}
.info img {
  vertical-align: middle;
}

.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 {
  background-color: rgba(96, 96, 96, 0.5);
  height: 1px;
  width: 250px;
}
.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;
}
