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

/* ========================================================================
   Use this file to add custom CSS easily
  background: linear-gradient(180deg, #fbebb8, #f0c640);
  background: linear-gradient(-45deg, #faefce, #fac829);
  background-image: url('/images/backgrounds/background.jpg');
    background-repeat: no-repeat;
  background: #f0f0f0;
 ========================================================================== */

body {
  background-image: url('/images/backgrounds/background.jpg');
  background-size: 3072px;
}

.uk-navbar {
    border-top: 1px solid #640ece;
    border-bottom: 1px solid #640ece;
}

.tm-fullscreen {
    height: auto;
}
.tm-fullscreen:not(.uk-hidden-large) + .tm-page {
    margin-top: 25px;
}
h3, .uk-h3 {
    font-size: 20px;
    line-height: 21px;
}
h1, h2, h3, h4, h5, h6 {
    color: #31065e;
    text-transform: none;
}
a, .uk-link {
    color: #31065e;
    text-decoration: none;
}
.uk-article-title {
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
    text-transform: none;
}
.tm-isblog .tm-content .uk-width-medium-1-2 .uk-article-title,
.tm-isblog .tm-content .uk-width-medium-1-3 .uk-article-title {
  font-size: 20px;
  line-height: 21px;
}
.tm-page .tm-block:first-child {
    padding-top: 10px;
}
.tm-block {
    padding-bottom: 10px;
}
.tm-block-light {
    background-color: #fff;
}
.tm-bottom {
    border-top: 1px solid #640ece;
    background: #7144ec1a;
}

.uk-container {
    max-width: 1200px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}
.uk-navbar-content, .uk-navbar-brand {
    background-image: url(/images/banners/logo_2018_small.png);
    background-repeat: no-repeat;
    background-size: 140px auto;
}
.uk-navbar-toggle {
    background-image: none;
}
.uk-button {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
    line-height: 30px;
    min-height: 30px;
}
.uk-button-primary {
    background-image: -webkit-linear-gradient(top, #4d0957, #320656);
    background-image: linear-gradient(to bottom, #4d0957, #320656);
}
