body {
  font-family: Raleway, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#navcol-1 {
  font-size: 13px;
  font-weight: 700;
}

.navbar-brand span {
  display: inline-block;
  vertical-align: bottom;
  padding-top: 75px;
  padding-left: 135px;
  font-size: 11px;
  font-weight: bold;
  color: #7a7b7d;
  font-family: arial;
}

.navbar {
  height: 88px;
  margin-top: 20px;
  margin-bottom: 40px;
}

#hero {
  width: 100%;
  height: 300px;
  font-family: Raleway, sans-serif;
  background: #1865ac;
  background: linear-gradient(to right, #a1e2c7, #1865ac);
  background-image: linear-gradient(to right, #a1e2c7, #1865ac);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

#title {
  font-size: 18px;
  font-weight: 300;
  padding: 100px 0 0 0;
}

@media (min-width: 768px) {
  #title {
    font-size: 24px;
    font-weight: 300;
    padding: 100px 0 0 0;
  }
}

#subtitle {
  font-size: 16px;
  color: #464748;
}

@media (min-width: 768px) {
  #subtitle {
    font-size: 20px;
    color: #464748;
  }
}

#activenav {
  border-bottom: 3px solid #37b07d;
}

#main {
  padding: 24px;
}

#right {
  margin-top: 40px;
}

#left {
  padding-top: 30px;
  margin-top: -20px;
  height: 100%;
}

#brand {
  background-image: url("../../assets/img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  background-position: center;
}

@media (min-width: 992px) {
  #brand {
    background-image: url("../../assets/img/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 284px;
    background-position: center;
  }
}

#getintouch {
  width: 100%;
  height: 40px;
  padding-bottom: 20px;
  margin-top: 20px;
  font-size: 18px;
  background-color: #37b07d;
}

#enduring {
  font-size: 22px;
  color: #37b07d;
  font-weight: 300;
}

#footertext {
  font-size: 16px;
  color: #464748;
}

.material-icons.icons {
  color: #37b07d;
  font-size: 40px;
  margin: auto;
}

.submit {
  background-color: #37b07d;
  font-size: 18px;
  border: transparent;
}

.submit:hover {
  background-color: #a1e2c7;
  cursor: pointer;
}

#contactForm .h4 {
  font-weight: 200;
  color: #37b07d;
  padding-bottom: 20px;
}

#thankyou {
  text-align: center;
  margin: auto;
  padding-bottom: 90px;
}

#about .h1, h1 {
  color: #37b07d;
  font-size: 24px;
  padding-bottom: 10px;
}

.l-coln {
  padding-top: 20px;
  padding-bottom: 20px;
  /*max-width: 700px;*/
  /*margin-top: 20px;*/
}

#vision {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.jumbotron {
  background-color: #ffffff;
  max-width: 1100px;
  text-align: center;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.row.aboutrow {
  margin-top: 40px;
}

#applications-parallax {
  height: 500px;
  background-image: url("../../assets/img/applications-parallax.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  #applications-parallax {
    height: 400px;
    background-image: url("../../assets/img/applications-parallax.jpg");
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

#about-parallax {
  height: 700px;
  background-image: url("../../assets/img/vision1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  #about-parallax {
    height: 500px;
    background-image: url("../../assets/img/vision1.jpg");
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

#flex-world-parallax {
  height: 300px;
  background-image: url("../../assets/img/flex-world-parallaxs.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-border {
  border: none;
  border-bottom: 1px solid #a1e2c7;
  border-radius: 0;
}

#specs {
  font-size: 15px;
}

#applications-para {
  margin-top: 40px;
}

#contactForm span {
  color: grey;
}

.container.tablecontainer {
  text-align: center;
}

.fa.fa-check.tick {
  font-size: 12px;
  color: #37b07d;
}

a {
}

.nav-link:focus {
  outline: 0;
}

#b-w {
  margin-top: 50px;
}

