/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* arturo jul1915*/
.uk-table-striped tbody tr:nth-of-type(odd), .uk-panel-box-secondary {
  /*background: #f8f8f8;*/
  background: #e6e6e6;
}

/**/
.uk-article-title {
  font-size: 55px;
}

.tm-article h2 {
  font-size: 40px;  
}


/* Slideshow - make it darker for text to be visible */
.uk-overlay-background {
    background: rgba(0, 0, 0, 0.1);
}

.uk-overlay-background .uk-text-large {
    color: white;  
}

.uk-panel-space {
  background-color: #FCF4ED;
}

/* Only large screens */
@media (min-width: 1220px) {
  .tm-navbar {
    padding-top: 20px !important;
  }
}