/* 2025-07-222 */

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);
	}


@font-face {
  font-family: Montserrat-SemiBold;
	src: url(fonts/Montserrat-SemiBold.ttf);
	}

@font-face {
  font-family: Montserrat-Medium;
	src: url(fonts/Montserrat-Medium.ttf);
	}


@font-face {
  font-family: Montserrat-Bold;
	/*src: url(fonts/Montserrat-Regular.ttf);*/
	/*src: url(fonts/Montserrat-SemiBold.ttf);*/
	src: url(fonts/Montserrat-Bold.ttf);
	/*src: url(fonts/Montserrat-Medium.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
	}
}



/*new 2025-04-01*/
@media screen and (min-width: 450px){
	html{
		font-size:9px
	}
}




@media screen and (min-width: 600px){
	html{
		font-size:11px
	}
}


/*New 2025-04-018*/
@media screen and (min-width: 700px){
	html{
		font-size:12px
	}
}




@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
	}
}


/*New 2025-04-01*/
@media screen and (min-width: 2100px){
	html{
		font-size:24px
	}
}


@media screen and (min-width: 2400px){
	html{
		font-size:28px
	}
}


/*New 2025-04-01*/
@media screen and (min-width: 3000px){
	html{
		font-size:32px
	}
}





body {
		background-color: #e8e8e8;

		/*background-color: #f0f0f0;*/

	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: 85px;
	/*background-color: #3d52a0;*/
		background-color: #213300;
		position: fixed;
		top: 0;
	opacity: 1;
	padding: 10px;
	float: left;
	text-align:center;
	vertical-align:middle;
	border-style: solid;
	border-color: #BFFA50;
	border-width: 0px 0px 0px 0px; /* 0px top, 4px right, 0px bottom and 0px left */
	box-sizing: border-box;
	z-index: +9;
	}


/*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: 88%;
	/*height: 45%;*/
		height: auto;
	margin-left: 6%;
	margin-right: 6%;
	margin-top: 60px;
	background-color: default;
	opacity: 1;
	float: left;
	text-align:center;
	color: #F9FAFC;
	box-sizing: border-box; 
		display: flex;
	}


.bucket2{
	width: 100%;
	/*height: 45%;*/
		height: auto;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 150px;
	background-color: default;
	opacity: 1;
	float: left;
	text-align:center;
	color: #F9FAFC;
	box-sizing: border-box; 
		display: flex;
	}


#sitename{
	width: 100%;
	height: auto;
	padding: 40px;
	padding-top: 50px;
	background-color: inherit;
	opacity: 1;
	float: left;
	text-align:center;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box; 
	}

.mainintro{
	width: 100%;
	height: auto;
	padding: 50px;
	padding-top: 20px;
	margin-bottom: 20px;
	/*background-color: #f1ffcc;*/
	background-color: #f2f2f2;
	opacity: 1;
	float: left;
	font-size:2.3em;
	font-family: Montserrat-SemiBold, Arial, sans-serif;
	/*color: #282828;*/
	color: #505050;
	text-align:left;
	border-radius: 6px;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box; 
	}

/*adjust name size to fit div*/
#title{
	width:60%;
	height: auto;
	float: left;
	text-align:center;
	}





/* ***************************************** CSS FROM MANUAL FOR TOP INTRODUCTION ************************************** */

#bucketintro{
	width: 92%;
	height: auto;
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 40px;
	background-color: inherit;
	opacity: 1;
	float: left;
	text-align:center;
	color: #F9FAFC;
	box-sizing: border-box; 
	display: flex;
	}


#introleft{
	width: 50%;
	height: auto;
	margin-left: 0%;
	margin-right:0%;
	padding: 20px;
	background-color: #f0f0f5;
	float: left;	
	box-sizing: border-box;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */	
	}


#introright{
	width: 50%;
	height: auto;
	margin-left: 0%;
	margin-right:0%;
	padding: 20px;
	background-color: #D9d40c;
	float: left;
	font-size:1.0em;
	font-family: Montserrat Arial 'sans-serif';
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #d1d1e0;
	border-style: solid;
	border-color: grey;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	}




#mainheading{
	width: 100%;
	height: auto;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	background-color: inherit;
	float: left;
	font-size:3.0em;
	font-family: Montserrat-SemiBold, Arial, sans-serif;
		/*font-family: Montserrat-Bold, serif;*/
	color: #202020;
	text-align:left;	
	box-sizing: border-box;
	border-style: solid;
	border-color: grey;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	}



#subheading{
	width: 88%;
	height: auto;
	margin-top: 15px;
	margin-right: 10%;
	margin-left: 2%;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	/*background-color: #ff944d;*/
	background-color: white;
	float: left;
		font-size:1.9em;
		font-family: Montserrat-SemiBold, Arial, 'sans-serif';
		/*color: #14141f;*/
		color: #202020;
	text-align:left;
	box-sizing: border-box;
	border-style: solid;
	border-color: grey;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	}

/* ****************************** NEW HERO HEADING ********************** */

#herobucketintro{
	width: 100%;
	height: auto;
		min-height: 500px;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 120px;
		padding-left: 6%;
		padding-right: 6%;
		padding-top: 50px;
		padding-bottom: 50px;
	background-color: #e0e0e0;
		background-image: url("campomilho.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	/*background-color: inherit;*/
	opacity: 1.0;
	float: left;
	text-align:center;
	color: #F9FAFC;
	box-sizing: border-box; 
	display: flex;
	}


#headingbackground{
	width: 100%;
	height: auto;
	padding: 0px;
	
	/*background-color: green;*/
		/*opacity: 0.7;*/
			background-color: rgba(255,255,255,0.0);
	float: left;
		
	box-sizing: border-box;
	border-style: solid;
	border-color: grey;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	}


#heromainheading{
	width: 90%;
	height: auto;
	margin-right: 10%;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
			/*background-color: rgba(41, 163, 41, 0.75);*/
				/*background-color: rgba(230, 255, 230, 0.85);*/
					background-color: rgba(179,255,204, 0.85);
	float: left;
	font-size:4.0rem;
		line-height: 1.1;
		letter-spacing: -0.05rem;
	font-family: Montserrat-SemiBold, Arial, sans-serif;
	color: rgba(24,24,24,1.0);
	text-align:left;	
	box-sizing: border-box;
	border-style: solid;
	border-color: grey;
	border-radius: 4px;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	}

#herointro{
	width: 88%;
	height: auto;
	margin-left: 6%;
	margin-right: 6%;
	margin-top: 40px;
	background-color: inherit;
		
	opacity: 1;
	float: left;
	text-align:center;
	color: #F9FAFC;
	box-sizing: border-box; 
	}


#heroleft{
	width: 55%;
	height: auto;
	margin-left: 0%;
	margin-right:0%;
	padding: 20px;
		padding-left: 0px;
		padding-right: 0px;
	background-color: transparent;
		

	float: left;
		vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;	
	box-sizing: border-box;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */	
	}

#heroright{
	width: 45%;
	height: auto;
	margin-left: 0%;
	margin-right:0%;
	padding: 50px;
	padding-right: 0px;
	/*background-color: #D9d40c;*/
		background-color: transparent;
			
	float: left;
	font-size:1.0em;
	font-family: Montserrat Arial 'sans-serif';
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #d1d1e0;
	border-style: solid;
	border-color: grey;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	}

#heroimage{
	/*height: auto;*/
	/*max-height: 80%;*/
	width: 100%;
		/*position: relative;*/
		/*padding-top: 100%;*/
		/*padding:0%;*/
	/*margin-top: 40px;*/
	/*margin-bottom: 0px;*/
		margin: auto;
	background-color: inherit;
	float: left;
	text-align:center;
		/*border: 2px solid #F9FAFC;*/
		/*border-radius: 6px;*/
	opacity: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
		transition: all 1s ease-in-out;

	}

#image1{
	width: 80%;
	height: auto;
			margin: auto;
		/*position: absolute;*/
		/*top: 0;*/
		/*left: 0;*/
		/*bottom: 0;*/
		/*right: 0;*/
		/*border: 2px solid #F9FAFC;*/
		/*border-radius: 6px;*/
		box-sizing: border-box; 
			opacity: 1;
			/*transition-property: opacity;*/
			/*transition-duration: 2s;*/
			transition: all 1s ease-in-out;
		
	}

#herosubheading{
	width: 70%;
	height: auto;
	margin-top: 15px;
	margin-right: 30%;
	margin-left: 0%;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-top: 30px;
	/*background-color: #ff944d;*/
	background-color: white;
	float: left;
		font-size:1.8em;
		font-family: Montserrat-Medium, Arial, 'sans-serif';
		/*color: #14141f;*/
		color: #202020;
	text-align:left;
	box-sizing: border-box;
	border-style: solid;
	border-color: grey;
	border-radius: 4px;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	}

#inviteholder1{
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-top: 30px;
	background-color: inherit;
	float: left;
	box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
	}

#inviteholder2{
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 50px;
	padding-bottom: 90px;
	padding-top: 30px;
	background-color: inherit;
	float: left;
	box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
	}


#heroresults{
	width: 100%;
	height: auto;
	margin-top: 100px;
	margin-left: 0%;
	margin-right: 0%;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-top: 20px;
		/*background-color: #f0f0f5;*/
	/*background-color: #e6ffe6;*/

		background-color: #f0f0f0;
	float: left;
	font-size:1.4rem;
	line-height: 1.7;
	font-family: Montserrat, Arial, sans-serif;
	color: #202020;
	text-align:left;
	box-sizing: border-box;
	border-style: solid;
	border-color: #ccffcc;
	border-radius: 4px;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	}


/* ************************ END NEW HERO HEADING ************************* */



#results{
	width: 88%;
	height: auto;
	margin-right: 10%;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	background-color: inherit;
	float: left;
		font-size:1.3em;
		font-family: Montserrat, Arial, sans-serif;
		color: #202020;
	text-align:left;
	box-sizing: border-box;
	border-style: solid;
	border-color: grey;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	}


ul.a{
	list-style-position: outside;
	list-style-image: url('checkmark.gif');
	}


ul.b{
	list-style-position: outside;
	}


li.lib {
	list-style: none;
	padding: 0px;
	padding-left: 60px;
	padding-bottom: 22px;
	background-image: url('markers/icon047.gif');
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height:1.20;
	}


li.lic {
	list-style: none;
	padding: 0px;
	padding-left: 60px;
	padding-bottom: 22px;
	background-image: url('markers/icon044.gif');
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	}







/* ******************************************************* END MANUAL CSS *********************************************** */




.transparency{
	width: 50%;
	height: auto;
	padding: 20px;
		/*background-color: #e6ffe6;*/
		background-color: #f0f0f0;
	opacity: 1;
	float: left;
	font-size:1.7em;
	font-family: Montserrat, Arial, sans-serif;
	vertical-align: middle;
	text-align:left;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box; 
	}


/*adjust name size to fit div*/
#map1{
	width: 92%;
	height: auto;
	float: left;
	text-align:center;
	/*border: 2px solid #F9FAFC;*/
	border: 2px solid #28559a;
	border-radius: 6px;
	margin: auto;
	
	/* SHADOW */
	box-shadow: 2px 2px  3px rgba(0, 0, 0, 0.6);
	}

.introduction{
	width: 50%;
	height: auto;
	padding: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	/*background-color: inherit; */
		/*background-color: #e6ffe6;*/

		background-color: #f0f0f0;
	opacity: 1;
	float: left;
	font-size:1.7rem;
	line-height: 1.7;
	font-family: Montserrat, Arial, sans-serif;
	text-align:left;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
	/*color: #F9FAFC;*/
		color: #202020;
	box-sizing: border-box; 
	}

li{
	padding-bottom:28px;
	line-height:1.40;
	}

#white{
	width: 100%;
	height: auto;
	padding: 0px;
	background-color: inherit;
	opacity: 1;
	float: left;
	
	color: inherit;
	text-align:left;
		
	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-SemiBold, 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: inherit;
	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: inherit;
	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;
	}
	

#questions{
	width: 88%;
	margin-top: 30px;
	margin-left: 6%;
	margin-right: 6%;
	margin-bottom: 0px;
	height: auto;
	padding: 50px;
	background-color: #f2f2f2  ;
	opacity: 1;
	float: left;
	font-size:1.7em;
	line-height: 1.7;
	font-family: Montserrat, Arial, sans-serif;
	text-align:left;
		color: #484848  ;
	box-sizing: border-box;
	border-radius: 4px; 
	}

#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-SemiBold, 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: inherit;
	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-SemiBold, 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-SemiBold, 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: 6px;
	border-radius: 6px;
	background-color: #8686ac;
	font-size: 1em;
	font-family: 'Arial' 'sans-serif';
	color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 2px 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: 2px 2px 2px 2px; /* 0px top, 4px right, 0px bottom and 0px left */
	box-sizing: border-box;
		opacity: 0.9;
	}



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: #213300;
	margin-top: 10px;
	float: left;
	box-sizing: border-box;
	}


#footer1{
	width: 100%;
	height: 50%;
	background-color: inherit;
	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:  inherit;
	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, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align:left;
	color: #303030;
	border-style: solid;
	border-radius: 6px;
	border-color: #303030;
	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: #83b300;*/
		background-color: #31bf81;
	color: #f5f5f5;
	cursor: pointer;
	padding: 18px;
	text-align: left;
	margin-left: 6%;
	margin-right: 6%;
	width: 88%;
	outline: none;
	font-size: 22px;
	border-style: solid;
	border-color: #1f7a53;
	border-width: 0px 0px 2px 0px; /* top, right, bottom, left */
	box-sizing: border-box; 
	}

.active, .collapsible:hover {
	/*background-color: #406787;*/
	/*background-color: #258e60;*/
		background-color: #a8e600;
	color: white
	}

/* for showing plus sign */
.collapsible:after{
	content: '\002b';
	color: #f5f5f5;
		/*background-color: #258e60;*/
	font-weight: bold;
	float: right;
	margin-left: 5px;
		border-style: solid;
		border-color: #1f7a53;
		border-width: 0px 0px 0px 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: 6%;
	margin-right: 6%;
	width: 88%;
	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: #83b300;*/

	background-color: #31bf81;

	/* 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:6px;
	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:6px;
	/*background-color:  #f2f2f2;*/
		/*background-color:  #00e649;*/
		background-color:  #ff9933;
	font-size:1.3em;
	font-family: 'Arial' 'sans-serif';
	/*color: black;*/
	color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 2px solid white;
	margin-top: 0%;
	box-sizing: border-box; 
	}


#userpage:hover{
	/*background-color: #00cc44;*/
	background-color:  #ff801a;
	color: white;
	}



#queromapa{
	height:auto;
	width: auto;
	padding: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	/*border-radius:6px;*/
		border-top-left-radius: 0px;
		border-top-right-radius: 1rem;
		border-bottom-right-radius: 1rem;
		border-bottom-left-radius: 1rem;

		/*background-color:  #ffa31a;*/
		/*background-color:  #00e649;*/
			background-color:  #ff9933;
	
	font-size:1.3rem;
	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; 
	
	/* SHADOW */
	box-shadow: 3px 3px  5px rgba(0, 0, 0, 0.8);
	}


#queromapa:hover{
	/*background-color: #e68a00;*/
		/*background-color: #00cc44;*/
			background-color:  #ff801a;
	color: white;
	}


#queromapa:active{
	background-color: #99ffbb;
	color: white;
	}


/*
#queromapa{
	height:auto;
	width: auto;
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
	/*border-radius:20px;*/
		background: linear-gradient(145deg, #ffa31a, #feb47b);
		box-shadow: 5px 5px 15px #d1d1d1, -5px -5px 15px #ffffff;
	/*background-color:  #BFFA50;*/
	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; 
	transition: all 0.3s ease;
	cursor: pointer;
	}
*/



#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;
		margin-top: 50px;
	border-radius: 6px;
	background-color: #31bf81;
	font-size: 1.2em;
	font-family: Arial , sans-serif;
	color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 2px 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;
	opacity: 1.0;

/*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;
	font-weight: normal;
text-align:left;
}


p{
font-size: 1em;
line-height: 1.4;

margin-top:0.2em;
margin-bottom: 16px;
margin-left: 0.2em;
margin-right: 0.2em;
text-align:left;
}


.introtext{
font-size: 1em;
line-height: 1.2;

margin-top:0.2em;
margin-bottom: 24px;
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: 30%;
       /* 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%;
      }