/* Ammended version of css reset courtesy of Eric Meyer */

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;
	vertical-align: baseline;
	background: transparent;
	font-family: "Space Grotesk",sans-serif;
	}
body {
	line-height: 1;
	background: #ffffff;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

article, aside, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}

/*-----------------------------end css reset-----------------------------*/




body {
	margin: 0 auto;
	font-size: 62.5%;
	background-image: url("images/CD-13-Sep-background.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: inline;
	}

#MainContent {
	margin: 0;
	text-align: left;
	padding: 0;
	}

div.center {
	background-color: white;
	padding: 0 6em 3em;
	width: 60%;
	margin: 0 auto;
	max-width: 1200px;
	}	

div.site-header {
			padding-top: 2em;
			}

div.site-logo {
		float: left;
		width: 50%; 
		height: auto;
		padding-bottom: 4em;
		}

div.navigation {
		float: right;
		padding-top: 3em;
		}

div.navigation li {
	font-family: "Space Grotesk",sans-serif;
	display: inline;
	font-size: 2em;
	padding: 0.5em;
	}

div.navigation li a {
	border: none;
	}

div.about-wrapper {
	  clear: both;
	}

h1 {
	font-family: "Space Grotesk",sans-serif;
	font-weight: 600;
	font-size: 6em;
	line-height: 1.4em;
	color: #4a4a4a;
	padding: 0 0 0 0;
	}

h2 {
	font-family: "Space Grotesk",sans-serif;
	font-weight: 600;
	font-size: 3em;
	line-height: 1.2em;
	color: #4a4a4a;
	margin: 2em 0 0 0;
	}

h3 {
	font-family: "Space Grotesk",sans-serif;
	font-weight: 600;
	font-size: 2.4em;
	line-height: 1.2em;
	color: #4a4a4a;
	margin: 2em 0 0 0;
	}

p {
	font-family: "Space Grotesk",sans-serif;
	color: #4a4a4a;
	font-weight:400;
	font-size: 2em;
	line-height: 1.55em;
	padding-bottom: 1em;
	}

.pullquote {
	font-family: "Space Grotesk",sans-serif;
	color: #4a4a4a;
	font-weight:400;
	font-size: 2em;
	line-height: 1.55em;
	margin: 1em 2em;
	}

ul {
	list-style: circle;
	padding: 2em;
	}

li {
	font-family: "Space Grotesk",sans-serif;
	color: #4a4a4a;
	font-weight:400;
	font-size: 2em;
	line-height: 1.55em;
	display: list-item;
	padding-bottom: 1em;
	}

a {
	color:#4a4a4a;
	text-decoration: none;
	border-bottom: 1px solid #FF5890;
}


a:visited {
	color:#4a4a4a;
	text-decoration: none;
	}

a:hover {
		color: #FF5890;
		border-bottom: 1px solid #FF5890;
	}

a:active {
	color:#4a4a4a;
	text-decoration: none;
	}

a:focus {
  outline: 3px solid #FF5890;
	}

a.button {
  border: none;
  background-color: #FF5890;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight:600;
  margin: 4px 2px;
  cursor: pointer;
	}

div.about-wrapper {
    margin: 50px 0 25px;
	}

p.standfirst {
	font-size: 2.8em;
	}

div.about-intro p {
	font-family: "Space Grotesk",sans-serif;
	font-weight: 300;
	font-size: 3em;
	line-height: 1.4em;
	color: #4a4a4a;
	padding: 0 0 .5em 0;
	}

div.about-intro {
	text-align: center;
	padding: 0 0 3em 0;
	width: 100%;
	}


div.content-block {
	margin-bottom: 10em;
	}

div.main-image img {
	width: 100%;
	padding: 6em 0 0 0;
	}

div.content-block h2 {
    padding-top: 0.2em;
	}

div.content-block p {
    padding: 0.5em 0 0 0;
	}

div.about-contact a {
	font-size: 2em;
	margin-right: 2em;
	}

div.footer {
	border-top: 1px solid #ededee;
	padding-top: 3em;
	margin: 5em 0 10em 0;
	}

iframe {
	margin: 1em 0;
	}


div.image-grid {
	padding: 6em 0 0;
	}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33.3%;
  max-width: 32%;
  padding: 0 0.5%;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}






/*-----------------------------Mobile view-----------------------------*/
@media only screen and (max-width : 759px) and (-webkit-min-device-pixel-ratio: 2) {

body {
	margin: 0 auto;
	background-image: none;
	}

div.center {
	background-color: white;
	padding: 0;
	}	

div.center {
	width: 90%;
	}

div.about-wrapper {
    margin: 10px 0 15px;
}

div.site-header {
			padding-top: 0.4em;
			}

div.site-logo {
		padding-bottom: 0;
		}

div.navigation {
		float: right;
		width: 100%;
		padding-top: 1em;
		}

div.navigation ul {
		padding: 2em 0;
		}

div.navigation li {
	font-size: 1.6em;
	}

div.about-intro {
    width: 100%;
}

div.about-intro h1 {
    font-size: 2.6em;
}

div.about-intro p {
    font-size: 2.6em;
}

p.standfirst {
	font-size: 2em;
	}

div.content-block {
    margin-bottom: 5em;
}

div.content-block h2 {
	font-size: 1.5em;
}

p {
	font-size: 1.6em;
}

div.about-contact a {
	font-size: 1.2em;
	margin-right: 1.4em;
	}

div.footer {
	border-top: 1px solid #ededee;
	padding-top: 2em;
	margin: 15em 0 10em 0;
	}

.column {
    flex: 100%;
    max-width: 99%;
  }

}




























