html,
body,
#home {
  height: 100%;
  overflow-x: hidden;
}

body {
  background: url(./img/capa.png), url(./img/ruido.png),
    linear-gradient(50deg, #ff4169, #7c26f8);
  background-attachment: fixed;
}

nav {
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.6);
}

nav ul li a {
  color: white;
}

nav ul li a:hover {
  color: #00c3ff;
  border-bottom: 1px solid white;
}

.divisor {
  width: 1px;
  background: white;
  margin: 9px 15px;
}

.capa {
  text-align: center;
  color: white;
}

.musicas {
  font-size: 80px;
  letter-spacing: 5px;
  margin-bottom: 40px;
  font-weight: bold !important;
}

.btn-custom {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px !important;
}

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

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

.btn-branco {
  background-color: #ffffff2f;
}

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

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

#servicos {
  background: white;
}

.fotos {
  margin-bottom: 20px;
}

.row .fotos img {
  padding: 15px;
}

.col-md-6 h2 {
  color: #7c25f8;
  font-size: 45px;
  font-weight: bold;
}

.col-md-6 h3 {
  color: #7c25f8;
  font-size: 35px;
  font-weight: bold;
}

.col-md-4 h2 {
  color: #00c3ff;
  font-size: 45px;
  font-weight: bold;
}

.col-md-4 h3 {
  color: #00c3ff;
  font-size: 35px;
  font-weight: bold;
}

.col-md-4 p {
  color: white;
}

.rotacionar-iphone {
  transform: rotate(30deg);
  width: 750px;
  padding-left: 150px;
}

.rede-social img {
  width: 45px;
}

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 {
  color: white;
  font-size: 0.8em;
}

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

footer ul {
  list-style: none;
}

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

@media only screen and (max-width: 991px) {
  .musicas {
    font-size: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .divisor {
    display: none;
  }

  .rotacionar-iphone img {
    display: none;
  }

  .btn-custom {
    margin: 10px;
    width: 300px;
  }

  .musicas {
    font-size: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .musicas {
    font-size: 35px;
  }
}

@media only screen and (max-width: 414px) {
  .musicas {
    font-size: 30px;
  }
}

@media only screen and (max-width: 360px) {
  .musicas {
    font-size: 25px;
  }
}

@media only screen and (max-width: 320px) {
  .musicas {
    font-size: 25px;
  }

  .btn-custom {
    margin-left: -4px;
  }
}
