.text-primary {
  color: #141b49 !important;
}

.text-white {
  color: #FFF !important;
}

.text-black {
  color: #000 !important;
}

.f-size-30 {
  font-size: 30px;
}

.hide {
  display: none;
}

footer {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.hero .page-header {
  background: #3445b3;
  background: linear-gradient(0deg, #3445b3 0%, #141b49 55%, #141b49 100%);
}

#twitter-wall {
  min-height: 336px;
  position: relative;
}
#twitter-wall .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#twitter-wall .loader .spinner-border {
  width: 100px;
  height: 100px;
}

.match {
  position: absolute;
  left: 50px;
  top: 50px;
  right: 50px;
  bottom: 50px;
  z-index: 300;
  background-color: white;
  padding: 50px;
}
.match .company-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 8px solid grey;
  padding: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
