html{
	font-family: Montserrat, Helvetica, arial, sans-serif;
	line height: 1.0;
	font-size: 16px;
	scroll-behavior: smooth;
	}

/*for Google Fonts*/
@font-face {
  font-family: Montserrat;
	src: url(../fonts/Montserrat-Regular.ttf);
	/*src: url(fonts/Montserrat-Light.ttf);*/
	/*src: url(fonts/Montserrat-ExtraLight.ttf);*/
  	/*src: url(fonts/Montserrat-Thin.ttf);*/
	}




/*src: url(Audiowide-Regular.ttf);*/
	/*src: url(fonts/Montserrat-Regular.ttf);*/
	/*src: url(fonts/Montserrat-Light.ttf);*/
	/*src: url(fonts/Montserrat-ExtraLight.ttf);*/




@media screen and (min-width: 360px){
	html{
		font-size:8px
	}
}


@media screen and (min-width: 600px){
	html{
		font-size:11px
	}
}


@media screen and (min-width: 900px){
	html{
		font-size:14px
	}
}


@media screen and (min-width: 1500px){
	html{
		font-size:16px
	}
}


@media screen and (min-width: 1900px){
	html{
		font-size:22px
	}
}


@media screen and (min-width: 2400px){
	html{
		font-size:28px
	}
}


body {
	background-color: #7091e6;
	font-family: Montserrat, Helvetica, arial, sans-serif;
	/*color: #484848;*/
	color: black;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	box-sizing: border-box; /*DIV size is fixed and not add margin and padding to total width*/
	}



/*format header div*/
#headerrow{
	width: 100%;
	height: 6%;
	background-color: #3d52a0;
	opacity: 1;
	padding: 2px;
	float: left;
	text-align:center;
	vertical-align:middle;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* 0px top, 4px right, 0px bottom and 0px left */
	box-sizing: border-box;
	}


/*format div for logo in upper left corner */
#logobox{
	background-color: default;
	height:100%;
	width: 30%;
	float: left;
	margin-left: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box;
	}


/*adjust logo size to fit div*/
#logo{
	width:60%;
	background-color: default;
	float: left;
	text-align:center;
	max-height: 90%;
	}


#logorwb{
	width:60%;
	float: left;
	text-align:center;
	max-height: 90%;
	max-height: 90%;
	}




#menu{
	border-radius: 0px;
	background-color: default;
	height: 100%;
	width: 12%;
	float: left;
	text-align:center;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box; 
	}


#menuwide{
	border: 0px solid white;
	border-radius: 0px;
	background-color: default;
	height: 100%;
	width: 18%;
	float: left;
	text-align:center;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box; 
	}


/* added 2022-12-31 */
#menu20language{
	border-radius: 0px;
	background-color: default;
	height: 100%;
	width: 20%;
	float: left;
	text-align:center;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* 0px top, 2px right, 0px bottom and 0px left */
	box-sizing: border-box; 
	}


/* added 2022-12-31 */
#menu20{
	border-radius: 0px;
	background-color: default;
	height: 100%;
	width: 20%;
	float: left;
	text-align:center;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* 0px top, 2px right, 0px bottom and 0px left */
	box-sizing: border-box; 
	}


/* added 2022-12-31 */
/*for user account dropdown menu */
.dropdown {
	width: 100%;
	height: 88%
	display: flex;
		justify-content: center;
		align-items: center;
		text-align:center;
	background-color: default;
	
  	display: inline-block;
  	position: relative;
	box-sizing: border-box; 
	}


.dropdown-options {
	
  	display: none;
  	position: absolute;
  	overflow: auto;
	text-align:center;
	
		left: 40%;
		right: auto;
		transform: translate(-50%,0);

		width: 80%;
		background-color:#fff;
		/*background-color:default;*/
		/*background-color:yellow;*/
  		border-radius:0px;
  		box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
		}


.dropdown-options a {
  	display: block;
  	color: #000000;
  	padding: 6px;
  	text-decoration: none;
  	padding:4px 8x;
	} 


.dropdown-options a:hover {
  	color: #0a0a23;
  	background-color: #ddd;
  	border-radius:5px;
	}


.dropdown:hover .dropdown-options {
  	display: block;	
	}




/* for login button items in header */
#menulogin {
	border-radius: 0px;
	background-color: default;
	height: 30%;
	width: 10%;
	float: left;
	text-align:center;
	vertical-align:middle;
	/*font-size:1.3em; */
	font-family: 'Arial' 'sans-serif';
	color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box; 
	}





/* for menu items in header */
#menuname {
	border-radius: 0px;
	background-color: default;
	height: 30%;
	width: 10%;
	float: left;
	text-align:center;
	vertical-align:middle;
	font-size:1.3em;
	font-family: 'Arial' 'sans-serif';
	color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box; 
	}



#bucket1{
	width: 96%;
	/*height: 45%;*/
		height: auto;
	margin-left: 2%;
	margin-right: 2%;
	background-color: default;
	opacity: 1;
	float: left;
	text-align:center;
	color: #F9FAFC;
	box-sizing: border-box; 
	}

#transparency{
	width: 50%;
	/*height: 100%;*/
		height: auto;
	padding: 20px;
	background-color: default;
	opacity: 1;
	float: left;
	text-align:center;
	color: #F9FAFC;
		display: flex;
		justify-content: center;
		align-items: center;
			/*align-items: flex-start;*/
	box-sizing: border-box; 
	}


#introduction{
	width: 50%;
	height: auto;
	padding: 20px;
	background-color: default;
	opacity: 1;
	float: left;
	font-size:1.6em;
	font-family: Montserrat Arial 'sans-serif';
	text-align:left;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
	color: #F9FAFC;
	box-sizing: border-box; 
	}



#rural1{
	height: auto;
	width: 70%;
	max-height: 90%;
	max-width: 70%;
	background: default;
		object-fit: contain;
		margin-top: 20px;
		margin-bottom: 20px;
	text-align:center;
	opacity: 0.3; /* was 0.18 */
	box-sizing: border-box;
	}

#welcome{
	width: 80%;
	height: auto;
	background-color: default;
	padding: 20px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5px;
	margin-bottom: 15px;
	float: left;
		font-size:0.9em;
		font-family: Montserrat, Helvetica, arial, sans-serif;
		color: black;
	text-align:center;
	color: white;
	vertical-align:middle;
	box-sizing: border-box;
		
	}


#bigbuttons{
	max-height:100%;
	width: 70%;
	}


/* Add a blue text color to links */

a {
  	color: dodgerblue;
	cursor: pointer;
   	}


#bucket2b{
	width: 96%;
	height: 15%;
	padding-left:0em;
	Margin-top: 40px;
	margin-left: 2%;
	margin-right: 2%;
	/*background-color: e6e6e6;*/
	background-color: default;
	opacity: 1;
	float: left;
	text-align:center;
	color: #424245;
	vertical-align:middle;
	box-sizing: border-box; 
	}


#bucket2{
	width: 96%;
	height: auto;
	padding-left:0em;
	Margin-top: 40px;
	margin-left: 2%;
	margin-right: .5%;
	padding-top:1.5em;
	padding-bottom:1.5em;
	background-color: default;
	opacity: 1;
	float: left;
	text-align:center;
	color: #424245;
	vertical-align:middle;
	box-sizing: border-box; 
	}


#bucket3{
	width: 96%;
	height: auto%;
	padding-left:0em;
	Margin-top: 60px;
	margin-left: 2%;
	margin-right: 2%;
	background-color: e6e6e6;
	opacity: 1;
	float: left;
	text-align:center;
	color: white;
	vertical-align:middle;
	border-style: solid;
	border-color: blue;
	border-radius: 20px;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box; 
	}




#latestimages{
	max-width: 400px;
	border-style: solid; 
	border-width: 1px;
	border-color: grey;
	border-radius: 8px;
	}
	

#bucketphotos{
	width: 96%;
	height: auto;
	padding-left:0em;
	Margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 2%;
	margin-right: .5%;
	padding-top:1.5em;
	padding-bottom:1.5em;
	background-color: #3d52a0;
	opacity: 1;
	float: left;
	text-align:center;
	color: #d1d1e0;
	vertical-align:middle;
	border-style: solid;
	border-color: blue;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box; 
	}

#latest{
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-right:2%;
	padding: 5px;	
	background-color: #3d52a0;
	float: left;
		font-size:1.0em;
		font-family: Montserrat Arial 'sans-serif';
		color: black;
	text-align:center;
	color: white; /*off white*/
	vertical-align:middle;
	box-sizing: border-box;
	border-style: solid; 
	border-width: 0px;
	border-radius: 10px 10px 0px 0px;
	}


#imagecentering{
		width:auto;
		height:auto;
		}


#footer{
	width: 100%;
	height: auto;
	/*background-color: default;*/
	/*background-color: #4E5CD9;  original deep blue*/

	background-color: default;
	opacity: 1;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}


#footerads{
	width: 100%;
	height: auto;
	/*background-color: default;*/
	/*background-color: #4E5CD9;  original deep blue*/

	background-color: default;
	opacity: 1;
	padding: 5px;
	margin-top: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}



/* ************ CSS from Manual for Contact Form ************************** */

#forms2{
	width: 100%;
	height: auto;
	background-color: default;
	padding: 4px;
	margin-top: 30px;
	margin-bottom:30px;
	float: left;
	font-size: 1em;
	font-family: Montserrat, Helvetica, arial, sans-serif;
	color: grey;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* 0px top, 4px right, 0px bottom and 0px left */
	box-sizing: border-box;
	}


#contactform{
	width: auto;
	height: auto;
	max-width: 80%;
	background-color: default;
	padding: 8px;
	margin-top: 5px;
	margin-left: 0%;
	float: left;
	font-size: 1.5em;
	font-family: Montserrat, Helvetica, arial, sans-serif;
	color: white;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-color: white;
	border-radius: 4px;
	border-width: 0px 0px 0px 0px; /* 0px top, 4px right, 0px bottom and 0px left */
	box-sizing: border-box;
	}



.formtable{
	background-color: default;
	color: white;
	}


table.formtable td{
		background-color: default;
		}


#infotextarea{
	display: inline-block;
	padding: 0.3em;
	width: 100%;
	height: 3rem;
	cursor: text;
	background-color: white;
	margin-left: 0px;
	margin-bottom: 2px;
	font-size: 17px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	overflow: auto;
	}


.email{
	display: inline-block;
	background-color: white;
	padding: 0.3em;
	font-size: 17px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	overflow: auto;
	max-width: 100%;
	}

.password{
	display: inline-block;
	background-color: white;
	padding: 0.3em;
	font-size: 17px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	overflow: auto;
	max-width: 100%;
	}

.name{
	display: inline-block;
	background-color: white;
	padding: 0.3em;
	font-size: 17px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	overflow: auto;
	max-width: 100%;
	}

.lastname{
	display: inline-block;
	padding: 0.3em;
	font-size: 17px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	overflow: auto;
	max-width: 100%;
	}

::placeholder{
	opacity: 0.35;
	color: #404040;
	}



.send{
	height: auto;
	width: auto;
	padding: 4px;
	border-radius: 4px;
	background-color: #8686ac;
	font-size: 1em;
	font-family: 'Arial' 'sans-serif';
	color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 1px solid white;
	margin-top: 0%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box; 
	}

.send:hover{
	background-color:#18da8d;
	color: black;
	}



#messageform{
	width: auto;
	height: auto;
	max-width: 100%;
	background-color: #3d52a0;
	padding: 4px;
	margin-top: 2px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 2px;
	float: left;
	font-size: 1em;
	font-family: arial, sans-serif;
	color: white;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-radius: 6px;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* 0px top, 4px right, 0px bottom and 0px left */
	box-sizing: border-box;
	}



input[type="radio"]{
	width: 2.5em;
	height: 2.5em;
	margin-right: 10px;
	margin-top 20px;
	accent-color: #668cff;
	border: 3px solid grey;
	margin-left: 10px;
	}



/* ************************************ START FOOTER FORMATING *************************** */



#holdbutton{
	width: 92%;
	height: auto%;
	margin-left: 4%;
	margin-right: 4%;
	background-color: default;
	padding: 5px;
	margin-top: 40px;
	margin-bottom: 0px;
	float: left;
	font-size: 1.5em;
	font-family: 'Montserrat', 'Helvetica', sans-serif;
	color: white;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}


.holdfooter{
	width: 100%;
	height: 70px;
		/* position: fixed; */
		bottom: 0;
		left: 0;
	background-color: #676798;
	margin-top: 10px;
	float: left;
	box-sizing: border-box;
	}


#footer1{
	width: 100%;
	height: 50%;
	background-color: #3d52a0;
	padding: 5px;
	margin-top: 0px;
	float: left;
	font-size: 20px;
	font-family: 'Montserrat', 'Helvetica', sans-serif;
	color: white;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}


#footer2{
	width: 100%;
	height: 50%;
	background-color: #3d52a0;
	padding: 5px;
	margin-top: 0px;
	float: left;
	font-size: 20px;
	font-family: 'Montserrat', 'Helvetica', sans-serif;
	color: white;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}



#sectionheading{
	width: 56%;
	height: 100%;
	background-color: default;
	font-size:1.5em;
	font-family: 'Arial' 'sans-serif';
	line-height: 1.6;
	color: white;
	float: left;
	text-align:left;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box; 
	}

#instructions{
	width: 100%;
	height: 60%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	background-color: white;
	font-size:1em;
	font-family: 'Arial' 'sans-serif';
	line-height: 1.6;
	color: black;
	float: left;
	text-align:left;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box; 
	}


#formholder{
	background-color: #adbbda;
	width: 62%;
	height: auto;
	float: left;
	padding: 20px;
	margin-left: 1%;
	margin-top: 1%;
	border-style: solid;
	border-radius: 6px;
	border-color: white;
	border-width: 2px 2px 2px 2px; /*top-right-bottom-left */
		overflow: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		white-space: nowrap;

		display: flex;
		justify-content: flex-start;
		align-items: stretch;	
	box-sizing: border-box;
	}


#upperright{
	background-color: #adbbda;
	width: 37%;
	height: auto;
	/*max-height: 500px;*/
	float: left;
	padding: 10px;
	margin-left: 0%;
	margin-top: 1%;
	border-style: solid;
	border-radius: 6px;
	border-color: white;
	border-width: 2px 2px 2px 2px; /*top-right-bottom-left */
		/*display: flex;*/
		/*justify-content: center;*/
		/*align-items: flex-start;*/
		align-items: stretch;
	box-sizing: border-box;
	}


#leftholder{
	background-color: default; 
	width: 33.3%;
	height: auto;
	max-height: 360px;
	float: left;
	float: left;
	box-sizing: border-box;
	}

#middleholder{
	background-color: default; 
	width: 33.3%;
	height: auto;
	max-height: 360px;
	float: left;
	float: left;
	box-sizing: border-box;
	}


#rightholder{
	background-color: default; 
	width: 33.4%;
	height: auto;
	max-height: 360px;
	float: left;
	float: left;
	box-sizing: border-box;
	}

#instructionslookup{
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	padding: 4px;
	background-color: default;
	font-size:0.5em;
	font-family: 'Arial' 'sans-serif';
	line-height: 1.0;
	color: #484848;
	float: left;
	text-align:left;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box; 
	}


#headingholder{
	background-color: #52527a; 
	width: 96%;
	height: auto;
	float: left;
	padding: 6px;
	margin-left: 2%;
	margin-top: 2%;
	font-size:0.9em;
	/*font-family: 'Arial' 'sans-serif';*/
	font-family: Montserrat, Helvetica, sans-serif;
	line-height: 0.9em;
	color: #e6e6e6;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-radius: 0px;
	border-color: black;
	border-width: 0px 0px 0px 0px; /*top-right-bottom-left */
	box-sizing: border-box;
	}


#scrollable{
	background-color: white; 
	width: 96%;
	height: 85%;
		max-height: 300px;
	float: left;
	padding: 10px;
	margin-left: 2%;
	margin-top: 0%;
	margin-bottom: 2%;
		font-size: 1em;
		/*font-family: 'Arial' 'sans-serif';*/
		font-family: Montserrat, Helvetica, sans-serif;
		line-height: 1.0em;
		color: #585858;
	border-style: solid;
	border-radius: 0px;
	border-color: black;
	border-width: 0px 0px 0px 0px; /*top-right-bottom-left */
	box-sizing: border-box;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	white-space: nowrap;
	}

#categoryfield{
	background-color: white; 
	border-width:0;
	}

#scrollablebrands{
	background-color: white;
	width: 96%;
	height: 86%;
	max-height: 300px;
	float: left;
	padding: 10px;
	margin-left: 2%;
	margin-top: 0%;
	margin-bottom: 2%;
		font-size: 1em;
		/*font-family: 'Arial' 'sans-serif';*/
		font-family: Montserrat, Helvetica, sans-serif;
		line-height: 1.0em;
		color: #585858;
	border-style: solid;
	border-radius: 0px;
	border-color: black;
	border-width: 0px 0px 0px 0px; /*top-right-bottom-left */
	box-sizing: border-box;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	white-space: nowrap;
	}

#brandfield{
	background-color: white; 
	border-width: 0;
	}

#scrollablemodels{
	background-color: white; 
	width: 96%;
	height: 86%;
	max-height: 300px;
	float: left;
	padding: 10px;
	margin-left: 2%;
	margin-top: 0%;
	margin-bottom: 2%;
		font-size: 1em;
		/*font-family: 'Arial' 'sans-serif';*/
		font-family: Montserrat, Helvetica, sans-serif;
		line-height: 1.0em;
		color: #black;
	border-style: solid;
	border-radius: 0px;
	border-color: black;
	border-width: 0px 0px 0px 0px; /*top-right-bottom-left */
	box-sizing: border-box;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	white-space: nowrap;
	}

#modelfield{
	background-color: white;
	border-width:0; 
	}


#resultscreen{
	/*background-color: #f2f2f2; */

	/*background-color: #d6d6d6;*/

		background-color: #adbbda;
	width: 100%;
	height: 740px;
	float: left;
	padding: 0px;
	margin-left: 0%;
	margin-top: 1%;
	border-style: solid;
	border-radius: 6px;
	border-color: white;
	border-width: 2px 2px 2px 2px; /*top-right-bottom-left */
	box-sizing: border-box;	
	}




#iframeformat{
		background-color: default
		}



#resultstable{
	font-size:1.0em;
	/*font-family: 'Arial' 'sans-serif';*/
	font-family: Montserrat, Helvetica, sans-serif;
	line-height: 1.0;
	color: red;
	}


#arrowholder{
	background-color: default; 
	width: 20%;
	height: auto;
	float: left;
	padding: 3px;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-radius: 0px;
	border-color: black;
	border-width: 0px 0px 0px 0px; /*top-right-bottom-left */
	box-sizing: border-box;
	}

#howtosearch{
	background-color: #f2f2f2; 
	width: 100%;
	height: auto;
	float: left;
	padding: 30px;
	margin-left: 0%;
	margin-top: 1%;
	margin-bottom: 1%;
		font-size: 0.9rem;
		font-family: Montserrat, Helvetica, sans-serif;
		/*font-family: Montserrat, 'Times New Roman', serif;*/
		line-height: 1.2em;
		text-align:left;
		color: #505050;
	border-style: solid;
	border-radius: 6px;
	border-color: black;
	border-width: 2px 2px 2px 2px; /*top-right-bottom-left */
	box-sizing: border-box;
	}



#siteoriginal{
	background-color: #f2f2f2; 
	width: 100%;
	height: auto;
	float: left;
	padding: 00px;
	margin-left: 0%;
	margin-top: 10px;
	margin-bottom: 10px;
		
	border-style: solid;
	border-radius: 6px;
	border-color: black;
	border-width: 0px 0px 0px 0px; /*top-right-bottom-left */
	box-sizing: border-box;
	}




#th{
	text-align: center;
	}


#td{
	text-align: center;
	}


#centered{
	text-align: center;
	}


/* - - - - - - - - - - - Collapsible Page Sections Formating - - - - - - - - */

.collapsible{
	/*background-color: #777;*/
	/*background-color: #006a67;*/

	/*background-color: #424eb8;*/

	background-color: #31516b;

	background-color: #8697c4;

	color: #f5f5f5;
	cursor: pointer;
	padding: 18px;
	text-align: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;

	outline: none;
	font-size: 18px;
		border-style: solid;
		border-color: #b3b3cc;
		border-width: 0px 0px 1px 0px; /* top, right, bottom, left */
	box-sizing: border-box; 
	}

.active, .collapsible:hover {
	/*background-color: #555;*/
	/*background-color: #52527a;*/

	/*background-color: #374199;*/
	/*background-color: #406787;*/
	background-color: #adbbda;
	}

/* for showing plus sign */
.collapsible:after{
	content: '\002b';
	color: white;
	font-weight: bold;
	float: right;
	margin-left: 5px;
		border-style: solid;
		border-color: #676798;
		border-width: 0px 0px 1px 0px; /* top, right, bottom, left */
	}





/* for showing minus sign */
.active:after {
	content: "\2212";
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	}


.content{
	margin-left: 4%;
	margin-right: 4%;
	width: 92%;
	height: auto;
	padding: 0 18px;
	display: none;
	overflow: hidden;
	/*background-color: #f1f1f1;*/
	/*background-color: #3372ff;*/
	background-color: default;
	/*background-color: #52527a;*/
	box-sizing: border-box;
	}




#infoicon{
	height: 40px;
	width: 50px;
	margin-top: -10px;
	margin-bottom: -15px;
	margin-right:25px
	float: left;
	}

#chaticon{
	height: 35px;
	width: 45px;
	margin-top: -10px;
	margin-bottom: -15px;
	margin-left:15px;
	float: left;
	}

/* ****************************** COLAPSIBLE CLASSIFIED ADS PAGE SECTION ****************************

#ads{
	background-color: #f2f2f2; 
	width: 100%;
	height: auto;
	float: left;
	padding: 30px;
	margin-left: 0%;
	margin-top: 10px;
	margin-bottom: 1%;
		font-size: 0.9rem;
		font-family: Montserrat, Helvetica, sans-serif;
		/*font-family: Montserrat, 'Times New Roman', serif;*/
		line-height: 1.2em;
		text-align:left;
		color: #696969;
	border-style: solid;
	border-radius: 6px;
	border-color: black;
	border-width: 2px 2px 2px 2px; /*top-right-bottom-left */
	box-sizing: border-box;
	}


#adsheading{
	background-color: yellow; 
	width: 100%;
	height: 100px;
	float: left;
	padding: 15px;
	margin-left: 0%;
	margin-top: 10px;
	text-align:center;
		font-size: 4em;
		font-family: Montserrat, Helvetica, sans-serif;
		line-height: 1em;
		color: black;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-radius: 6px;
	border-color: black;
	border-width: 0px 0px 0px 0px; /*top-right-bottom-left */
	box-sizing: border-box;
	}

	
#holdinstructions{
	background-color: pink;
	max-width: 75%;
	height: auto;
	float: left;
	
	/*overflow:hidden;*/
	padding: 15px;
	box-sizing: border-box;
	}

#ADwindow1{
	background-color: grey;
	color: black;
	width: 25%;
	min-width:250px;
	height: auto;
	float: left;
	padding: 15px;
	box-sizing: border-box;
	}


#formholderAds{
	background-color: #adbbda;
	width: 100%;
	height: auto;
	float: left;
	padding: 0px;
	margin-left: 0%;
	margin-top: 1%;
	border-style: solid;
	border-radius: 6px;
	border-color: white;
	border-width: 2px 2px 2px 2px;
		
	box-sizing: border-box;	
	}




.buttontable{
	background-color: default;
	height: auto;
	float: left;
		font-size: 1.2em;
		font-family: Montserrat, Helvetica, arial, sans-serif;
		color: default;
	box-sizing: border-box;	
	}


.instructiontable{
	background-color: default;
	height: auto;
	float: left;
		font-size: 1.3em;
		font-family: Montserrat, Helvetica, arial, sans-serif;
		color: default;
	box-sizing: border-box;	
	}


td.bodybackground{
		/*background-color: #4E5CD9;*/
		
		width: 310px;
		height: auto;
		padding: 4px;
		}


#adsense{
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:1px;
	}



/* BUTTONS FORMATTING */

#button{
	display: flex;
	justify-content: center;
	align-items: center;
	}

#join{
	height:88%;
	width: 70%;
	border-radius:3px;
	background-color: default;
	opacity: 1;
	font-size:1.3em;
	font-family: 'Arial' 'sans-serif';
	color: black;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 0px solid #00bfff;
	margin-top: 0%;
	}

#join:hover{
	background-color: #18da8d;
	color: black;
	}




#login{
	height: 88%;
	width: 90%;
	border-radius: 3px;
	/*background-color: #000080;*/

	background-color: #31516B;

	/* darker shade marrs green */
	/*background-color: #006a67; */
	font-size: 1.3em;
	font-family: 'Arial' 'sans-serif';
	color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 2px solid white;
	margin-top: 0%;
	box-sizing: border-box; 
	}

#login:hover{
	/*background-color:#18da8d;*/
	
	background-color: #f2f2f2;
	color: #3385ff;
	}


#contact{
	height: auto;
	width: auto;
	padding: 5px;
	border-radius: 3px;
	background-color:  #f2f2f2;
	font-size: 1.3em;
	font-family: 'Arial' 'sans-serif';
	color: black;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 2px solid white;
	margin-top: 0%;
	box-sizing: border-box; 
	}

#contact:hover{
	/*background-color:#18da8d;*/
	
	background-color: #f2f2f2;
	color: #3385ff;
	}


#logout{
	height:88%;
	width: 80%;
	border-radius:3px;
	background-color: default;
	font-size:1.3em;
	font-family: 'Arial' 'sans-serif';
	color: black;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 2px solid white;
	margin-top: 0%;
	}

#logout:hover{
	background-color:#18da8d;
	color: black;
	}

#logout:active{
	border: 1px solid red;
	background-color:grey;
	color: white;
	}


#close{
	height:88%;
	width: 60%;
	border-radius:3px;
	background-color: default;
	opacity: 1;
	font-size:1.3em;
	font-family: 'Arial' 'sans-serif';
	color: black;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 0px solid #00bfff;
	margin-top: 0%;
	}

#close:hover{
	background-color: #18da8d;
	color: black;
	}


/* added 2022-12-31 */
#account{
	height: 88%;
	width: 80%;
	border-radius:3px;
	background-color: default;
	font-size:1.3em;
	font-family: 'Arial' 'sans-serif';
	color: #black;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 0px solid white;
	margin-top: 0%;
	box-sizing: border-box; 
	}



#userpage{
	height:88%;
	width: 85%;
	border-radius:3px;
	background-color:  #f2f2f2;
	font-size:1.3em;
	font-family: 'Arial' 'sans-serif';
	color: black;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 2px solid white;
	margin-top: 0%;
	box-sizing: border-box; 
	}

#userpage:hover{
	background-color: #f2f2f2;
	color: #3385ff;
	}


#button_popup{
	height:15%;
	width: 50%;
	border-radius:4px;
	background-color: #777;
	font-size:1em;
	font-family: 'Arial' 'sans-serif';
	color: white;
	border: 2px solid white;	
	}

#button_popup:hover{
	background-color:#18da8d;
	color: black;
	}

#button_popup:active{
	border: 1px solid red;
	background-color:grey;
	color: white;
	}



.buttonfind{
	height: auto;
	width: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
	background-color: #668cff;
	font-size: 0.9em;
	font-family: 'Arial' 'sans-serif';
	text-decoration: none;
	color: white;
	border: 1.3px solid grey;
	border-radius: 2px;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	cursor: pointer;
	}

.buttonfind:hover{
	background-color: #18da8d;
	color: black;
	}

.buttonfind:active{
	border: 1px solid black;
	background-color:grey;
	color: white;
	}


#buttonclearall{
	height:auto;
	width: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
	background-color: #9494b8;
	font-size:0.9em;
	font-family: 'Arial' 'sans-serif';
	text-decoration: none;
	color: white;
	border: 1.3px solid grey;
	border-radius: 2px;
	/* padding: 10px 10px; */
        /*margin: 10px 10px;*/
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	cursor: pointer;
	}

#buttonclearall:hover{
	background-color: #18da8d;
	color: black;
	}

#buttonclearall:active{
	border: 1px solid black;
	background-color:grey;
	color: white;
	}




.buttonmore{
	height:auto;
	width:50px;
	padding: 10px;
	margin: 2px;
	background-color: default;
	/*font-size:1.5em;*/
	font-size: 0.8vw;
	font-family: 'Arial' 'sans-serif';
	text-decoration: none;
	color: red;
	border: 0px solid black;
	border-radius: 2px;
	/* padding: 10px 10px; */
        /*margin: 10px 10px;*/
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	cursor: pointer;
	}

.buttonmore:hover{
	background-color: #18da8d;
	color: black;
	}

.buttonmore:active{
	border: 1px solid black;
	background-color:grey;
	color: white;
	}



#buttondropdown{
	height:28px;
	width: auto;
		background-color: white; 
	/*background-color: white;*/
	font-size:0.9em;
	/*font-family: 'Arial' 'sans-serif';*/
	text-decoration: none;
	color: default;
	border: 0px solid black;
	border-radius: 0px;
	/* padding: 10px 10px; */
        /*margin: 10px 10px;*/
	text-align:left;
	cursor: pointer;
	-webkit-appearance: none:
	}

#buttondropdown:hover{
	background-color: #18da8d;
	color: black;
	}

#buttondropdown:active{
	border: 1px solid black;
	background-color:grey;
	color: white;
	}



#buttondropdown2{
	height:28px;
	width: auto;
	background-color: white; 
	font-size:0.9em;
	/*font-family: 'Arial' 'sans-serif';*/
	text-decoration: none;
	color: default;
	border: 0px solid black;
	border-radius: 0px;
	/* padding: 10px 10px; */
        /*margin: 10px 10px;*/
	text-align:left;
	cursor: pointer;
	-webkit-appearance: none:
	}

#buttondropdown2:hover{
	background-color: #18da8d;
	color: black;
	}

#buttondropdown2:active{
	border: 1px solid black;
	background-color:grey;
	color: white;
	}



#buttondropdown3{
	height:28px;
	width: auto;
	background-color: white;
	font-size:0.9em;
	/*font-family: 'Arial' 'sans-serif';*/
	text-decoration: none;
	color: default;
	border: 0px solid black;
	border-radius: 0px;
	/* padding: 10px 10px; */
        /*margin: 10px 10px;*/
	text-align:left;
	cursor: pointer;
	-webkit-appearance: none:
	}


#buttondropdown3:hover{
	background-color: #18da8d;
	color: black;
	}

#buttondropdown3:active{
	border: 1px solid black;
	background-color:grey;
	color: white;
	}


#buttonchat{
	height: auto;
	width: auto;
	
	padding: 12px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 6px;
	background-color: #00e600;
	font-size: 1.1em;
	font-family: 'Arial' 'sans-serif';
	color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 1px solid white;
	margin 2px;
	box-sizing: border-box; 
	transition: height 0.8s;
	transition: background-color: 0.4s;
	cursor: pointer;
	}

#buttonchat:hover{
	background-color: #00b300;
	}



/* *********************************** END BUTTONS ************************************* */



/* Font Size Formating */

h0{
	font-size: 3.3em;
	line-height: 1.2;
	margin-top:0.2em;
	margin-bottom: 0em;
	margin-left: 0.2em;
	margin-right: 0.2em;

	/*text-align:center;*/
	}

h1{
font-size: 2.2em;
line-height: 1.8;
margin-top:0.2em;
margin-bottom: 0em;
margin-left: 0.2em;
margin-right: 0.2em;

/*text-align:center;*/
}

h2{
font-size: 1.5em;
line-height: 1.2;
margin-top:0.2em;
margin-bottom: 0em;
margin-left: 0.2em;
margin-right: 0.2em;

/*text-align:left;*/
}


h3{
font-size:1.17em;
line-height: 1.6;
margin-top:0.2em;
margin-bottom: 0em;
margin-left: 0.2em;
margin-right: 0.2em;

text-align:left;
}

h4{
font-size:1.0em;
line-height: 1.2em;
margin-top:0.2em;
margin-bottom: 0em;
margin-left: 0.2em;
margin-right: 0.2em;

text-align:left;
}

h5{
font-size:0.83em;
line-height: 1.2;
margin-top:0.2em;
margin-bottom: 0em;
margin-left: 0.2em;
margin-right: 0.2em;

text-align:left;
}

h6{
font-size:0.67em;
line-height: 1.2;
margin-top:0.2em;
margin-bottom: 0em;
margin-left: 0.2em;
margin-right: 0.2em;

text-align:left;
}


p{
font-size: 1em;
line-height: 1.2;

margin-top:0.2em;
margin-bottom: 0em;
margin-left: 0.2em;
margin-right: 0.2em;
text-align:left;
}

/* Styling for Login Popup */
     
      .loginPopup {
        position: relative;
        text-align: center;
	background-color: grey;
        width: 100%;
	border-radius: 12px;
      }
      .formPopup {
        display: none;
        position: fixed;
        left: 50%;
        top: 50%;
       /* transform: translate(-50%, 5%); */

	transform: translate(-200px, -200px);
	background-color: white;
	color: grey; /*added 2023-11-07*/
        border: 3px solid #999999;
	
        z-index: 9;
      }
      .formContainer {
        max-width: 600px;
        padding: 10px;
        background-color: #fff;
      }

      .formContainer input[type=text],
      .formContainer input[type=password] {
        width: 100%;
        padding: 15px;
        margin: 5px 0 15px 0;
        border: none;
        background: #eee;
      }

      .formContainer input[type=text]:focus,
      .formContainer input[type=password]:focus {
        background-color: #ddd;
        outline: none;
	margin: 
      }


	/* sign-up button styling */

      .formContainer .btn {
        padding: 16px 20px;
        border: none;
        /*background-color: #8ebf42;*/
	background-color: #00cc00;
        color: #fff;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
	margin-top: 10px;
        opacity: 0.8;
	font-size:22px;
      }

      .formContainer .cancel {
        /*background-color: #cc0000;*/
	background-color: #595959;
	font-size:22px;
      }

      .formContainer .btn:hover,
      .openButton:hover {
        opacity: 1;
      }


/* Styling for Signup Popup */
     
      .signupPopup {
        position: relative;
        text-align: center;
	background-color: grey;
        width: 100%;
      }