* {
    box-sizing: border-box;
}

body {
    background-color: #ddd9d3;
}

footer {
    color: #ddd9d3;
    background-color: #486a5c;
    width: 430px;
    position: fixed;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0%, 100% 100%, 10% 100%, 0% 50%);
    height: 200px;
    padding: 0;
    margin: 0;
    padding: 2rem 1rem 1rem 3rem;
    display: flex;
    align-content: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
	z-index: 10;
}

#primary  a {
    color: #486a5c;
    transition: all 0.4s ease;
    margin-bottom:1px ;
    border-bottom: 1px solid currentColor;
}
#primary a:hover {
    color: #669783;
    border-bottom: 1px solid transparent;    
}

footer a {
    color: #fdfdfd;
    transition: all 0.4s ease;
    margin-bottom:1px ;
    border-bottom: 1px solid transparent;
}
footer a:hover {
    color: #ffffff;
    border-bottom: 1px solid currentColor;
}

html .sfm-label-metro .sfm-navicon-button {
    background-color: #00000080;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}

html .sfm-navicon-button.sf_label_default {
    width: 44px;
    height: 35px;
    margin: 10px;
}

html .sfm-navicon-button::after {
    background-color: #00000080;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    color: white;
    position: absolute;
    left: 44px;
    top: 0px;
    height: 100%;
    margin: 0;
    line-height: 35px;
    font-weight: bold;
    font-size: 2.4rem;
    width: 83px;
    text-align: left;
}

.site-info p {
    padding: 0;
    margin: 0;
    line-height: initial;
    text-align: right;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
}

#back-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    font-size: 44px;
    color: white;
}

.site-info .fa-facebook-square{
    font-size: 3rem;   
    background-color: transparent;    
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.3s;
    transition-property: transform;
    display: inline-block;
}

a#facebook-link-footer:hover svg{
   
    transform: scale(1.2);
    border-bottom: 0px none transparent;
}

a#facebook-link-footer:hover {
    border-bottom: 0px none transparent;
}
#back-top svg {
    transition: all 0.4s ease;
}

#back-top .fa-layers:hover svg {
    color: #565656;
}

html .sfm-navicon {
    left: unset;
    right: 0;
    width: 50%;
}

html .sfm-sidebar-close {
    float: right;
}

#primary {
    margin-bottom: 10rem;
    color: #486A5C;
}

html .sfm-no-image {
    text-align: left
}

html .sfm-no-image h3 {
    font-size: 2.4rem;
    margin: 0;
}

html .sfm-title h4 {
    font-size: 3.2rem;
    color: #F8F8F8;
    margin: 0px;
    
}
.wp-block-gallery {
    margin: 0; 

}

html .sfm-no-image h3,
html .sfm-title h4{
font-family: "Quicksand", sans-serif !important;

}
html #sfm-sidebar .sfm-menu li > a span {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sfm-active-class a span {
    padding-bottom: 1px;
    border-bottom: 2px solid #CEDF35;
}

.sfm-menu li:not(.sfm-active-class) a span {
    transition: all 0.4s ease;
    padding-bottom: 1px;
    border-bottom: 2px solid transparent;
    
}

.sfm-menu li:not(.sfm-active-class) a:hover span {
    border-bottom: 2px solid #CEDF35;
}

html #sfm-sidebar .sfm-menu li>a::before {
    content: none;
}