/* 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.2); }*/
/* cell phones */
@media (max-width: 540px) {
/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 34px;
  line-height: 38px;
}
h2,
.uk-h2 {
  font-size: 20px;
  line-height: 24px;
}
h3,
.uk-h3 {
  font-size: 14px;
  line-height: 18px;
}
h4,
.uk-h4 {
  font-size: 12px;
  line-height: 14px;
}
h5,
.uk-h5 {
  font-size: 11px;
  line-height: 13px;
}
h6,
.uk-h6 {
  font-size: 10px;
  line-height: 12px;
}
}
