/*
* 
* @author Jamilton Damasceno
* @version 0.1
*/


.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.75rem;
	margin-left: -0.75rem;
  }

  .align-items-center {
	align-items: center !important;
  }

  .no-gutters {
	margin-right: 0;
	margin-left: 0;
  }

  .mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .img-fluid {
	max-width: 100%;
	height: auto;
  }

  .mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .projects-section .featured-text {
	padding: 2rem;
  }
  @media (min-width: 992px) {
	.projects-section .featured-text {
	  padding: 0 0 0 2rem;
	  border-left: 0.5rem solid #64a19d;
	}
  }

  .text-center {
	text-align: center !important;
  }

  .text-left {
	text-align: left !important;
  }

  .text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
  }

  .mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* ========================= layout ======================== */
html, body, .capa {
	height: 100%;
	overflow: auto;
}

body {
	background: url('../imagens/capa1.png'),
				url('../imagens/ruido.png'),
				linear-gradient(130deg,#3160e0,rgb(17, 17, 17));
	background-attachment: fixed;
	font-family: Helvetica,Arial,sans-serif;
	overflow-x: hidden;
}

/* -- Barra de navegação -- */

#spotify{
	padding-top: 10px;
	visibility: hidden;
}

.img-logo {
	height: 40px;
	width: 132px;
	display: block;
	background: url('imagens/soundwhite.svg') no-repeat;
	background-size: contain;
	color: transparent;
}

nav.navbar-transparente {
	padding: 15px 0px;
	background: rgba(0, 0, 0, 0.6);
	border: none;
}

.navbar-brand{
	padding: 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;
}

/* -- Imagem de capa -- */
.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;
    text-transform: uppercase;
    transition: background 0.4s, color 0.4s;
}

.btn-roxo {
	background: #333333;
}
.btn-roxo:hover {
	background-color: #161616;
	color: white;
}

.btn-branco {
	border: 2px solid white;
}
.btn-branco:hover {
	background-color: white;
	color: black;
}

/* -- secao servico -- */
#servicos {
	background: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

.albuns{
	padding: 10px 0px 10px 0px;
}

/* -- recursos -- */
#recursos {
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

.rotacionar{
	transform: rotate(30deg);
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    padding-left: 80px;
}

/* -- rodape -- */
#album {
	background: rgb(255, 255, 255);
	padding: 50px 0px 20px 0px;
	position: relative;
}

.item-rede-social{
	float: right;
}

/* ========================= Tipografia ======================== */
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; 
  	}
  	.btn-custom {
    	margin: 10px 15px;
	}
}

/* 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: 50px;
	font-weight: 700;
	letter-spacing: -0.04em;
}

h3{
	font-size: 35px;
	font-weight: 700;
	letter-spacing: -0.04em;
}

#rodape h4 {
	color: #919496;
	font-size: 12px;
	text-transform: uppercase;
}

#album h4{
	font-size: 20px;
	font-weight: 400;
}

#servicos h2, #servicos h3, #album h3, #album h2 {
	color: #313131;
}

#recursos h3 {
	color: #9bf0e1;
}
