/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Abel');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

html {
  font-family: 'Ubuntu', sans-serif;
}

.tm-parallax-teaser-headline {

    background: rgba(231, 46, 57, 0.9);
font-family: 'Abel', sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  
}

.tm-parallax-teaser-caption {
  font-size: 35px;
  font-family: 'Abel', sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
}

.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 120px;
    padding: 0 15px;
    line-height: 120px;
    color: #777777;
    font-size: 17px;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
    margin: auto;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: none;
    color: #e72e39;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-family: 'Abel', sans-serif;
    font-weight: 300;
   color: #4e4b4c;
    text-transform: none;
}

.uk-button {
  background:  rgba(231, 46, 57, 1);
  color: #fff;
}

.services-padding {
padding-top: 50px;
  padding-bottom: 50px;
}

.tm-block-dark {
    background: #2e2e2e;
}

.tm-slant-top + .tm-block-dark > .tm-slant-block-top {
    border-color: transparent #2e2e2e transparent transparent;
        border-top-color: transparent;
        border-right-color: #2e2e2e;
        border-bottom-color: transparent;
        border-left-color: transparent;
}


.uk-icon-button {
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(255,255,255,0);
    line-height: 50px;
    color: #e72e39;
    font-size: 19px;
    text-align: center;
    -webkit-transition: -webkit-transform ease-in-out 0.2s;
    transition: transform ease-in-out 0.2s;
  border: 2px solid #e72e39;
}

.uk-icon-button:hover {
  border: 0px solid #000;
  transform: scale(1);
}

.uk-button-primary {
  background: #2e2e2e;
  color: #fff;
}

.uk-link,  a {
    color: #e72e39;
    text-decoration: none;
}

.uk-form-label {
  font-size: 30px;
}

.uk-text-primary {
  font-weight: 700;
}

.qty-font {
  font-size:  12px;
}