
/*Documento CSS style_futebol.css*/

body{    
        margin: 5px;     
	padding: 0;    
	background-image:url(/static/img/imagensdores/futebol/rede-futebol2.jpg);
	/*background-image:url(/static/img/rede-futebol.jpg);*/
	/*background-repeat: no-repeat;*/
	background-attachment: fixed; /*fixa o fundo*/
 }  
/*Pra dispositivos que tem uma largura mínima de 768 pixels. Tablets, por exemplo.*/
@media screen and (max-width: 720px) {
      #container, hino,  pre, .p, .h3, .a, #footer{
	  min-width: 240px;
	  width: 240px;
	 /*background-color: aqua;*/
  }
}	

#container{  
	border: 0.1em dotted black;   
	width: 55%;
	/*height:930px;*/
	padding: 1.25em;
	margin: 0 auto;
        background: #F8F8F8;
	background-image:url(/static/img/imagensdores/futebol/soccer-goal.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
	
.lista1{
        border: 0.1em dotted #87CEEB; /*SteelBlue87CEEB*/	
	margin-top: 350px;/*desloca a div do texto do top de container*/
	}
.lista2{
        border: 0.1em dotted #87CEEB; /*SteelBlue87CEEB*/
	width: 70%;
	padding: 1.25em;
	margin-top: -5px;
	text-align: center;
	}

   h2{
      margin-top: 6px;/*separa a palavra futebol do top da da imagem*/
      color: #002088;
      text-align:center;
  } 
  
  h3{
    color: #002088;
    text-align:center;
  }

  h4{
	color: #B00000;
	text-align:center;
  }	
  
  li{
   /*list-style:none;*/
   padding-left: 1.25em;
   font-size: 1.25em;
  }
  
  p{
   padding-left: 1.25em;
   font-size: 1.25em;
  }
  
  em{
   color:red;
   font-size: 1.25em;
  }
 #footer{  
    border: 0.1em dotted #87CEEB; /*SteelBlue87CEEB*/  
    height: 80px;
    margin-top: 45px;/*desloca o rodapé dentro da div container, 5px o deixa colado a parte de baixo*/
    text-align: center;
} 