html {
  height: 100%;
}


p {
  text-align: justify;
}

li {
  list-style-image: url("./images/bullet.png");
  }

body {
  height: 100%;
  background-color: #000;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

a, a:hover{
  color: #fff;

}

.cambio {
  background: white;
  -webkit-text-fill-color: #000;
}

.cambio a, .cambio a:hover{
  color: #000;
  -webkit-text-fill-color: #000;
}

.cover-container {
  max-width: 42em;
}

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
  color: #fff;
}

.nav-masthead .nav-link+.nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }

  .nav-masthead {
    float: right;
  }
}

.cover {
  margin-top: 10rem;
  padding: 0 1.5rem;
}

.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.mastfoot {
  color: rgba(255, 255, 255, .5);
}

.welcome {
  height: 60vh;
}

.email {
  margin-left: 1rem;
}

main>.row {
  margin-bottom: 2rem;
}

.about-me {
  text-align: justify;
}

.about-me2 {
  margin-top: 5rem;
}

.projects {
  margin-top: 5rem;
  margin-bottom: 10rem;
}

.music,
.things,
.photoContainer {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.music2 {
  text-align: justify;
  margin: 0 auto;
  width: 100%;
}

.noMargin {
  margin-bottom: 5%;
}

.fijo {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 65vh;
}


.came-from {
  margin-bottom: 5%;
}

.came-from>h5{
  margin-bottom: 5%;
}

.media-img{
  height: 8rem;
  width: 8rem;
}

#frameDeezer {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 20vh;
}

#family_photo {
  max-height: 70vh;
}

#photos {
  margin-bottom: 15%;
}

#despedida {
  text-align: right;
  font-family: 'Amatic SC', cursive;
}

#abilities {
  position: relative;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 3s linear infinite;
  -moz-background-clip: text;
  background-clip: text;
  -moz-text-fill-color: rgba(255, 255, 255, 0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  margin-left: 0.18rem;
}

#naviga,
#naviga:focus {
  color: #fff;
}


#img-chevron {
  margin-left: auto;
  margin-right: auto;
  animation: chev 1.8s ease-in-out infinite;
}

#div-chevron {
  margin-top: 5rem;
}

@keyframes animate {
  0% {
    background-position: -500%;
  }

  100% {
    background-position: 500%;
  }
}

@keyframes chev {
  0% {
    margin-top: 0%;
  }

  50% {
    margin-top: 3%;
  }

  100% {
    margin-top: 0%;
  }
}