.bodybackground {
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	padding-top:15px;
	
}
.container {
	
}
.headerback {
	background-image:url(../images/headerbackground.jpg) ;
	border-top: #000 solid 2px;
	border-bottom: #000 solid 5px;
	font-family: 'Titillium Web', sans-serif;
	color:#9AD094;
}
h1 {
	font-size: 32px;
	color: #98ce92;
	padding-top:15px;
	font-family: 'Titillium Web', sans-serif;
	-webkit-text-stroke: 1px black;
}
h2 {
	font-size:26px;
	color: #98ce92;
	font-family: 'Titillium Web', sans-serif;
	-webkit-text-stroke: 1px black;
}
h3 {
	font-size:22px;
	color:#4B4B4B;
	font-family: 'Livvic', sans-serif;
}
h4 {
	font-size:26px;
	color:#4B4B4B;
	font-family: 'Livvic', sans-serif;
}
.copyrow {
	font-size:12px;
	padding-bottom:5px;
}
footer {
	background:#4180b3;
	color:#FFFFFF;
}
footer a{
	color:#fff;
}
footer a:hover{
	color:#BDBDBD;
	text-decoration:none;
}
.leaderpages {
	font-size:10px;
	}
p {
	font-size:18px;
	font-family: 'Livvic', sans-serif;
}

a {
	color:#4C8A45;
}
a:hover {
	color:#55B357;
	text-decoration:none;
}
.couponbox {
	background: #f5f183;
	color: #107900;
	padding: 5px;
	border-radius:15px 15px 15px 15px ;
	border: #107900 2px solid;
	margin:20px;
}
.couponbox p{
	font-size:18px;
	color: #107900;
}
.couponbox h2{
	font-size:50px;
	color: #107900;
}
.logocol {
	position:relative;
	z-index:10;
}
.navbackground {
	background: rgba(255,255,255,0.25);
    text-align: right;
	margin-top: 10px;
	
}
.btn-warning {
	background: #fdfca0;
	border-radius: 15px;
	border: 1.5px solid #000;
}
.btn-warning:hover {
	background: #9ad094;
	border: 1.5px solid #000;
}
.btn-warning2 {
	background: #2e9800;
	color:#fff;
	border-radius: 15px;
	border: 1.5px solid #000;
}
.btn-warning2:hover {
	background: #9ad094;
	border: 1.5px solid #000;
	color:#000;
}
.homebox {
	background:#000;
	border-radius: 15px;
}
.homebox h2{
	color:#FFF;
	padding-top:10px;
}
.map {
	height:480px;
	width:100%
}
.overlay h1{
	color:#FFF;
}
.overlay h3{
	color:#fff;
	}
.overlay {
	width:100%;
	color: #fff;
	position:absolute;
	z-index:5;
}
.overlayouter {
	position:relative;
}

.overlayform {
	color:#fff;
	padding-bottom: 15px !important;
}
.crackerbox {
	background:rgba(255,255,255,.75);
	padding-left:10px;
	border-radius:15px 15px 0 0 ;
	
}
.crackerbox2 {
	background:rgba(255,255,255,.75);
	
}
.crackerbox2 p{
	color:#fff;
	text-shadow: 2px 2px 4px #000;
	font-family: 'Titillium Web', sans-serif;
	-webkit-text-stroke: 1px black;
}
.crackerbox3 {
	background:#fff;
	padding:15px;
}
.crackerbox4 {
	background:rgba(255,255,255,0.75);
	padding:15px;
	border-radius:15px 15px 0 0 ;
	
	
}
.stroke {
	border: #fff 1px solid;
}
.phonecol {
	padding-top: 10px;
	padding-bottom: 20px;
}
/**NAVBAR**/

.navbar { /* navbar styles */
	padding:0 1rem;
	position:relative;
	z-index:11;
	
}

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

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

.dropdown-menu { /* dropdown menu styles */
	background:#FFF;
	font-family: 'Livvic', sans-serif;
}

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

.dropdown-item:hover { /* dropdown link hover */
	 color:#000;
	 background:#9ad094;
}

.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(255, 255, 255)' 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:#72a0c8;
	}
	
	.nav-link { /* top level link */
		text-align:left;
		font-size:18px;
		font-family: 'Livvic', sans-serif;
		color: #000;
		
	}
	
	.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) {
.homebox {
	width:70%;
	height:auto;
}
.mobilepadding {
	padding-left:15px;
	padding-right:15px;
}
.mobile-buttons {
	left: 30px;
	top: -5px;
}
}

/**MD & DOWN*/
@media (max-width: 991px) {
	
}

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

/**MD & UP*/
@media (min-width: 768px) {
.nav-link { /* top level link */
  -webkit-text-stroke: 1.0px black;	
  text-shadow: 2px 2px 4px rgba(72,72,72,0.75);
}
.nav-link:before {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
	border-radius: 5px;
    background: #000;
    right: -4px;
    top: 17px;
}
li:nth-child(5) .nav-link:before {
	display:none;
}
}

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

}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {
.logocol img {
	width:60%;
	height:auto;
	z-index:1;
	padding-bottom: 20px;
}
}
/**SM**/
@media (min-width: 576px) and (max-width: 767px) {
.overlay h1 {
	font-size:28;
	}
.overlay h3 {
	font-size:18;
	}
.logocol img {
	width:45%;
	height:auto;
}
}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {
	.overlay {
	top:10%;
	
}
.overlay h1 {
	font-size:28px;
	}
	.overlay h3 {
	font-size:22px;
	}
.logocol img {
	width:90%;
	height:auto;
	margin-top:30px;
	margin-bottom: -140px;
	left:-20px;
}
.phonecol img {
	width:60%;
	height:auto;
	}
.nav-link { /* top level link */
  font-size:13px;
  -webkit-text-stroke: .5px black;
}
}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {
	.overlay {
	top:30%;
	
}
.overlay h1 {
	font-size:28px;
	}
	.overlay h3 {
	font-size:22px;
	}
.logocol img {
	width:78%;
	height:auto;
	margin-top:25px;
	margin-bottom: -140px;
	left:-20px;
}
.phonecol img {
	width:55%;
	height:auto;
	}
.nav-link { /* top level link */
  font-size:18px;
}
}

/**XLG**/
@media (min-width: 1200px) {
.crackerbox2 p{
	font-size:36px;	
}
.overlay {
	top:35%;
}
.overlay h1 {
	font-size:52px;
	}
	.overlay h3 {
	font-size:32px;
	}
.logocol img {
	width:88%;
	height:auto;
	margin-top:-4px;
	margin-bottom: -120px;
	left:-20px;
}
.phonecol img {
	width:50%;
	height:auto;
	}
.nav-link { /* top level link */
  font-size:20px;
}
}