*{
	box-sizing: border-box;
}


html, body {
	margin: 0px;
	padding: 0px; 
	font-family: 'Open Sans', sans-serif;
}

html {
	background-image: url("../img/Linstock-bg01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	font-family: 'Open Sans', sans-serif;
	background-size: cover;
	background-position: center; /* Center the image */
}




h1, h2 {
	font-weight: 100;
	margin: 0;
	padding: 0; 
    -webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
}

p {
	font-weight: 100;
	margin-bottom: 10px;
	padding: 0; 
    -webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
}

h1, h2 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 0.5px;
	margin-bottom: 10px;
}


.text_content a:link { 
	text-decoration: none !important; 
	text-decoration-color: #000 !important;
	 }

.text_content a:visited { 
	text-decoration: none !important; 
	text-decoration-color: #000 !important;
	 }

.text_content a:hover { 
	text-decoration: none !important; 
	text-decoration-color: #000 !important;
	 }

.text_content a:active { 
	text-decoration: none !important; 
	text-decoration-color: #000 !important;
	 }

.text_content a {
	color: #333;
	border-bottom: 0px solid;
	padding-bottom: 3px;
	margin-bottom: 0px;
	display: inline-block;
}

.text_content a:hover {
	color: #000;
}
/* Crundi_ Logo Styles and placement
-------------------------------------------------------------*/

.head_logo_wrapper {
  display: block;
  float: right;
  width: 500px;
  height: auto;
  padding: 30px 30px 0px 30px;
  text-align: right;
  margin-top: 4%;
  margin-left: auto;
  margin-right: 8%;
  clear: both;
  background-color: rgba(255,255,255,0.80);
  border-radius: 8px;
}


.head_logo_wrapper img{
	width: 100%;
}

.logo  {
	margin: 1% 7% 1% 7%;
	/*background-color: red;*/
}

/* ----------------------------------------------------------*/








/* Crundi_ TEXT CONTENT
-------------------------------------------------------------*/

.text_content {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px 0px 10px 0;
    color: #333;
    letter-spacing: 0.3px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}



/* ----------------------------------------------------------*/







/* Crundi_ Footer Social media styles 
-------------------------------------------------------------*/

.footer_container {
	padding-top: 0px;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}

.footer_social {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	/*background-color: red;*/
}

.footer_social a {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-left: 10px;
	opacity: 1;
	transition: all 300ms ease-in-out;
}

.footer_social a:hover {
	opacity: 0.5;
}

.footer_social a:last-child {
	background-image: url("http://a1mileagecorrection.co.uk/assets/img/instagram_logo.svg");
	background-size: 25px;

}

.footer_social a:first-child {
	background-image: url("http://a1mileagecorrection.co.uk/assets/img/twitter_logo.svg");
	background-size: 25px;
}

/* ----------------------------------------------------------*/







/* Crundi_ ALL MOBILE CONTENT IN HERE
-------------------------------------------------------------*/

@media only screen and (max-width: 780px) { 
	.head_logo_wrapper {
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
	margin-top: 10%;
	margin-right: 0px;
	clear: both;
}

h1, h2 {
	line-height: 36px;
}

.head_logo_wrapper p {
	font-size: 14px;
}


html {
	background-image: url("../img/Linstock-BG-mobile01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}



}

/*-------------------------------------------------------------*/






