﻿/* Elementos HTML */
h1 {
	color: black;
	background-color: white;
	border-radius: 5px;
	width: 25%;
	text-align: center;
	font-family: 'Droid Sans', sans-serif;
	letter-spacing: 5px;
	text-shadow: 2px 2px 4px #C0C0C0;
}
p {
	text-align: justify;
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'PT Sans', sans-serif;
}

/* Classes */
.bg {
	background-image: url("img/jh.png");
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	opacity: 0.27;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 0;
	left: 0;
}
.main {
	padding-left: 8%;
	padding-right: 24.7%;
}
.narutista {
	bottom: 0;
	right: 0;
	position: fixed;
	height: auto;
	z-index: -1;
	opacity: 0.5;
}
.coluna {
	background-color: white;
	border-radius: 5px;
}