body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
h1, h2, h3 {
  font-weight: 300;
  margin: 0;
}

a {
  text-decoration: none;
  color: #0f64a4;
}
a:hover{
  text-decoration: underline;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 100px;
  background: #0f64a4;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

header .logo {
  height: 48px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  line-height: 50px;
}

header nav {
  display: flex;
  justify-content: center;
}

header nav ul {
  display: flex;
  float: center;
  margin: 0;
  padding: 0;
}

header nav ul li {
  list-style: none;
  color: #fff;
}

header nav ul li a {
  display: block;
  height: 48px;
  padding: 0 31px;
  transition: filter 0.3s ease-out;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 48px;
}

header nav ul li a:hover,
header nav ul li a.active {
  filter: opacity(66%);
  text-decoration: none;
}

.logopic-one {
  display: inline-block;
  width: 16px;
  height: 16px;
  transform: translateY(4%);
  background-image: url('logo-print-hd-transparent-grey-white.svg');
  background-size: cover;
}

.logopic-two {
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: translateY(4%);
  background-image: url('logo-print-hd-transparent-grey-white.svg');
  background-size: cover;
}

.logopic {
  transform: translateY(6%);
}

.under-line {
  display: none;
}

.small-home {
  display: none;
}

.menu-toggle {
  display: none;
  float: left;
  height: 48px;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
}

.push-down {
  width: 100%;
  height: 48px;
}

.push-down-smaller {
  width: 100%;
  height: 30px;
}

.burger {
  display: table-cell;
  vertical-align: middle;
}

.burger div {
  width: 20px;
  height: 2px;
  margin: 5px;
  transition: all 0.3s ease;
  background-color: rgb(226, 226, 226);
}

.ivo {
  display: none;
}

.toggle .line1 {
  transform: rotate(-45deg) translate(0px, 5px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(0px, -5px);
}

.left-a {
  text-align: left;
}

.front-image {
  width: 40%;
  text-align: center;
}

.center-im {
  display: flex;
  justify-content: center;
  width: 100%;
}

.copyright {
  padding: 10px;
  text-align: center;
  background-color: #EBEBEB;
  font-family: sans-serif;
}

.greyed {
  background-color: #EBEBEB;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-right: 5px;
}

.other-sites {
  padding-top: 10px;
  letter-spacing: 10px;
}

.contact-spacing {
  line-height: 30px;
}

.other-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

.other-info-link a {
  text-decoration: none;
  color: #0f64a4;
}

.other-info-link a:hover {
  text-decoration: underline;
}

.contact-box {
  display: grid;
  margin: 20px;
  margin-top: 0px;
  text-align: center;
}

.contact-title {
  letter-spacing: 3px;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
}

.contact-form {
  width: 100%;
  margin-bottom: 10px;
}

.form {
  transition: all 4s ease-in-out;
}

.form-control {
  width: 100%;
  margin-top: 1vh;
  padding: 5px;
  color: black;
  border: 1px solid #333333;
  border-radius: 5px;
  outline: none;
  background-color: #fcfcfc;
  font-family: sans-serif;
  font-size: 18px;
}

header {
  z-index: 100;
}

.form-control-submit {
  float: left;
  width: 150px;
  height: 40px;
  margin-top: 1vh;
  transition: background-color 0.5s linear;
  letter-spacing: 2px;
  color: #fff;
  border-color: transparent;
  border-radius: 5px;
  background-color: #333333;
  font-size: 20px;
  font-weight: bold;
}

.form-control-submit:hover {
  cursor: pointer;
  background-color: #4e4e4e;
}

.sub-contact-title {
  width: 78%;
  font-size: 20px;
}

.subber {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-contact-title {
  font-size: 20px;
}

.other-info {
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.home-headline {
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

.front-vid {
  height: 600px;
  margin: 0;
  padding: 0;
  object-fit: inherit;
}

.home-title {
  padding-top: 40px;
  font-size: 44px;
}

.home-subtitle {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-style: italic;
}
.large-home-subtitle {
  font-size: 30px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
}

.flex-container>div {
  width: 44%;
  max-width: 600px;
  height: 400px;
  margin: 10px;
  text-align: center;
  background-color: #f1f1f1;
  font-size: 30px;
}

.front-vid {
  width: 45%;
}

.circ-im {
  display: none;
}

.large-text {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}

.text-box-home {
  width: 80%;
  max-width: 1220px;
}

.breaks {
  display: none;
  height: 10px;
}

ol.general-list, ul.general-list {
  margin: 0;
  padding-left: 25px;
}
ol.general-list li, ul.general-list li {
  margin-bottom: 10px;
}
ol.general-list li div {
  padding-left: 3px;
}

.device-head {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5%;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
}

.device-head-product {
  width: 100%;
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 5%;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
}

.dev-center {
  display: flex;
  justify-content: center;
  width: 100%;
}

.dev-text-center {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.device-image {
  width: 75%;
  max-width: 700px;
}

.device-video {
  width: 100%;
  max-width: 1000px;
  height: 600px;
  margin-bottom: 30px;
  padding-right: 5%;
  padding-left: 5%;
}

.smaller-font {
  padding-top: 5px;
  font-size: 18px;
}

.front-image {
  display: none;
}

.dev-text {
  width: 100%;
  max-width: 1000px;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 3px;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}

.adjust-contact-box {
  margin-right: 10px;
}

.prd-line-box {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 1px;
  margin-top: 0px;
}

.prd-line {
  width: 90%;
  max-width: 1000px;
  height: 1px;
  text-align: center;
  background-color: black;
}

.dev-text-no-max {
  padding-right: 5%;
  padding-left: 5%;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}

.sub-dev-titl {
  padding-top: -10px;
  font-size: 20px;
}

.linkedin-prof a {
  text-decoration: none;
  color: #0f64a4;
}

.linkedin-prof a:hover {
  text-decoration: underline;
}

.textlink {
  text-decoration: none;
  color: #0f64a4;
}

.textlink:hover {
  text-decoration: underline;
}

.contact-paragraph {
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-style: normal;
}

header .logo {
  transition: filter 0.5s ease-in;
}

header .logo:hover {
  filter: opacity(66%);
}

.burger {
  transition: filter 0.5s ease-in;
}

.burger:hover {
  filter: opacity(66%);
}

@media (min-width: 1000px) {
  .prd-line {
    width: 70%;
  }

  .dev-text {
    padding-right: 15%;
    padding-left: 15%;
    padding-top: 3px;
  }

  .adjust-contact-box {
    margin-right: 0px;
  }

  .device-head-product {
    padding-right: 15%;
    padding-left: 15%;
  }

  .device-video {
    padding-right: 15%;
    padding-left: 15%;
  }
}

@media (max-height: 380px) {
  header nav ul {
    overflow-y: scroll;
    height: 80%;
  }

  .device-image {
    width: 40%;
    max-width: 700px;
  }
}

@media (min-width: 910px) {
  .map {
    display: none;
  }

  .other-info {
    padding-top: 4px;
    padding-left: 0px;
  }
}

@media (max-width: 910px) {
  .device-head {
    font-size: 25px;
  }

  .contact-title {
    font-size: 18px;
  }

  .front-map {
    display: none;
  }

  .contact-form {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 20px;
  }

  .other-info {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .copyright {
    font-size: 12px;
  }

  .flex-container>div {
    width: 100%;
    height: 300px;
  }

  .home-headline {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-title {
    font-size: 35px;
  }

  .home-subtitle {
    font-size: 25px;
  }

  .flex-container {
    margin-right: 0;
    margin-left: 0;
  }

  .text-box-home {
    width: 88%;
  }
}

@media (max-width: 1500px) {
  .front-image {
    width: 45%;
  }

  .front-vid {
    width: 60%;
  }
}

@media (max-width: 1300px) {
  .front-image {
    width: 50%;
  }

  .front-vid {
    width: 70%;
  }
}

@media (max-width: 1100px) {
  .front-image {
    width: 50%;
  }

  .front-vid {
    width: 80%;
  }
}

@media (max-width: 1048px) {
  body::-webkit-scrollbar {
    display: none;
  }

  header {
    justify-content: space-around;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
  }

  header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    float: none;
    transform: translate(-50%, -50%);
    font-size: 23px;
  }

  .menu-toggle {
    display: table;
  }

  header nav {
    position: absolute;
    top: 48px;
    left: -100%;
    display: block;
    float: left;
    width: 100%;
    height: calc(100vh - 48px);
    padding-top: 30px;
    transition: 0.5s;
    background: #0f64a4;
  }

  .nav-active {
    left: 0%;
  }

  .home-logo {
    display: none;
  }

  .small-home {
    display: block;
  }

  header nav ul {
    display: block;
    transition: transform 0.5s ease-in;
  }

  header nav ul li {
    padding-left: 4%;
    text-align: left;
  }

  .under-line {
    display: block;
    height: 1px;
    margin-right: 5%;
    margin-left: 5%;
    background-color: #7fbcff;
  }

  .front-image {
    width: 55%;
  }

  .sub-contact-title {
    width: 100%;
    font-size: 17px;
  }

  .other-info {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .flex-container {
    margin-right: 100px;
    margin-left: 100px;
  }
}

@media (max-width: 1200px) {
  .flex-container>div {
    height: 300px;
  }
}

@media (max-height: 40px) {
  .flex-container>div {
    height: 250px;
  }
}

@media (max-width: 500px) {
  .home-title {
    font-size: 30px;
  }

  .home-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .device-video {
    height: 500px;
  }
}

@media (max-width: 900px) {
  .device-video {
    height: 400px;
  }

  .front-vid {
    display: none;
  }

  .circ-im {
    display: block;
  }

  .breaks {
    display: block;
  }
}

@media (max-width: 800px) {
  .device-video {
    height: 300px;
  }

  .front-vid {
    width: 100%;
    height: 550px;
  }

  .device-head-product {
    padding-top: 5px;
    font-size: 25px;
  }

  .breaks {
    display: block;
    height: 5px;
  }
}

@media (max-width: 500px) {
  .device-video {
    height: 200px;
  }
}

@media (max-width: 600px) {
  .front-image {
    width: 80%;
  }
}

@media (min-width: 1400px) {
  .front-image {
    width: 30%;
  }
}

@media (min-width: 1500px) {
  .front-vid {
    height: 500px;
  }
}

@media (min-width: 1600px) {
  .front-vid {
    height: 550px;
  }
}

@media (min-width: 1700px) {
  .front-vid {
    max-width: 800px;
    height: 600px;
  }
}

@media (max-width: 1000px) {
  .front-vid {
    height: 550px;
  }
}

@media (max-width: 900px) {
  .front-vid {
    height: 500px;
  }
}

@media (max-width: 700px) {
  .front-vid {
    height: 450px;
  }
}

@media (max-width: 600px) {
  .front-vid {
    height: 400px;
  }
}

@media (max-width: 500px) {
  .front-vid {
    height: 360px;
  }
}

@media (max-width: 400px) {
  .front-vid {
    height: 320px;
  }
}

@media (max-width: 350px) {
  .front-vid {
    height: 300px;
  }
}

@media (max-width: 300px) {
  .front-vid {
    height: 280px;
  }
}
