@charset "utf-8";
/* CSS Document */

ul, ol {			/* remove syling from lists */
	list-style:none;	
	padding:0;
	margin:0;
}

a img {
	border:0;		/* remove border from linked images */
}

img{				/* makes images resize to their container */
	max-width:100%;
	height:auto;	
}

body{			/* removes default margin and set font for whole doc */
	margin:0;	
	font-family: 'Open Sans', sans-serif;
}

h1 {
	color:#025fbe ;
	font-size: 1.2em;	
}

h2 {
	color:#FF0000;
	font-size: 1.6em;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


/* blue #025fbe   Grey #cccccc*/


/*banner*/

html { 
  background:url(../img/rig-control-products-mssl.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.outter-banner {
	padding-top:1.2em;
	margin-top: 7em;
	width: 100%;
	background-color:rgba(255,255,255,0.86);
}

.inner-banner {
	width:70%;
	margin:0 auto;
	padding-top: 1em;
	padding-bottom: 1em;
	
		
}

.banner-cta {
	width:80%;
}

.banner-cta p {
	font-size:1.4em;
	font-weight:500;
	color:#003366;
	line-height:1.4em;
	text-decoration: none;
}
.banner-cta a {
	color:#003366;
	text-decoration: none;
}

.banner-cta a:hover {
	color:#0077c8;
}
