html{
	/*font-family: helvetica, arial, sans-serif;*/
	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-SemiBold.ttf);*/
	/*src: url(fonts/Montserrat-Light.ttf);*/
	/*src: url(fonts/Montserrat-ExtraLight.ttf);*/
  	/*src: url(fonts/Montserrat-Thin.ttf);*/
	}

@font-face {
  font-family: Montserrat-SemiBold;
	src: url(fonts/Montserrat-SemiBold.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 {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	/*background-image: url("background9.jpg");*/
	background-color: #1f3044;
	/*background-color: #e0e0eb;*/
	font-family: Montserrat, Helvetica, arial, sans-serif;
	color: #484848;
	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: 80px;
		/*position: fixed;*/
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #646C79;
	/*background-color: #676798;*/
	opacity: 1;
	padding: 2px;
	float: left;
	text-align:center;
	vertical-align:middle;
	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{
	height: 90%;
	width:auto;
	max-width: 98%;
	background-color: default;
	float: left;
	text-align:center;
	}


/*adjust bug icon size to fit table td*/
#bugicon{
	height: 32px;
	width:auto;
	max-width: 98%;
	background-color: default;
	}



#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: black;
	height: 100%;
	width: 20%;
	float: left;
	font-size:2.5em;
	font-family: Montserrat, Arial, sans-serif;
	color: #00ff7F;
	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: 100%;
	height: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 30px;
	background-color: default;
	opacity: 1;
	float: left;
	text-align:center;
	color: white;
		font-size: 4.5em;
		font-family: Arial, sans-serif;
		display: flex;
		justify-content: center;
	align-items: center;	
	vertical-align:middle;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box; 
	display: flex;
	}


#maptitle{
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 6px;
	background-color: #ccffe6;
	float: left;
	font-size: 22px;
	font-family: Arial, sans-serif;
	color: black;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-color: grey;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box;
	vertical-align:middle;
	}


#bucketbuttons{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: default;
	opacity: 1;
	float: left;
	text-align:center;
	color: black;	
	vertical-align:middle;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box; 
	display: flex;
	}


#bigbuttons{
	max-height:100%;
	width: 70%;
	}


#actionbuttons{
	background-color: default;
	height: 4em;
	width: 18%;
	margin: 1%;
	float: left;
	text-align:center;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 1px solid white;
	border-radius: 0px;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box; 
	}


#actionbuttons2{
	background-color: default;
	height: 4em;
	width: 18%;
	margin: 1%;
	float: left;
	text-align:center;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 1px solid white;
	border-radius: 0px;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box; 
	}


/* 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;
	border-style: solid;
	border-color: blue;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	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;
	border-style: solid;
	border-color: blue;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	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; 
	}



#introleft{
	width: 60%;
	height: auto;
	margin-left: 0%;
	margin-right:0%;
	padding: 20px;
	/*background-color: #f0f0f5;*/
	background-color: #fbae6f;
	float: left;	
	box-sizing: border-box;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */	
	}


#introright{
	width: 40%;
	height: auto;
	margin-left: 0%;
	margin-right:0%;
	padding: 20px;
	background-color: #646c79;
	/*background-color: #00cccc;*/
	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: default;
	float: left;
		font-size:3.2em;
		font-family: Montserrat-SemiBold, 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 */
	}



#subheading{
	width: 78%;
	height: auto;
	margin-top: 15px;
	margin-right: 20%;
	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.8em;
		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 */
	}

#results{
	width: 80%;
	height: auto;
	margin-right: 20%;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	background-color: default;
	float: left;
		font-size:1.3em;
		font-family: Montserrat-SemiBold, 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 */
	}

#message{
	width: 80%;
	height: auto;
	padding: 8px;
	margin-top: 15px;
	background-color: default;
	float: left;
	font-size:22px;
	font-family: Montserrat, Arial, sans-serif;
	color: #f7f7f7;
		display: flex;
		justify-content: center;
		align-items: center;
	text-align:center;
	box-sizing: border-box;
	}

#maptype{
	width: 20%;
	height: auto;
	padding: 8px;
	margin-top: 15px;
	background-color: default;
	float: left;
	font-size:1.2em;
	font-family: Montserrat-SemiBold, Arial, 'sans-serif';
	color: #f7f7f7;
		display: flex;
		justify-content: center;
		align-items: center;
	text-align:center;
	box-sizing: border-box;
	}


ul.a{
	list-style-position: outside;
	list-style-image: url('checkmark.gif');
	}

ul.b{
	list-style-position: outside;
	list-style-image: url('iconhorizontal2.gif');
	}


li {
	margin-top: 25px;
	}


#latest{
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 15px;
	padding: 4px;
	background-color: default;
	float: left;
		font-size:1.0em;
		font-family: Montserrat Arial 'sans-serif';
		color: black;
	text-align:center;
	color: white;
		display: flex;
	vertical-align:middle;
	box-sizing: border-box;
	border-style: solid; 
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;
	}


#holdbutton1{
	width: 50%;
	height: auto;
	padding: 4px;
	/*background-color: #A0A0A0;*/
	background-color: #646c79;
	float: left;
		font-size:1.2em;
		font-family: Montserrat, Arial, sans-serif;
		color: black;
	text-align:center;
	color: white;
	line-height: 1.7;
		
	vertical-align:top;
	box-sizing: border-box;
	}


#holdbutton2{
	width: 50%;
	height: auto;
	margin-top: 0px;
	padding: 4px;
	/*background-color: #00cccc;*/
	background-color: white;
	float: left;
		font-size:1.2em;
		font-family: Montserrat, Arial, sans-serif;
		color: #484848;
	text-align:center;
	line-height: 1.7;
	vertical-align:top;
	box-sizing: border-box;
	}


.top{
	width: 100%;
	height: auto;
	padding: 20px;
		float: left;
	background-color: default;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}

.bottom{
	width: 100%;
	height: auto;
	padding: 20px;
		float: left;
	background-color: default;
		
	text-align: left;
	box-sizing: border-box;
	}

#stats{
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	margin-botton: 5px;
	height: auto;
	float: left;
	background-color: #1e2024;
	display: flex;
	box-sizing: border-box;
		border: 0px solid white;
		border-radius: 0px;
	}

#holdtotal{
	width: 50%;
	height: auto;
	float: left;
	padding: 5px;
	background-color: default;
	font-size:1.4em;
	font-family: Montserrat, Arial, sans-serif;
	color: white;
	text-align:center;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}

#holdage{
	width: 50%;
	height: auto;
	float: left;
	padding: 5px;
	background-color: default;
	font-size:1.4em;
	font-family: Montserrat, Arial, sans-serif;
	color: white;
	text-align:center;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}


#formholder2{
	width: 50%;
	height: auto;
	padding: 20px;
	background-color: default;
	float: left;
		font-size:1.0em;
		font-family: Montserrat, Arial, sans-serif;
		color: black;
	text-align:center;
	color: white;		
	vertical-align:middle;
	box-sizing: border-box;
	}


#instructions2{
	width: 50%;
	height: auto;
	padding: 30px;
	background-color: white;
	float: left;
		font-size:1.2em;
		font-family: Montserrat, Arial, sans-serif;
		color: #484848;
	text-align: left;
	line-height: 1.7;	
	vertical-align:middle;
	box-sizing: border-box;
	}


#centerform{
	width: 100%;
	height: auto;
	margin-top: 0px;
	padding: 20px;
	background-color: default;
	float: left;
		display: flex;
		justify-content: center;
		align-items: center;		
	box-sizing: border-box;
	}


#latlong{
	width: 100%;
	height: auto;
	margin-top: 0px;
	padding: 30px;
	background-color: default;
	float: left;
		font-size:1.5em;
		font-family: Montserrat, Arial, sans-serif;
		/*color: #484848;*/
		color: white;
	text-align:center;
		display: flex;
		justify-content: center;
		align-items: center;		
	vertical-align:middle;
	box-sizing: border-box;
	}


#coordinates{
	width: 88%;
	height: auto;
	margin-left: 6%;
	margin-right: 6%;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 12px;
	background-color: #f0f0f5;
	float: left;
		font-size:1.6em;
		font-family: Montserrat, Arial, sans-serif;
		color: 1f1f2d;
	text-align:center;
		display: flex;
		justify-content: center;
		align-items: center;		
	vertical-align:middle;
	box-sizing: border-box;
	}


#bucketphotos{
	width: 96%;
	height: auto;
	padding-left:0em;
	Margin-top: 0px;
	margin-bottom: 60px;
	margin-left: 2%;
	margin-right: .5%;
	padding-top:1em;
	padding-bottom:1.5em;
	background-color: default;
	opacity: 1;
	float: left;
	text-align:center;
	vertical-align:middle;
		display: flex;
		/*justify-content: center;*/
		/*align-items: center;*/
	color: #d1d1e0;
	vertical-align:middle;
	box-sizing: border-box; 
	}


#imagecentering{
		width:auto;
		height:auto;
		}


#bucketx{
	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; 
	}


#bucket4{
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 60px;
	background-color: default;
	opacity: 1;
	float: left;
	text-align:center;
	color: black;	
	vertical-align:middle;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	box-sizing: border-box; 
	display: flex;
	}



#map {
  	height: 90%;
	width: 96%;
	margin: auto;
	}

#holdpicture{
	width: 40%;
	height: auto;
	margin-left: 0%;
	margin-right:0%;
	padding: 20px;
	/*background-color: #ff944d;*/
	/*background-color: #ffb366;*/
	background-color: #00cccc;
	float: left;
		display: flex;
		justify-content: center;
		align-items: center;
	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;
	} 

#righttext{
	width: 60%;
	height: auto;
	margin-left: 0%;
	margin-right:0%;
	padding: 20px;
	padding-left: 100px;
	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 */	
	}

#pictureheading{
	width: 100%;
	height: auto;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	background-color: default;
	float: left;
		font-size:2.2em;
		font-family: Montserrat-SemiBold, Arial, 'sans-serif';
		color: black;
	text-align:left;	
	box-sizing: border-box;
	border-style: solid;
	border-color: grey;
	border-width: 0px 0px 0px 0px; /* top, right, bottom, left */
	}




#forms1{
	width: 100%;
	height: auto;
	background-color: default;
	padding: 4px;
	margin-top: 10px;
	margin-bottom:10px;
	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;
	}


#forms2{
	width: 100%;
	height: auto;
	background-color: default;
	padding: 4px;
	margin-top: 60px;
	margin-bottom:60px;
	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: 50%;
	background-color: default;
	padding: 8px;
	margin-top: 10px;
	margin-left: 5%;
	float: left;
	font-size: 1em;
	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;
	}


#reportform{
	width: 96%;
	height: auto;
	/*max-width: 100%;*/
	background-color: #646c79;
	/*background-color: #00cccc;*/
	padding: 15px;
	margin-top: 2px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 2px;
	float: left;
	font-size: 1.2em;
	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: #fbae6f;
	border-width: 4px 4px 4px 4px; /* 0px top, 4px right, 0px bottom and 0px left */
	box-sizing: border-box;
	}



#dateshow{
	background-color: white;
	padding: 12px;
	color: black;
	font-family: arial, sans-serif;
	font-size: 1.0em;
	border: 2px;
	border-style: solid;
	border-color: green;
	outline: none;
	border-radius: 6px;
	}



#messageform{
	width: 60%;
	height: auto;
	/*max-width: 100%;*/
	background-color: #646c79;
	/*background-color: #00cccc;*/
	padding: 15px;
	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: #fbae6f;
	border-width: 4px 4px 4px 4px; /* 0px top, 4px right, 0px bottom and 0px left */
	box-sizing: border-box;
	}

iframe{
	overflow: hidden;
	}

#infotextarea{
	/*display: inline-block;*/
	padding: 0.6em;
	width: 100%;
	/*height: 3rem;*/
	cursor: text;
	background-color: white;
	margin-left: 0px;
	margin-bottom: 2px;
	font-size: 25px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	overflow: auto;
	}


#email{
		/*display: inline-block;*/
	background-color: white;
	padding: 0.5em;
	font-size: 22px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	overflow: auto;
	width: 80%;
	}

#name{
		/*display: inline-block;*/
	background-color: white;
	padding: 0.5em;
	font-size: 22px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	overflow: auto;
	width: 80%;
	}

#lastname{
		/*display: inline-block;*/
	padding: 0.5em;
	font-size: 22px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	overflow: auto;
	width: 80%;
	}

#handle{
	padding:0.4em;
	font-size: 25px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	width: auto;
	}

.formfield1{
	/*display: inline-block;*/
	/*padding: 0.4em;*/
	/*font-size: 17px;*/
	padding:0.6em;
	font-size: 25px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	/*overflow: auto;*/
	width: 90%;
	}


#formfieldlat{
	padding:0.6em;
	font-size: 25px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	/*overflow: auto;*/
	width: 90%;
	}


#formfieldlong{
	padding:0.6em;
	font-size: 25px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	/*overflow: auto;*/
	width: 90%;
	}


#deletelat{
	padding:0.6em;
	font-size: 25px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	/*overflow: auto;*/
	width: 90%;
	}


#deletelong{
	padding:0.6em;
	font-size: 25px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	/*overflow: auto;*/
	width: 90%;
	}


::placeholder{
	opacity: 0.35;
	color: #404040;
	}


.holdfooter{
	width: 100%;
	height: 70px;
		/*position: fixed;
		bottom: 0;
		left: 0; */
	background-color: #354456;
	margin-top: 10px;
	float: left;
	box-sizing: border-box;
	}



#footer1{
	width: 100%;
	height: 50%;
	background-color: default;
	padding: 5px;
	margin-top: 0px;
	float: left;
	font-size: .6em;
	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: default;
	padding: 5px;
	margin-top: 0px;
	float: left;
	font-size: .6em;
	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: 90F9E6;*/
 	background-color: #e6e6e6;
	width: 62%;
	height: 300px;
	float: left;
	padding: 20px;
	margin-left: 1%;
	margin-top: 1%;
	border-style: solid;
	border-radius: 6px;
	border-color: black;
	border-width: 2px 2px 2px 2px; /*top-right-bottom-left */
	box-sizing: border-box;
		
	}


#upperright{
	background-color: #e6e6e6; 
	width: 37%;
	height: 300px;
	float: left;
	padding: 10px;
	margin-left: 0%;
	margin-top: 1%;
	border-style: solid;
	border-radius: 6px;
	border-color: black;
	border-width: 2px 2px 2px 2px; /*top-right-bottom-left */
	box-sizing: border-box;
	}


#leftholder{
	background-color: default; 
	width: 33.3%;
	height: 94%;
	float: left;
	float: left;
	box-sizing: border-box;
	}

#middleholder{
	background-color: default; 
	width: 33.3%;
	height: 94%;
	float: left;
	float: left;
	box-sizing: border-box;
	}


#rightholder{
	background-color: default; 
	width: 33.4%;
	height: 94%;
	float: left;
	float: left;
	box-sizing: border-box;
	}

#instructionslookup{
	width: 100%;
	height: 6%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	padding: 2px;
	background-color: default;
	font-size:0.55vw;
	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: 11%;
	float: left;
	padding: 5px;
	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%;
	float: left;
	padding: 15px;
	margin-left: 2%;
	margin-top: 0%;
	margin-bottom: 2%;
		font-size: 0.9em;
		/*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%;
	float: left;
	padding: 15px;
	margin-left: 2%;
	margin-top: 0%;
	margin-bottom: 2%;
		font-size: 0.9em;
		/*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%;
	float: left;
	padding: 15px;
	margin-left: 2%;
	margin-top: 0%;
	margin-bottom: 2%;
		font-size: 0.9em;
		/*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; 
	width: 100%;
	height: 80%;
	float: left;
	padding: 0px;
	margin-left: 0%;
	margin-top: 1%;
	border-style: solid;
	border-radius: 6px;
	border-color: black;
	border-width: 2px 2px 2px 2px; /*top-right-bottom-left */
	box-sizing: border-box;
	}

#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: 90px;
	margin-left: 0%;
	margin-top: 1%;
	margin-bottom: 1%;
		font-size: 1.1rem;
		font-family: 'Montserrat', 'Helvetica', sans-serif;
		text-align:left;
		color: #505050;
	line-height: 1.6;
	border-style: solid;
	border-radius: 6px;
	border-color: black;
	border-width: 2px 2px 2px 2px; /*top-right-bottom-left */
	box-sizing: border-box;
	}


#th{
	text-align: center;
	}

#td{
	text-align: center;
	}


.formtable{
	background-color: default;
	color: #f7f7f7;
	font-size: 1.25em;
	}


table.formtable td{
		background-color: default;
		}


/* - - - - - - - - - - - Collapsible Page Sections Formating - - - - - - - - */

.collapsible{
	/*background-color: #676798;*/
	background-color: #646c79;
	color: white;
	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: #464b54;
	}

/* 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: 2%;
	margin-right: 2%;
	width: 96%;
	height: auto;
	padding: 0 18px;
	display: none;
	overflow: hidden;
	/*background-color: #f1f1f1;*/
	/*background-color: #3372ff;*/
	background-color: default;
	box-sizing: border-box;
	}




#infoicon{
	height: 30px;
	width: 30px;
	margin-top: -10px;
	margin-bottom: -15px;
	margin-right:25px
	float: left;
	}



/* 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: 78%;
	width: 80%;
	border-radius: 4px;
	background-color: #8686ac;
	font-size: 1.3em;
	font-family: 'Arial' 'sans-serif';
	color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 1px solid white;
	margin-top: 0%;
	box-sizing: border-box; 
	}

#login:hover{
	background-color:#18da8d;
	color: black;
	}


#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;
	}


#send{
	height: auto;
	width: auto;
	padding: 10px;
	border-radius: 4px;
	background-color: #33B249;
	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:#288E3A;
	color: white;
	}


.clear{
	height: auto;
	width: auto;
	padding: 10px;
	border-radius: 4px;
	background-color: white;
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: #c5c5c5;
		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; 
	}

.clear:hover{
	color: #949494;
	}


#delete{
	height: auto;
	width: auto;
	padding: 10px;
	border-radius: 4px;
	background-color: white;
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: #313131;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 2px solid #313131;
	margin-top: 0%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box; 
	}

#delete:hover{
	color: #f03932;
	border: 2px solid #f03932;
	}


/* 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: 80%;
	border-radius:3px;
	background-color: #ff861a;
	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: background-color 0.4s;
	transition: width 0.8s;
	}

#userpage:hover{
	background-color: #e67300;
	width:86%;
	}


#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:35px;*/
	/*width: 170px;*/
	height: auto;
	width: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 2px;
	background-color: #668cff;
	/*font-size:0.9em;*/
	font-size: 0.7vw;
	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;
	}

#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: 2px;
	background-color: #9494b8;
	font-size:0.7vw;
	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:80px;
	padding: 10px;
	margin: 2px;
	background-color: white;
	/*font-size:1.5em;*/
	font-size: 0.8vw;
	font-family: 'Arial' 'sans-serif';
	text-decoration: none;
	color: black;
	border: 1.3px 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;
	}


#action1{
	height: 2.8em;
	width: auto;
	
	padding: 4px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 6px;
	/*background-color: #0080ff;*/
	background-color: #668cff;
	font-size: 1.4em;
	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;
	}

#action1:hover{
	height: 3em;
	background-color:#3366ff;
	/*color: black;*/
	}

#action1:active{
	border: 1px solid red;
	background-color:grey;
	color: white;
	}




#action2{
	height: auto;
	width: auto;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 6px;
	/*background-color: #ff8c1a;*/
	background-color: #338249;
	font-size: 1.5em;
	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;
	}

#action2:hover{
	background-color: #288E3A;
	border: 2px solid #288E3A;
	}

#action2:active{
	border: 2px solid white;
	color: white;
	}



/* *********************************** END BUTTONS ************************************* */




/* ******************** RADIO BUTTONS *************** */

input[type="radio"]{
	width: 2.7em;
	height: 2.7em;
	margin-right: 10px;
	accent-color: #fbae6f;
	border: 3px solid grey;
	margin-left: 10px;
	}




/* ************************ FORMAT IMAGES ****************************** */

#image1{
	height: auto;
	max-height: 80%;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
	
	background-color: default;
	float: center;
	text-align:center;
	border: 0px solid grey;
	border-radius: 6px;
	}


#image2{
	height: auto;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	
	background-color: default;
	float: center;
	text-align:center;
	}

/* ********************************** FONT SIZES ****************************** */

/* 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;
        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: 12px 20px;
        border: none;
        /* background-color: #8ebf42; */
	background-color: #00cccc;
        color: #fff;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
	margin-top: 10px;
        opacity: 0.8;
      }

      .formContainer .cancel {
        /*background-color: #cc0000;*/
	background-color: grey;
      }

      .formContainer .btn:hover,
      .openButton:hover {
        opacity: 1;
      }


/* Styling for Signup Popup */
     
      .signupPopup {
        position: relative;
        text-align: center;
	background-color: pink;
        width: 100%;
      }




/* Styling for Contact Popup */
     
      .contactPopup {
        position: relative;
        text-align: center;
	background-color: pink;
        width: 100%;
      }