html{
	font-family: 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);
	}


@font-face {
  font-family: Montserrat-Thin;
	src: url(fonts/Montserrat-Thin.ttf);
	}



@media screen and (min-width: 360px){
	html{
		font-size:8px
	}
}


@media screen and (min-width: 600px){
	html{
		font-size:11px
	}
}


@media screen and (min-width: 900px){
	html{
		font-size:14px
	}
}

@media screen and (min-width: 1500px){
	html{
		font-size:16px
	}
}

@media screen and (min-width: 1900px){
	html{
		font-size:22px
	}
}

@media screen and (min-width: 2400px){
	html{
		font-size:28px
	}
}


body {
	background-color: #002266;
	/*background-color: black;*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	color: #b8b8b8;
	box-sizing: border-box;
	}

#headerrow{
	width: 100%;
	height: 4%;
	top: 0;
	background-color: inherit;
	position: fixed;
	float: left;
	box-sizing: border-box;
	z-index: +9;
	}

#logobox{
	width: 15%;
	height: 100%;
	float: left;
	background-color: inherit;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	box-sizing: border-box; /*DIV size is fixed and not add margin and padding to total width*/
	}

#header1{
	width: 85%;
	height: 100%;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 4px;
	background-color: inherit;
	opacity: 1;
	float: left;
	font-size:1.0vw;
	font-family: Arial, sans-serif;
	color: #a8a8a8;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}


#header2{
	width: 100%;
	height: 15%;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 4px;
	background-color: inherit;
	opacity: 1;
	float: left;
	font-size:1.8vw;
	font-family: Arial, sans-serif;
	color: #a8a8a8;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}


/*format header div*/
#middle{
	width: 80%;
	height: 68%;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 40px;
	background-color: inherit;
	opacity: 1;
	float: left;
	font-size:10vw;
	font-family: Arial, sans-serif;
	/*color: #a0a0a0;*/
	color: inherit;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}


#wageholder{
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-right: 0%;
	padding: 10px;
	background-color: inherit;
	opacity: 1;
	float: left;
	font-size:16rem;
	font-family: Arial, sans-serif;
	color: inherit;
	text-align:center;
	border-radius: 1.5rem;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}


#workclock{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	padding-top: 5px;
	background-color: inherit;
	opacity: 1;
	float: left;
	font-size:2rem;
	font-family: Arial, sans-serif;
	color: inherit;
	text-align:center;
	
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}

#clocktitle{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px
	background-color: inherit;
	opacity: 1;
	float: left;
	font-size:1.0vw;
	font-family: Arial, sans-serif;
	color: inherit;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}



#centerholder{
	width: 100%;
	height: auto;
	}

/*
.smallfont (
	font-size:5vw;
	}
*/

#logo{
	width: 80%;
	height: auto;
	box-sizing: border-box;
	margin: auto;
	}



#content{
	width: 60%;
	height: 40%;
	margin-left: 20%;
	margin-right: 20%;
	background-color: inherit;
	float: left;
	font-size:2vw;
	font-family: 'Arial' 'sans-serif';
	color: #EBF2EA;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}

#footer{
	width: 100%;
	height: 28%;
	
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 4px;
	background-color: inherit;
	opacity: 1;
	float: left;
	font-size:1.5vw;
	font-family: 'Arial' 'sans-serif';
	color: inherit;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}

#footer2{
	width: 60%;
	height: 4%;
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 4px;
	background-color: inherit;
	opacity: 1;
	float: left;
	font-size:1.0vw;
	font-family: Arial, sans-serif;
	color: #a8a8a8;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}


#clock{
	width: 100%;
	height: 10%;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 4px;
	background-color: #004999;
	opacity: 1;
	float: left;
	font-size:1.5vw;
	font-family: 'Arial' 'sans-serif';
	color: #EBF2EA;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}



#clock1{
	color: inherit;
	}



#clock2{
	color: inherit;
	}



#clock3{
	color: #inherit;
	}


#clock4{
	color: #inherit;
	}


#wagenumber{
	background-color: inherit;
	padding:10px;
	margin-left: auto;
	margin-right: auto;
	font-size: .8em;
	font-family: arial, sans-serif;
	color: #606060;
	border-style: solid;
	border-radius: 8px;
	border-color: #606060; 
	border-width:2px;
	}

#buttontable{
	background-color: transparent;
	/*color: #303030;*/
	color: inherit;
	font-size: 1.1em;
	width: 90%;
	margin: auto;
	}


table.buttontable td{
		background-color: yellow;
		}


.menutable{
	background-color: transparent;
	color: inherit;
	font-size: 1em;
	width: 80%;
	margin: auto;
	}

.bottomtable{
	background-color: transparent;
	color: inherit;
	font-size: 1em;
	width: 80%;
	margin: auto;
	}

#salaryform{
	width: 90%;
	height: auto;
	background-color: transparent;
	padding: 12px;
	margin-top: 2px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 2px;
	float: left;
	font-size: 1.2em;
	font-family: arial, sans-serif;
	color: #333b12;
	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;
	}


#instructions{
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-right: 0%;
	padding: 50px;
	padding-left: 120px;
	padding-right: 120px;
	background-color: #e8e8e8;
	opacity: 1;
	float: left;
	font-size:1em;
	font-family: Montserrat, Arial, sans-serif;
	color: #303030;
	text-align:left;
	vertical-align:middle;
	line-height: 1.5;
		border-style: solid;
		border-radius: 0px;
		border-color: grey;
	border-width: 1px 0px 0px 0px; /* 0px top, 4px right, 0px bottom and 0px left */
	box-sizing: border-box;
	}



/* ************************** FOR MESSAGE FORM ********************* */

#formholder{
	width: 70%;
	height: auto;
	margin-left: 15%;
	margin-right: 15%;
	padding: 40px;
	background-color: inherit;
	opacity: 1;
	float: left;
	font-size:1em;
	font-family: 'Arial' 'sans-serif';
	color: #303030;
	text-align:left;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-radius: 0px;
	border-color: grey;
	border-width: 0px 0px 0px 0px; /* 0px top, 4px right, 0px bottom and 0px left */
	box-sizing: border-box;
	}


#messageform{
	width: 80%;
	height: auto;
	/*background-color: #a4a4c1;*/
	background-color: #00cccc;
	padding: 20px;
	margin-top: 5px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 5px;
	float: left;
	font-size: 1.1em;
	font-family: arial, sans-serif;
	color: white;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: center;
	border-style: solid;
	border-radius: 6px;
	border-color: white;
	border-width: 0px 0px 0px 0px; /* 0px top, 4px right, 0px bottom and 0px left */
	box-sizing: border-box;
	}

.formtable{
	background-color: default;
	width: 100%;
	}


table.formtable td{
		background-color: default;
		}


#infotextarea{
	display: inline-block;
	padding: 0.4rem;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	min-width: 300px;
	height: 4rem;
	cursor: text;
	background-color: white;
	margin-bottom: 2px;
	font-size: 15px;
	font-family: arial, sans-serif;
	color: #404040;
	border-width:0px;
	overflow: auto;
	}


#formheading{
	font-size: 15px;
	color: #505050;
		}

#formfooter{
	font-size: 13px;
	color: #505050;
		}


/* ********************************************************** */

th{
	text-align: center;
	padding: 8px;
	font-size: 0.6em;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	line-height: 1.0em;
	/*color: #b8b8b8;*/
	color: inherit;
	}

td{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	line-height: 1.0em;
	/*color: white;*/
	color: inherit;
	}


#centered{
	text-align: center;
	/*color: #b8b8b8*/
	color: inherit;
	}

a:link{

	color: #b8b8b8;

	}

a:hover{

	color: white;

	}

a:visited{

	color: #4d94ff;

	}




/* ******************************************** BUTTONS ******************************************** */

#selector1{
	height: auto;
	width: auto;
	 min-width: 6em;
	padding: 10px;
	border-radius: 10px;
	background-color: inherit;
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: inherit;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 2px solid #ff6666;
	margin-top: 0%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box; 
	}

#selector1:hover{
	background-color:#33ff33;
	color: white;
	}



#selector2{
	height: auto;
	width: auto;
	 min-width: 6em;
	padding: 10px;
	border-radius: 10px;
	background-color: inherit;
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: inherit;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 2px solid #4d94ff;
	margin-top: 0%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box; 
	}

#selector2:hover{
	background-color:#33ff33;
	color: white;
	}



#selector3{
	height: auto;
	width: auto;
	 min-width: 6em;
	padding: 10px;
	border-radius: 10px;
	background-color: inherit;
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: inherit;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 2px solid green;
	margin-top: 0%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box; 
	}

#selector3:hover{
	background-color:#33ff33;
	color: white;
	}


.menu{
	height: auto;
	width: auto;
	 min-width: 6em;
	padding: 5px;
	border-radius: 5px;
	background-color: inherit;
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: inherit;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 0px solid red;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box; 
	}

.menu:hover{
	background-color:#288E3A;
	color: white;
	}


.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:green;
	color: white;
	}


.send:active{
	background-color:white;
	color: green;
	border: 2px solid green;
	}


#sendmessage{
	height: auto;
	width: auto;
	padding: 4px;
	border-radius: 4px;
	background-color: #8686ac;
	font-size: 1em;
	font-family: 'Arial' 'sans-serif';
	color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 1px solid white;
	margin-top: 0%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box; 
	}

#sendmessage:hover{
	background-color:#18da8d;
	color: black;
	}

