.hook {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px;
  border-radius: 20px;
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .hook-heading {
    font-size: x-large;
  }
}

@media (max-width: 420px) {
  .hook {
    padding: 10px;
    max-width: 90%;
  }
}

.site-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.site-section h2 {
  margin-bottom: 20px;
}

#team h2 {
  font-weight: normal;
}

#team {
  cursor: pointer;
}

.site-heading {
  margin-bottom: 20px;
}

#team {
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

.text-flow {
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}

.references {
  margin: 20px;
  border: 1px solid darkgray;
  border-radius: 8px;
}

.btn-primary:hover {
  color: #303030;
  background-color: transparent;
  border-color: transparent;
}

.btn-primary {
  color: #212529;
  background-color: transparent;
  border-color: transparent;
  font-size: medium;
  font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
}

.btn-primary.focus, .btn-primary:focus {
  color: #212529;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: transparent;
  border-color: transparent;
}

.parallax-heading {
  padding-top: 30px;
}

@media (max-width: 576px) {
  .parallax-heading {
    padding-top: 10px;
    max-width: 50%;
    font-size: x-large;
  }
}

.parallax-block {
  height: 350px;
}

@media (max-width: 576px) {
  .parallax-block {
    height: 150px;
  }
}

@media (max-width: 420px) {
  .text-justify {
    text-align: left!important;
  }
}

