body {
    background-color: #f1ecce;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    text-align: center;
}
h1.display-2 {
    color: #ff914d;
    font-family: "effra", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom:0px;
}
h2 {
    color:#2a1e1e;
    font-family: "effra", sans-serif;
    font-weight: 700;
    font-style: normal;
}
h2 span {
    color: #ff914d;
}
h3, h4 {
    color: #ff914d;
    font-family: "effra", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h3 span {
    color:#2a1e1e;
    font-family: "effra", sans-serif;
    font-weight: 700;
    font-style: normal;
}
h3 {
    margin-bottom: 0;
}
hr {
    border: 2px solid #c6ad8f;

}
.logo {
    padding: 10px 0 10px 0;
    max-height: 350px;
}
h5 {
    color:#2a1e1e;
    font-family: "effra", sans-serif;
    font-weight: 700;
    font-style: normal;
}
h5 a {
    font-family: "effra", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #ff914d;
    text-decoration: none;
    padding: 10px 15px 0 15px;
}
h5 i {
    margin-right: 10px;
}