body {min-height: 100vh;font-family:Arial, Helvetica, sans-serif;background-color:transparent;}
html,body {background-size: 100%;background: rgb(10,83,1);
background: linear-gradient(to bottom, #065201 5%,#ff9600 43%,#ffffff 100%);width:100%;height:100%;background-repeat: no-repeat;}
a {color:#063}
.topbar {height:1em;background-color:#ff9600;border-bottom:3px solid #000}
.phone {color:#ff9600;text-shadow:2px 2px 5px rgba(0,0,0,.9);font-size:1.6em;font-weight:bold;}
.phone-label {font-size:.8em;}
.address {color:#fff;font-size:1.1em;text-shadow:2px 2px 5px rgba(0,0,0,.9);}
.fa-facebook-square {color:#3b5999;font-size:1.1em;}
.fa-square {color:#fff;font-size:1em}
.white-bkgrd {background-color:#fff;border: 1px solid #0e5708;}
footer {font-size:.8em;}
h1 {font-size: 1.8em;font-weight:bold;
    color: #063;}
h2, .h2 {font-size:1.6em}
h2, .h3 {font-weight:bold;}
h3, .h3 {font-size:1.4em;}
.holiday{font-weight:bold;color:#F00;font-size:28px;}
.errormsg{display:inline;width:auto;}
.input-group-append{margin-left:0px}
.input-group-prepend .input-group-text {padding-left:0}
.input-group-append .input-group-text {padding-right:0}
.input-group-text {min-width:4em;background:#fff;border:none;padding:.375rem .35rem}
.input-group-text label {margin-bottom:0}
.btn-success {background-color:#065201}
.fa-stack .sr-only {color:#000}
blockquote{
  margin:10px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1em 30px 1em 55px;
  /*border-left:8px solid #294b28 ;*/
  line-height:1.6;
  position: relative;
}
.blockquote {font-size:1.1rem}
blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#294b28;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}
/**NAVBAR**/
.curved {background:#ff9600;border-top-left-radius:10px; border-top-right-radius:10px;border:1px solid #000;
box-shadow:1px 1px 4px rgba(0,0,0,.5);}
.navbar-nav {position:relative; }
.navbar { /* navbar styles */
	/*background:#ff9600;*/
	padding:0 1rem;
	

}

.nav-link { /* top level link */
  color:#000;
  font-size:1.1em;
}

.nav-link:hover {
  color:#fff; /* top level link hover */
}

.dropdown-menu { /* dropdown menu styles */
	background:#FFF;
}

.dropdown-item { /* dropdown link */
	 color:#000;
}

.dropdown-item:hover { /* dropdown link hover */
	 color:#FFF;
	 background:#00F;
}

.navbar-toggler { /* styles the mobile nav button border */
	border-color:#000;
	border-radius:8px;
}

.navbar-toggler-icon { /* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* mobile nav styles */
@media (max-width: 767px) {
	.navbar { /* navbar styles */
		padding:.25rem 1rem;
		background:#ff9600;
	}
	.mobile-buttons {padding-top:0;padding-right:0;}
	.nav-link { /* top level link */
		text-align:left;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
	.navbar-nav .nav-link {
    padding-left: .3em;
}
	.dropdown-menu { /* dropdown menu styles */
		padding-top:0;
		padding-bottom:0;
		background:none;
		border:none;
	}
	
	.dropdown-item { /* dropdown link */
		padding-top:10px;
		padding-bottom:10px;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
}

/**END NAVBAR**/



/************************/
/**SIZE SPECIFIC STYLES**/
/************************/

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	
}

/**MD & DOWN*/
@media (max-width: 991px) {
 .phone {font-size:1.4em}	
}

/**LG & DOWN**/
@media (max-width: 1199px) {
	
}

/**MD & UP*/
@media (min-width: 768px) {
	.nav-item {position:relative;}
.nav-item:not(:first-child):before {background-image:url(../images/nav-target.png);position: absolute;
  top: 19.5%;
    bottom: 10px; left:-7%; bottom:0;
display:block;
  content: '';z-index:10;height:25px; width:25px;}
  li.nav-item:first-child a.nav-link {padding-left:0}
   li.nav-item:last-child a.nav-link {padding-right:0}
}

/**LG & UP**/
@media (min-width: 992px) {

}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {

}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {

}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {
.nav-link { /* top level link */
  font-size:.8em;
}
.fa-stack {width:2em}
}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {

}

/**XLG**/
@media (min-width: 1200px) {

}