* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,
body {
    color: #333;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Lato', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}
#all {
    background: none;
    width: 100%;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px;
}
#site_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    display: block;
    overflow: hidden;
}
.row.content {
    padding-top: 15px;
    padding-bottom: 20px;
    margin: 0;
    min-height: 43vh;
}
.header {
    background: #faf7f4;
}
#header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    display: block;
    position: relative;
}
.header_search {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.logo {
    padding: 10px 5px;
    display: inline-block;
    margin-top: 25px;
}
.logo-wrapper {
    justify-content: center;
    height: 110px;
}
h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #333;
    line-height: 1.2;
    font-size: 28px;
}
h4 {
    font-family: 'Lato', sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 18px;
}
#footer_wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    display: block;
    font-size: 13px;
    background: #faf7f4;
}
.footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 10px;
    color: #333;
}

/* Follow icons */
ul.follow-us {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
ul.follow-us li {
    margin: 8px;
    float: left;
}
ul.follow-us li a i {
    color: #333;
    font-size: 24px;
}
ul.follow-us li a i:hover {
    color: #d6a099 !important;
}