/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.uk-panel-box-primary .uk-nav-side > li.uk-active > a, 
.uk-dropdown-navbar .uk-nav li.uk-active > a {
    background: #c6d45a;
    color: #21753c;
}

.uk-article-title {
    font-size: 34px;
    line-height: 44px;
    
}

.zoom {
//  padding: 50px;
//  background-color: green;
  transition: transform .2s; /* Animation */
//  width: 200px;
//  height: 200px;
  margin: 0 auto;
}


.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
