 * {
    padding: 0;
    margin: 0;
}

.clear-fix {
    clear: both;
}

#header {
    background-image: url(images/drew-coffman-1872.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

#header .navbar {
    padding: 10px 60px;
    width: 90%;
    position: fixed;
}

#header .navbar .menu {
    float: right;
    padding-top: 10px;
}

#header .navbar .menu li {
    display: inline-block;
    padding: 10px;
}

#header .navbar .menu li a {
    text-decoration: none;
    color: white;
}

#header .navbar .logo {
    float: left;
}

#header .navbar .logo img {
    width: 50%;
}
#header .intro {
    color: white;
    text-align: center;
    width: 50%;
    position: absolute;
    top: 40%;
    left: 25%;
}

#header .intro span {
    font-size: 24px;
    font-weight: normal;
    font-family: "Alegreya Sans";
}

#header .intro h1 {
    font-family: "Alegreya";
    font-weight: normal;
    font-size: 76px;
    margin: 10px;
}

#header .intro p {
    margin: 20px;
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 2;
}

#header .intro .btn {
    padding: 15px;
    font-size: 16px;
    color: white;
    border-radius: 5px;
    font-family: "Alegreya Sans";
}

#header .intro .btn1 {
    background-color: #8e7754;
    border: 2px solid #8e7754;
    margin-right: 10px;
}

#header .intro .btn2 {
    background-color: transparent;
    border: 2px solid white;
}

#header .intro .btn:hover {
    background-color: white;
    color: black;
    transition: 1s;
}

#second {
    margin-top: 80px;
    background-color: white;
    padding: 70px;
}

#second img {
    height: auto;
    width: 35%;
    float: left;
    margin-left: 100px;
    margin-right: 80px;
}

#second .info {
    padding: 50px;
    width: 80%;
}

#second .info h2 {
    font-family: "Alegreya";
    font-weight: normal;
    font-size: 32px;
}

#second .info p {
    font-family: "Alegreya Sans";
    font-weight: normal;
    font-size: 17px;
    color: #686868;
    padding: 23px;
    line-height: 1.5;
}

ul {
    list-style-type: none;
}

#second .info .icon2 {
    border: 1px solid #D9D9D9;
    border-radius: 100%;
    color: #8E7754;
    font-size: 20px;
    padding: 10px;
    margin: 10px;
}

#second .info ul span {
    color: #686868;
    font-family: "Alegreya Sans";
    font-weight: normal;
    font-size: 17px;
}

#third {
    height: 100%;
    background-color: #F8F8F8;
    padding: 20px;
    padding-bottom: 70px;
}

#third img {
    width: 35%;
    vertical-align: top;
    float: right;
    padding-right: 120px;
    padding-top: 50px;
}

#third .info3 {
    width: 40%;
    padding: 100px;
    padding-top: 150px;
}

#third .info3 h2 {
    font-family: "Alegreya";
    font-weight: normal;
    font-size: 32px;
    padding-bottom: 30px;
}

#third .info3 p {
    font-family: "Alegreya Sans";
    font-weight: normal;
    font-size: 17px;
    color: #686868;
    line-height: 2;
}

.all {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

.header {
    text-align: center;
    padding: 20px 0;
}

.header h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.header p {
    font-size: 14px;
    color: #777;
}

.baking-items {
    text-align: center;
    padding: 0 20px;
}

.item {
    display: inline-block;
    width: 29%;
    vertical-align: top;
    margin: 10px;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
}

.item img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Alegreya";
    font-weight: normal;
}

.item p {
    font-size: 14px;
    color: #555;
    line-height: 2;
    font-family: "Alegreya Sans";
    font-weight: normal;
}

#fifth {
    padding: 60px;
    background-color: #F8F8F8;
}

#fifth .map {
    float: right;
}

#fifth .info5 {
    width: 35%;
    font-weight: normal;
    padding-left: 100px;
    padding-top: 100px;
}

#fifth .info5 h2 {
    font-family: "Alegreya";
    font-size: 32px;
}

#fifth .info5 p {
    font-family: "Alegreya Sans";
    font-size: 17px;
    line-height: 2;
    color: #686868;
}

#fifth span {
    font-family: "Alegreya Sans";
    color: #686868;
    font-size: 17px;
}

#fifth .icon5 {
    color: white;
    border: 1px solid #8E7754;
    background-color: #8E7754;
    border-radius: 50%;
    padding: 10px;
    font-size: 20px;
}

.sixth {
    background-color: #403D38;
    color: #969696;
    padding: 50px 20px;
    font-family: "Alegreya Sans", sans-serif;
    overflow: auto;
    font-weight: normal;
}

.sixth > div {
    float: left;
    width: 23%;
    margin: 0 1%;
    padding: 0 15px;
    box-sizing: border-box;
}

.sixth h4 {
    font-family: "Alegreya", serif;
    font-size: 22px;
    margin-bottom: 15px;
    color: white;
}

.sixth p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 2;
}

.sixth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sixth li::before {
    content: ">";
    margin-right: 5px;
}

.sixth li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
}

.sixth hr {
    border: 0;
    height: 1px;
    background: #555;
    margin: 8px 0;
}

.sixth .icon {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.footer {
    text-align: center;
    padding: 40px 20px;
    background-color: #222;
    color: white;
    font-family: "Alegreya Sans";
    font-weight: normal;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.logo {
    width: 300px;
    margin-right: 10px;
}

.copyright {
    font-size: 14px;
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.icon-link {
    display: inline-block;
    font-size: 24px;
    color: #FFFFFF;
    transition: color 0.3s ease;
    padding: 5px;
}

.icon-link:hover {
    color: #fff;
    text-decoration: none;
}

.social-icons a:nth-child(1):hover {
    color: #1877F2;
}

.social-icons a:nth-child(2):hover {
    color: #DB4437;
}

.social-icons a:nth-child(3):hover {
    color: #0A66C2;
}

.social-icons a:nth-child(4):hover {
    color: #1DA1F2;
}