/*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;
	}
	.content, #footer{
	  min-width: 240px;
	  width: 240px;
	}
}

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


.handle{
    display: block;
}

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


.container{
border: 1px dotted green;
background-image:url(/static/img/listas-cinza-paint5.png);
width: 95%; /* */
/*margin:3em;*//*se tirar a margem não aparece a barra de rolagem horizontal*/
-moz-hyphens:auto;  
-ms-hyphens:auto;  
-webkit-hyphens:auto;  
hyphens:auto;  
word-wrap:break-word;  
}

.sidebar-left{
	border: 1px solid blue;
	background-image: -webkit-linear-gradient(green, #F5F5DC 60%);
	float: left;
	width: 20%; 
	height: 920px;
       /*height: 680px;  não precisa declarar a altura se declarar clear: both;*/
	clear: both;
}

.sidebar-left ul li{
	 display: block;
	 padding-bottom: 16px;
	 padding-right: 20px;
	 color: white;
	 list-style: none;
}

.sidebar-left li a{ 
	color: orangered;/*fonte do sidebar*/
	-moz-hyphens:auto;
	-ms-hyphens:auto; 
	-webkit-hyphens:auto;
	 hyphens:auto;
	 word-wrap:break-word;
}
.sidebar-left a{
	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;
	clear: both;
}

.sidebar-right{
	/*border: 1px solid blue;*/
	position: relative;
	background-image: -webkit-linear-gradient(green, #F5F5DC 60%); 
	float: right;
	width: 20%; 
	height: 100%;
	margin-top: -60%;
    /*height: 680px;  não precisa declarar a altura se declarar clear: both;*/
	clear: both;
}

.sidebar-right dl {
	width: 100%; /*largura do menu*/
}
dl,dd { 
	margin: 0; 
}
dt { 
	background: #CCC; font-size: 1em; padding: 5px; margin: 2px;
}
dt a { 
	color: #000; 
}
dd, dl a { 
	color: #000;
	-moz-hyphens:auto;
	-ms-hyphens:auto; 
	-webkit-hyphens:auto;
	hyphens:auto;
	word-wrap:break-word;
}
ul { 
	list-style: none; padding: 5px; 
}
/*fim da navegaçaõ direita*/


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


.content li a{
		-moz-hyphens:auto;
		-ms-hyphens:auto; 
		-webkit-hyphens:auto;
		hyphens:auto;
		word-wrap:break-word;
}

.table{
  border-left: 0.3em solid green;/*texto*/
  width: 59%;
  padding: 0.95em;
  margin: 0 auto;
  font-size: 0.8em;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border-radius: 0.4em;
}
/*===========início do menu-simples para o tutorial==========*/
.menu-simples{
	max-width: 80%;
	margin: 10px auto;
	background: #29293A;
	text-align: center;
	border-radius: 5px;
}

.menu-simples > a{
	display: inline-block;
	padding: 10px;
	color: beige;
}

/*===========fim do menu-simples para o tutorial==============*/

 p{text-indent: 3em; }

p{
color:dimgrey;
text-align: justify;
}
h2, h3{
text-align: center;
}

#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*/