html, body {
	height: 100%;
	min-height: 100%;
	font-family: 'Ubuntu', sans-serif;
}

@media (max-width: 768px) {
	.padding-extra {
		padding:0;
	}
}

.padding-extra {
	padding:35px 0;
}


a {
	color: #FFFFFF;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
	color: #c0a26d;
	text-decoration:none;
}

.h1 {
	font-size: 5em;
}

.h2 {
	font-size: 4em;
}

.h3 {
	font-size: 1.5em;
}

@media(max-width:1200px) {
	.h1 {
		font-size: 3em;
	}

	.h2 {
		font-size: 2em;
	}

	.h3 {
		font-size: 0.1em;
	}
}

.text-white{
	color:#FFFFFF;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background:#b9b9b9;
}

::selection {
	text-shadow: none;
	color: #fff;
	background-color:#b9b9b9;
}

img::selection {
    color: #fff;
    background: #b9b9b9;
}

img::-moz-selection {
    color: #fff;
    background: #b9b9b9;
}

footer{
	height: auto;
	color:#FFFFFF;
	font-size:16px;
	padding: 100px 30px;
	bottom:0;
	margin-bottom:0;
	background-color: #000000;
}

footer a{
	text-decoration:none;
	color:#c0a26d;
}

hr {
	border-top: 3px solid #e2e2e2;
	height: auto;
	margin: 20px auto;
}

#header {
    width: 100%;
    height: 100%;
    min-height: 100%;
    text-align: center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
    background: url('../img/header.jpg') repeat center center fixed;
}

.headers-h1 {
	margin-right: auto;
    margin-left: auto;
	line-height: normal;
    margin-top: 35%;
    top: 35%;
}

#contatos {
    width: 100%;
    height: auto;
    text-align: center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
    background: url('../img/header.jpg') repeat center center fixed;
}

.shadow				{ text-shadow: 2px 2px 1px #8C8C8C; }

button.full-screen{ 
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	opacity: 0.7;
}
button.full-screen:hover {opacity: 1;}
.corner-ribbon.shadow { box-shadow: 0 0 10px rgba(0,0,0,.5); }
.corner-ribbon{
	width: 450px;
	background:#FF4700;
	position:fixed;
	z-index: 1000;
	top: 60px;
	left: auto;
	right: -135px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	color: #ffffff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}