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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .tm-page {
    background: url('/images/pink_blue_background3.jpg') 50% 1% fixed no-repeat repeat !important;;
}

 .nice_space {
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 10px;
  float: left;
}

.nice_space_right {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 10px;
  float: right;
}

h1, h2, h3, h4, h5, h6 {
	color: #ff78bb !important;
	text-shadow: 2px 2px 3px rgba(247, 178, 208, 0.5);
   font-family: 'cabin';
}

h2 {
	font-size: 24px !important;
	text-shadow: 2px 2px 3px rgba(247, 178, 208, 0.5);
}

.tm-headerbar {
	padding-bottom: 1px !important;
	padding-top: 1px !important;
}

.uk-dropdown{
	padding-top: 1px !important;
}

.uk-navbar-nav, .uk-nav-offcanvas {
		font-family: 'cabin' !important;
}

.uk-navbar-nav > li > a {
	    height: 30px !important;
		line-height: 30px !important;
		font-family: 'cabin' !important;
}

.tm-footer {
	padding-bottom: 1px !important;
}

.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 70px;
    padding: 0 20px;
    line-height: 70px;
    color: #959697;
    font-size: 16px;
    font-family: 'cabin';
    font-weight: 400;
    font-style: normal;
  text-transform: none;}

.uk-panel-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    text-transform: none;
    color: #2a2a2a;
  font-family: 'cabin';}
  
a, .uk-link {
    color: #ff78bb !important;
}
