/*Documento style-design-responsivo.css*/
/*body{background-color:rgb(194, 214, 153);}*/

body{
	background-color: #FFFFCC;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

header{
background-image: -webkit-linear-gradient(green, #F5F5DC 70%);/*background-image: -webkit-linear-gradient(#00795f, #F5F5DC 60%);*/ 
width: 100%;
padding: 40px 0;
color:coral;
text-align: center;
}

h1{
color: orangered;
font-size: 4em;
font-weight: 800;
letter-spacing: 3px; /*espaçamento entre as letras*/
line-height: 40px;
 text-shadow: 10px 12px 3px #000; /*sombra no título*/
-moz-hyphens:auto;  
-ms-hyphens:auto;  
-webkit-hyphens:auto;  
hyphens:auto;  
word-wrap:break-word; 
}
.content h2{
	-moz-hyphens:auto;  
	-ms-hyphens:auto;  
	-webkit-hyphens:auto;  
	hyphens:auto;  
	word-wrap:break-word; 
}

nav ul{
        background-color: #009900; 
	overflow: hidden;
	padding: 0;
	color: white;
	text-align: center;/*centraliza as palavras home...etc*/
	margin: 0;
	-webkit-transition: max-height 0,4s;
	-ms-transition: max-height 0,4s;
	-moz-transition: max-height 0,4s;
	-o-transition: max-height 0,4s;
	transition: max-height 0,4s;
	transition: max-height 0,4s;

}
nav ul li{
display: inline-block;
	padding: 20px;
	text-align: center;
}

nav ul li a{
color: #333333;/*cor menu topo*/
}
nav ul li:hover{
background-color: green;/*cor que aparece quando se passa o mouse*/
}
section{
	line-height: 1,5em;
	font-size: 0.9em;
	padding: 40px;
	widdth: 75%;
	margin:0 auto;
}
.handle{
	width: 100%;
	background-color: #383838;/*handle==============================================*/
	text-align: left;
	box-sizing: border-box;
	padding: 15px 10px;
	cursor: pointer;
	color: white;/*cor da palavra menu*/
	display: none;
	width: 100%;
}

@media screen and(max-width: 580px){
	nav ul{
	max-height: 0;
	}
	.showing{
	    max-height: 20em;
	}
	nav ul li {
	    box-sizing: border-box;
		width: 100%;
		padding: 15px;
	}
}

 /*Pra dispositivos que tem uma largura mínima de 768 pixels. Tablets, por exemplo.*/
@media screen and (max-width: 720px) {
      #container, p, .header, #footer{
	  min-width: 240px;
	  width: 240px;
	 /*background-color: aqua;*/
  }
}	


.handle{
    display: block;
}

/*fim do cabeçalho===============================================*/


#container{ 
	border: 1px solid #399077;/*texto*/
	background-color: #F5F5DC;
	margin: 0 auto;
	width: 55%;
	padding: 1.25em;
}

em{
color: coral;
}
 p{text-indent: 3em; }

p, li{
color:dimgrey;
text-align: justify
}
h2, h3{
text-align: center;
}
pre{
padding: 0.625em;
background-color: #FFF; 
}
pre{
-moz-hyphens:auto;
-ms-hyphens:auto; 
-webkit-hyphens:auto;
hyphens:auto;
word-wrap:break-word;
}

#footer{
        background-image: -webkit-linear-gradient(green, #F5F5DC 60%); 
        width: 100%;
	height: 80%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 2px;
	color:coral;
	text-align: center;
}
/*ttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt*/


/*ttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt*/