/*Documento CSS style_inauguracao_grupo_helvecio.css*/

body  {    
        margin: 0;     
	padding: 0;    
	background-attachment: fixed; /*fixa o fundo*/
	background-image:url(/static/img/fundo-escuro3.jpg); 
	/*background-repeat: no-repeat;
	background-position: 5px;*/
	}   
 
/*Pra dispositivos que tem uma largura mínima de 768 pixels. Tablets, por exemplo.*/
@media screen and (max-width: 720px) {
      #container, img, #footer{
	  min-width: 240px;
	  width: 240px;
	 /*background-color: aqua;*/
  }
}	

#container{  
	border: 0.1em dotted black; /*SteelBlue87CEEB*/  
	width: 55%;
	/*height:930px;*/
	padding-top: 20px;
	padding-left: 3%;
	padding-right: 3%;
	margin: 0 auto;
        background: #F8F8F8;
     }
 
 h2{
     /*border: 1px dotted black;*/
     margin-top: 0.1em;/*Afasta das margens da div*/
     color: #002088;
     text-align:center;
 }	
	
h1, h3{
    color: #002088;
    text-align:center;
  }

  li{
   font-size: 1em;
   list-style:none;
  }
  
  p{
   padding-left: 1.25em;
   padding-right: 20px;
   font-size: 1.25em;
   text-align: justify;
  }
  
  em{
   color:red;
   font-size: 1em;
  }

 #footer{  
    border: 0.1em dotted #87CEEB; /*SteelBlue87CEEB*/  
    width: 90%;  
    height: 80px;
    margin-top: 45px;/*desloca o rodapé dentro da div container, 5px o deixa colado a parte de baixo*/
    text-align: center;
} 