/* 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); }

.agachate {
	margin-top: 150px;
}

.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 15px #000;
}

.teaser-bg {
	margin-right:50px;
	margin-left:50px;
	text-shadow: 0px 0px 20px #000;
	min-height:510px;
	max-height:510px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    backface-visibility: visible;
}
