/*
Theme Name: 	ASUK2025
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	based on the starkers theme
Version: 		4.0
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav
{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */  }


/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */




/* standard layout*/



*:focus {
    outline: none;
}

body 
{
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
padding:0px;margin:0px;background-color:#ffffff;
    overflow-x:hidden;
    overflow-y:hidden;
	color:#404042;
}

.clear1 {clear:both;height:1px;}
.clear5 {clear:both;height:5px;}
.clear20 {clear:both;height:20px;}
.clear30 {clear:both;height:30px;}



/*  colours */


.has-blue-1-background-color {background-color:#0072bb;}
.has-blue-2-background-color {background-color:#e5edf3;}
.has-red-1-background-color {background-color:#b74163;}
.has-red-2-background-color {background-color:#f3e5e9;}
.has-grey-1-background-color {background-color:#404042;}
.has-grey-2-background-color {background-color:#6d6e72;}
.has-grey-3-background-color {background-color:#efefef;}
.has-black-1-background-color {background-color:#111111;}
.has-white-1-background-color {background-color:#ffffff;}

.has-blue-1-color {color:#0072bb;}
.has-blue-2-color {color:#e5edf3;}
.has-red-1-color {color:#b74163;}
.has-red-2-color {color:#f3e5e9;}
.has-grey-1-color {color:#404042;}
.has-grey-2-color {color:#6d6e72;}
.has-grey-3-color {color:#efefef;}
.has-black-1-color {color:#111111;}
.has-white-1-color {color:#ffffff !important;}

