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

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

/* Link Bekijk onze realisaties 14 px ipv 11 */

.uk-button {
  
  font-size: 14px;
 
}

/* Phone landscape and bigger */
@media (min-width: 768px) {
  .uk-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

