@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/


/***** RESET CSS *****/

/*sets margins, padding and border on all elements to 0*/
* {
	margin: 0 auto;
	padding: 0 auto;
  	border: 0 auto;
	font-size: 100%;
}


/*****GLOBAL CSS - applies to all device types unless indicated otherwise below*****/
body {
	background-color: #3f3f3f;
}

img {
	border-style: none;
	display: inline-block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.Header {
	background-color: #FFFFFF;
}

/* Remove extra left and right margins, due to padding in columns */

.HeaderRow {
	back-ground-color: #FFFFFF;
	margin-left: 0px; 
	margin-right: 0px;
	}

/* columns used to place Marsollier Logo left and Mobil logo right */
.HeaderColumns {
  width: 100%;
}

.HeaderName {
    float: left;
	padding-left: 10px;
      }

.HeaderTagline {
	float: left;
	color: #000000;
	font-family: 'Raleway', san-serif;
	font-size:small;
	margin-bottom: 2vh;
	padding-left: 2px;
	letter-spacing: -.5px;
}

.HeaderMobilLogo {
	float: right;
	width: 20%;
	margin-top: 20px;
	padding-right: 15px;
}

.flyer {
	display: block;
	text-align: center;
	background-color: #fcc315;
	font-size: 2vw;
}


#Navigation {
	float: right;
	width: 100%;
	display: block;
	background-color: #000000;
	font-size: 3vw;
	}

#Navigation a:link {
	color: #FFFFFF;
	padding: 10px;
	text-decoration: none;
	}
 
#Navigation a:visited {
	color: #ffffff;
	background: #000000;
	}
 
#Navigation a:hover {
	color: #FFFFFF;
	background: #4c4a4a;
	}

#Navigation a:active {
	color: #FFFFFF;
	background: #9d0605;
	}

.currentpage {
   color: #FFFFFF;
   background-color: #9d0605;
}

a:link {
	color: #cc0000;
	text-decoration: none;
	}
 
a:visited {
	color: #cc0000;
	background: #000000;
	}
 
a:hover {
	color: #cc0000;

	}

a:active {
	color: #cc0000;
	}

ul {
	margin-top: 0;
	margin-bottom: 0px;
	list-style-type: none;
	padding: 0;
	}
	
li {
    float: right;
	}

li a {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-align: center;
	padding: 8px 8px;
	}

/* H1 used for large caption beneath hero image on every page*/
h1{
	Font-Family: 'Raleway', Sans-Serif;
	Font-Size: 3vw;
	color: #FFFFFF;
	font-weight: bold;
	}
	
/* H2 used for section headings*/
h2 {
	Font-Family: 'Raleway', Sans-Serif;
	Font-size: 2vw;
	color: #cc0000;
	font-weight: bold;
	}
	

/* H3 used for 'Marsollier' in header*/
h3 {
	font-family:'Prompt', Sans-Serif;
	letter-spacing: -1.5px;
	color: #333;
	font-size:5vw;
	color: #cc0000;
	}	
	
/* H4 used for 'Petroleum Limited' in header*/	
h4 {
	font-family:'Prompt', Sans-Serif;
	letter-spacing: 1.5px;
	font-size:2vw;
	color: #cc0000;
	margin-top: -1vh;
	padding-left: 2px;
	}

/* H5 used for text under heading below hero image*/	
h5 {
	font-family:'Raleway', sans-serif;
	font-size: 2vw;
	color: #ffffff;}

/*p used for all other text on pages*/

h6 {font-family:'Raleway', sans-serif;
	font-size: 1vw;
	color: #ffffff;}
	
p {
	Font-Family: 'Open Sans', Sans-Serif;
	font-size: 100%;
}

.social {
  margin-top: 20px;
  margin-right: 60px; 
  text-align: left;
}

.social a:link {
	color: inherit;
	text-decoration: none;
	}
 
.social a:visited {
	color: inherit;
	background: #000000;
	}
 
.social a:hover {
	color: inherit;
	background: #4c4a4a;
	}

.social a:active {
	color: inherit;
	background: #9d0605;
	}
	

.fa {
  padding: 10px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.copyright {	
	padding-top: 4px;
	padding-left: 12px;
	padding-bottom: 20px;
	margin: 0px;
	margin-bottom: 12px;
	height: 26px;
	display: block;
	background-color: #333333;

	color: white;
	font-size: small;
}

.privacy {
	padding-top: 4px;
	padding-left: 12px;
	padding-bottom: 20px;
	margin: 0px;
	margin-bottom: 12px;
	height: 26px;
	display: block;
	background-color: #333333;
	text-align: right;
	color: white;
	font-size: small;
}

/***** MOBILE: 600px and below *****/

@media only screen and (max-width:600px)
{

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: .75%;
	padding-right: .75%;
}

.HeaderTagline {
	font-size:x-small;
}

#Navigation a:link {
	color: #FFFFFF;
	padding: 4px;
	text-decoration: none;
	}
/* H1 used for large caption beneath hero image on every page*/
h1{
	Font-Size: 4vw;
	}

/* H2 used for section headings*/
h2 {font-size: 6vw;
}

/* H3 used for 'Marsollier' in header*/
h3 {
	letter-spacing: 0px;
	font-size:7vw;

	}	
	
/* H4 used for 'Petroleum Limited' in header*/	
h4 {
	letter-spacing: 0px;
	font-size:4vw;
	margin-top: -1vh;
	padding-left: 2px;
	}
	
/* H5 used for text under heading below hero image*/		
h5 {
	font-size: 3vw;
}
/* H6 used for headings in footer*/		
h6 {font-size: 5vw;
}

#Footer {	
	height: 490px;
	display: block;
	padding-left: 6px;
	background-color: #000;
	color: white;
	font-size: small;
}

.footerLogo {
	max-width:60%;
	display: block;	
}

.footerColumns{
  float: left;
  width: 100%;
}

}


/***** TABLET & DESKTOP: 600px to 1200px*****/

@media only screen and (min-width: 600px) {
.gridContainer {
	width: 100%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

/* H2 used for section headings*/
h2 {font-size: 2vw;
}

/* H3 used for 'Marsollier' in header*/
h3 {
	letter-spacing: 0px;
	margin-top: -0vh;
	font-size:6vw;

	}	


	
/* H4 used for 'Petroleum Limited' in header*/	
h4 {
	letter-spacing: 0px;
	font-size:3.25vw;
	margin-top: -2vh;
	padding-left: 2px;
	}

.HeaderTagline {
	font-size: large;
	margin-top: -1vh;
}


#Navigation {
	font-size: medium;
	}


#Footer {	
	margin-left: 0px;
	margin-right: 0px;
	height: 260px;
	display: block;
	background-color: #000;
	color: white;
	font-size: small;
}

.footerLogo {
	float: left;
	padding: 28px;
 	max-width:80%;
  	max-height:200px;
}

.footerColumns{
  float: left;
  width: 30%;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 14px;

}

}

/***** @MEDIA for 769 px to a max of 1200 px)*****/

@media only screen and (min-width: 769px) {

/* H2 used for section headings*/
h2 {font-size: 1.5vw;
}

/* H3 used for 'Marsollier' in header*/
h3 {
	letter-spacing: 0px;
	margin-top: -1vh;
	font-size:4vw;
	font-weight: 800;
	}	
	
/* H4 used for 'Petroleum Limited' in header*/	
h4 {
	letter-spacing: -.5px;
	font-size:2.25vw;
	margin-top: -4vh;
	padding-left: 2px;
	}

.HeaderTagline {
	font-size: x-large;
	margin-top: -2vh;
}

#Footer {	
	height: 270px;
	
}


}
