@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Slabo+27px';
html, body {
  height: 100%; }

body {
  position: relative;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif, Arial;
  font-weight: 400;
  font-size: 15px; 
  touch-action: manipulation;
}

#mainContent {
  padding-top: 110px;
  padding-bottom: 80px; }

h2 {
  margin: 10px 0 30px 0; }

h3 {
  margin: 30px 0 20px 0; }
  h3.line {
    margin-bottom: 20px;
    border-bottom: 1px #ccc dotted;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.3em; }

h4 {
  margin: 10px 0 20px 0; }

.jumbotron {
  border-bottom: 1px #ddd solid;
  background-image: url("../images/night-79391_1920.jpg");
  background-repeat: no-repeat;
  background-position-y: -150px;
  background-size: cover;
  margin-bottom: 0;
  height: 355px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s; }
  .jumbotron h1 {
    font-size: 50px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .jumbotron h1, .jumbotron p {
    text-shadow: 0 2px 4px #555;
    color: #fff; }

@media screen and (min-width: 1600px) {
  .jumbotron {
    background-position-y: -300px !important;
  }  
}
    
@media screen and (max-width: 768px) {
  header .navbar {
    padding: 20px 0 !important; }
  .jumbotron h1 {
    font-size: 30px !important;
    margin: 50px 0; }
  .jumbotron p {
    font-size: 15px !important; }
  #mainContent {
    padding-top: 95px; }
  .trio .text-center {
    margin-bottom: 20px; }
  footer {
    text-align: center; }
    footer span {
      display: block; }
    footer span#year {
      display: inline; } }

@media screen and (max-width: 991px) {
  .jumbotron h1 {
    font-size: 30px !important; }
  .jumbotron p {
    font-size: 15px !important; }
  .jumbotron .col-xs-12 {
    text-align: center; }
    .jumbotron .col-xs-12 img {
      min-width: 100%;
      width: 100%;
      max-width: 100%; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .jumbotron h1 {
    font-size: 40px; }
  .jumbotron p {
    font-size: 18px; }
  .trio .fa {
    font-size: 40px !important; }
  .trio h3 {
    font-size: 17px !important; }
  .trio p {
    font-size: 15px !important; } }

@media screen and (min-width: 769px) and (max-width: 991px) {
  .trio .fa {
    font-size: 40px !important; }
  .trio h3 {
    font-size: 16px !important;
    margin-top: 50px; }
  .trio p {
    font-size: 14px !important; } }

.trio {
  padding: 30px 0;
  background: #eee;
  border: 1px #eee solid; }
  .trio .fa {
    font-size: 50px;
    /* color: #cc0000; */
    /* color: #b8301a; */
    color: #2b599d;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .trio h3 {
    margin-top: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 10px; }

.about {
  padding: 30px 0;}
  .about h3 {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.3em;
    margin: 25px 0; }
  .about h3 + p {
    margin-bottom: 30px; }
  .about h4 {
    margin: 10px 0 20px 0;
    line-height: 1.5em; }

.computerized {
  padding: 30px 0; }
  .computerized h3 {
    margin-top: 0;
    font-size: 19px;
    font-weight: 400; }
  .computerized ul {
    padding-left: 20px; }
    .computerized ul li {
      list-style: none;
      margin-bottom: 10px; }
      .computerized ul li:before {
        font-family: 'FontAwesome';
        content: '\f046';
        margin: 0 5px 0 -15px;
        color: #cc0000; }

.clients {
  padding: 30px 0; }
  .clients ul {
    padding: 0; }
    .clients ul li {
      list-style: none;
      /* outline: 1px solid pink; */
      text-align: center;
      margin: 0 0 20px 0; }
      .clients ul li img {
        max-height: 100px;
        max-width: 200px;
        margin: 0 auto; }

        @media screen and (min-width: 1200px) {
          .clients ul li img {
            max-width: 300px;
          }
        }

.contact {
  padding: 30px 0; }
  .contact .vcard {
    padding: 0 0 10px 20px;
    position: relative; }
    .contact .vcard .adr {
      padding-left: 20px;
      margin-bottom: 20px; }
      .contact .vcard .adr .fa {
        position: absolute;
        left: 20px;
        top: 5px; }
    .contact .vcard .tel, .contact .vcard .email, .contact .vcard .hours {
      margin-bottom: 20px; }
    .contact .vcard .fa-phone, .contact .vcard .fa-fax, .contact .vcard .fa-envelope, .contact .vcard .fa-clock-o {
      margin-right: 10px; }

hr {
  -webkit-box-shadow: 0 3px 10px #ccc;
          box-shadow: 0 3px 10px #ccc;
  margin: 20px auto; }

@media screen and (min-width: 500px) and (max-width: 1000px) {
  .jumbotron {
    background-position-y: 0;
    height: 340px;
  }
}

@media screen and (max-width: 767px) {
  .trio .col-xs-12 {
    position: relative;
    text-align: left;
  }
  .trio .col-xs-12 .fa {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 30px;
  }
  .trio .col-xs-12 p,
  .trio .col-xs-12 h3 {
    margin-left: 70px;
  }

}

@media screen and (max-width: 500px) {
  .trio, .about, .computerized, .clients, .contact {
    padding: 20px 10px; }
  h2 {
    margin-bottom: 15px; }
  .jumbotron {
    background-position-y: 0;
    height: 340px;
  }
  .jumbotron h1 {
    font-size: 30px; }
  .jumbotron p {
    font-size: 15px; }
  .trio .text-center {
    margin-bottom: 20px; }
  .about .h3 {
    margin: 0; }
  .computerized p {
    margin-bottom: 30px; }
  .computerized ul li {
    margin: 15px 0; } }

header {
  font-family: 'Open Sans', serif, Arial;
  font-weight: 600;
  background: #fff; }
  header > .navbar-default {
    background: #fff;
    border-bottom: 0;
    border-bottom: 1px #ddd solid;
    -webkit-box-shadow: 0px 1px 5px #000;
            box-shadow: 0px 1px 5px #000; }
    header > .navbar-default .navbar-nav {
      margin-top: 10px; 
    }
      header > .navbar-default .navbar-nav a {
        color: #000;
        font-size: 18px;
        padding: 6px 12px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        text-shadow: none;}
        header > .navbar-default .navbar-nav a:hover {
          color: #fff;
          background: #888;
          text-decoration: none;
          text-shadow: none; }
      header > .navbar-default .navbar-nav .active a {
        color: #cc0000;
        text-shadow: none; }
      header > .navbar-default .navbar-nav li {
        margin: 0 5px; 
        list-style: none;
      }
    header > .navbar-default .navbar-header {
      position: relative; }
      header > .navbar-default .navbar-header img {
        width: 170px;
        height: auto;
        position: relative;
        top: -20px; }
      header > .navbar-default .navbar-header .navbar-toggle {
        width: 40px;
        height: 40px; }
        header > .navbar-default .navbar-header .navbar-toggle .fa {
          font-size: 22px; }
  header .navbar {
    padding: 30px 0; }

h1, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif, Arial;
  font-weight: 600; }

h2 {
  font-family: 'Open Sans', sans-serif, Arial;
  /* font-family: 'Slabo 27px', serif, Arial; */
  font-weight: 600;
  color: #000; }

.fa-left {margin-right: 10px;}
.spacer {margin: 0 auto; height: 200px;}
.red {color:#cc0000;}

footer {
  background: #000;
  color: #999;
  width: 100%;
  padding: 15px 0;   /* add padding instead of height */
  position: relative;
  bottom: 0;
  left: 0;
  vertical-align: middle; }
  footer small {
    /*position: relative;
    bottom: 20px;
    top: 20px;*/ }
    footer a, 
    footer a:hover,
    footer a:visited,
    footer a:active {
      color: #000;
      text-decoration: underline;
    }