body {
  margin: 0;
}
nav.navbar {
  /* height: 91px; */
  display: flex;
  align-items: center;
}
.navbar-inner {
  margin: auto;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  align-items: center;
}
h2.navbar-title-2 {
  margin: 0;
  line-height: 1.3em;
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
h2.navbar-title-1 {
  margin: 0;
  color: #3542a8;
  font-family: "Montserrat", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
}
.call-to-action {
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  fill: #ffffff;
  color: #ffffff;
  background-color: #3542a8;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #3542a8;
  height: 58px;
  padding: 0px 30px 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
}
.call-to-action:hover,
.call-to-action:focus {
  color: #3542a8;
  background-color: #ffffff;
  border-color: #3542a8;
}
@media screen and (max-width: 600px) {
  h2.navbar-title-1 {
    font-size: 22px;
    line-height: 20px;
  }
  h2.navbar-title-2 {
    font-size: 18px;
  }
}
