@media (min-width:1025px){
#offcanvas-toggler {
display: none;
}
}

@media (max-width:1024px){
#offcanvas-toggler {
display: block;
}
}

#sp-logo img {
max-height: 85px;
padding: 5px 0px;
}

#offcanvas-toggler > i {
color: rgb(135,104,64);
font-size: 32px;
}


.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 15px;
    line-height: 90px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #463f2f;
    margin: 0;
    font-weight: bold;
}

body {
       color: #463f2f;
}

.hometitle h2 {
text-shadow: 0px 0px 3px #000;
font-size: 42px;
}

.hometitle h3 {
text-shadow: 0px 0px 3px #000;
font-size: 26px;
font-weight: bold;
}

.about{
border: 8px double rgb(127,101,64);
border-radius: 5px;
}

.contact{ min-height: 300px; }

.homeflip{
font-size: 20px;
text-shadow: 0px 0px 5px #000;
}