*{
    padding: 0;
    margin: 0;
    font-family: "Alegreya", serif;
    box-sizing: border-box;

}
.clear-fix{
    clear: both;
}
/* Welcome section */
.container #welcome{
    background-image: url(images/drew-coffman-1872.jpg);
    background-size: cover;
    background-position: center;
height: 100vh;

}
.container #welcome .header{
    width: 80%;
    margin: auto;
    padding: 20px 0;
}
.container #welcome .header img{
    width: 200px;
    float: left;
}
.container #welcome .header .links{
    float: right;
    
}
.container #welcome .header .links li{
display: inline-block;
padding: 0 10px;
}
.container #welcome .header .links li a{
text-decoration: none;
color: white;
font-size: 16px;
}
.container #welcome .header .links li a:hover{
color: #8e7754;
cursor: pointer;
}
.container #welcome .header .links .special  a{
    position: relative;
}
.container #welcome .header .links .special  a::before{
content: "";
width: 65px;
height: 2px;
display: inline-block;
position: absolute;
background-color: #8e7754;
bottom: 38px;
right: -12px;
}
.container #welcome .welcome-text{
    color: white;
    text-align: center;
    padding: 10px;
    position: relative;
    top: 60px;
}
.container #welcome .welcome-text h1{
    font-size: 76px;
    font-family: "Alegreya", serif;
    font-weight: 400;
}
.container #welcome .welcome-text p{
    margin-bottom: 40px;
    font-size: 24px;
}
.container #welcome .welcome-text .btn-1{

background-color: #8e7754;
border: 2px solid #8e7754 ;
color: white;
border-radius: 4px;
margin-right: 8px;
}
.container #welcome .welcome-text .btn-2{
background-color: transparent;
border: 2px solid white ;
color: white;
border-radius: 4px;
}
.container #welcome .welcome-text .btn button{
padding: 15px 20px;
cursor: pointer;
font-weight: 400;
font-size: 16px;
}
.container #welcome .welcome-text .btn button:hover{
    color: black;
    background-color: white;
    border-color: white;
    
}
.container #welcome .welcome-text .scroll::after{
    content: "";
    position: relative;
    display: inline-block;
    width: 30px;
    height: 50px;
    border: 1px solid white;
    background-color: transparent;
    top: 100px;
    border-radius: 30px;
    margin:20px 0;
    cursor: pointer;
    
}
/* About section */
#about {
    padding: 80px 100px;
    position: relative;

}

#about img {
    padding-left: 100px;
    float: left;
    width: 48%;
    height: auto;
}

#about .content {
    float: right;
    width: 45%;
    padding-top: 40px;
    line-height: 2;
    margin-right: 10px;
}

#about .content h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    
}
#about .content p{
    color: grey;
    font-size: 17px;
}
#about .content li{
    list-style: none;
    margin: 10px;
    color: grey;
    padding-top: 10px;
}
#about .content li i{
color: #8e7754;              
    background-color:white ;              
    border-radius: 50%;        
    width: 40px;               
    height: 40px;              
    text-align: center;       
    line-height: 40px;         
    font-size: 20px;           
    display: inline-block;     
    margin-right: 10px;
    border: 1px solid grey;
    font-weight: bold;
}
/* Location section */
.container #location{
    background-color: #F8F8F8;
    margin-top: 20px;
    padding: 100px 0;
    padding-left: 100px;
    padding-right: 100px;

}
.container #location img{
width: 45%;
float: right;
margin-right: 40px;

}
.container #location .content{
    float: left;
    padding-top: 50px;
    padding-left: 50px;
    line-height: 1.8;
    width: 50%;
}

.container #location .content h3{
font-size: 32px;
font-weight: 400;
margin-bottom: 30px;
}
.container #location .content p{
    color: grey;
}
/* Baking section */
.container #baking{
    padding:70px 90px;
}
.container #baking .title{
    text-align: center;
    line-height: 2;
    margin-top: 10px;
    margin-bottom: 60px;
    
}
.container #baking .title h3{
    font-size: 30px;
    font-weight: 400;
}
.container #baking .title p{
    color: grey;
    margin: 17px 90px;
    margin-bottom: 0;
}
.container #baking .cards{
        text-align: center;
}
.container #baking .cards .card{
    display: inline-block;
    width: 31%;
    margin: 0 1%;
    text-align: center;
    line-height: 2;
    height:500px;

}
.container #baking .cards .card img{
    width: 90%;
    height: auto;
}
.container #baking .cards .card h4{
    font-size: 22px;
    font-weight: 400;
}
.container #baking .cards .card p{
    color: gray;
    line-height: 2;
    font-size: 17px;
}
/* Contact section */
.container #contact{
    background-color: #F8F8F8;
    padding: 85px 90px;
}
.container #contact .content{
float: left;
width: 45%;
padding: 20px 15px 0;

}
.container #contact .content h3{
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 25px;
}
.container #contact .content p{
    line-height: 2;
    color: gray;
}
.container #contact .map iframe{
    float: right;
    width: 48%;
    margin-left: 30px;
}

.container #contact li{
    list-style: none;
    padding: 10px;
}
.container #contact li i {
    color: white;
    background-color: #8e7754;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    border: none; 
}
/* Information section */
.container #information{
padding: 60px 130px;
background-color: #403D38;
overflow: hidden;
}
#information .first,
#information .second,
#information .third,
#information .fourth {
float: left;
width: 25%;
box-sizing: border-box;
padding: 0 15px;
}
.container #information h4{
    font-size: 18px;
    font-weight: 400;
    color: white;
    margin-bottom: 20px;
}
.container #information p{
    font-size: 16px;
color: #8B9296;
line-height: 2;
}
#information table{
height: 200px;
}
#information table td{
    padding: 15px 10px;
    color: #8B9296;
    border-bottom: 2px solid #45423D ;
    font-size: 16px;
}
#information table td i{
    font-size: 10px;
    margin-right: 6px;
}
#information table th {
    color: white;
    font-weight: 400;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 12px;
}
#information  .third  table td{
    padding-right:80px;
}
#information  .fourth table .special:hover{
    cursor: pointer;
    color: white;
    transition: 1s;
}
#information  .fourth table .special:hover i{
color: #8B9296;
cursor: default;
}
#information .fourth table i{
        font-size: 15px;
    padding-right: 10px;
}

/* footer section */
.container #footer{
    text-align: center;
    padding: 50px 0;
    background-color: #353330;
}
.container #footer img{
    margin-bottom: 20px;
}
.container #footer p{
    color: grey;
}
.container #footer .icons i{
display: inline-block;         
width: 40px;                  
height: 40px;
line-height: 40px;             
background-color: #333;        
color:grey;                   
border-radius: 50%;            
text-align: center;
margin: 20px 5px;
font-size: 24px;

}
.container #footer .icons  .facebook:hover {
background-color: #3B5998;
color:white ;
cursor: pointer;
}
.container #footer .icons  .google:hover{
background-color: #DD4B39;
color: white;
cursor: pointer;
}
.container #footer .icons  .linkedin:hover{
background-color: #007BB5;
color: white;
cursor: pointer;
}
.container #footer .icons  .twitter:hover{
background-color: #00ACED;
color: white;
cursor: pointer;
}
#footer .icons a {
    text-decoration: none;
}