* {
	box-sizing:	border-box;
}
 

body{ 
		background-image: url("img/IMG_20190417_070127.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
		font-size: 100%;
		font-family:  Calibri, Tahoma, sans-serif;
		margin: 0;
		text-align: center;
		overflow: auto;
		
		
}

	



/* Top-Nav Menu */


	
.topnav {
	overflow: hidden;
	background-color:  rgba(71, 36, 60, 255);
}

.topnav a {
	float: left;
	display: block;
	color: rgba(213, 199, 210, 255);
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Acme';
}

#logout-button{

	margin-right: 0;
}
  
.topnav a:hover {
	background-color: rgba(213, 199, 210, 255);
	color: rgba(71, 36, 60, 255);
}
  
 
.topnav a.active {
	background-color: rgba(3, 205, 255, 255);
	color: white;
}

.topnav .icon {
	display: none;
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
	  float: right;
	  display: block;
	}
}
  
  
@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	}
}


/*Textarea*/

textarea {
	resize: none;
  }



/* White Content Window for better view */


.content {

	background:rgba(255,255,255,0.5);
	margin: 2% 10%;
	padding: 15px;
	font-size: 15px;

	position: relative;
		
}

/* Login  Window */

#login-window {

	margin-top: 15%;
	float: none;
}

/* Forms */

.input-text {

	margin: 10px;
	padding: 15px;
	border-radius: 2px;
	border-color: black;
	border-style: line;

}

.submit-button{

	margin: 10px;
	padding: 10px;
	border-radius: 20px;
	border-style: none;
	background-color: rgba(71, 36, 60, 255);
	color: rgba(213, 199, 210, 255);
	font-weight: 300;

}

.submit-button:hover{

	color: rgba(71, 36, 60, 255);
	background-color: rgba(213, 199, 210, 255);	


}


 /* Arrow buttons */

.dropdown-button, .dropup-button{

	margin: 0 auto;
	padding: 10px;
	border-radius: 8px;
	border-style: none;
	width: 40px;
	font-weight: 200px;
	


}

.dropdown-button {

	background-color: rgba(71, 36, 60, 255);
	color: rgba(213, 199, 210, 255);

}

.dropup-button {

	background-color: rgba(3, 205, 255, 255);
	color: rgba(71, 36, 60, 255);

}

.dropup-button:hover {

	color: rgba(3, 205, 255, 255);
	background-color: rgba(213, 199, 210, 255);	

}

.dropdown-button:hover{

	color: rgba(71, 36, 60, 255);
	background-color: rgba(213, 199, 210, 255);	


}
/* Menu Button */

.menu-button{
	background-color: rgba(3, 205, 255, 255); 
	margin: 20px;
	padding: 10px;
	border-radius: 2px;
	border-style: none;
}

.menu-button:hover{
	background-color: rgba(149,30,26, 255); 
	color:  rgba(213, 199, 210, 255);
}

/* Error handler messages */

.ls-success{
	color:rgba(71, 36, 60, 255);
}

.ls-error{
	color:rgba(149, 30, 26, 255);
}

/* Database table */

.database-table{
	text-align: left;
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	display: table;
	padding: 0 0 8em 0;
	


}
.database-table td, .database-table th {
	padding-bottom: 2%;
	padding-top: 2%;
	padding-left:2%; 
	
}
.database-table th {
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	color: rgba(213, 199, 210, 255);
	background-color: rgba(71, 36, 60, 255 );
}
.database-table td {
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	
}

.database-table tr:hover {
	color: rgba(149, 30, 26, 20);
	background-color: rgba(213, 199, 210, 255);
	font-style: oblique;
	
}



/* Engine type selection */


a.engine-link{
	text-decoration: none;
}
div.engine-type{

	margin: 5px;
	border: none;
	float: left;
	max-width: 250px;

	
	background:rgba(255,255,255,0.5);
	margin: 2% 10%;
	padding: 15px;
	font-size: 15px;

	position: relative;
}

div.engine-type:hover{

	border: 1px solid black;
	text-decoration: black;
}

div.engine-type img {

	width: 100%;
	height: auto;
}

div.description {

	padding: 15px;
	text-align: center;
	font-size: 2em;
	text-decoration: none;
	color: black;
	

}

@media only screen and (max-width: 700px) {
	.responsive_gallery {
	  width: 49.99999%;
	  margin: 10px 0;
	}
  }
  

@media only screen and (max-width: 500px){
	.responsive_gallery{
		width: 100%;
	}
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
  }


/*Image Maps and Image Map Container*/




