@charset "UTF-8";

* {
	box-sizing: border-box;
}

/* other */
p {
	color: white;
}

#overall {
	background-color: #333333;
}

/* styles images */
img {
	display: inline-block;
}

/*------------------Header------------------*/

.IPS_Logo {
	width: 100%;
	height: 100%;
	-webkit-filter: drop-shadow(5px 5px 5px rgb(17, 17, 17));
	filter: drop-shadow(5px 5px 5px rgb(17, 17, 17));
	min-width: 300px;
	min-height: 100px;
}

.image {
	flex-basis: 50%;
}

.text {
	font-size: 20px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	color: #36B6E9;
	font-weight: 600;
	width: 120%;
	text-shadow: 2px 2px 4px #000000;
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
}

#manuImg {
	display: flex;
}

#banner {
	margin: auto 10% 10px 30px;
}

#manuImg>img {
	width: 50px;
}

/* Clearfix (clear floats) */
.row::after {
	content: "";
	clear: both;
	display: table;
}

#FEL {
	height: 100px;
	width: 300px;
}

/*------------------Nav Bar------------------*/

#nav2 {
	background-color: #36B6E9;
	border-radius: 7px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar-nav {
	margin: auto;
}

.nav-link {
	color: white;
	font-weight: bold;
	margin-right: 50px;
	margin-left: 50px;
	border-radius: 5px;
}

.nav-link:hover {
	background-color: #ffffff42;
	color: white;
}

.nav-link:focus {
	color: white;
}

#navUl {
	margin: auto;
}

#dropMenu {
	background-color: #262626;
	border-radius: 7px;
	color: white;
}

#dropMenu>li>a {
	color: white;
}

.navbar-toggler {
	background-color: #2E6E88;
}

/*------------------Body------------------*/


#productsHeader {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-filter: drop-shadow(5px 5px 5px rgb(17, 17, 17));
	filter: drop-shadow(5px 5px 5px rgb(17, 17, 17));
	color: white;
}

#map-cover {
	height: 450px;
	float: right;
	-webkit-filter: drop-shadow(5px 5px 5px rgb(17, 17, 17));
	filter: drop-shadow(5px 5px 5px rgb(17, 17, 17));
}

#map-cover2 {
	height: 450px;
	float: right;
}

.mb-3 {
	margin: 10px;
	width: 30%;
}

.form-select {
	margin: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.form-control {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact-text {
	color: white;
	text-shadow: 2px 2px 4px #000000;
}

/* styles form button */
#formBtn {
	border: none;
	outline: none;
	background-color: #36B6E9;
	color: white;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#formBtn:hover {
	background-color: white;
	color: black;
}

body {
	margin: 20px auto 20px auto;
	border-style: solid;
	border-width: 20px;
	border-radius: 15px;
	border-color: #333333;
	background-color: #262626;
	height: auto;
	max-width: 1200px;
	flex-direction: column;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

hr.sepLine {
	color: #36B6E9;
	width: 100%;
	height: 2px;
}

hr.sepLine2 {
	color: #36B6E9;
	width: 100%;
	height: 4px;
}

/*------------------Footer Stuff------------------*/

#topBtn {
	margin-bottom: 3%;
	display: flex;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #36B6E9;
	color: white;
	cursor: pointer;
	padding: 12px;
	border-radius: 7px;
	font-weight: bold;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.test {
	color: wheat;
}

#topBtn:hover {
	background-color: white;
	color: black;
}

footer {
	text-align: center;
	margin: 0 auto;
}

#footerInfo {
	float: left;
	color: white;
	width: 25%;
	text-align: left;
	list-style: none;
	margin-top: 2%;
	text-shadow: 2px 2px 4px #000000;
}

#copyTxt {
	color: white;
	width: 40%;
	display: inline-block;
	margin: 2% 15% auto auto;
}

#copyTxt img {
	width: 20%;
	height: 20%;
	-webkit-filter: drop-shadow(5px 5px 5px rgb(17, 17, 17));
	filter: drop-shadow(5px 5px 5px rgb(17, 17, 17));
}

#copyTxt>a {
	margin: auto 10px auto 10px;
}

#quoteH {
	color: white;
	font-style: italic;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000000;
}

/*--------------Media Queries--------------*/

@media only screen and (max-width: 600px) {
	.text {
		display: none;
	}

	#bioTxt {
		font-size: 90%;
	}

	#footerInfo {
		font-size: 75%;
	}

	#copyTxt img {
		width: 30%;
		height: 30%;
	}

	#copyTxt {
		font-size: 75%;
	}

	#topBtn {
		font-size: 75%;
		margin: 10% auto auto auto;
	}

	/* styles form button */
	#formBtn {
		text-align: center;
	}

	iframe {
		height: auto;
		width: auto;
	}

	.productsGallery {
		display: flex;
		flex-direction: column;
	}

	.trainingGallery {
		display: flex;
		flex-direction: column;
	}

	div.gallery {
		margin-top: 5px;
		border: 1px solid #ccc;
		display: inline-block;
		width: auto;
	}
}

@media screen and (max-width: 600px) {
	#map-cover {
		display: none;
	}

	.form-control {
		width: 300%;
	}

	.form-select {
		width: 90%;
	}

}


@media screen and (max-width: 4000px) {
	#map-cover {
		height: 60%;
		width: 60%;
	}

	#map-cover2 {
		height: 60%;
		width: 60%;
		display: none;
	}
}