* {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	/*animation:animatedBackground 60s linear infinite;*/
}
ul, li {
	list-style-type: none;
}
h1 {
	color:#222;
	font-size:300%;
	font-weight:normal;
	margin:1.5% auto;
	text-align:center;
}
h2 {
	color:#222;
	font-size:200%;
	font-weight:normal;
	margin:1.5% auto 0 0;
	text-align:center;
}
/*h2 ~ h1 {
	margin:0 auto 1.5% 0;
}*/
h3 {
	color:#222;
	font-size:150%;
	font-weight:normal;
	margin:3% auto;
}
input[type=text], input[type=button], input[type=submit], select, textarea {
	padding: 0.5%;
	font-size: 150%;
}
/*h1::before {
	content: url('../imgs/pointer-l.png');
}
h1::after {
	content: url('../imgs/pointer-r.png');
}*/
a {
	color:#08f;
	cursor:pointer;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}
p {
	color:#222;
	font-size:120%;
	font-weight:normal;
	line-height:200%;
	margin:1%;
	text-align:justify;
	text-indent:3%;
	transition:all 0.3s;
}
form {

}
form div {
	margin:0 auto;
	width:50%;	
}
form div input[type=text], form div textarea, form div select {
	box-sizing:border-box;
	width:100%;
}
form div:nth-child(odd) {
	font-size:120%;
	margin-top:15px;	
}
form div:last-child {
	text-align:center;
}
p::first-letter { 
	/*background-color:#052d5e;
	background-image: url('../imgs/border-filigree.png');
	background-position: top left;
	background-repeat:no-repeat;
	background-size:contain;
	border:2px solid #fadc60;
	color:#fadc60;
	margin-right:2px;
	padding:3px 9px;*/
    font-size: 150%;
}
table {
	border:1px solid #ccc;	
	border-collapse:collapse;
	width:100%;
}
td {
	border:1px solid #ccc;	
	border-collapse:collapse;
	color:#222;
	font-size:120%;
	padding:10px;	
}
table tr:nth-child(even){
	background-color:#ddd;
}
table tr:nth-child(odd){
	background-color:#fff;
}
table tr:first-child td {
	background-color:#333;
	color:#fff;
	text-align:center;
}
.container {
	position: relative;
	background-color:#fff;
	background-image: url('../imgs/bg-container.png');
	background-position: top center;
	background-repeat:repeat-x;
	background-size:1000px;
	min-width:280px;
	width:100%;
	margin:0;
	z-index: 1;
}
.header, .middle, .footer {
	width: 100%;
}
.header {
	position:fixed;
	top:0;
	background-color:#fff;
	background-image: url('../imgs/bg-header.png');
	background-repeat: repeat-x;
	background-size: auto 150px;
	background-position:0 0;
	height:140px;
	text-align:center;
	transition:all 0.3s;
	z-index:10;
	animation:animatedBackgroundContinued 45s linear infinite;
}
.header img {
	margin:0;
}
.smaller {
	background-color:#10253f;
	height:75px;
	position:fixed;
	top:36px;
	width:96vw;
	transition:all 0.3s;
	z-index:10;
}
.middle {
	min-height:275px;
	margin-top:180px;
}
.middle-block {
	background-image: url('../imgs/dot.png');
	background-position:50px 190px;
	background-repeat:no-repeat;
	background-size:180px;
	box-sizing: border-box;
	padding:20vh 3vw;
	width:100%;
}
.middle-block:nth-child(2) {
	background-color:#c23030;
}
.middle-block:nth-child(4) {
	background-color:#3596b3;
}
.middle-block:nth-child(6) {
	background-color:#555;
}
.middle-block:nth-child(8) {
	background-color:#ffb730;
}
.middle-block:nth-child(10) {
	background-color:#7757c0;
}
.middle-block:nth-child(12) {
	background-color:#17404d;
}
.middle-block:nth-child(14) {
	background-color:#00fb8e;
}
.middle-block:nth-child(16) {
	background-color:#ddd;
}
.middle-block:nth-child(2) h1, .middle-block:nth-child(2) h2, .middle-block:nth-child(2) p, .middle-block:nth-child(4) h1, .middle-block:nth-child(4) h2, .middle-block:nth-child(4) p, .middle-block:nth-child(6) h1, .middle-block:nth-child(6) h2, .middle-block:nth-child(6) p, .middle-block:nth-child(10) h1, .middle-block:nth-child(10) h2, .middle-block:nth-child(10) p, .middle-block:nth-child(12) h1, .middle-block:nth-child(12) h2, .middle-block:nth-child(12) p {
	color:#fff;	
}
.footer {
	background-color: #333;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding:7px 0;
	z-index: 11;
}
.clear {
	clear:both;
}
.botao, .botao-inform {
	background-color:#fadc60;
	/*border: 3px solid #bfa849;*/
	border-radius: 5px;
	display: inline-table;
	min-height: 150px;
	min-width: 150px;
	height: 185px;
	width: 185px;
	margin: 1vw;
	padding:0.5vw;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	transition:all 0.2s ease;
}
.botao:hover, .botao-inform:hover {
	background-color:#5f93fa;
	border-color:#1e345e;
	transition:all 0.2s ease;
	animation: scale 0.1s forwards;
	animation-iteration-count: 1;
}
.botao-inform:hover div, .botao-inform:hover .data-info {
	color:#fff;
	text-shadow:0 0 3px #333;	
}
.botao a, .botao-inform a {
	color:#5e4a1e !important;
	font-size:200%;
	text-decoration:none;
	display:table-cell;
	line-height:27px;
	padding:0;
	vertical-align:bottom;
	outline:none;
}
.botao a:hover, .botao-inform a:hover {
	color:#fff !important;
}
.botao-inform {
	height:390px;
	width:230px;
	margin:1.5vw;
}
.atividades {
    background-image: url('../imgs/atividades.png');
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 105px;
}
.atividades:hover {
    background-image: url('../imgs/atividades-white.png');
}
.comenda {
    background-image: url('../imgs/comenda.png');
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 110px;
}
.comenda:hover {
    background-image: url('../imgs/comenda-white.png');
}
.comissao {
    background-image: url('../imgs/comissao.png');
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 110px;
}
.comissao:hover {
    background-image: url('../imgs/comissao-white.png');
}
.galeria {
    background-image: url('../imgs/gallery.png');
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: 120px;
}
.galeria:hover {
    background-image: url('../imgs/gallery-white.png');
}
.membros {
    background-image: url('../imgs/membro.png');
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: 110px;
}
.membros:hover {
   background-image: url('../imgs/membro-white.png');
}
.navigator-bar {
	margin-top:15px;
	width:100%;
}
.navigator-bar a {
	background-color: #fadc60;
	border-radius: 3px;
	border: 3px solid #bfa849;
	color: #5e4a1e;	
	font-size: 200%;
	margin: 0px 10px;
	padding: 10px 20px 10px 40px;
}
.navigator-bar a:hover {
	background-color:#5f93fa;
	border-color:#1e345e;
	color:#fff;
	transition:all 0.2s ease;
	animation: scale 0.1s forwards;
	animation-iteration-count: 1;
}
.navigator-bar a:first-child {
	margin-left:20px;
}
.navigator-bar span {
	color:#5f93fa;
	font-size:200%;
	margin:0;
	padding:0;
}
.home {
    background-image: url('../imgs/icon-home.png');
    background-position:5px center;
    background-repeat: no-repeat;
    background-size: 32px;
}
.home:hover {
    background-image: url('../imgs/icon-home-white.png');
}
.gal-membros {
    background-image: url('../imgs/membro.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 32px;	
}
.gal-membros:hover {
    background-image: url('../imgs/membro-white.png');
}
.gal-membros-gj {
    background-image: url('../imgs/comissao.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 32px;	
}
.gal-membros-gj:hover {
    background-image: url('../imgs/comissao-white.png');
}
.gal-bar {
    background-image: url('../imgs/gallery.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 32px;	
}
.gal-bar:hover {
    background-image: url('../imgs/gallery-white.png');
}
@keyframes scale
{
    0%
    {
		transform: scale(1);
    }
    50%
    {
		transform: scale(1.1);
   	}
    100%
    {
		transform: scale(1.2);
   	}
}
@keyframes animatedBackground {
	from { 
		background-position: 50% 0; 
	}
	to { 
		background-position: 100% 0; 
	}
}
@keyframes animatedBackgroundContinued {
	from { 
		background-position: 0 0; 
	}
	to { 
		background-position: 100% 0; 
	}	
}
@media screen and (max-width: 768px) {
	.container {
		background-image:none;
		width:92vw;
	}
	.header {
		/*background-size:500px;*/
	}
	.header img {
		width:85%;	
	}
}
@media all and (max-width: 660px) {
	#header h1#logo {
		display: block;
		float: none;
		margin: 0 auto;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
	#header nav {
		display: block;
		float: none;
		height: 50px;
		text-align: center;
		margin: 0 auto;
	}
	#header nav a {
		line-height: 50px;
		margin: 0 10px;
	}
	#header.smaller {
		height: 75px;
	}
}