html {
  scroll-behavior: smooth;
}

#hero {
  width: 100%;
  background: #2b3f62;
  color: #fff;
}

.testcolor {
  color: #e23333;
}

.hero-img img {
  border: solid thick rgba(255, 255, 255, 0.6);
  max-height: 350px;
}

#hero h1 {
  margin: 0 0 10px 0;
  
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
  margin-bottom: 50px;
  
}

#hero .action {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 12px;
  margin: 10px 0 0 0;
  color: #fff;
  background: #e23333;
}

.logos {
  padding: 12px 0;
  text-align: center;
}

.logos img {
  max-height: 60px;
  margin: 14px 8px;
  opacity: 0.95;
}

.logos img:hover {
  opacity: 0.95;
}

.contact-item {
  font-size: 1.2rem;
  font-weight: 600;
  color: #37517e;
  margin: 20px;
}

.contact-item svg {
  vertical-align: sub;
}

#contact a {
  text-decoration: none;
  color: #37517e;
}

.blue {
  background-color: #f3f5fa;
}

#footer {
  width: 100%;
  background: #313e55;
  color: #fff;
  color: #ffffffcc;
  padding: 30px 10px;
  font-size: .8rem;
}
