﻿/* Generic */

a {
	color: #9dcaa4;
}

a:hover {
	color: #b0d4b6;
}

/* Header */

#header {
    background-color: rgba(1, 30, 68, 1);
}

.dark-header #header {
    background-color: rgba(1, 30, 68, 1);
}

.fixed-header-scroll #header {
	background: #011e44;
	background-color: rgba(1, 30, 68, 1);
}

#logo-container img {
	width: 170px;
}

nav {	
}

.telephone-number {
	float: right;
	margin-left: 30px;
}

.telephone-number p {
	color: #fff;
	margin-top: 9px;
}

/* Slider */

.content-slider .cs-content-centered.col {
	max-width: 60%;
}

.content-slider h2.cs-title {
	font-size: 3em;
}

/* Services Section */

.services-wrapper {
	margin-top: 2em;
}

/* Our Flooring Section */

#ourflooring .img-container img {
	width: 40px;
}

/* Health and Safety Section */

.health {
	text-align: center;
	padding-top: 1em;
}

.chas {
	margin-right: 10px;
}

/* Contact Section */

#getincontact {
	text-align: center;
}

#getincontact p:first-of-type {
	margin-top: 2em;
	margin-bottom: 0;
}

#getincontact iframe {
	margin-top: 1em;
}

/* Projects */

p.project-description {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 1em;
	margin-bottom: 0;
	color: #777;
	font-size: 1.2em;
}

/* Footer */

.map iframe {
	display: block;
}

/* Media Queries */

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

	.telephone-number p {
		margin-top: 14px;
	}
}

@media screen and (max-width: 479px) {
	.mobile-nav {
		clear: both;
		float: left;
		margin: 2em 0 0 0;
	}

}

