/*Documento CCS style_historia_do_time.css*/

body{    
        margin: 0;     
	padding: 0;   
	background-attachment: fixed; /*fixa o fundo*/
	/*background: beige; /*#DDD;*/
	background-image:url(/static/img/imagensdores/futebol/gramado.jpg);
	/*background-repeat: no-repeat;*/
	}   
   
 /*Pra dispositivos que tem uma largura mínima de 768 pixels. Tablets, por exemplo.*/
@media screen and (max-width: 720px) {
      #container, .h1, .li, .p, #footer{
	  min-width: 240px;
	  width: 240px;
	 /*background-color: aqua;*/
  }
}

#container{
	border: 0.1em dotted black;
	width: 55%;
	height: 730px;
	padding: 0.5em;
	margin: 0 auto;
        background: #F8F8F8;
	box-shadow: 0.1em 0.4em 0.5em 0.5em #181818;
	}
   h1{
     color: #002088;
     text-align:center;
  }	
  
  li{
   /*list-style:none;*/
   padding-left: 2em;
   font-size: 1.25em;
  }
  p{
   /*list-style:none;*/
   padding-left: 2em;
   font-size: 1.25em;
  }

#footer{  
    /*border: 0.1em dotted #87CEEB; SteelBlue87CEEB*/  
    margin-top: 200px;/**/
    text-align: center;
} 