/*
Theme Name: Padrão
Theme URI: http://www.atmainterativa.com.br/
Author: Atma Interativa <contato@atmainterativa.com.br>
Author URI: http://www.atmainterativa.com.br/
Description: Este tema foi criado por Atma Interativa.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: tags
Text Domain: atmainterativa-basico
*/



/*Parallax*/

  .parallax { 
    /* The image used */
    background-image: url("images/bgparallax.jpg");

    /* Set a specific height */
    /*height: 510px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax2 { 
    /* The image used */
    background-image: url("images/bgparallax2.jpg");

    /* Set a specific height */
    /*height: 510px; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax-window {
    min-height: 180px;
    background: transparent;
    border-bottom: 9px solid #871111;
  }

  .top { 
    /* The image used */
    background-image: url("images/bgtop.jpg");

    /* Set a specific height */
    height: 210px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }