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

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


.uk-panel-teaser {
    margin-top: 10px;
}

/* ========================================================================
   iframe
 ========================================================================== */

body {
    margin: 0;            /* Reset default margin */
}
iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;
}

/* ========================================================================
   titulo artigos
 ========================================================================== */
.uk-article-title {
    font-size: 38px;
    line-height: 48px;
    font-weight: 300;
    text-transform: none;
}


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


/* ========================================================================
   letra main menu
 ========================================================================== */
.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 120px;
    padding: 0 10px;
    line-height: 120px;
    color: #777777;
    font-size: 19px;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    margin: auto;
}
