﻿body {
	margin:20px 0;
	background-image: url("bg.jpg");
    background-repeat: repeat;
  
	font-family:sans-serif;
}

nav#menu {
	box-sizing:border-box;
	box-shadow:5px 3px;
	top:0;
	position:fixed;
	width:100%;
	margin:auto;
	background-color:white;
	padding:-4px ;
	text-align:center;
	border-radius: 0px 0px 0 0;
	
}
nav#menu li{
	border-radius:0px 10px;
	display: inline-block;
	background-color:white;
	padding:1px;
	margin: 2px;
	transition: background-color 1s;
	
}
nav#menu a{
	
	font-family: 'Playfair Display', serif;
	display:inline-block;
	font-size:20px;
	margin: 10px 20px;
	color:white;
	text-decoration:none;
	
	font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
	
	
}
nav#menu li:hover{
	background-color:black;

}
nav#menu a{
	color:black;
	text-decoration:justify;
}
nav#menu a:hover {
	color:#ffffff;
	text-decoration:underline;
}
section {
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	width:950px;
	margin:auto;
	background-color:white;
	padding:25px;
	box-sizing:border-box;
}
footer {
	
	width:950px;
	margin:auto;
	background-color:gray;
	color:black;
	padding:10px;
	text-align:center;
	box-sizing:border-box;
	border-radius: 0 0 50px 80px ;
}
h1{
	box-sizing:  2px 0px 2px;
	box-shadow:  0px 3px 4px rgba(0,0,0,.5);
	
	
}
h1#h{
	
	border-radius:50px 80px 0px 0px;
	box-sizing:  2px 2px px;
	box-shadow:  0px 3px 4px rgba(0,0,0,.5);
	color:white;
	background-color:black;
	padding:5px;
}
figure.foto-legenda {
	
	border:8px solid white;
	box-shadow: 1px 1px 4px black;
	
}
figure.foto-legenda img{
	
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	width:100%;
	height:100%;
	}
p{		
		text-align: justify;
		text-indent:50px;
	}
	
figure.foto-legenda figcaption{
	top:0px;
	background-color: rgba(0,0,0,.4);
	color:white;
	width:100%;
	height:100%;
	padding:10px;
	box-sizing:border-box;
	transition:1s;
}
figure#figcaption:hover {
	
	opacity:10px;
	
}
ol{
	box-sizing:border-box;
	box-shadow:5px 3px;
	margin: 3px;
	background:url("ab.jpg");
	padding:4px ;
	text-align:left;
	border-radius: 6px 6px 6px 6px;
	color:white;
	
}
ol a{
	font-style: oblique;
	box-sizing:boder-box;
	color:black;
	box-shadow:3px 3px brown;
	text-decoration:none;
	background-color:white;
	font-family: "Times New Roman", Times, serif;
	margin:auto;
	
	
}
footer a {

color:white;
font-family:sans-serif;	
	
}

