/* 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); }
.uk-navbar-nav > li > a{
	font-family:"Architects Daughter";
}

h1, h2, h3, h4, h5, h6{
	font-family:"Architects Daughter";
}
h3, .uk-h3 {
    border: 2px solid #4c844c;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
}
.tm-navbar{
	box-shadow: 0 1px 15px rgba(255, 255, 255, 0.2);
}
.uk-navbar-toggle{
	font-size:22px;
}
@media (max-width: 767px) {  
  .tm-navbar {  
    position: fixed;  
    width: 100%;
	padding:10px 0;  
  }
  h1, .uk-h1 {
	  font-size:40px;
  }
  .tm-navbar-center .tm-navbar-container {  
    -ms-flex-direction: row!important;  
    -webkit-flex-direction: row!important;  
    flex-direction: row!important;  
}  
}
.tm-search{
	right:20px;
}
.uk-table th, .uk-table td{
	border-top: 1px solid #555;
}
.uk-table-striped tbody tr:nth-of-type(2n+1){
	background:#192737;
}
.uk-table {
    border: 1px solid #555;
}
.uk-block-secondary {
    background: #13202e;
}
.uk-nav-offcanvas > li > a{
	color:#f2f2f2;
	font-size:20px;
	font-family:"Architects Daughter";
}
.uk-offcanvas .uk-panel {
    color: #ccc;
}