body {
	background-image: url('../images/marpatfadeback2.jpg');
	background-position: 50% -100px;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	background-color: #1B1716;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.pageBody::before {
	content: '';
	opacity: 0.6;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: url('../images/hash.png') repeat;
}

.navbar {
	margin-top: 75px;
	background-color: rgba(0,0,0,0);
}

.navbar-logo {
	width: 300px;
	height: 60px;
}

.navbar-nav > li > a  {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: hsl(0,0%,100%,.55);
  transition: .3s;
  text-transform: uppercase;
  text-shadow: 0px 0px 8px #000;
  margin-top: 20px;
  color: #ddd;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  text-shadow: 0px 0px 8px #000;
  transform: translateY(-6px);
  color: #fff;
  background: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
}

.dropdown-menu {
	background-color: #111;
	color: #9697a2;
	border: 1px solid black;
	border-radius: 5px;
}

.dropdown-menu li > a {
	background-color: #111;
	color: #9697a2;
	transition: 0.8s;
	font-size: 13px;
}

.dropdown-menu li > a:hover {
	background-color: rgba(28,28,33,1);
	color: #fff;
}

.content {
	color: #fff;
}

.container .content{
  position: relative;
  padding: 25px;
}

.who {
	color: #c00;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px #000;
	text-align: center;
}

.logo15 {
	float: right;
}

.logoMarine img {
	width: 75%;
	background-color: #222;
	border-radius: 50%;
	border: 5px solid black;
}

.mosnum {
	color: #c00;
	margin: 50px;
}

.mosnum img {
	width: 125px;
	filter: brightness(50%);
	transition: 5s;
}

.mosnum img:hover {
	width: 130px;
	filter: brightness(85%);
}

.mosnum span {
	background-color: #222;
	border: 5px inset black;
	border-radius: 50%;
	padding: 30px 20px;
	font-size: 20px;
	font-weight: bold;
	font-family: courier new;
}

.mosname {
	font-family: courier new;
	font-size: 30px;
	margin-bottom: 50px;
}

.mosrow {
	margin-bottom: 100px;
	text-align: center;
	/*border-top: 1px solid #c00;*/
}

.mosimg {
	width: 100%;
	margin-top: 25px;
	border: 2px solid rgba(0,0,0,0.3);
}

.btn-cta {
	background-color: #700;
	border: 3px solid #CA8416;
	color: #CA8416;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	transition: transform .2s ease-in-out;
}

.btn-cta:hover {
	background-color: #B83032;
	border: 3px solid #CA8416;
	color: #CA8416;
	font-size: 20px;
	font-weight: bold;
	transform: scale(1.2);
}

.mosjobs {
	color: #CA8416;
	font-weight: bold;
}

.mosdesccol {
	margin-bottom: 50px;
}

.footerText {
	text-align: center;
	color: #777;
}

.footer hr {
	opacity: 0.5;
}

.footerText a{
	color: #aaa;
}

.footerText a:hover{
	color: #ccc;
	text-decoration: none;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    width: 0;
}