/* CSS Document */

/*purple     color="#794c92"*/
/*purpleMed  color="#7D5788"*/
/*mustard    color="#ffcc99"*/
/*bg green   color="#99cc66"*/

/*purple top color="#af829f"*/
/*purple bot color="#5a1f7d"*/
/*blue top   color="#e1f4ff"*/
/*blue bot   color="#b1e1ff"*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	-webkit-text-size-adjust:none;	
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
}
.navbarExample {
	overflow: hidden;
	background-color: #333;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
}
.topnav {
	overflow: hidden;
	background-color: #794c92;
	max-width: 1000px;
	/*padding-bottom: 2px;*/
	/*position: fixed; top: 0; width: 100%;	*/
}
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 14px;
	text-decoration: none;
	font-size: 15px;
}

.active {
	background-color: #af829f;
	color: white;
}
.topnav .cart	{
	display: none;
	/*float: right;*/
}
.topnav .icon {
	display: none;
	padding: 0px 0px;
	padding-top: 7px;
	padding-left: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
}
.topnav .phoneicon {
	display: none;
	padding: 3px 0px;
	padding-top: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}

.dropdown {
	float: left;
	overflow: hidden;
	background-color: inherit;
}

.dropdown .dropbtn {
	font-size: 15px;    
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #7D5788;
	min-width: 160px;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.6);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #ffcc99;
	color: white;
}

.dropdown-content a:hover {
	background-color: #ffcc99;
	color: white;
}

.dropdown:hover .dropdown-content {
	display: block;
}
.rentImg {
	position: absolute;
}

@media screen and (min-width: 1000px) {
	.rentImg {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.topnav a:not(:first-child), .dropdown .dropbtn {
		display: none;
	}
	.topnav a{
		font-size: 24px;
		padding: 14px 16px;
	}
	.topnav a.cart {
		float: right;
		display: block;
		/*position: absolute;
		right: 35%;
		display: none;*/
	}
	.topnav a.phoneicon {
		float: right;
		display: block;
	}
	.topnav a.icon {
		float: left;
		display: block;
	}
	.rentImg {
		position: relative;
		left: 2%;
		top: -38px;
		width: 65%;
		height: 0px;
		/*background-image: "../../images/rent_a_bouncer_today_text_325.png";
		/*background-repeat: no-repeat;
		background-size: contain;
		/*background-color: #794c92;*/
		/*border: 1px solid red;*/
	}
}

@media screen and (max-width: 1000px) {
	.topnav.responsive {position: relative; }
	.topnav.responsive .icon {
		position: relative;
		left: 0px;
		top: 0px;
		/*float: right;*/
	}
	.topnav.responsive .phoneicon {
		position: absolute;
		right: 0px;
		top: 0px;
		/*float: right;*/
	}
	.topnav.responsive .cart {
		position: absolute;
		/*right: 66px;*/
		left: 64px;
		top: 0px;
		/*float: left;*/
		display: none;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
		/*padding: 22px 16px;*/
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative; padding: 0px 0px; padding-left: 24px;  background-color: #7D5788;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 24px;
	}
}