body {
	margin: 0;
	padding: 0;
	font-family: 'Consolas', Arial, Helvetica, sans-serif;
	background-repeat : no-repeat;
	background-size : cover;
	background-attachment : fixed;
}
.centerDiv {
	width: 754px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border: 3px solid black;
	border-radius: 20px;
	box-shadow: 0 0 6px black;
	background: rgba(79, 88, 246, 0.7);
}
.info {
	width: 1038px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background: rgba(168, 125, 243, 0.85);
	border-top: 5px solid #782ef9;
	border-bottom: 5px solid #782ef9;
}
.info p {
	color: black; 
	font-size: 20px; 
	font-weight: bold;
	text-align: center; 
	/*padding: 5px 500px 30px 500px;*/
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.info img {
	display: block;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 6px black;
}
.textinfo {
	color: black;
	font-size: 20px;
	text-align: center;
	padding: 5px 20px 0px 20px;
}
.contactinfo {
	color: white;
	font-size: 30px;
	text-align: center;
	padding: 50px 20px 0px 20px;
}
.historyDiv {
	width: 754px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border: 3px solid black;
	border-radius: 20px;
	box-shadow: 0 0 6px black;
	background: rgba(79, 88, 246, 0.7);
}
.historyDiv li {
	margin-bottom: 30px;
}
.headerDiv {
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(5px);
	height: 62px;
	margin-bottom: 10px;
	position: sticky;
	top: 0px;
}
.headerDiv a {
	float: left;
	color: white;
	text-align: center;
	padding: 20px 20px;
	text-decoration: none;
	font-size: 18px;
	margin-left: 20px;
	text-shadow: 0 0 3px white;
}
.headerDiv img {
	float: left;
	padding: 1px 8px;
}
.abtme {
	width: 1038px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(168, 125, 243, 0.85);
	border-top: 5px solid #782ef9;
	border-bottom: 5px solid #782ef9;
}
.abtme p{
	color: black; 
	font-size: 17px; 
	font-weight: bold;
	text-align: center; 
	padding: 5px 250px 30px 250px;
}
footer {
	background: rgba(168, 125, 243, 0.9);
	height: 50px;
	text-align: center;
	margin-top: 500px;
	clear: both;
	bottom: 0px;
	position: sticky;
	border-top: 4px solid black;
}
.tableInformation {
	width: 800px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: auto;*/
	margin-bottom: 20px;
	border: 3px solid black;
	border-radius: 15px;
	box-shadow: 0 0 6px black;
	background: lightskyblue;
}
table, th, td {
	border: 2px solid black;
	border-radius: 15px;
	text-align: center;
}
.bottomimg {
	display: block;
	width: 1038px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
}
.title {
	text-align: center;
	color: white;
	font-size: 90px;
	font-weight: bold;
	letter-spacing: 10px;
	text-shadow: 0 0 8px;
}
.vid {
	border: 3px solid black;
	border-radius: 20px;
	box-shadow: 0 0 6px white;
	z-index: -1;
}
.portfolioimg {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	display: block;
	box-shadow: 0 0 6px black;
}
.boatimg {
	display: block;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	box-shadow: 0 0 6px black;
}
a:hover {
	background-color: #782ef9;
}