* {
  padding: 0;
  margin: 0;
}
html,
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000000;
  font-style: normal;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  /*overflow-x: hidden; max-width: 100%;*/
}
#main,
.bx-slider {
  -webkit-overflow-scrolling: touch;
}
.bx-slider {
  overflow-x: scroll;
}
h1 {
  font-family: 'proxima-soft';
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 45px;
}
h2 {
  font-family: 'proxima-soft';
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 35px;
}
h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 26px;
}
h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
}
p {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}
label {
  font-family: 'proxima-soft';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
}
.blue-button {
  background: #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  cursor: pointer;
}
.blue-button:hover {
  background: white;
  border: 3px solid #000000;
  box-sizing: border-box;
  border-radius: 11px;
  cursor: pointer;
}
