h1 {
    color: #1d6bb7;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

p {
    font-size: 1.1em;
    color: #1d6bb7;
}

li {
    font-size: 1.2em;
}

.ws {
    background: url(ws.svg) no-repeat 0 0;
    background-size: 24px;
    padding-left: 26px;
}

.brand img{
    padding: 1em;
}

.we {
    background: #CCCCCC;
    font-size: 0.8em;
    font-weight: bold;
    position: fixed;
    z-index: 10000;
}

h2.title {
    background: url(img/food.jpg) no-repeat left center;
    background-size: cover;
    min-height: 154px;
    text-align: right;
    padding-top:16px;
    padding-right: 20px;
}

.synerhy-desc {
    background: #0078a9;
    color: #FFFFFF;
}

.synerhy {
    background-image: linear-gradient(158deg,#44aa87 31%,#0078a9 100%)!important;
    
    text-transform: uppercase;
}

.info {
    border-top: #4eb876 2px solid;
}