body {
	font-size: 16px;
}

.vislab-navigation-container {
	font-size: 17px;
	padding-top: 80px;
	background-color: rgb(36, 36, 36);
	border: none;
}

.vislab-wrecksight-navigation-container {
	font-size: 17px;
	background-color: #282828;
}

.vislab-wrecksight-navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

#vislab-navigation-home {
/* 	background-color: rgba(0, 0, 0, 0.6); */
	background-color: rgb(36, 36, 36);
}

#vislab-home-text {
	z-index: -1;
}

#vislab-cover-image {
	background-image: url(images/royal_oak.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.vislab-bigger-text {
	font-size: 20px;
}

.vislab-wrecksight-button {
	color: rgb(10, 80, 100);
	background: white;
	margin-top:40px;
	margin-bottom:20px;
}

.vislab-staff-contact {
	background: rgb(10, 80, 100);
	color: white;
}

.google-maps {
	position: relative;
	padding-bottom: 50%;
	// This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.vislab-marine-container {
	background-image: url(images/royal_oak.jpg);
	background-position: center left;
	background-size: cover;
	padding: 0px 0px 0px 0px;
}

.vislab-marine-container-inner {
	background-color: rgba(0, 0, 0, 0.4);
}

.vislab-marine-button {
	background-color: white;
	color: rgb(10, 80, 100);
}

.vislab-marine-row {
	padding: 20px;
}

.vislab-staff-profile {
	background: white;
	color: rgb(30, 30, 30);
}

.vislab-link {
	color: rgb(20, 20, 20);
}

.vislab-link:hover {
	color: rgb(20, 20, 20);
}

.vislab-staff-sidebar {
  color: rgb(120, 120, 120);
  padding-left: 80px;
  font-size: 11px;
}

.vislab-glacier-background {
  background-image: url(images/glacier.jpg);
  background-size: cover;
  background-position: center;
}

.vislab-project-background {
  background-size: cover;
  background-position: center;
}

.wrecksight-navbar-background {
  font-size: 15px;
  background-color: #282828;
  border-bottom: 1px solid #505050;
}

.wrecksight-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  overflow: hidden;
}

.wrecksight-info {
  position: fixed;
  top: 90px;
  width: 100%;
  background: none;
  padding-left: 30px;
}

div.dg {
  display: none;
}

.short-bio {
	min-height: 150px;
}

.staff-spacer{
	padding-bottom: 20px;
}

@media screen and (orientation: portrait) {
	.short-bio {
		min-height: auto;
	}
}


@media screen and (orientation: landscape) and (max-width: 1112px) {
	.short-bio {
		min-height: 180px;
	}
}

@media screen and (orientation: portrait) and (min-width: 1024px) {
	.short-bio {
		min-height: 180px;
	}
}











