body {font-family: 'Nunito Sans',sans-serif;}

h1, h4 {color:#d4092d; font-weight: 700;}
.securebutton-imp{color:#fff; background:#d4092d; transition: all 1s ease;}
.securebutton-imp:hover{color:#fff; background:#000;}

@media screen and (max-width: 500px) {
#main {padding: 25px;}
h1 {font-size: 26px;}
}

p {
    font-size: 13px !important;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 500;
    color: #181716
}

h2, h3, h4, h5 {
    font-size: 20px;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 700;
    font-style: italic;
    background-image: url(/sites/all/themes/luetzRS/images/h1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    color: #181716
}