

*{
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
}
#barcelona{
  width: 100%;
  height: 30vh;
}
.card{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.gallery{
  size: 24px;
}
.badge{

  width: 700px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

/**Footer*/
.row{
  flex-direction: row;
  justify-content: center;
}
#personal{
  text-align: center;
  font-family: 'Handlee', cursive;
  size: 26px;
}
a:hover{
  font-weight: bold;
}
.border:hover{
  box-shadow: 0 15px 15px rgba(56, 98, 236, 0.25), 0 6px 6px rgba(0,0,0,0.30);
}

.titleTestimonials{
  height: 60px;
  background-color: lightgray;
}

i{
  padding: 1%;
  font-size: 20px;
}

footer{
  background-color: lightgray;
}

.button{
  width: 200px;
}

.button:hover{
  font-weight: bold;
  font-size: large;
  color: black;
  box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.thumbnail:hover{
  box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

header {
  background-image: url("../images/biography/barcelona.jpg");
  color: white;
  padding: 50px 0;
  background-attachment: fixed;
  background-position: center bottom;
}
