@charset "utf-8";
/* CSS Document */

html{
	background:#FFFFD9 url("/images/mdi1887fade.jpg?crc=3980781163") no-repeat scroll center;
	background-size: 200%;
	}
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Legitima, "Baskerville Old Face", "Times New Roman", Georgia, "Poor Richard", "serif";
}

header {
	background-color:transparent;
	text-decoration: none;
	color: #0000AC;
	text-align: center;
	font-family: Legitima, "Baskerville Old Face", "Times New Roman", Georgia, "Poor Richard", "serif";
	display: block;
	text-transform: uppercase;
	padding: 32px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

footer {
	padding: 0px 20px;
	background-color: #FFFFD9;
}

body {
	margin-left: auto;
	margin-right: auto;
}

.style-listtitle{
	font-size: 24px;
	text-align: center;
	color: #800000;
	font-style:italic;
	}
.style-listbody{
	font-size: 24px;
	text-align: center;
	color: #000080;
	list-style-type: none;
	}
.style-logoP{
	font-size:78px;
	font-weight:500;
	font-family: Legitima, "Baskerville Old Face", "Times New Roman", Georgia, "Poor Richard", "serif";
	line-height:100px;
	}
.style-logoATRIO{
	font-size:68px;
	font-weight:500;
	font-family: Legitima, "Baskerville Old Face", "Times New Roman", Georgia, "Poor Richard", "serif";
	line-height:58px;
}
.style-logoT{
	font-size:74px;
	font-weight:500;
	font-family: Legitima, "Baskerville Old Face", "Times New Roman", Georgia, "Poor Richard", "serif";
	line-height:65px;
}
.style-logoLS{
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size:46px;
	font-weight:500;
	line-height:43px;
}

.style-logo{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-phone{
	padding: 12px;
	text-align: center;
	text-decoration: underline;
	}

.style-nav ul {
	font-size:24px;
	list-style-type: none;
}

.style-nav ul li a {
	font-size:24px;
	text-decoration: none;
	color: #0000AC;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.style-onelink 
			a:link {
					color: #800000;}
			a:visited {
					   color: dodgerblue;}
			a:hover {
					 color: yellow;}
.style-twolink
			a:link {
				color: orangered;}
			a:visited {
					   color: dodgerblue;}
			a:hover {
					 color: yellow;}

.marquis {
	font-size: 24px;
	background-video: url("");
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #000080;
	text-align: center;
}

.gfj {
	font-size: 24px;
	a:link {color:forestgreen}
	a:visited {color:orangered}
	a:hover {color:darkcyan}
	background-video: url("");
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #000080;
	text-align: center;
}


h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 1;
	margin-bottom: 1px;
}

h2 {
	font-size: 32px;
	font-weight: 2;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 16px;
	font-weight: 1;
	margin-bottom: 1px;
}

h6 {
	font-size: 14px;
	font-weight: 1;
	margin-bottom: 1px;
}

p {
	font-size: 14px;
	font-weight: 1;
	text-transform: uppercase;
	margin-bottom: 1px;
}






.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-drone {
	position: relative;
	background-color:#2D2D35;
	color:antiquewhite;
	a:link {color:yellow}
	a:visited {color:orange}
	a:hover {color:orangered}
	height: 50%;
	padding: 30px 20px 60px;
	text-align: left;
	}

.info-box-sonar {
	position: relative;
	background-image: url("images/Edgetech-Bathy.jpg");
	background-size: cover;
	background-color: #2D2D35; 
	color:antiquewhite;
	height: auto;
	padding: 100px 20px 90px;
	text-align: center;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear:both;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 10%;
  min-height: 10%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: sticky;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.transbox {
  position: sticky;
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%; /* Full width */
  padding: 5px;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}	
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}



/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
		
		.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
