.btn-circle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
}

.btn-social {
  color: #3B5998 !important;
}

.btn-social:hover {
  color: #1D2B49 !important;
}

body {
  margin-top: 66px;
  /* The image used */
  background: url("assets/rosamel_gambier.jpg");

  /* Full height */
  /*height: 100%;*/

  /* Center and scale the image nicely */
  background-position-x: center;
  background-position-y: 66px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
