/*  
    Unread Media (c) 2020 by Zack Batzaya
    www.unread.media
    www.unread.today
    www.posted.mn
    www.presskit.mn
*/


/* ========================================================================
   Component: Extended Styles
 ========================================================================== */

html {
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.uk-navbar-nav > li > a {
    color: #333;
    text-transform: capitalize;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
}
.uk-navbar-nav > li > a:hover {
    color: #1e87f0;
}
.uk-navbar-dropdown-nav > li > a {
    color: #333;
    font-weight: 600;
}
.uk-navbar-dropdown-nav > li > a:hover {
    color: #1e87f0;
}
.nav-contact-button {
    background-color: #fff;
    border: 2px solid #333;
}
.nav-contact-button:hover {
    background-color: #fff;
    color: #1e87f0;
    border: 2px solid #1e87f0;
}
/*.nav-contact-button:active {
    border: 2px solid #1e87f0;
}*/
.uk-text-smallest {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-boldest {
  font-weight: 800;
}
.uk-text-semibold {
  font-weight: 600;
}
.uk-text-medium {
  font-weight: 500;
}
.uk-text-white {
    color: #fff!important;
}
.unreadpadding {
    padding: 90px 0;
}
.uk-margin-large-top {
  margin-top: 70px !important;
}

#partners .uk-background-muted {
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
#partners .uk-background-muted:hover {
    background-color: #fff;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
