/* cmsms stylesheet: kickstarter modified: Wednesday, December 7, 2016 10:57:17 AM */
@charset "utf-8";
/*------------------------------------------
Created:	16 February, 2015
Author:		Adam Alexander
Contact:	adam@websitedesignglasgow.co.uk
Website:	www.websitedesignglasgow.co.uk
-------------------------------------------*/

/*********** reset **********/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
-webkit-text-size-adjust:none; 
}
ol, ul {
	list-style: none;
}
/* end reset */

body {
	font-family: 'Lato', sans-serif;
	font-size:62.5%;
	color:#333;
	margin:0px;
	padding:0px;
	background-color: #FFF;
}
/* ----- Generic styles ----- */

p {
	font-size: 1.5em;
	margin:0 0 20px;
	padding:0px;
	line-height: 1.5em;
}
abbr {
	cursor:help;
}
.clear {
	clear:both;
}
h1 {
padding: 0 0 20px 0;
font-weight: 300;
color: #1F3A4C;
}
h1 strong { font-weight: 700; }
h2 {
font-size: 2.5em;
padding: 0 0 20px 0;
font-weight: 300;
color: #1F3A4C;
}
/* ----- Anchors ----- */
	
a:link, a:visited, a:active {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #99CC33;
	text-decoration:none;
}
a.website:link, a.website:visited {
	color: #CCC;
	font-size: 1em;
}
a.website:hover {
	color: #99CC33;
}

/* ----- Layout ----- */

.wrapper {
position: relative;
}
.header {
text-align: center; 
}
.columns {
float: left;
}
.columns img, .mainimg {
	max-width: 100%; 
	width: 100%; 
	height: auto; 
}
.content {
padding: 40px 20px;
text-align: center;
clear: both;
}
.footer {
	padding: 30px 0 0;
	text-align: center;
	border-top: 1px #DBDBDB solid;
	margin-top: 30px;
}
.footer p {
font-size: 1.4em;
padding: 0 0 15px;
color: #666;
}

/* ----- Responsive ----- */

@media all and (min-width: 980px) {

.wrapper {
width: 980px;
margin: auto;
}
.logo {
position: absolute;
top: 0px;
left: 50%;
margin-left: -100px;
}
.columns {
width: 14.6%;
margin: 0 1%;
}
h1 {
font-size: 3.5em;
}
}


@media all and (max-width: 980px) {
.wrapper {
width: 100%;
}
.logo {
position: static;
margin: 10px;
}
.columns {
width: 14.6%;
margin: 0 1%;
}
h1 {
font-size: 3em;
}
}


@media all and (max-width: 480px) {
.columns {
width: 48%;
margin: 5px 1%;
}
h1 {
font-size: 2.5em;
}
}
