body
{
  font-family: 'Roboto',sans-serif;
}
.navbar {
  background-color: #000;
  font-family: 'Roboto', sans-serif;
}
.bg-black
{
  background: #000;
  color: #fff;
}
.navbar button {
  white-space: nowrap;
}

#navbarToggler {
  /* position: absolute; */
}

#headerLogo {
  background-image: url("../img/logo.svg");
  flex-shrink: 0;
  width: 100px;
  height: 31px;
  background-repeat: no-repeat;
  position: relative;
  top: -3px;
}
.hero{
  background: url("/assets/img/hero-background.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-size: contain; */
  padding-top: 30px;
  padding-bottom:190px;
  padding-right:40px;
}
.hero-context
{
  background: rgba(254, 249, 249, 0.7);
  padding:40px 30px 40px 74px;
}
.hero h4
{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 59px;
}

.btn {
  padding: 14px 24px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
}

.btn-primary {
  background: #000;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: #333;
}

.btn-primary:active, .btn-primary.active {
  background: #000;
  box-shadow: none;
}

.btn-sharp {
  border-radius:0;
}
.hero-CTA
{
  background: url("/assets/img/hero-CTA-background.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding:60px 0 60px 195px;
  margin:0 0 50px 0;
}
.hero-CTA h5
{
  font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 36px;
line-height: 42px;
color: #000000;
}
.section
{
  padding:50px 0;
  font-family: 'Roboto', sans-serif;
}

footer
{
  background: #000;
  color:#fff;
  padding: 50px 0 0 0;
}


@media (min-width: 360px)
{
  .hero
  {
    padding-right:10px;
  }
  .hero-CTA
  {
    padding:60px 0 60px 20px;
  }
  .hero h4
    {
      font-size:1.5em;
      line-height: 1em;
    }
    .hero-context
    {

    }
}
