/*Documento CSS style_imagens_familia_harrison.css*/
body  {    
       margin: 0;     
       padding: 0;    
       background: beige;/*#CCE0FF azul suave*/
     } 

@media screen and (max-width: 720px) {
          .f1, .f2, .f3, .f4, .f5, .f6, .f7, .f8, .f9, .f10{
		   min-width: 240px;
		   width: 240px;
		  /*background-color: aqua;*/
		  }
		}	
	

.f1{
        border: 0.1em dotted beige;
	position: relative;
	float: left;
	width: 30%;
	height: 330px;
	padding: 0.5em;
	margin-left: 0.5em;
	background-image:url(/static/img/imagensdores/familiacostaesouza/carolinaneta.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	text-align: center;
	z-index:1;
       }

.f2 {
	border: 0.1em dotted beige;
	position: relative;
	float: left;
	width: 20%;
	height: 330px;
	padding: 0.5em;
	margin-left: 0.5em;
	background-image:url(/static/img/imagensdores/familiacostaesouza/israelneto.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	text-align: center;
	z-index:2;
	}	

.f3{
border: 0.1em dotted beige;
position: relative;
float: left;
width: 35%;
height: 330px;
padding: 0.5em;
margin-left: 0.5em;
background: url(/static/img/imagensdores/familiacostaesouza/caligrafiaharrison.jpg);
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position:5px;
text-align: center;
z-index:3;
} 

   .f4{ 
	border: 0.1em dotted beige;
	position: relative;
	float: left;
	width: 30%;
	height: 340px;
	padding: 0.5em;
	margin-left: 0.5em;
	background-image:url(/static/img/imagensdores/familiacostaesouza/netinho.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	text-align: center;
	z-index:4;
    } 

.f5{
	border: 0.1em dotted beige;
	position: relative;
	float: left;
	width: 40%;
	height:370px;
	float: left;  
	margin-left: 0.5em;
	background: url(/static/img/imagensdores/familiacostaesouza/convitecasamentopai.jpg);
	background-repeat: no-repeat;
	background-position:5px;
	text-align: center;
	z-index:5;

} 
.f6{
	border: 0.1em dotted beige;
	position: relative;
	float: left;
	width: 15%;
	height:360px;
	margin-left: 0.5em;
	background-image:url(/static/img/imagensdores//familiacostaesouza/pollyannaefilipe.jpg);
	background-repeat: no-repeat;
	background-position:5px;
	text-align: center;
	z-index:5;
} 

h1{
  text-align: center;
}
	
h2{
  text-align: center;
}
		
 #footer{  
	width: 55%;  
	height:	36px;
	float: left;
	margin-left: 20%;
	margin-bottom: 15px;
	padding-bottom: 26px; /*afasta o texto da parte de baixo do box*/  
 } 
  
	