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

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

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
    color: #4e6178;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 4px 6px;
    vertical-align: middle;
}

h5, .uk-h5 {
    color: #262F3A;
    font-size: 14px;
    line-height: 24px;
}
.uk-panel-body {
    padding: 0px;
}
h1, .uk-h1 {
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fbbe3b;
}
.uk-article-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fbbe3b;
}
.uk-panel-box .uk-panel-title {
    color: #fbbe3b;
  text-transform: uppercase;
}
.uk-navbar-center {
    float: none;
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}