
body {
	padding: 0;
	margin: 0;
	font-family: 'Playfair Display', serif;
	background: #f1f1f1;
	color:#000;

	background: url(images/background-grey.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
		font-weight: 300;
}

.body-colourful {
	background: url(images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}

.header {
	background: #fff;
	margin:0;
	z-index:100;
	position:fixed;
	top:0;
	width: 100%;
	box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.5); 
}

.header-container {
	max-width: 1200px;
	margin: auto;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-container .read-btn {
	margin-right:0;
}

.logo {

	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #444;
	font-size:12px;
	line-height:14px;
	margin-top:-3px;
}

.logo .text {
	margin-top: 18.5px;
	display:block;
	float:right;
}
.logo img {
	width: 40px;
	margin-right: 15px;
}

.content {
	max-width: 900px;
	margin: 140px auto 50px;
	padding: 30px;
}

.colourful {
	color: #fff;
}

h1 {
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
}

h2 {
	text-align: center;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #666;
	padding: 0 20px;
	margin: 30px auto 0;
}

.colourful h2 {
	color:#f9f9f9;
}

.breaker {
	display:none;
}

@media (min-width: 701px) {

	.breaker {
		display: block;
		height: 0;
	}
}

@media (max-width: 700px) {

	.content {
		margin-top: 90px
	}

	.logo img {
		width: 35px;
	}

	.logo .text {
		margin-top:16px;
	}

	.header-container .read-btn {
		padding: 8px 10px;
		font-size: 9px;
	}

	.footer-container {
		text-align: center;
		padding: 20px 0px!important;
	}

	.footer {
		position: relative!important;
	}
}

h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	text-align: center;
	margin:25px 0 35px;
}

p {
	font-size: 14px;
	line-height:18px;
	font-weight: 300;
	text-align: center;
	padding: 20px 0 0;
}

a {
	color: #555;
	padding: 10px 14px;
	text-decoration: none;
}

.colourful a {
	color:#ececec;
}

.read-btn { 
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 2px solid #000;
	border-radius: 3px;
	background: transparent;
	display:block;
	margin: auto;
	font-size: 10px;
	max-width: 100px;
	text-align: center;
	font-weight: 500;
 }

.colourful .read-btn {
	border: 2px solid #fff;
}

.read-btn:hover {
	background: #000;
	color: #fff;
	text-decoration: none!important;
}

.colourful .read-btn:hover {
	background: #fff;
	color: #000;
}

.download-title {
	color: #444;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

.colourful .download-title {
	color: #ececec;
}

a:hover {
	color: #222;
	text-decoration: underline;
}

.colourful a:hover {
	color: #f9f9f9;
}

.icon {
	margin-right: 15px;
	height: 30px;
	position: relative;
	top:8px;
}

.footer {
	position: fixed;
	bottom:0;
	background: #191919;
	width: 100%;
}

.footer-container {
	padding: 20px 30px;
	max-width: 1200px;
	margin: auto;
	color: #e1e1e1;
	font-size: 11px;
}