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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.0); }

.uk-article-title {
    font-size: 48px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
}


.pullitdown {
    margin-top: -20px;
}

.levanton {
	margin-bottom: -200px;
}

.dropshadow {
-webkit-box-shadow: 3px 4px 80px -5px rgba(0,0,0,0.90);
-moz-box-shadow: 3px 4px 80px -5px rgba(0,0,0,0.90);
box-shadow: 3px 4px 80px -5px rgba(0,0,0,0.90);
}

.boxshadow {
background:rgba(0,0,0,0.28);
padding:20px;
}

.textshadow
{
	text-shadow: 0px 0px 20px #000;
}