/*  MY COLOURS	

link special - magenta: #cc1f61; 
link gen - grey: #A5A5A5;
hover special/logo - rose: #F9E6E7;  (no #F5EFF4;)
hover gen - magenta: #cc1f61; 

body - grey: #777777;	
	
	
*/


/*
h1,h2,h3,h4,h5,h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}


p,li,blockquote {
  font-family: "Merriweather", serif;
  font-weight: 300;
}
*/

/**/

/*
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src: url("../fonts/codropsicons/codropsicons.eot");
	src: url("../fonts/codropsicons/codropsicons.eot?#iefix") format("embedded-opentype"), url("../fonts/codropsicons/codropsicons.woff") format("woff"), url("../fonts/codropsicons/codropsicons.ttf") format("truetype"), url("../fonts/codropsicons/codropsicons.svg#codropsicons") format("svg");
}

@font-face {
	font-family: 'camera-icons';
	src: url("../fonts/camera-icons/camera-icons.eot?7h6q4p");
	src: url("../fonts/camera-icons/camera-icons.eot?#iefix7h6q4p") format("embedded-opentype"), url("../fonts/camera-icons/camera-icons.woff?7h6q4p") format("woff"), url("../fonts/camera-icons/camera-icons.ttf?7h6q4p") format("truetype"), url("../fonts/camera-icons/camera-icons.svg?7h6q4p#camera-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}
*/

@import url(https://fonts.googleapis.com/css?family=Lato:200,300,400,500,600,700|Merriweather:300,300italic,400,500,600,700);


/* MAIN */

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after {display: table;  content: ''; }
.clearfix:after { clear: both; }


body {
	font-family: 'Lato', 'Avenir Next', Arial, sans-serif;
	color: #353535;
/* 	color: #777777; */
	background: #ffffff;
	line-height: 1.1;
	font-size: 1em;	
	font-weight: 400;	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100vw;
}

.logo a {
	color: #cac7c6;
}

/* a logo and a all general LINKS */
a {
	outline: none;
	color: #969696;   
/* 	color: #cac7c6;  */  
/* 	color: #A5A5A5; */
/* 	color: #d8d8d8; */
	line-height: 1.3em;
	text-decoration: none;
	transition-delay: 0s;
	transition-duration: 0.6s;
	transition-property: all;
	transition-timing-function: ease;
}

a:hover,
a:focus {
	color: #cc1f61;
	outline: none;	
}

button:focus {
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/*
h1 {
	font-family: "Roboto",sans-serif;
    font-size: 1.6rem;
	font-size: 16px;    
    font-weight: 300;
}
*/



h3,h5 {
	font-family: "Lato", sans-serif;
	/* 	font-weight: 500; */
	margin-bottom: 0; 
}

/* holdingpage body */
h4 {
	font-family: "Lato", sans-serif;	
	font-size: 1.0rem;	
/* 	font-size: 1.5vw;	 */
	font-weight: 300;
	line-height: 1.4;
	color:rgba(0, 0, 0, 0.77);
	margin-top: 0.9rem;
	margin-bottom: 0.9rem;
}

/*
.content2 h4 a {
	color:rgba(0, 0, 0, 0.77);
}

.content2 h4 a:hover {
	color: #cc1f61;
}
*/

/* holdingpage title */
h6 {
	font-size: .67rem;
	/* font-family: "Lato"; */
/* 	font-size: 0.66666667rem; */
	text-transform: uppercase;
	font-weight: 600;
/* 	letter-spacing: .066667rem; */
	letter-spacing: .086667rem;
	line-height: 1.4;
/* 	color: rgba(0, 0, 0, 0.8); */
/* 	color: rgba(20, 48, 2, 1); */
	color:rgba(0, 0, 0, 0.77);
	margin-top: 0;	
	margin-bottom: 0;
	display: block;	
}

/* p,a, */li,blockquote {
	font-family: "Merriweather", serif;
	font-weight: 300;
}

/* HEADER */
/* gallery pg */
.codrops-header {
	padding: 2em 1em 4em;
	text-align: center;
}
/* holding pg */
.codrops-header2 {
	padding: 2em 1em 4em;
	text-align: center;
}

/*
.codrops-header h1 {
	margin: 0.5em 0 0;
	letter-spacing: -1px;
	font-size: 3em;
	line-height: 1;
	font-weight: normal;
}*/

/* logo */
.codrops-header h1 {
	margin: 0.3em 0 0;
	letter-spacing: 1px;
/* 	line-height: 1; */
/*     color: #A5A5A5; */
	font-family: "Roboto",sans-serif;
    font-size: 1.6rem;
    font-weight: 200;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;	
}


/* sub logo */
.codrops-header h1 span {
	font-family: "Roboto",sans-serif;
	font-weight: normal;
	line-height: 1;
	display: block;
	padding: 0.5em 0 1em;
	color: #C9C5C4;
/* 	color: #666666; */
	/*font-size: 0.45em;*/
	font-size: 0.52em;
	letter-spacing: 0;
}

.codrops-header2 h2 span {
	font-family: "Roboto",sans-serif;
	font-weight: normal;
	line-height: 1;
	display: block;
	padding: 0.5em 0 1em;
	color: #666666;
	/*font-size: 0.45em;*/
	font-size: 0.5em;
	letter-spacing: 0;
}

.codrops-header a:hover {
	font-family: "Roboto",sans-serif;	
	text-decoration: none; 
    color: #fae6e7;
}

/*
.codrops h4 a {
	font-family: "Merriweather";
}
*/

/*
h2 {
	font-weight: 400;
}
*/

/*
.codrops-header h2 {
	margin: 0.5em 0 0;
	letter-spacing: 0px;
	line-height: 1;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 1.1rem;
	color: #252323;
	font-weight: 300;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;	
}
*/


/* Top Navigation Style */
/*
.codrops-links {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	float: left;	
}

.codrops-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0em 0;
	width: 1.5em;
	text-decoration: none;
}

.codrops-icon span {
	display: none;
}

.codrops-icon:before {
	margin: 0 5px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon--drop:before {
	content: "\e001";
}

.codrops-icon--prev:before {
	content: "\e004";
}
*/


/* Demo links - hamburger area */

.codrops-demos {
	margin: 1.5em 0 0;

}

.codrops-demos a {
	display: inline-block;
	margin: 0 0.5em;
/* 	font-family: "Merriweather", serif; */
	font-size: 1.2rem;
	letter-spacing:1px;
}

/*
.codrops-demos a:hover, a:focus {
    color: #F9E6E7;	
	}
}

.codrops-demos a.current-demo {
	color: #ffffff;
}
*/


/* CONTENT */

.content {
	padding: 1em 0 3em;
	max-width: 1080px;
	margin: 0 auto;
}

.content2 {
/* 	padding: 0em 0 3rem; */
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 0;
}

section button {
	border: none;
	padding: 15px 30px;
	outline: none;
	background: #85b91e;
}

/* Related demos */

/*
.content--related {
	text-align: center;
	font-weight: bold;
	padding: 0 1em;
}

.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.media-item__img {
	max-width: 100%;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	opacity: 1;
}

.media-item__title {
	margin: 0;
	padding: 0.5em;
	font-size: 1em;
}
*/



@media screen and (max-width: 50em) {
	.codrops-header {
		padding: 2em 5%;
	}	
}

/* @media screen and (max-width: 40em) { */
@media screen and (max-width: 600px) {
	.codrops-header h1 {
/* 		font-size: 2.15em; */
		  font-size: 1.3rem;
	}

	
	h4 {
/* 	font-size: .7rem;	 */
	font-size: 2.5vw;	
	line-height: 1.4;
	}	
	
}

@media screen and (max-width: 30em) {
	h4 {
	font-size: 4.5vw;	
	}
