@import url("https://fonts.googleapis.com/css?family=Special+Elite");

body {
  padding-right: 0 !important;
}

.shadow {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 65%);
}

.card {
  border: none;

  background-color: transparent;
}

.broker-pic {
  border-radius: 250px;

  max-width: 300px;

  border: 9px solid rgba(255, 255, 255, 0.452);

  padding: 2px;
}

.skills {
  border-radius: 3px;

  background-color: black;

  color: white;

  border: 1px solid white;
}

.broker-btn {
  max-width: 300px;
}

.bg {
  background-image: url(https://www.heavyhaulers.com/boat-transport.jpg);

  background-size: cover;

  background-position: center;
}

.btn-icon {
  filter: invert(1);
}

.hh-logo {
  max-height: 70px;

  position: absolute;

  z-index: 1;

  top: 50;

  margin-top: -40px;

  margin-left: -28px;
}

.testimonial {
  font-family: badgrudge;

  font-size: 5rem;
}

button.btn-block:hover img {
  filter: invert(0);
}

#invert:hover img {
  filter: invert(0);
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #table-img {
    max-width: 280px;
  }
}



.scrollbar {
  margin-left: 30px;

  float: left;

  height: 300px;

  width: 65px;

  background: #f5f5f5;

  overflow-y: scroll;

  margin-bottom: 25px;
}

/* styles reset */

.card {
  border: 0;
}

/* card group aka PRIMARY */

.card-group .card-primary:hover {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 65%);

  z-index: 100;
}

.card-group .card-primary:hover .card-title {
  color: rgb(0, 0, 0);
}

.card-text:hover {
  color: rgb(0, 0, 0);
}

.card-group .card-primary .card-img-top {
  width: 264px;

  height: 264px;

  background-color: transparent;
}

.card-group .card-primary .card-body > .badge {
  margin-bottom: 24px;
}

.card-group .card-primary .card-body {
  padding: 0 32px;
}

.card-group .card-primary .card-title {
  color: rgb(0, 0, 0, 0.8);

  font-size: 26px;

  line-height: 1.54;

  font-weight: 900;

  margin-bottom: 24px;
}

.card-group .card-primary .card-text {
  color: rgb(0, 0, 0, 0.8);

  font-size: 16px;

  line-height: 1.5;

  font-weight: 400;
}

.card-group .card-primary .card-footer {
  background: transparent;

  border: 0;
}

html {
  scroll-behavior: smooth;
}

#broker-gradient {
  background: linear-gradient(
    135deg,
    #ec6334 36%,
    rgba(0, 0, 0, 0.7542367288712359) 37%
  );
  border-radius: 7px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
}

#cta-gradient {
  background: linear-gradient(
    135deg,
    white 36%,
    rgba(0, 0, 0, 0.7542367288712359) 37%
  );
  border-radius: 7px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
}

blockquote {
  font-family: "Special Elite", cursive;
  font-weight: 100;
  font-size: 1.5rem;
  max-width: 600px;
  line-height: 1.4;
  position: relative;
  margin: 0;
  color: #ffc107;
  padding: 0.5rem;
}

blockquote:before,
blockquote:after {
  position: absolute;
  color: #f1efe6;
  font-size: 3rem;
  width: 4rem;
  height: 4rem;
}

blockquote:before {
  content: "“";
  left: -1rem;
  top: -1rem;
}

blockquote:after {
  content: "”";
  right: -4rem;
  bottom: -1rem;
}

#table-img {
  min-width: 350px;
  max-width: 350px;
}
