/*
*
*@author Sabrina Danielle
*/

/*=========================Layout================================*/
html, body, .capa{
	height: 100%;
}
body{
	background: url("imagens/capa.png"), 
	url("imagens/ruido.png"),
	linear-gradient(50deg,#000,#116E93);
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}
/* -- barra de navegação -- */

.img-logo{
	height: 80px;
	width: 300px;
	background: url('imagens/artcell.png') no-repeat;
	display: block;
	background-size:contain;
	color: transparent;
}
.img-logo-rodape{
	height: 40px;
	width: 132px;
	background: url('imagens/artcell.png') no-repeat;
	display: block;
	background-size:contain;
	color: transparent;
}
#social-face{
	width: 300px;
	height: 250px;
	background: #fff;
}
nav.navbar-transparente{
	padding: 25px 0px;
	background: rgba(0, 0, 0, 0.9);
	border: none;
}
.navbar-brand{
	padding: 0px;
	padding-top: 5px 15px;
}
.divisor{
	width: 1px;
	height: 16px;
	background: white;
	margin: 16px 10px;
}

.navbar-inverse .navbar-nav>li>a, footer .nav a{
	color: white;
}

.navbar-inverse .navbar-nav>li>a:hover, footer .nav a:hover{
	color: #9bf0e1;
	background: none;
}

/* -- capa de layout -- */

.capa{
	display: table;
	width: 100%;

}
.texto-capa{
	text-align: center;
	color: white;
	display: table-cell;
	vertical-align: middle;
}
/* -- botoes -- */
.btn-custom{
	color: white;
	border-radius: 500px;
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	padding: 10px 35px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 15px;
	transition: background 0.4s, color 0.4s;
}
.btn-roxo{
	background: #7c25f8;
}
.btn-roxo:hover{
	background: #6207e3;
	text-color:white;
}
.btn-branco{
	border: 1px solid white;
}
.btn-branco:hover{
	background: white;
	text-color:black;
}
/* -- servicos -- */
#servicos{
	background: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
.albuns{
	padding: 10px 0 10px 0;
}
/* -- recursos -- */
#recursos{
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}
.rotacionar{
	-ms-transform: rotate(30deg);/*IE9*/
	-webkit-transform: rotate(30deg);/* chrome, safari, Opera*/
	transform: rotate(30deg);
	padding-left: 80px;
}
/* -- rodape -- */
footer{
	background: #000;
	padding: 50px 0 20px 0;
	position: relative;
}
.item-rede-social{
	float:right;
}
.horario{
	width: 350px;
	height: 80px;
	float: right;
}
/*=========================Tiografia================================*/

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

/* Media queries */
/* xs < 768 */
@media screen and (max-width: 767px) {
	h1 {
	    font-size: 50px;
	    padding-top: 110px;
  	}
  	.btn-custom {
    	margin: 10px 15px;
	}
	.img-logo{
		height: 40px;
		width: 132px;
	}
	.horario p{
		font-size: 10px;
	}

	
}

/* sm */
@media screen and (min-width: 768px) {
    h1 {
	    font-size: 70px; 
  	}

}

/* md */
@media screen and (min-width: 992px) {
    h1 {
	    font-size: 80px; 
  	}
}

/* lg */
@media screen and (min-width: 1200px) {
    h1 {
	    font-size: 100px; 
  	}
}
/* Fim Media queries */
h2{
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.04em; 
}
h3{
	font-size: 35px;
	font-weight: 700;
	letter-spacing: -0.04em; 
}
p{color: #fff;}

#servicos h2, #servicos h3{
	color:#38ACE2;
}
#recursos h3{
	color:#9bf0e1;
}
#rodape h4{
	color: #919496;
	font-size: 12px;
	text-transform: uppercase;
}



