@charset "UTF-8";
/********** Sass - SCSS constants **********/
/********** END Sass - SCSS constants **********/
body {
  background-color: rgb(255, 255, 255);
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden; /* remove horiz. scroll bar */
}

h1, h2, h3, h4, h5, p, ul, ol, th, td {
  font-family: "Raleway", sans-serif;
}

h1 {
  font-size: 1.7em;
  color: rgb(20, 84, 164);
}

h2 {
  font-size: 1.5em;
  color: #aaaaaa;
}

h3 {
  font-size: 1.2em;
  color: rgb(20, 84, 164);
}

h4 {
  font-size: 1.1em;
  color: rgb(20, 84, 164);
}

h5 {
  font-size: 0.85em;
  color: rgb(72, 172, 225);
}

p, ul, ol {
  font-size: 1.2em;
  color: rgb(0, 0, 80);
}

td {
  font-size: 0.98em;
  color: rgb(0, 0, 80);
}

ul.nob, ol.nob {
  list-style-type: none;
} /* class for no bullets */
img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

a {
  text-decoration: none;
  color: cadetblue;
}

a:hover {
  text-decoration: none;
  color: #E55E22;
}

blockquote {
  font-style: italic;
  font-size: 1.3em;
  border-left: none;
}
blockquote cite {
  color: #818181;
  position: relative;
  margin-left: 30%;
}

#pagination {
  font-size: 1.2em;
}
#pagination .selected {
  font-size: 1.3em;
  font-weight: bold;
  color: rgb(20, 84, 164);
}

th a {
  color: white;
}
th a a:hover {
  color: #E55E22;
}

/********** Forms **********/
#frmInquiry ol, form td {
  letter-spacing: 1px;
  margin: 0 0 0 10px;
  padding: 0;
}

form li, form td {
  margin-bottom: 10px;
}

#frmInquiry ol label, form .labelblack3D {
  color: #eee;
}

.label {
  font-size: 1.2em;
  color: rgb(0, 0, 80);
}

input, textarea {
  border-style: inset;
  border-width: 1px;
}

input, textarea {
  background: -webkit-linear-gradient(#FFF, #F2F2F2);
  background: -moz-linear-gradient(#FFF, #F2F2F2);
  background: -o-linear-gradient(#FFF, #F2F2F2);
  background: linear-gradient(#FFF, #F2F2F2);
  -webkit-box-shadow: inset 0px 2px 3px #666, 0px -1px 2px #EEE;
  -moz-box-shadow: inset 0px 2px 3px #666, 0px -1px 2px #EEE;
  -o-box-shadow: inset 0px 2px 3px #666, 0px -1px 2px #EEE;
  box-shadow: inset 0px 2px 3px #666, 0px -1px 2px #EEE;
  display: block;
  width: 250px;
  margin-bottom: 5px;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: solid transparent;
}

textarea {
  height: 100px;
}

#frmEditClient input[type=text] {
  width: 100%;
}

#frmInvoice input[type=text] {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  height: 35px;
}

input[type=radio] {
  display: inline;
  width: 15px;
  margin-left: 20px;
  cursor: pointer;
}

#invItems th {
  text-align: center;
}

form button {
  margin: 10px 10px 0px 30px;
  width: 70px;
}

#rmvitembtn {
  margin: 0;
  height: 40px;
  width: 30px;
  background-color: rgba(140, 30, 65, 0.2);
}

#rmvitembtn:hover {
  background-color: rgb(140, 30, 65);
}

input[type=checkbox] {
  display: none;
}

label {
  cursor: pointer;
}

input[type=checkbox] + label:before {
  border: 1px solid #ffffff;
  content: " ";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 0.25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
}

input[type=checkbox]:checked + label:before {
  background: #fff;
  color: #666;
  content: "✓";
  text-align: center;
}

input[type=checkbox]:checked + label:after {
  font-weight: bold;
}

.black3D {
  position: relative;
  width: 310px;
  margin: 0 auto;
  padding: 20px;
  background-color: #999;
  -webkit-text-shadow: -1px 1px 1px #000;
  -moz-text-shadow: -1px 1px 1px #000;
  -o-text-shadow: -1px 1px 1px #000;
  text-shadow: -1px 1px 1px #000;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.85));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.85));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.85));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.85));
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: -11px 9px rgba(150, 150, 150, 0.5), inset 0px 3px 20px #000;
  -moz-box-shadow: -11px 9px rgba(150, 150, 150, 0.5), inset 0px 3px 20px #000;
  -o-box-shadow: -11px 9px rgba(150, 150, 150, 0.5), inset 0px 3px 20px #000;
  box-shadow: -11px 9px rgba(150, 150, 150, 0.5), inset 0px 3px 20px #000;
}

/********** Messages / Errors **********/
#formmessage, #formmessagef { /* inquire form submit success/fail */
  margin: 30px;
  font-size: 1.5em;
}

#formmessage p {
  color: rgb(72, 172, 225);
}

#formmessagef p {
  color: #E55E22;
}

.errormsg {
  color: red;
  letter-spacing: 2px;
} /* inquire form validation */
.message {
  font-size: 1.3em;
  color: #E55E22;
}

/********** Header/ Banner **********/
header {
  position: relative;
  background-repeat: no-repeat, no-repeat;
  background-position: left 80px top 0, left 0 top 0; /* logo moved right , not the gradient */
  margin: 0;
  padding: 0;
  height: 180px;
  width: 100%;
}

/* multi image background including gradient and syntax for various browsers */
@media only screen and (min-width: 993px) {
  header {
    background-image: url(../graphics/GMS_Logo_Horiz.png), -webkit-linear-gradient(-45deg, rgb(20, 84, 164) 0%, rgb(72, 172, 225) 60%, rgb(20, 84, 164) 100%);
    background-image: url(../graphics/GMS_Logo_Horiz.png), -moz-linear-gradient(-45deg, rgb(20, 84, 164) 0%, rgb(72, 172, 225) 60%, rgb(20, 84, 164) 100%);
    background-image: url(../graphics/GMS_Logo_Horiz.png), -o-linear-gradient(-45deg, rgb(20, 84, 164) 0%, rgb(72, 172, 225) 60%, rgb(20, 84, 164) 100%);
    background-image: url(../graphics/GMS_Logo_Horiz.png), linear-gradient(-45deg, rgb(20, 84, 164) 0%, rgb(72, 172, 225) 60%, rgb(20, 84, 164) 100%);
    background-size: 600px, auto;
  }
} /* Desktop */
@media only screen and (max-width: 992px) {
  header {
    background-image: url(../graphics/GMS_Logo.png), -webkit-linear-gradient(-45deg, rgb(20, 84, 164) 0%, rgb(72, 172, 225) 60%, rgb(20, 84, 164) 100%);
    background-image: url(../graphics/GMS_Logo.png), -moz-linear-gradient(-45deg, rgb(20, 84, 164) 0%, rgb(72, 172, 225) 60%, rgb(20, 84, 164) 100%);
    background-image: url(../graphics/GMS_Logo.png), -o-linear-gradient(-45deg, rgb(20, 84, 164) 0%, rgb(72, 172, 225) 60%, rgb(20, 84, 164) 100%);
    background-image: url(../graphics/GMS_Logo.png), linear-gradient(-45deg, rgb(20, 84, 164) 0%, rgb(72, 172, 225) 60%, rgb(20, 84, 164) 100%);
    background-size: 200px, auto;
  }
} /* Mobile */
#slogan {
  text-align: center;
  height: 20px;
  margin-top: 50px;
}

#callToAction {
  text-align: center;
}

@media only screen and (max-width: 850px) {
  #slogan, #callToAction {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 710px) {
  #slogan {
    margin-top: 150px;
    margin-left: 0px;
  }
  #callToAction {
    display: none;
  } /* remove phone for xs devices */
}
#slogan p {
  font-family: "Times New Roman";
  font-size: 0.99em;
  letter-spacing: 3px;
}
#slogan p a {
  color: azure;
}

#mainPhone p {
  font-family: "Times New Roman";
  font-size: 3em;
  -webkit-text-shadow: -2px 2px #818181;
  -moz-text-shadow: -2px 2px #818181;
  -o-text-shadow: -2px 2px #818181;
  text-shadow: -2px 2px #818181;
  color: #E55E22;
}

#mainPhoneCap p {
  font-family: garamond;
  font-style: italic;
  font-size: 1.5em;
  color: azure;
}

#specials {
  background-image: url(../graphics/AdobeStock_175035.jpeg);
  background-position: left 0 top 0, right 0 top 0;
  background-size: cover;
  background-repeat: no-repeat;
  border: 20px;
  border-color: black;
}

#specials h1 {
  color: deeppink;
  letter-spacing: 3px;
}

#specials h2 {
  color: whitesmoke;
}

#specials h3 {
  color: aquamarine;
}

#specials h4 {
  color: fuchsia;
}

#specials p {
  color: white;
}

/********** home page **********/
#homePhoto {
  margin-top: 30px;
}

#homePhoto img {
  max-width: 100%;
}

#WhyUsList {
  position: relative;
  padding: 0px;
  margin-top: 30px;
  list-style-type: none; /* removes bullets from list */
}

#WhyUsList li {
  display: inline-block;
  font-size: 1.2em;
  padding-right: 60px;
  letter-spacing: 3px;
  color: crimson;
}

#WhyUsList li:last-child {
  padding-right: 0px;
}

@media only screen and (max-width: 768px) {
  #WhyUsList li {
    display: block;
    padding: 5px;
  }
}
#WhyUs h3 { /* From Our Client */
  font-style: italic;
  color: rgb(72, 172, 225);
}

#mission p {
  font-size: 1.3em;
}

/********** services page **********/
#servMain {
  border-right: 1px solid rgb(20, 84, 164);
}

#servAside {
  border-left: none;
}

#services h3 {
  font-size: 1.3em;
}

/********** gallery page **********/
#featured img {
  max-width: 100%;
}

.cycle-slideshow {
  width: 45%;
  overflow: hidden;
}

.cycle-slideshow img {
  max-width: 100%;
  height: auto;
}

.ssbtncenter {
  text-align: center;
  font-size: 1.2em;
}

/********** About page **********/
.profile {
  max-width: 500px;
  background-color: azure;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.55));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.55));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.55));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.55));
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border-style: solid;
  border-width: thick;
  border-color: rgb(72, 172, 225);
  padding: 20px;
  overflow: hidden; /* to inlcude image in div height */
}

.profilePic {
  max-width: 100%;
  margin-bottom: 10px;
}

.profile h2 {
  color: rgb(20, 84, 164);
} /* give it same color as h3 */
.profile p, .profile li {
  color: #eee;
}

.profile ul {
  font-size: 1.2em;
}

.profile ul li a {
  -webkit-text-shadow: -1px 1px 1px #000;
  -moz-text-shadow: -1px 1px 1px #000;
  -o-text-shadow: -1px 1px 1px #000;
  text-shadow: -1px 1px 1px #000;
}

#contactform h2 {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #aboutCntInfo li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 400px) {
  header {
    background-position: left 60px top 0, left 0 top 0;
  }
  #slogan p {
    font-size: 0.96em;
  }
  h1 {
    font-size: 1.36em;
  }
  h2 {
    font-size: 1.2em;
  }
  .ssbtncenter {
    font-size: 0.96em;
  }
} /* Mobile -extra small phones */
/********** Admin pages **********/
.adminMenu {
  text-align: left;
  font-size: 1.2em;
}

.invtext p {
  line-height: 0.5;
}

.clients table, .clients th, .clients td {
  border: 1px solid black;
}
.clients table {
  width: 100%;
}
.clients th {
  background-color: rgb(72, 172, 225);
  height: 30px;
  letter-spacing: 2px;
  color: azure;
}
.clients th, .clients td {
  padding: 10px;
  text-align: left;
}
.clients tr:nth-child(odd) {
  background-color: #eee;
}

#invItems .amt {
  text-align: right;
}

/* check mark sprite */
td.dispTest span, td.noDispTest span, td.blnkSprite span {
  display: block;
  background-image: url(../graphics/checkX40t.png);
  background-repeat: no-repeat;
  left: 0px;
  width: 21px;
  height: 37px;
}

td.dispTest a, td.noDispTest a, td.blnkSprite a {
  display: block;
}

td.dispTest span {
  background-position: 0px 0px;
}

td.noDispTest span {
  background-position: -21px 0px;
}

td.blnkSprite span {
  background-position: 0px 40px;
}

/********** Footer **********/
#footBuffer {
  margin-bottom: 160px;
} /* pull content 160-140 (footer height)=20px up from footer */
#footer {
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 140px;
  padding-top: 10px;
  clear: both;
  color: black;
  background-color: rgb(72, 172, 225);
  z-index: 1000; /* to stay above all. including gallery carousel */
}

@media only screen and (min-height: 835px) {
  #footer {
    position: fixed;
  }
}
.scrollToTop {
  width: 100px;
  height: 130px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: antiquewhite;
  text-decoration: none;
  display: none;
}

.scrollToTop:hover {
  text-decoration: none;
  color: #E55E22;
}

footer h2 {
  margin: 0;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 3em;
  -webkit-text-shadow: -2px 2px #818181;
  -moz-text-shadow: -2px 2px #818181;
  -o-text-shadow: -2px 2px #818181;
  text-shadow: -2px 2px #818181;
  color: #E55E22;
} /* phone number */
#serving {
  text-align: center;
  font-size: 1.5em;
}

#poweredby, #footCopyright {
  text-align: center;
  font-size: 0.8em;
  margin: 0px;
} /* design info common */
@media only screen and (max-width: 992px) {
  #footer {
    position: relative;
  }
  #footBuffer {
    margin-bottom: 20px;
  } /* footer no longer fixed */
  footer h2 {
    font-size: 2.3em;
  }
  #serving {
    font-size: 1em;
  }
  #poweredby, #footCopyright {
    font-size: 0.6em;
  }
} /* footer for small screen */
/************ Call Buttons **********/
.callbtn {
  margin: 10px 0px 10px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 3px;
  width: 200px;
  background-color: azure;
}

@media only screen and (min-width: 769px) {
  .dtnocall {
    display: block;
  } /* turn on */
  .mobilecall {
    display: none;
  } /*turn off*/
}
@media only screen and (max-width: 768px) {
  .mobilecall {
    display: block;
  } /* turn on */
  h2.mobilecall a, button.callbtn a {
    color: #E55E22;
  }
  .dtnocall {
    display: none;
  } /*turn off*/
}
/**********  Navigation **********/
#skipNav {
  display: none;
}

/* foot nav turned off at bottom of section */
#footNav {
  display: block;
  position: fixed;
  width: 200px;
  right: 50px;
  bottom: 10px;
  z-index: 10001;
} /*  position footer nav */
ul.TopLevelMenu {
  position: relative;
  margin: 0;
  padding: 0;
  margin-right: 80px;
}

ul.TopLevelMenu li {
  font-family: Tahoma, sans-serif;
  -webkit-text-shadow: -0.5px 0.5px #818181;
  -moz-text-shadow: -0.5px 0.5px #818181;
  -o-text-shadow: -0.5px 0.5px #818181;
  text-shadow: -0.5px 0.5px #818181;
} /* li common */
#mainNav li {
  font-size: 0.95em;
  letter-spacing: 3px;
} /* li specific to header nav */
#footNav li {
  font-size: 0.8em;
  letter-spacing: 5px;
  padding: 0;
} /* li specific to footer nav */
ul.TopLevelMenu li a {
  display: block; /* makes link a block element & entire link clickable */
  text-decoration: none;
  color: white;
  padding-left: 8px;
  padding-right: 8px;
}

#mainNav li a:hover, #mainNav li.active a {
  color: deepskyblue;
} /* li a specific to header nav */
#footNav li a:hover {
  color: #E55E22;
} /* li a specific to footer nav */
#displayuser p {
  font-size: 0.95em;
  letter-spacing: 3px;
  color: azure;
  margin: 10px;
}

#siteMap {
  font-size: 1em;
}

@media only screen and (max-width: 992px) {
  #footNav {
    position: absolute;
  }
}
/*@media only screen and (max-width: 768px) {*/
#siteMap, #footNav {
  display: none;
}

/*} /* no footer nav for small devices */
/**********  Bootstrap Classes Modified**********/
.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar .nav > li > a {
  color: white;
}
