* {
	outline:none;
}

html {
	font-size: 62.5%;
}

html, body {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
    -webkit-overflow-scrolling: touch; 
}

a {
	display: block;
}

/* HEADER */

#header {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0,0,0,0.5);
	background: url(../img/header-capa.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	/*
    background-size: cover;
    background-color: rgba(0,0,0,0);
    background-image: url(../img/fake-header.jpg);
    */
}

#header h1 span {
	opacity: 1;
	font-size: 2.8vw;
}


@media screen and (max-width: 700px) {
    #header {
        background-attachment: scroll;
    }
}

/* barra no topo */

#abrirMenu {
	position: fixed;
	right: 1.2rem;
	line-height: 56px;
	margin-left: 1rem;
	font-size: 3rem;
	height: 45px;
	text-transform: uppercase;
	opacity: 1;
	color: #fff;
}

#abrirMenu:hover {
	opacity: 0.6;
	cursor: pointer;
}

/* deixa a navegação escondida no início */

#nav {
	display: none;
}

/* classes para ajustes */

.display {
	display: block !important; 
}

.inativo {
	display: none;
}

.ativo {
	opacity: 1 !important;
	/*display: block !important;*/
}

/* ajuste scroll mobile */

.setaWrap {
	right: 0 !important;
  	padding: 0 !important;
  	-webkit-transform: none !important;
  	transform: none !important;
  	overflow: hidden !important;
  	top: 0 !important;
  	pointer-events: none;
}

/* troca o ícone do menu no clique */

.troca:before {
  content: "\f00d" !important;
}

.creditos {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: #fff;
    font-family: 'flamamedium';
    font-size: 14px;
    text-transform: uppercase;
  	text-decoration: none;
}

.scrollDown {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    margin: 1.4rem;
    font-family: 'flamamedium';
    font-size: 24px;
    color: #fff;
    width: 200px;
    margin: 0 auto;
}

@media all and (min-width: 760px) {
	.scrollDown:hover, .creditos:hover, h1:hover {
	    text-shadow: 0 1px 18px #000;
	    letter-spacing:3px;
	}
}



.scrollDown i {
    font-size: 32px;
    display: block;
    margin-top: 1.4rem;
}

@media all and (max-width: 760px) {
	.hideOnMobile {
	    display: none !important;
	}
}
