/*body {
    padding: 0;
    margin: 0;
}
.container {
    position: relative;
    margin-top: 100px;
}
.container img {
    display: block;
    width: 100%;
}*/
nav {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    /*top: 0;*/
	top:49px;
   /* font-family: 'Montserrat', 'sans-serif';*/
    height: 100px;
    background-color:#fdf4d1;
    padding: 0 0%;

}
nav .logo { 
    float: left;
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
}


nav .logo img { 
max-width:250px; 

}

nav .links {
    /*float: right;*/
	float: unset;
    padding: 0;
    margin: 0;
/*    width:80%;*/
    width:fit-content;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
nav .links li {
    list-style: none;
}
nav .links a {
    display: block;
    padding: 1em 25px;
    font-size: 16px;
    font-weight:600;
    color: #2c2c2c;
    text-decoration: none;
    position: relative;
}
nav .links a:hover {
    color:#51402b;
}
nav .links a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #51402b;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
nav .links a:hover::before {
    visibility: visible;
    transform: scaleX(1);
    color: white;
}
#nav-toggle {
     position: absolute;
     top: -100px;
}
nav .icon-burger {
    display: none;
    position: absolute;
    right: 5%;
    top: 30%;
    transform: translateY(-50%);
}
nav .icon-burger .line {
    width: 30px;
    height: 5px;
    background-color:#51402b;
    margin: 5px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}


@media screen and (max-width: 834px) {

nav .logo img {
    max-width:250px;
}

nav {
    padding: 0 1.5%;
}

nav .links a {
    padding:0.5em 25px;
    font-size: 15px;
    font-weight: 700;
}

.leading-3 {
    line-height: 25px;
}

.desktop-show {
    border: 1px solid #dedede;
}

.md-d-none {
    display: none;
}

.py-20 {
    padding-top: 2rem;
    padding-bottom: 6rem;
}

.lg\:text-4xl {
    font-size: 2rem;
    line-height: 50px;
    padding: 10px 0px;
}

nav .links {
    width:fit-content;

}

}

@media screen and (max-width: 820px) {

nav .logo img {
    max-width: 250px;
}

nav {
    padding: 0 1.5%;
}

nav .links a {
    padding: 0.5em 25px;
    font-size: 15px;
    font-weight: 700;
}

.leading-3 {
    line-height: 25px;
}

.desktop-show {
    border: 1px solid #dedede;
}

.md-d-none {
    display: none;
}

.py-20 {
    padding-top: 2rem;
    padding-bottom: 6rem;
}

.lg\:text-4xl {
    font-size: 2rem;
    line-height: 50px;
    padding: 10px 0px;
}

nav .links {
    width:fit-content;

}

}

@media screen and (max-width: 1024px) {
    nav .logo {
        float: none;
        width: auto;
        justify-content: center;
    }
    nav .links {
        float: none;
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        top: 100px;
        bottom: 100%;
        width: auto;
        height: auto;
        flex-direction: column;
        justify-content:flex-start;
        background-color: rgba(0, 0, 0, .9);
        /*overflow: hidden;*/
		overflow:scroll;
        transition: all .5s ease-in-out;
    }
    nav .links a {
        font-size: 18px; 
		color:#fff;
    }
    nav :checked ~ .links {
        bottom: 0;
    }
    nav .icon-burger {
        display: block;
    }
    nav :checked ~ .icon-burger .line:nth-child(1) {
        transform: translateY(10px) rotate(225deg);
    }
    nav :checked ~ .icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }
    nav :checked ~ .icon-burger .line:nth-child(2) {
        opacity: 0;
    }
	
	.md-d-none {
    display:none;
}

}



/*--------------------------------------
    03. Header Section CSS
---------------------------------------*/
.full-width-header .toolbar-area {
background: #957e49;
position: fixed;
z-index: 99;
width: 100%;
}
.full-width-header .toolbar-area .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.full-width-header .toolbar-area .toolbar-contact ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 13px 20px 11px 0;
  border-right: 1px solid #1273eb;
  color: #fff;
  font-size: 14px;
}
.full-width-header .toolbar-area .toolbar-contact ul li i {
  margin-right: 7px;
  color: #ffffff;
}
.full-width-header .toolbar-area .toolbar-contact ul li i.flaticon-email:before {
  position: relative;
  bottom: -0.5px;
}
.full-width-header .toolbar-area .toolbar-contact ul li i:before {
  font-size: 14px;
}
.full-width-header .toolbar-area .toolbar-contact ul li a {
  transition: all 0.3s ease;
  color: #fff;
}
.full-width-header .toolbar-area .toolbar-contact ul li a:hover {
  color: #ccc;
}
.full-width-header .toolbar-area .toolbar-contact ul li:last-child {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.full-width-header .toolbar-area .toolbar-sl-share ul {
  text-align: right;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  padding: 11px 0;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li.opening {
  color: #ffffff;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #1273eb;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li.opening i {
  margin-right: 5px;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li.opening i:before {
  font-size: 15px;
  font-weight: 600;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 14px;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #ccc;
}
.full-width-header .toolbar-area .toolbar-sl-share ul li:last-child {
  margin: 0;
}



@media screen and (max-width: 600px) {
.full-width-header .toolbar-area .toolbar-sl-share ul {
    text-align: center;
}


}