/* Scss Document */
/* Scss Document */
/*color definitions*/
/*dark red*/
/*light blue-gray: footer*/
/*light gray: nav bar*/
/*bright red: phone number, nav current page*/
/*bright blue*/
/*dark blue: body text*/
/*header background overlay*/
/*tile background overlay*/
/* Scss Document */
/*Generic positioning*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.center-content.horizontal {
  display: block;
  margin: 0 auto;
  position: relative; }

.center-content.vertical.outer {
  background: rgba(195, 211, 225, 0.7);
  display: table;
  height: 100%;
  width: 100%; }
  .center-content.vertical.outer .center-content.vertical.inner {
    display: table-cell;
    vertical-align: middle; }

.content-right {
  display: block;
  position: absolute;
  height: 300px;
  right: 0;
  top: 0; }

.flex-contain {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .flex-contain .flex-col {
    flex-grow: 1; }
  .flex-contain .flex-col.col-1 {
    flex-basis: 100%; }
  .flex-contain .flex-col.col-2 {
    flex-basis: 45%; }
  .flex-contain .flex-col.col-3 {
    flex-basis: 30%; }
  .flex-contain .flex-col.col-4 {
    flex-basis: 24%; }
  .flex-contain .flex-col.col-5 {
    flex-basis: 20%; }

.inline-contain {
  width: 100%; }
  .inline-contain .inline-col {
    display: inline-block;
    margin-right: 5.5%;
    margin-bottom: 30px; }
    .inline-contain .inline-col:last-of-type {
      margin-right: 0; }

@media only screen and (max-device-width: 600px) {
  body {
    font-size: 1.2em !important; }
    body .flex-contain .flex-col.col-3, body .flex-contain .flex-col.col-4, body .flex-contain .flex-col.col-2 {
      min-width: 90% !important;
      flex-basis: 100% !important; }
    body div.header a {
      text-decoration: underline; }
    body div.header.full-height div.center-content.horizontal {
      width: 80%;
      font-size: 1.5em; }
      body div.header.full-height div.center-content.horizontal .phone {
        font-size: 1.5em; }
    body div.menunav li a {
      font-size: 1.3em;
      padding: 1.2em !important; }
    body div.maincontent div.flex-contain.tiles div.flex-col.square-tile {
      height: auto !important;
      background-size: cover;
      min-height: 200px; }
      body div.maincontent div.flex-contain.tiles div.flex-col.square-tile .show-content {
        position: relative;
        font-size: 1.5em !important; }
        body div.maincontent div.flex-contain.tiles div.flex-col.square-tile .show-content .hover-content {
          width: 75%;
          margin: 0 auto;
          font-size: 1.5em !important;
          line-height: 1.2em; }
    body div.maincontent#about, body div.maincontent#contact {
      font-size: 2em;
      line-height: auto; }
      body div.maincontent#about em, body div.maincontent#contact em {
        font-size: 1em; }
      body div.maincontent#about h2, body div.maincontent#contact h2 {
        font-size: 1.3em; }
      body div.maincontent#about .left-col, body div.maincontent#about .right-col, body div.maincontent#contact .left-col, body div.maincontent#contact .right-col {
        width: 100%; }
    body div.footer {
      font-size: 2em; }
      body div.footer a {
        text-decoration: underline;
        line-height: 2em; }
      body div.footer div.flex-contain div.flex-col div.center-content.horizontal {
        width: 80%; } }
/*fonts*/
body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #0F3457; }

h1, h2, h3, h4, h5 {
  font-family: Industry, Eurostile, Arial, sans-serif; }

p {
  font-family: Helvetica, Gotham, Arial, sans-serif; }

em {
  font-family: Industry, Eurostile, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em; }

a.noline {
  text-decoration: none; }
  a.noline:hover {
    color: #00AEEF; }

.header {
  background: url("../img/sitework_smaller.png");
  background-size: cover;
  background-position: center;
  font-family: Industry, Eurostile, Arial, sans-serif;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }
  .header div.horizontal {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s; }
    .header div.horizontal h2.phone {
      color: #DB3930;
      text-align: center;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      transition: all 1s; }
      .header div.horizontal h2.phone a {
        color: #DB3930; }
    .header div.horizontal div.logo.large {
      position: relative;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      transition: all 1s; }
      .header div.horizontal div.logo.large img.logo {
        width: 100%; }
    .header div.horizontal div.header-text {
      text-align: center;
      font-weight: bold;
      font-style: italic;
      font-size: 1.2em;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      transition: all 1s; }
      .header div.horizontal div.header-text p {
        margin-top: 5px; }
  .header a.btn.arrow {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 18.6885245902px;
    background-size: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

/* SCSS Document */
/*header full-height*/
.header.full-height {
  height: 500px;
  /*define via jquery or js*/ }
  .header.full-height .center-content.horizontal {
    width: 40%;
    min-width: 300px; }
  .header.full-height h2.phone {
    font-size: 40px;
    margin: 5px; }
  .header.full-height a.btn.arrow {
    background-image: url("../img/arrow-11.png"); }

/* Scss Document */
/*header top*/
.header.top {
  height: 200px !important; }
  .header.top .content-right {
    width: 350px;
    margin-right: 20px; }
  .header.top h2.phone {
    font-size: 30px;
    margin: 5px; }
  .header.top a.btn.arrow {
    background-image: url("../img/arrow-10.png"); }

div.menunav {
  position: relative;
  width: 100%;
  background: #E4EEF4; }
  div.menunav ul {
    width: 80%;
    padding: 0;
    margin: 0 auto; }
    div.menunav ul li {
      list-style-type: none;
      display: inline-block;
      text-align: center;
      font-family: Industry, Eurostile, Arial, sans-serif;
      font-size: 1.5em;
      font-weight: bold;
      position: relative; }
      div.menunav ul li a {
        color: #0F3457;
        display: block;
        height: 100%;
        width: 100%;
        padding: 25px 0; }
      div.menunav ul li a.current {
        color: #DB3930; }

div.footer {
  position: relative;
  width: 100%;
  background-color: #C3D3E1;
  font-family: Industry, Eurostile, Arial, sans-serif; }
  div.footer div.flex-contain {
    width: 100%;
    margin: 0 auto; }
    div.footer div.flex-contain div.flex-col {
      width: 80%; }
      div.footer div.flex-contain div.flex-col .center-content.horizontal {
        width: 250px; }
        div.footer div.flex-contain div.flex-col .center-content.horizontal ul {
          list-style-type: none;
          padding: 0; }
      div.footer div.flex-contain div.flex-col a {
        color: #0F3457; }
        div.footer div.flex-contain div.flex-col a:hover {
          color: #00AEEF; }
    div.footer div.flex-contain div.flex-col.col-1 {
      text-align: center;
      background-color: #0F3457;
      color: #E4EEF4; }

/*# sourceMappingURL=main.css.map */
