/*
** Navbar
*/

.navbar {
  padding: .5rem .1rem;
}

/*
** HERO
*/

.herotext {
  font-size: 1.2rem;
  font-weight: 300;
  color: #ffb8f6;
  text-align: left;
}

@media (min-width: 1px)    {#typebox{height: 342px;}}
@media (min-width: 395px)  {#typebox{height: 288px;}}
@media (min-width: 768px)  {#typebox{height: 155px;}}
@media (min-width: 992px)  {#typebox{height: 155px;}}
@media (min-width: 1200px) {#typebox{height: 155px;}}

#typed {
  font-size: 3.5rem;
  line-height: 4.3rem;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
}

/*
** /HERO
*/

.prospectform {
  color: #959094;
  margin-top: 15px;

  background-color: #fff;
  border-color: #dfdfdf;
  border-width: 1px;
  border-radius: 4px;

  padding: 10px 20px 10px;
  border-style: solid;
}

li {
  color: #959094;
}

.logos {
  padding: 10px 10px 10px 10px;
}

.card.services {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.services {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.services {
        margin-bottom: 0;
    }
}

.card.services:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

/* Font Awesome styles */
a.fas, a.fab {
  color: #959094;
}

a.fas:hover, a.fab:hover {
  text-decoration: none;
}

footer a {
  padding-left: 20px;
}

footer {
  font-family: 'Rubik', sans-serif;
  color: #959094;
}
