@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

h1 {
  font-size: 2.1rem;
}
h3 {
  font-size: 17px;
}
article {
  margin-top: 0px !important;
}
.logo img {
  width: 200px;
  height: 37px;

}
.btn.btn-primary {

  font-size: 1.5rem;
  padding: 0.75em 1.75em;
  text-transform: uppercase;
  border: 0;
  border-radius: 3rem;
  background-color: #414862;
  color: #1d1d1b;
  background: linear-gradient(
    213deg
    , #ebbdda 0%, #f5deed 100%);
  z-index: 1;
  font-weight: 400;

}
body, p, span, div {
  font-family: 'Roboto' !important;
}
a.btn.btn-primary:before {
  content: "\f002";
  font-family: FontAwesome;
  margin-right: 5px;
}
.section-cell-item > h3 > span:before {
  content: "\f006";
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #ebbdda;
}

@media only screen and (min-width: 1800px){
  #motive {
    height: 850px;
  }
}
.navbar .navbar-nav > li > a {
  font-weight: 300;
  font-size: 14px;
  color: #414862;
}
li#menu-item-393854 a {
  background: url("data:image/svg+xml,%3Csvg width='23' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.063 5c0-2.746 2.253-5 5-5 2.746 0 5 2.254 5 5v1H21l.063.938 1 18L22.125 26H0l.063-1.063 1-18L1.125 6h4.938V5zm5-4c2.208 0 4 1.68 4 3.75V6h-8V4.75c0-2.07 1.791-3.75 4-3.75zm-5 5.986h-4L1.125 25H21l-.938-18.014h-4v2.8h-1v-2.8h-8v2.8h-1v-2.8z' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
  padding-left: 50px;
  color: transparent;
}

.copy {
  background-color: #ebbdda;
}

@media only screen and (min-width: 1400px){
  .section-cell-item > p {
    width: 397px;
    text-align: center;
  }
}

#border {
  border-bottom: none !important;
}

#top-ribbon {
  display: none;
}

#content > main > article > div > section:nth-child(8) > div {
    margin-top: 50px;
}