/* your custom styles here */

.navbar-brand {
	float:none;
}

h2 {
	font-size:24px;
}
h3 {
	font-size:20px;
	font-weight:400;
}
h4 {
	font-weight:400;}

h1 {
	font-weight:normal;
}
footer {
	padding-top:20px;
}

.footer-bottom {
	padding-top:10px;
}

.hero-fullscreen-bg {
	background-image: url(../img/hero-unit-bg0.jpg);
	background-repeat: no-repeat;
	background-position: top;   
 }
  .overlay-swoosh {
    position: absolute;
    top: 20%;
	left:30%;
    width: 70%;
    height: 70%;
	background-image: url(../img/swoosh.png);
	background-color:transparent;
	background-repeat:no-repeat;
	background-size:contain;

	 }
	
 #ops {
	   background-image: url("../img/rig.jpg");
  background-repeat: no-repeat;
  background-position: center;
 }
 
  #investors {
	   background-image: url("../img/investors.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
 }
  #investors2 {
	   background-image: url("/assets/img/investors/slide1.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size:cover;
 }
   #contact {
	   background-image: url("../img/page-header-contact-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
 }
 

.yellow {
	color:#f9b233;
}

.white {
	color:#FFFFFF;
}

.navy {
	color: #192653;
}

.exploration {
	color:#009FE3;
}
.development {
	color:#144073;
}
.production {
	color: #256cb4;
}

.panel-heading {
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}
.panel-primary > .panel-heading a {
	color:#f4f4f4;
	}
	
.panel-primary > .panel-heading a:hover {
	color:#FFF;}
	
.panel-primary > .panel-heading {
	background-color:#289cd7;
}
.panel-body {
	background-color:#FFFFFF;
}
hr.dotted {
	border-top:1px dotted #7da7d2;
}

.italic {
font-family: 'Lato', sans-serif;
	font-size:48px;
	color:#6ec4e9;
	letter-spacing:1px;
}
.nav-pills > li {
	font-weight:400;}
	
	.caption {
		font-size:75%;
		border-bottom:#e5e5e5 1px solid;
		margin-bottom:30px;
		padding-bottom:5px;
	}
	
	footer li > p {
		font-size:13px;
	}
.label {
	font-size:inherit;
}
.bg-info {
	color:#FFF; font-weight:500; padding:5px;
}
