
body {
  color: #707070;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  margin: 0;
  padding-bottom: 111px;
  min-height: 100%;
}

a { text-decoration:none; }

p { margin-bottom: 0; }

.col-centered {
  margin: 0 auto;
  float: none;
}

.header {
  height: 120px;
}

.header h1 {
  text-align: center;
  line-height: 120px;
  font-size: 44px;
  font-weight: 300;
}

.header_img {
  max-height: 616px;
  height: 616px;
  width: 100%;
  background-image: url("../img/top-banner.jpg");
  background-repeat: no-repeat;
  background-position: center 57%;
  background-size: cover;
}

/* .header_img img {
  width: 100%;
  max-height: 500px;
} */

.domain {
  text-align: center;
  margin-top: 3.5em;
  margin-bottom: 3em;
}

.domain h1,
.domain h3 {
  padding-bottom: 10px;
}

.doamin h1 {
  font-size: 50px;
}

.domain h3 {
  font-size: 27px;
  font-weight: 300;
  margin-bottom: 21px;
}

.domain a {
  padding: 12px;
}

#ask_question {
  font-size: 22px;
  font-weight: 300;
  background-color: #808080;
  color: #fff;
  border-radius: 14px;
  width: 220px;
  display: block;
  float: right;
  border: none;
  /* padding: 12px 0; */
  cursor: pointer;
}

#ask_question::placeholder {
  color: #fff;
}

#ask_question:hover {
  background-color: #585858;
}

#buy_today {
  font-size: 22px;
  font-weight: 300;
  background-color: #5EAEA5;
  color: #fff;
  border-radius: 14px;
  width: 220px;
  display: block;
  float: left;
  border: none;
 /* padding: 12px 0; */
  cursor: pointer;
}

#buy_today::placeholder {
  color: #fff;
}

#buy_today:hover {
  background-color: #52968e;
}

.industries {
  margin-top: 4em;
  margin-bottom: 1em;
}

.industries h3 {
  text-align: center;
  margin-bottom: 46px;
  font-size: 22px;
  font-weight: 800;
}

.industries ul {
  list-style: none;
  text-align: center;
}

.industries ul li {
  display: inline-block;
  font-size: 22px;
  padding: 0 10px;
  font-weight: 100;
  border-right: 0.5px solid #B4B4B4;
}

.industries ul li:last-child {
  border-right: none;
}


/****************** CONTACT ************/

#contactModal .modal-title {
  font-size: 28px;
  line-height: 55px;
  font-weight: 100;
  text-align: center;
  width: 100%;
}

#contact_txt {
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 500;
}

#contactform {
  width: 100%; /* 689*/
  margin: 0 auto;
}

.form-control {
  padding: 10px 22px;
  margin: 7px 0;
  font-size: 14px;
  background-color: #EBEBEB;
}

textarea {
  padding: 10px 22px;
  margin: 7px 0;
  width: 100%;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  font-size: 14px;
  color: #495057;
  background-color: #EBEBEB;
}

#submit {
  width: 100%;
  padding: 10px;
  color: #fff;
  background-color: #5AA741;
  font-size: 20px;
  font-weight: 100;
}

#thankyoumessage {
  display: none;
  font-size: 27px;
  line-height: 41px;
  text-align: center;
  padding: 85px 0;
}

.modal-dialog { max-width: 790px !important; }

/****************** END OF CONTACT ************/


/*************** FOOTER *****************/

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #585858;
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 100%;
}

.footer p {
  font-size: 20px;
  font-weight: 100;
}


/*************** END OF FOOTER *****************/

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 181px auto;
  }
}

@media (max-width: 1100px) {
  body {
    padding-bottom: 70px;
  }

  .header {
    height: 95px;
  }

  .header h1 {
    text-align: center;
    line-height: 95px;
    font-size: 35px;
    font-weight: 300;
  }

  .domain {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .domain h1 {
    font-size: 35px;
  }

  .domain h3 {
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 21px;
  }

  #ask_question, #buy_today { font-size: 20px;  width: 200px; }

  .industries {
    margin-top: 3em;
    margin-bottom: 1em;
  }

  .industries h3 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: 800;
  }

  .industries ul li {
    font-size: 16px;
    padding: 0 10px;
  }

}


@media (max-width: 700px) {

  body {
    padding-bottom: 50px;
  }

  #ask_question, #buy_today {
      font-size: 16px;
      width: 150px;
  }

  .header {
    height: 75px;
  }

  .header_img {
    max-height: 251px;
    height: 251px;
  }

  .header h1 {
    text-align: center;
    line-height: 75px;
    font-size: 17px;
    font-weight: 300;
  }

  .industries {
    margin-top: 3em;
    margin-bottom: 1em;
  }

  .industries h3 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 800;
  }

  .industries ul { padding: 0; }

  .industries ul li {
    font-size: 15px;
    padding: 0 10px;
  }

  #contactModal {
    padding-right: 0px;
  }

  #contactModal .modal-title {
    font-size: 20px;
    line-height: 36px;
    font-weight: 100;
    text-align: center;
    width: 100%;
  }

  .footer p {
    font-size: 15px;
  }



}
