body {
  margin: 0;
}
body a {
  text-decoration: none;
}

.header {
  color: white;
  height: 100vh;
  background-image: url(images/drew-coffman-1872.jpg);
  background-position: center;
  background-size: cover;
}
.navbar {
  padding: 20px 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.icon {
  vertical-align: middle;
  border:rgb(231, 228, 228) solid 1px;
  border-radius: 50%;
}

.header .logo {
  height: 48px;
  display: inline-block;
}
.header .caption {
  font-family: "Alegreya Sans", sans-serif;
  position: relative;
  top: 170px;
  align-items: center;

  text-align: center;
  font-size: 18px;
}
button {
  margin: 15px;
  padding: 18px;
  border-radius: 5px;
  font-weight: 600;
  color: white;
}
.header .caption button {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 16px;
}
.header .caption .b1 {
  background-color: #8e7754;
  border: #8e7754 solid;
  margin-right: 3px;
}
.header .caption .b2 {
  background-color: transparent;
  border: white solid;

  margin-left: 3px;
}
.header .caption .b1:hover{
  border: white solid;
  background-color: white;
  color: black;
}

.header .caption .b2:hover{
  color: black;
  background-color: white;
}

.header-links a {
  color: white;
  margin: 0 10px;
  font-size: larger;
  font-family: "Alegreya", serif;
}
.header .header-links {
  padding-right: 25px;
 }
/*----------------------------------------------------------*/
@media screen and (max-width:575px){

  .title{
    line-height: 1.1;
    font-size:34px;
   }
 .navbar{
  display: flex;
  padding: 0;
  padding-top: 20px;
  /* background-color: antiquewhite; */
 }

 .header .logo{

  padding-left: 20px;
  margin: auto;
  /* background-color: aquamarine; */
 }

 .header .header-links{
  /* background-color: aqua; */

  margin-top: 30px;
  display: flex;
  text-align: center;
  flex-direction: column; 
  
 }

 .header .caption{
  top: 0;
  transform: scale(0.9);
 }
 .who_r_we{
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  width: 100%;

 }
 .who_r_we .img_container{
  margin: 0;
  padding: 0;
  background-color: cadetblue;
  width: 100%;
  
 } 
 .who_r_we .img_container img{
 width: 100%;
 padding: 20px;
  
 }



} 
/*----------------------------------------------------------*/

.welcome {
  font-size: 22px;
}

.title {
  font-size: 76px;
  margin: 0;
}

.header-paragraph {
  font-size: 24px;
  color: white;
}


.who_r_we {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.who_r_we div {
  width: 45%;

}
.who_r_we .caption img {
  width: 45px;
  border-radius: 50%;
}

.who_r_we .caption p img{
  margin-right: 10px;
}

.who_r_we .caption {
  /* background-color: antiquewhite; */
  padding: 50px 0 0 30px;
  margin: auto;
}
.who_r_we .img_container {
  /* background-color: aquamarine; */
  margin: auto;
  margin: 60px 0 0 140px;
  width: 35% ;
 
}
.who_r_we .img_container img {
  width: 100%;
}

.who_r_we .icon_w_paragraphs p{
  line-height: 3;
}

.our_location {
  height: 650px;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.our_location .caption {
 
  margin: auto;
  margin-left: 80px;
  padding-left:60px; 
  width: 45%;

}
.our_location .img_container {

  text-align: left;
  margin: auto;
  margin-right: 80px;
  width: 40%;
  height: auto;
}

.our_location .img_container img{
  margin:auto;
}
.our_location img {
  margin-top: 50px;
  margin-left: 10px;
  width: 550px;
  text-align: center;
  height: auto;
}

.our_baking{
  padding: 40px 0;
 }
 .our_baking .container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
 }
 .our_baking .container div {
   width: 25%;
   text-align: center;
   padding: 10px 20px;
   display: block;
 }
 
 .our_baking .hero_section {
   text-align: center;
 }
 

.Contact_Info {
  background-color: #f8f8f8;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
.iframe{
text-align: left;
align-items: center;
padding-top: 140px;
}

.Contact_Info .caption {
  margin: 100px 0 0 0;
  padding-left: 150px;
  width: 40%;
}

.Contact_Info .caption p{
  display: inline-block;
  width: 90%;
}
.Contact_Info .caption img {
  width: 35px;
  background-color: #8e7754;
  border-radius: 50%;
  margin-right: 10px;
}

h1,
h2,
h3,
h4 {
  font-family: "Alegreya", serif;
  font-weight: 400;
}

h2 {
  font-size: 32px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 22px;
}
.footer{
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  background-color: #403D38;

}
.footer .div2 p::before,
.footer .div3 p::before{
  content: '';
    display: inline-block;
    width: 16px;
    height: 16px;

    background-image: url('images/Icons/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;

}
.footer p{
  border-bottom: #4f4c47 solid 0.1px;
}
.footer .div1{
margin-left: 150px;
width: 25%;
}
.footer .div2,.div3{
  margin-left: 20px;
}
.footer .div4{
  margin-left: 100px;
}
.footer .div1 p,
.footer .last{
  border:none;
}

.footer h4{
  font-size: 18px;
  color: white;
}

.socials{
  background-color: #353330;
  text-align: center;
  padding: 60px;
}
.socials img{
  width: 40px;
  background-color: #403D38;
  border-radius: 50%;
}
.socials .logo{

  width:300px;
  height: auto;
  background-color: transparent;
  border-radius: 0;
}
a{
  text-decoration: none;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 17px;
  color: grey;
}
p {
  font-family: "Alegreya Sans", sans-serif;
  line-height: 1.8;
  font-size: 17px;
  color: grey;
}
