body {
  font-family: 'Helvetica';
}
a.callAction {
  background-color: #f5132d;
  border-radius: 8px;
  box-shadow: none;
  box-sizing: border-box !important;
  color: #fff !important;
  display: block;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 100%;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 18px 70px;
  text-decoration: none !important;
  width: 450px;
}
#banner {
  background: #fcfcfc url("../images/backgrounds/main.jpg") no-repeat center/cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fcfcfc;
  background-image: url("../images/backgrounds/main.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 0;
  border-bottom: 0;
  box-sizing: border-box !important;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
}
#banner span {
  color: #fff;
  display: block;
  font-size: 45px;
  font-weight: 700;
}
#banner p {
  color: #fff;
  font-size: 31px;
}
#home {
  padding-top: 54px;
  padding-bottom: 54px;
}
#home h3 {
  color: #808080;
  font-size: 28px;
  font-weight: bolder;
  text-align: left;
}
#home p {
  color: #808080;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}
#home a {
  box-sizing: border-box !important;
  color: #00add8;
  font-weight: normal;
  text-decoration: underline;
}
#footer {
  background: #333 none no-repeat center/cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #333;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 0;
  border-bottom: 0;
  box-sizing: border-box !important;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 45px;
  padding-bottom: 63px;
  position: relative;
}
#footer p {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
#footer a {
  text-decoration: none;
}
#footer .color {
  color: #00add8;
}
@media (max-width: 500px) {
  a.callAction {
    padding: 18px 20px;
    width: 360px;
  }
}
