.section {
  padding-bottom: 50px;
}

.section._1 {
  padding-top: 100px;
}

.body {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .25)), -webkit-linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 35%, transparent 65%, rgba(0, 0, 0, .5)), url('../images/background.png');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .25)), linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 35%, transparent 65%, rgba(0, 0, 0, .5)), url('../images/background.png');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, 300px;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
  font-family: 'PT Sans', sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 34px;
}

.head {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  height: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #eee;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .3)), -webkit-radial-gradient(circle farthest-corner at 50% 0%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .3));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .3)), radial-gradient(circle farthest-corner at 50% 0%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .3));
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .5);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-shadow: 1px 1px 6px hsla(0, 0%, 100%, .5);
}

.container {
  padding: 50px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 0%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .3)), url('../images/foreground_white.png');
  background-image: radial-gradient(circle farthest-corner at 50% 0%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .3)), url('../images/foreground_white.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 157px;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, .5);
}

.navshrink {
  height: 50px;
  background-color: transparent;
}

.bullet {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  list-style-type: none;
}

.seperatortext {
  display: inline-block;
  width: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

.seperatorwrapper {
  margin-bottom: 25px;
}

.seperatorbar {
  display: inline-block;
  width: 35%;
  height: 2px;
  margin-bottom: 10px;
  background-color: #252525;
}

.button {
  width: 30%;
  height: 40px;
  margin-right: 1%;
  margin-left: 1%;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(270deg, #0073cf, #005ca5);
  background-image: linear-gradient(180deg, #0073cf, #005ca5);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.button:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button:active {
  box-shadow: inset 0 3px 10px 0 rgba(0, 0, 0, .5);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.contact {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.navdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top {
  padding: 10px;
  float: right;
  border-radius: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.top:hover {
  box-shadow: inset 0 3px 20px 0 #000;
}

.slider {
  height: 400px;
  background-color: transparent;
}

.logodiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.biglogo {
  display: block;
  margin: 10px auto;
  padding: 20px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.biglogo:hover {
  box-shadow: inset 0 3px 20px 0 #000;
}

.foot {
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 0%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .3)), -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .3)), url('../images/foreground_white.png');
  background-image: radial-gradient(circle farthest-corner at 50% 0%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .3)), linear-gradient(180deg, transparent, rgba(0, 0, 0, .3)), url('../images/foreground_white.png');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, 157px;
  font-size: 20px;
  text-align: center;
  text-shadow: 1px 1px 6px hsla(0, 0%, 100%, .5);
}

.contactmessage {
  border-radius: 10px;
  background-color: #eee;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.contactmessage:focus {
  box-shadow: inset 0 3px 10px 0 rgba(0, 0, 0, .5);
}

.contactmessage.text {
  max-width: 100%;
  min-height: 200px;
}

.formreturn {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

html.w-mod-js *[data-ix="buttonload-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="buttonload-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="buttonload-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="seperatorload"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 1);
  -ms-transform: scale(0.01, 1);
  transform: scale(0.01, 1);
}

html.w-mod-js *[data-ix="seperatortextload"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="brandfade"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

@media (max-width: 991px) {
  .button.contact {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .brand {
    font-size: 34px;
  }
  .container.systems {
    padding-right: 0px;
    padding-left: 0px;
  }
  .seperatortext {
    width: 100%;
    font-size: 32px;
  }
  .seperatorbar {
    width: 35%;
  }
  .formreturn {
    font-size: 26px;
  }
}

@media (max-width: 479px) {
  .brand {
    font-size: 26px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .button {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .button.contact {
    width: 100%;
  }
  .navdiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .foot {
    height: 80px;
  }
}