/* Custom
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
	background: #132150;
	background-image:url('../images/background/highlands.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	 -o-background-size: cover;
	background-size: cover;
}

	@media (max-width: 600px) {
		.hero {
			background: #132150;
			background-image:url('../images/background/mobile-highlands.jpg');
			background-repeat:no-repeat;
			background-position:bottom center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			 -o-background-size: cover;
			background-size: cover;
		}
	}
	
.navigation {
	background-color: rgba(255, 255, 255, 0.8);
	height:61px;
	margin-bottom:48px !important;
	position:fixed;
	top:0px;
	z-index:999;
	display:block;
}
.navigation h1 {
	color: #132150;
	font-size:24px;
	float:left;
	font-weight:700;
	padding-top:16px;
}
.navigation h2 {
	color: #cb0226; 
	font-size:24px;
	float:right;
	font-weight:700;
	padding-top:16px;
}
.navigation h2 a {
	color: #cb0226; 
	text-decoration:none;
}
	@media (max-width: 600px) {
		.phone-no {
			display:none;
		}
	}

.introduction {
	padding-top:100px !important;
	height:625px;
}
	@media (max-width: 600px) {
		.introduction {
			padding-top:82px !important;
			height:500px;
		}
	}
	
.introduction h2 {
	font-size:37px;
	color:#FFF;
	font-weight:700;
	text-align:center;
	text-shadow: 0px 2px 2px rgba(19, 33, 80, 0.75);
}

.about {
	background-color:#2a3761;
	background-image:url('../images/background/about.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	 -o-background-size: cover;
	background-size: cover;
	border-top:2px solid #da2737;
	color:#FFF;
	padding-top:48px !important;
	padding-bottom:32px !important;
}
.about h2 {
	font-size:36px;
	text-align:center;
	font-weight:700;
}
.about h3 {
	font-size:24px;
	text-align:center;
	font-weight:500;
}
.about li {
	text-align:center;
}

.dulux {
	border-top:2px solid #da2737;
	padding-top:48px !important;
	padding-bottom:32px !important;
	background-color:#FFF;
	background-image:url('../images/background/dulux.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	 -o-background-size: cover;
	background-size: cover;
}
	@media (max-width: 600px) {
		.dulux {
			background-image:none
		}	
	}
.dulux h2 {
	font-size:36px;
	color:#cb0226;
	font-weight:700;
	font-style:italic;
}
.dulux h3 {
	font-size:24px;
	color:#404451;
	font-weight:500;
}
.dulux p {
	color:#404451;
}
.dulux-image {
	padding-top:36px;
	max-width:95%;
}


.project {
	border-top:2px solid #da2737;
	padding-top:48px !important;
	padding-bottom:32px !important;
}
.project h2 {
	font-size:36px;
	color: #132150;
	text-align:center;
	font-weight:700;
}
.gallery img {
	width:100%;
	height:auto;
	margin-bottom:24px;
}

.contact {
	border-top:2px solid #132150;
	padding-top:48px !important;
	background-color:#ececed;
}
.contact h2 {
	font-size:36px;
	color: #132150;
	text-align:center;
	font-weight:700;
}
.contact h3 {
	font-size:24px;
	color: #132150;
	font-weight:500;
}
.contact p {
	color:#404451;
}
.contact a {
	color:#404451;
	text-decoration:underline;
}
.contact a:hover {
	color: #132150;
}


.disclaimer {
	border-top:1px solid #c1c2c6;
	text-align:center;
	color:#c1c2c6;
	margin-top:24px;
}
.disclaimer p {
	font-size:14px;
	padding-top:24px;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper {
	width:100%;
	margin:0;
	padding:0;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }
.first {
	margin-left:0 !important;
}

.three.columns { width: 22%; margin-left: 4%; overflow:hidden; }
	@media (max-width: 600px) {
		.three.columns { width: 48%; margin-left: 4%;}
		.third {
			margin-left:0 !important;
		}
	}

.four.columns { width: 30.6666666667%; margin-left: 4%;}
	@media (max-width: 600px) {
		.four.columns { width: 100%; margin-left: 0;}
	}
.six.columns { width: 48%; margin-left: 4%;}
	@media (max-width: 600px) {
		.six.columns { width: 100%; margin-left: 0;}
	}

/* For devices larger than 400px 
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}*/

/* For devices larger than 550px */
	@media (max-width: 768px) {
	  .container {
		width: 90%; }
	  .column,
	  .columns {
		margin-left: 4%; }
	  .column:first-child,
	  .columns:first-child {
		margin-left: 0; }
	
	}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: ; }
body {
  font-size: ; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 150%;
  font-weight: 400;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  }
h2 { font-size: 3.6rem; line-height: 1.25; }
h3 { font-size: 3.0rem; line-height: 1.3;  }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style:none; }
ol {
  list-style:none; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 100%; }
li {
  margin-bottom: 1rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
