body {
  background-image: url(background_home.png);
  background-position: 50% 125px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 38px;
  line-height: 37px;
  font-weight: 300;
}
h2 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}
h3 {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}
p {
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  line-height: 23px;
}
.button {
  display: inline-block;
  padding: 14px 26px;
  background-color: #25c485;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #b5b5b5;
}
.header {
  box-shadow: black 0px 3px 0px 0px inset;
}
.section {
  padding-top: 65px;
  padding-bottom: 65px;
}
.navigation {
  z-index: 10;
  display: block;
  width: 385px;
  margin-right: auto;
  margin-left: 30px;
  margin-bottom: 100px;
  padding: 30px 35px 38px;
  background-color: rgba(55, 149, 212, 0.43);
  box-shadow: rgba(0, 0, 0, 0.56) 6px 6px 13px -4px;
  opacity: 0.92;
  color: black;
}
.logo-link {
  color: #333;
  text-decoration: none;
}
.field {
  height: 53px;
  border: 1px solid #d1e6dd;
  box-shadow: transparent 0px 1px 0px 0px inset;
}
.field:focus {
  border-color: #24c786;
  box-shadow: transparent 0px 0px 8px 0px inset;
}
.alink {
  color: black;
  text-decoration: none;
}
.dl-button {
  background: rgb(0,0,0);
  background: rgb(0,0,0,0.9);
  color: white;
  padding: 14px 30px;
}
.dblogo {
  margin-bottom: 24px;
  margin-left: -7px;
  max-width: 95%;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .header {
    height: auto;
    background-attachment: scroll;
  }
  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .navigation {
    position: static;
    width: 60%;
    margin-left: 30px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(55, 149, 212, 0.43);
    box-shadow: transparent 0px 0px 0px 1px;
    min-width: 200px;
  }
}
@media (max-width: 479px) {
  body {
    margin-bottom: auto;
  }
  .navigation {
    margin-right: 20px;
    margin-left: 20px;
    background-color: rgba(146, 207, 247, 0.83);
  }
  .dblogo {
    margin-left: -2px;
  }
}
