@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open-sans/OpenSans-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body {
    margin: 0;
    font-size: 14px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    color: inherit;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 10px;
}
p {
    font-size: 14px;
}
a {
    text-decoration: none;
}
/*
.sppb-section {
    padding: 0px 10px;
}
*/

/*
ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 25px;
}
*/

.menu {
    width: 100%;
    height: 57px;
    position: fixed;
    background-color: hsl(300, 100%, 20%);
    color: #fdfdfd;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
}
.menu > img {
    margin-left: auto;
    margin-right: auto;
}
.menu > li {
    text-align: center;
    float: left;
    position: relative;
    padding: 6px;
    width: 73px;
}
.menu > li:hover {
    background-color: hsl(300, 100%, 24%);
}
.menu > li > a > img {
    margin-bottom: 2px;
}
.menu a {
    text-decoration: none;
    color: #fbfbfb;
}
.sppb-addon-container {
    margin: 25px 0;
}
.sppb-row {
    margin: 0;
}
@media (min-width: 1130px) {
    body {
        font-size: 14px;
    }
    .menu {
        height: 67px;
    }
    .menu > li {
        padding: 10px;
        width: 90px;
    }
    .menu > li > a > img {
        margin-bottom: 4px;
    }
    .sppb-row {
        margin: 0 8%;
    }
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 12px;
    }
    p {
        font-size: 14px;
    }
}