/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (https://www.yootheme.com/license) */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
	font: normal 15px/20px Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { text-transform: uppercase; }

h1 { font-size: 46px; line-height: 47px; }
h2 { font-size: 33px; line-height: 34px; }
h3 { font-size: 27px; line-height: 28px; }
h4 { font-size: 24px; line-height: 25px; }
h5 { font-size: 18px; line-height: 19px; }
h6 { font-size: 16px; line-height: 17px; }

ins, mark, pre { border-radius: 2px; }


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

a:not([class]):active,
a:not([class]):focus {
	position: relative;
	top: 1px;
}

a:not([class]):active > *,
a:not([class]):focus > * {
	position: relative;
	top: -1px;
}