/* GERAL */
html, body, #home {
	overflow-x: hidden;
}

body {
	background: url(../imagens/capa.png),
				url(../imagens/ruido.png),
				linear-gradient(50deg,#ff4169, #7c26f8);
	background-attachment: fixed;
	font-family: Helvitica,Arial,sans-serif;
}

h1 {
	font-weight: 900;
	color: white;
	margin-bottom: 50px;
	letter-spacing: -0.05em;
}

h2 {
	font-weight: 700;
	font-size: 3em;
	letter-spacing: -0.04em;
}

h3 {
	font-size: 2em;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.caixa {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* CABECALHO */
nav.navbar-transparente {
	padding: 15px 0px;
	background: rgba(0,0,0,0.6);
}

.navbar-light .navbar-nav .nav-link {
	color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #9bf0e1;
}

.navbar-light .navbar-toggler {
	color: rgba(255, 255,255,0.5);
	border-color: rgba(255, 255,255,0.5);
}

.traco {
	width: 1px;
	background: white;
	margin: 12px 15px;
}

/* SECAO UM TOPO */
.tela1 {
	text-align: center;
	height: 600px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.btn-custom {
	color: white;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	text-transform: uppercase;
	transition: background 0.4s, color 0.4s;
	padding: 10px 20px;
}

.btn-roxo {
	background: #7c25f8;
}

.btn-roxo:hover {
	color: white;
	background: #6207e3;
}

.btn-branco:hover {
	background: white;
	color: black;
}

.btn-branco {
	border: 2px solid white;
}

.carousel-control-next, .carousel-control-prev {
	padding-top: 70px;
	width: 0%;
}

/* PARTE DOIS MEIO */
#tela2{
	background: white;
}

#tela2 h2,h3 {
	color: #7c25f8;
}

.albuns {
	padding: 10px 0;
}

/* PARTE TRES BAIXO */
#tela3{
	color: #fff;
}

#tela3 h2 {
	color: white;
}

#tela3 h3 {
	color: #9bf0e1;
}

.rotacionar {
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	padding-left: 80px;
}

/* RODAPE */
footer {
	background: #000;
	padding: 50px 0px 20px 0px;
	position: relative;
}

footer h4 {
	color: #919496;
	font-size: 0.8em;
	text-transform: uppercase;
}

footer .navbar-nav a {
	font-size: 0.8em;
	color: #fff;
}

footer .navbar-nav a:hover {
	text-decoration: none;
	color: #9bf0e1;
}

footer ul {
	list-style: none;
}

footer ul li {
	float: right;
	margin: 0 5px;
}

/* RESPONSIVIDADE */
@media (max-width: 575.98px) {
	.btn-custom {
		margin: 10px 15px;
		font-size: 1em;
	}
	.rotacionar{
		display:none;
	}
	.navbar {
		padding: 0 1.2rem !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	h1 {
		font-size: 3em;
	}
	.btn-custom {
		margin: 10px 15px;
	}
	.rotacionar{
		display:none;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	h1 {
		font-size: 4em;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	h1 {
		font-size: 5em;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 6em;
	}
}
