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

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

.uk-navbar-nav > li > a {
    font-size: 20px;
    font-weight: 400;
}

/* Titulo artigos */ 

.uk-article-title {
    font-size: 40px;
    line-height: 45px;
}


/* Social netwrok buttons */ 
.uk-icon-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

/* View Parallax Caption text in "phone" resolutions */ 

@media (max-width: 768px) {
  .tm-parallax-teaser-container {
    display: inline-block;
  }
}

/* Remove the padding at the top for "phone" resolutions */  
@media (max-width: 480px) {  
    .tm-fixed-navbar .tm-toolbar + .tm-headerbar { margin-top: 0; }  
    .tm-fixed-navbar .tm-toolbar + .tm-headerbar + .tm-block { padding-top: 120px; }  
}