* {
    margin: 0;
    box-sizing: border-box;

}

.container {
    margin: auto;
    width: 85%;
}

.clear-fix {
    clear: both;
}

/* Navbar */
.hamburger {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.hamburger {
  display: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
  float: right;
  margin-top: 20px;
  margin-right: 10px;
}

.hamburger i {
  font-size: 28px;
}

#menu-toggle {
  display: none;
}


.navbar {
    position: absolute;
    width: 100%;
    margin-top: 15px;
}

.logo-nav {
    float: left;
}

.logo-nav img {
    width: 190px;
}

.link-nav {
    float: right;
}

.link-nav ul li {
    float: left;
    list-style-type: none;
    padding: 16px 16px;
    font-size: 25px;
}

.link-nav a {
    text-decoration: none;
    color: white;
    transition: color .8s ease-in-out;
}

a:hover {
    color: #8E7754;
}

/* Header */
.header {
    background-image: url(../Image/drew-coffman-1872.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

.overlay {
    background-color: rgb(0, 0, 0, .2);
    text-align: center;
    height: 100%;
}

.header-content {
    color: aliceblue;
    position: relative;
    top: 250px;
}

p.Welcome {
    padding-bottom: 30px;
    font-size: 26px;
}

.header-content h1 {
    padding-bottom: 20px;
    font-size: 70px;
}

.header-content p {
    font-size: 26px;
    margin-bottom: 20px;
}

.par {
    display: block;
    margin-top: 20px;
    font-size: 26px;
}

.header-content button {
    padding: 20px 25px;
    border-radius: 5px;
    color: aliceblue;
    font-size: 16px;
}

button.btn-one {
    border: 2px #8E7754 solid;
    background-color: #8E7754;
    margin-right: 10px;

}

button.btn-two {
    background-color: transparent;
    border: 2px white solid;

}

.header-content button:hover {
    background-color: white;
    color: black;
    border: 2px white solid;
}

/* About */

.about {
    margin-top: 50px;
}

.about .image-about {
    float: left;
    width: 45%;
    margin-top: 20px;
}

.image-about img {
    width: 100%;
}

.content-about {
    float: right;
    width: 45%;
}

.content-about .content-about-one {
    padding-top: 50px;

}

.icon-one {
    margin: 15px 0;
}

.content-about-one h2 {
    padding-bottom: 20px;
}

.content-about-one p {
    font-size: 22px;
    line-height: 1.5;
    color: RGB(104, 104, 104);

}


.icon-one i {
    padding: 12px;
    border-radius: 50% 50%;
    border: #cfcfcf 2px solid;
    text-align: center;
    color: #8E7754;
}

.content-about-icon span {
    padding-left: 10px;
}

/* Our Location */

.Our-Location {
    margin-top: 60px;
}

.container-Our-location {
    width: 100%;
    background-color: #F8F8F8;
}

.content-Our-Location {
    width: 45%;
    float: left;
    padding-top: 50px;
}

.content-Our-Location h2 {
    padding-bottom: 10px;
}

p.par-our {
    padding-bottom: 10px;

}

.content-Our-Location p {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 20px;
    color: RGB(104, 104, 104);
}


.image-Our-Location {
    float: right;
    width: 45%;
    margin-bottom: 25px;
    margin-right: 60px;
}

.image-Our-Location img {
    width: 100%;
}

/* Our baking */

.our-baking {
    text-align: center;
    padding-top: 40px;
}

.our-baking h2 {
    padding-bottom: 25px;
}

.our-baking p {
    padding-bottom: 30px;
    color: RGB(104, 104, 104);
}

.items-ourBaking {
    float: left;
    width: 33.333%;
    padding: 10px 15px;
}

.items-ourBaking img {
    width: 100%;
}

.items-ourBaking h3 {
    padding-top: 15px;
}

.items-ourBaking p {
    padding-top: 10px;
    line-height: 1.5;
}

/* Contact-Information */
.Contact-Information {
    margin-top: 50px;
}

.content-inform {
    float: left;
    width: 45%;
    margin-left: 50px;
}

.content-inform h2 {
    padding-bottom: 20px;
}


.content-inform p {
    padding-bottom: 30px;
    line-height: 1.5;
    font-size: 20px;
    color: #85858D;
}

.contact-details {
    margin: 15px 0;
}

.contact-details i {
    padding: 10px;
    border-radius: 50% 50%;
    border: #8E7754 2px solid;
    text-align: center;
    color: white;
    background-color: #8E7754;
}

.contact-details span {
    padding-left: 7px;
}

/* Map */

.map iframe {
    width: 45%;
    float: right;
}

/*  All content */
.container-all {
    width: 100%;
    margin: auto;
    background-color: #403D38;
}

.all-content {
    margin-top: 50px;
}

.using {
    float: left;
    width: 25%;
    padding: 40px 0;

}

.using h4 {
    padding-bottom: 10px;
    color: white;
}

.using p {
    line-height: 1.8;
    color: #85858D;
}

p.using-par {
    padding-bottom: 10px;
}

/* special */
.special {
    width: 25%;
    float: left;
    padding: 40px 10px;
}

.special h4 {
    padding-bottom: 15px;
    padding-left: 40px;
    color: white;
}

.special ul {
    line-height: 2.5;
    list-style-type: none;
    color: #85858D;
}

.icon-detalis {
    padding-top: 20px;

    color: #85858D;
}

.Country {
    padding-left: 25px;
}

.icon-detalis span a {
    text-decoration: none;
    color: #85858D;
}

/* Footer */

.container-F-bakery {
    width: 100%;
    background-color: RGB(53, 51, 48);
    text-align: center;
}

.F-bakery {
    width: 500px;
    margin: auto;
}

.F-bakery p {
    padding-top: 10px;
    color: #85858D;
}

.F-bakery img {
    width: 100%;
    margin-top: 20px;

}

.icon-f-bakery {
    padding: 30px 15px;
}

.icon-f-bakery i {
    background-color: #403D38;
    color: #85858D;
    padding: 15px 10px;
    border-radius: 50% 50%;
    border: #403D38 solid 4px;
    width: 50px;
    transition: color 3s all;
    transition: background-color 3s all;
}

.fa-facebook-f:hover {
    background-color: #3B5998;
    color: white;
    border: #3B5998 solid 4px;
}

.fa-google-plus-g:hover {
    color: white;
    background-color: #DD4B39;
    border: #DD4B39 solid 4px;
}

.fa-linkedin:hover {
    color: white;
    background-color: #007BB5;
    border: #007BB5 solid 4px;
}

.fa-twitter:hover {
    color: white;
    background-color: #00ACED;
    border: #00ACED solid 4px;
}