@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	}


/*Clearfix class to fix float problem*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

/*Top image*/
.container1{
margin: 0;

	}

	/*title*/
.rosebackcolor {
		background-color: #003d99;
		max-width: 95%;
		margin: 0 auto;
		padding-top: 5px;
		height: auto;
		}
.rosebackcolor h3 {
		font-size: 20px;
		font-family: arial;
		text-align: center;
		color: #fff;

		}

.fishbackcolor {
		background-color: rgb(184, 0, 0);
		max-width: 95%;
		margin: 0 auto;
		padding-top: 5px;
		height: auto;
		}
.fishbackcolor h3 {
		font-size: 20px;
		font-family: arial;
		text-align: center;
		color: #fff;
		}
.sprbackcolor {
		background-color: #1a75ff;
		max-width: 95%;
		margin: 0 auto;
		padding-top: 5px;
		height: auto;
		}
.sprbackcolor h3 {
		font-size: 20px;
		font-family: arial;
		text-align: center;
		color: #fff;
		}
.miscbackcolor {
		background-color: #555;
		max-width: 95%;
		margin: 0 auto;
		padding-top: 5px;
		height: auto;
		}

.miscbackcolor h3 {
		font-size: 20px;
		font-family: arial;
		text-align: center;
		color: #fff;
		}


/*Specifications*/
.spec-top {
	max-width: 100%;
	margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;

}
.spec-in {
	width: 300px;
	height: auto;
  	margin: 10px 5px;
	padding: 10px 0;
	flex-basis: 300px;
	background-color: #eee;
	border: 1px solid transparent;
	border-radius: 10px;
}
.spec-in p {
  font-family: arial;
  font-size: 22px;
  font-weight: 600;
  color: #111;
  text-align: center;
}

.pic-in {
	width: 296px;
	height: auto;
  margin: 0 auto;
	padding: 0;

}

.spec-in ul {
	margin: 0;
	list-style-type: none;
}
.spec-in ul p {
	font-family: arial;
	font-size: 18px;
	font-weight: 600;
	color: #111;
	text-align: left;
	margin: 0 3px;
}
.spec-in ul li {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-align: left;
	margin: 0 3px;
}

.spec-in ul li a {
	text-decoration: none;
	font-family: arial;
	font-size: 15px;
	font-weight: 200;
	color: #111;
	text-align: left;
	margin: 0 3px;
}
h4 {
	list-style: none;
	text-align: right;
	background-color: #b30000;
	margin: 0 5px;
	width: 90%
	float: right;
}
h4 a {
	text-decoration: none;

	color: white;
}
