/* rowdies-300 - latin */
@font-face {
  font-family: 'Rowdies';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/rowdies-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/rowdies-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rowdies-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rowdies-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rowdies-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rowdies-v13-latin-300.svg#Rowdies') format('svg'); /* Legacy iOS */
}
/* rowdies-regular - latin */
@font-face {
  font-family: 'Rowdies';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rowdies-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/rowdies-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rowdies-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rowdies-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rowdies-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rowdies-v13-latin-regular.svg#Rowdies') format('svg'); /* Legacy iOS */
}
/* rowdies-700 - latin */
@font-face {
  font-family: 'Rowdies';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/rowdies-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/rowdies-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rowdies-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rowdies-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rowdies-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rowdies-v13-latin-700.svg#Rowdies') format('svg'); /* Legacy iOS */
}

body {
    letter-spacing: 1px;
    font-family: Roboto, Arial, sans-serif;
}

.highlight-font {
    font-family: 'Rowdies', Roboto, Arial, sans-serif;
}

strong {
    font-weight: 400;
}

#contact {
    background: #77B828;
    font-size: 12px;
}

#contact b {
    font-size: 14px;
}

footer {
    border-top: 1px solid #d9d9d9;
    font-size: 9px;
    letter-spacing: 0.89px;
}

.btn {
    border-radius: 0;
}

a {
    color: #000000;
}

h1 {
    font-size: 35px;
    letter-spacing: 2.5px;
}

h1 strong,
h3 strong {
    background-color: #77B828;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: #ffffff;
    line-height: 150%;
    margin: 0 -0.3em;
    padding: 0.3em 0.3em;
}

h3 strong {
    background-color: #ffffff;
    color: #000000;
}

h1 span,
h3 span {
    display: inline-block;
}

h2,
h3 {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 2.5px;
}

h4 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
}

.usp .highlight-font {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
}

.usp p {
    color: #929292;
}