html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-width: 300px;
}

.mobilestyle {
  float: center;
}

#headerimg {
  padding-top: 20px;
  width: 100%;
  max-width: 320px;
  position: relative;
  top: 10px;
  z-index: 10000;
  margin: 0%;
}

.servarea {
  margin-top: 20px;
  margin: auto;
}

.butnpos {
  position: relative;
  top: -12px;
}
.maincontent {
  margin-bottom: 0px;
  padding-top: 30px;
  text-align: center;
  font-family: Arial;
  font-size: 13px;
  box-shadow: 0px 10px 5px #181b1b;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 20px;
}
#headbackrd {
  background: rgb(113, 67, 47);
  background: linear-gradient(
    180deg,
    rgba(113, 67, 47, 1) 35%,
    rgba(66, 39, 39, 1) 75%,
    rgba(28, 28, 28, 1) 100%
  );
  text-align: center;
}

#busphoto {
 margin-top: 1.875rem;
 margin-left: 2.8125rem;
}

.servtext {
  margin-right: 2.1875rem;
}

.footphoto {
  text-align: center;
  background: rgb(203,126,93);
background: linear-gradient(180deg, rgba(203,126,93,1) 30%, rgba(255,195,147,1) 100%, rgba(60,38,23,1) 100%, rgba(203,126,93,1) 100%);
  margin-bottom: 5px;
  box-shadow: 0px -5px 7px 0px rgba(50, 50, 50, 0.65);
  border-color: #000000;
  border-bottom: 2px;
}

#aboutuspic {
  text-align: center;
  display: block;
  margin-bottom: 15px;
  margin: auto;
  margin-left: 30px;
}

#map {
	margin: auto;
	display: block;
	max-width: 22.5rem;
	box-shadow: 0px 10px 5px #181b1b;
	
}

.captcha {
	text-align: center;
}


.contactcard {
  margin-left: 40px;
  text-align: center;
}


/* Social Icon and Button code*/

.socialicon,
.socialicon:visited {
  display: inline-block;
  border-radius: 50%;
  border: 4px solid #e4e1e1;
  margin: 5px 0px;
  -webkit-box-shadow: 0px 0px 0.07em 0.07em rgba(100, 100, 100, 0.15),
    0.05em 0.05em 0.08em 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px 0px 0.07em 0.07em rgba(100, 100, 100, 0.15),
    0.05em 0.05em 0.08em 0px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 0px 0.07em 0.07em rgba(100, 100, 100, 0.15),
    0.05em 0.05em 0.08em 0px rgba(50, 50, 50, 0.35);
  text-decoration: none !important;
  background: #7188b6;
  width: 36px;
  height: 36px;
  font-size: 36px;
  box-sizing: initial !important;
}
.socialicon:hover {
  cursor: pointer;
}
.socialicon i {
  color: #ffffff;
  text-shadow: 0.05em 0.05em 0.08em rgba(50, 50, 50, 0.55);
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.65em;
  line-height: 1.53em;
  text-align: center;
}
.socialicon.bg-facebook {
  background: #3b5998;
}
.socialicon.bg-twitter {
  background: #00aced;
}
.socialicon.bg-youtube {
  background: #c70c0c;
}
.socialicon.bg-instagram {
  background: rgb(78, 49, 216);
  background: -moz-linear-gradient(
    top,
    rgba(78, 49, 216, 1) 0%,
    rgba(233, 53, 64, 1) 50%,
    rgba(247, 207, 112, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(78, 49, 216, 1) 0%,
    rgba(233, 53, 64, 1) 50%,
    rgba(247, 207, 112, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(78, 49, 216, 1) 0%,
    rgba(233, 53, 64, 1) 50%,
    rgba(247, 207, 112, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e31d8', endColorstr='#f7cf70',GradientType=0 );
}
.socialicon.bg-google {
  background: #586cd8;
}
.socialicon.bg-tripadvisor {
  background: #00af88;
}
.socialicon.bg-yelp {
  background: #c70c0c;
}
.socialicon.bg-call {
  background: #c98854;
}





/*  ---------------------------------  CONTACT FORM STYLES  ----------------------------------- */
.contactcard {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  padding:35px 15px 0px;
  background-color:#f1f1f1;
  max-width:1000px;
  width:90%;
  margin:20px auto 30px;
  overflow:auto;
}
.row-contact {
	max-width:750px;
	width:100%;
	margin:0px auto;
	position:relative;
}
.row-contact .col-label {
	float:left;
	width:25%;
	text-align:right;
	line-height:42px;
	margin:6px auto 16px;
	padding-right:10px;
	font-size:1.125em;
}
.row-contact .col-input {
	float:left;
	width:75%;
}
.contactcard input[type=text], select, textarea {
  max-width:400px;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical
}
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #45a049;
}

@media screen and (max-width: 786px) {
  .row-contact .col-label, .row-contact .col-input {
    display:block;
	float:none;
	width:100%;
  }
  .row-contact .col-label {
    text-align:left;
	margin:0px auto;
  }
}


/*  ////////////////////     NAVBAR     /////////////////  */

.navbarcontainer {
  width: 100%;
  height: 30px;
  position: relative;
  background: rgb(236, 236, 251);
  background: -moz-linear-gradient(
    top,
    rgba(236, 236, 251, 1) 0%,
    rgba(202, 202, 217, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(236, 236, 251, 1) 0%,
    rgba(202, 202, 217, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(236, 236, 251, 1) 0%,
    rgba(202, 202, 217, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececfb', endColorstr='#cacad9',GradientType=0 );
  -webkit-box-shadow: 0px 7px 7px 0px rgba(50, 50, 50, 0.65);
  -moz-box-shadow: 0px 7px 7px 0px rgba(50, 50, 50, 0.65);
  box-shadow: 0px 7px 7px 0px rgba(50, 50, 50, 0.65);
  /*z-index:100;*/
}
.nav {
  width: 100%;
  height: 40px;
  position: relative;
  font-size: 16px;
  line-height: 40px;
  font-family: Arial, Helvetica;
}
.navitem,
.navitem:visited {
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 0px 14px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  color: #222222;
}
.navitem:hover,
.hassubnav:hover > .menuheader,
.submenucontainer .navitem:hover {
  color: #efefef;
  background: rgb(122, 188, 255);
  background: -moz-linear-gradient(
    top,
    rgba(122, 188, 255, 1) 0%,
    rgba(96, 171, 248, 1) 44%,
    rgba(64, 150, 238, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(122, 188, 255, 1) 0%,
    rgba(96, 171, 248, 1) 44%,
    rgba(64, 150, 238, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(122, 188, 255, 1) 0%,
    rgba(96, 171, 248, 1) 44%,
    rgba(64, 150, 238, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
  text-decoration: none;
}
.navitem.right {
  float: right;
}
.hassubnav:hover > .submenucontainer,
.hassubnav:hover > .menuheader > .subsub {
  display: block;
}
.hassubnav {
  position: relative;
  display: inline-block;
}
.submenucontainer {
  position: absolute;
  top: 40px;
  left: 0px;
  display: none;
  width: 220px;
  color: #222222;
  background-color: #cfcfcf;
  font-weight: normal;
  text-align: left;
  z-index: 10000;
  font-size: 16px;
  border: 1px solid #777777;
  border-top: 0px;
}
.submenucontainer .navitem {
  font-size: 14px;
  line-height: 22px;
  padding: 0px 10px;
  display: block;
  height: auto;
  text-align: left;
  padding-left: 25px;
  text-indent: -15px;
}
.submenucontainer .hassubnav {
  width: 100%;
}

/* MOBILE STYLES AND CHECK */

@media screen and (max-width: 800px) {
  /* Navbar Overides */
  .navbarcontainer {
    text-align: right;
  }
  .navbarcontainer .navpannel_btn {
    display: inline-block !important;
    background-color: #c98854;
  }
  .navbarcontainer .inner .nav {
    display: block;
    height: 100%;
    width: 200px;
    position: fixed;
    left: 100%;
    top: 0px;
    z-index: 100001;
    background-color: #666666;
    border-left: 1px solid #222222;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    overflow-y: scroll;
  }
  .navbarcontainer .inner .nav.show {
    left: calc(100% - 200px);
  }
  .navbarcontainer .inner .nav:before {
    content: "Navigation";
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #eba06e;
    color: #000000;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    padding: 0px 5px;
    text-align: left;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }
  .navbarcontainer .inner .nav .navitem,
  .navbarcontainer .inner .nav .navitem:visited {
    display: block;
    width: 100%;
    background: rgb(122, 188, 255);
    background: -moz-linear-gradient(
      top,
      rgba(236, 236, 251, 1) 0%,
      rgba(202, 202, 217, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(236, 236, 251, 1) 0%,
      rgba(202, 202, 217, 1) 100%
    );
    background: linear-gradient(
      top,
      rgba(236, 236, 251, 1) 0%,
      rgba(202, 202, 217, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bc4012',GradientType=0 );

    border-bottom: 2px solid #4e2519;
    color: #222222;
    font-size: 18px;
    line-height: 30px;
    padding: 0px 5px;
    box-sizing: border-box;
    text-align: left;
    height: auto;
  }
  .navbarcontainer .inner .nav .hassubnav {
    display: block;
  }
  .navbarcontainer .inner .nav .submenucontainer {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    z-index: 0;
    border: 0px;
  }
  .navbarcontainer .inner .nav .submenucontainer .navitem {
    font-size: 14px;
    line-height: 26px;
    text-indent: 0px;
    padding-left: 15px;
    background: rgb(236, 236, 251);
    background: -moz-linear-gradient(
      top,
      rgba(236, 236, 251, 1) 0%,
      rgba(202, 202, 217, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(236, 236, 251, 1) 0%,
      rgba(202, 202, 217, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(236, 236, 251, 1) 0%,
      rgba(202, 202, 217, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececfb', endColorstr='#cacad9',GradientType=0 );
  }
}
