@font-face {
	font-family: 'Conv_HelveticaNeue-Thin-12';
	src: url('../fonts/HelveticaNeue-Thin-12.eot');
	src: local('☺'), url('../fonts/HelveticaNeue-Thin-12.woff') format('woff'), url('../fonts/HelveticaNeue-Thin-12.ttf') format('truetype'), url('../fonts/HelveticaNeue-Thin-12.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Light.eot');
    src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Light.woff') format('woff'),
        url('../fonts/HelveticaNeue-Light.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

canvas {
	max-width: 100%;
	overflow: hidden;
	position: fixed!important;
}

.scrolling {
	overflow: auto;
}
.heading {
    --color-text:#fff;
    --color-bg:#0e0e0f;
    --color-bg-2:#B22222;
    --color-bg-3:#FF8C00;
    --color-link:#dc2c5a;
    --color-link-hover:#ff0060
}
.overlay {
	position: fixed;
}
.background {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:calc(100% + 300px);
    background:radial-gradient(ellipse at 400% 0,var(--color-bg) 40%,var(--color-bg-2) 90%,var(--color-bg-3) 115%);
    z-index:-2;
    transform:translateY(-300px)
}

.title {
	text-align: center;
	max-width: 600rem;
}

.title h1 {
	font-size: 5em;
	color: #fff;
	font-family: 'Conv_HelveticaNeue-Thin-12';
	font-weight: 300;
}

.standfirst {
	text-align: center;
	padding: 0 0;
	max-width: 1100px;
	margin: 0 auto;
}

.standfirst p {
	line-height: 1.8em;
	color: #ffffff;
	font-size: 1.25em;
	font-family: 'Helvetica Neue';
}

.main {
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	height: 100vh;
}

.entry-content {
	padding: 2em 6em;
	margin: 0 auto;
}

.entry-content p {
	line-height: 1.5em;
}

.full-width {
	margin: 0 auto 8em auto;
}

.full-width img {
	width: 100%;
	height: auto;
}

.post>a {
	display: block;
}

.post .category {
	font-family: 'Helvetica Neue';
	font-size: 0.8em;
	margin: 1.3em 0 1em 0;
}

.post .category a {
	color: #000;
	text-transform: uppercase;
}

.post .category a:hover {
	text-decoration: underline;
	color: #000;
}

.post-title {
	font-family: 'Helvetica Neue';
	font-size: 1.5em;
}

.post .category a {
	color: #000;
}

.row {
	display: flex;
  	flex-wrap: wrap;
}

.row > div {
  flex: 1 0 26%;
}

.circle img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.post-block .post {
	padding: 3em 2.5em;
}

.post img {
	width: 100%;
	height: auto;
}


.row.spacer {
	margin-top: 3em;
	margin-bottom: 3em;
}

.footer-logo {
	text-align: center;
	margin: 1em auto 5em auto;
}

.footer-logo svg {
	width: 100px;
	height: auto;
}

.header-logo {
	position: fixed;
	top: 1em;
	left: 0.75em;
	z-index: 99;
}

.header-logo svg {
	width: 100px;
	height: auto;
}

.footer {
	text-align: center;
	margin: 1em auto 5em auto;
	font-family: 'Helvetica Neue';
	font-size: 0.8em;
}


@media screen and (max-width: 768px) { 
	.header-logo {
		position: relative;
		margin: 1em auto;
		text-align: center;
		left: auto;
	}
	.entry-content {
		padding: 2em 2em;
	}
	.standfirst {
		padding: 0em 3em;
	}
	.title {
		padding: 0 6em;
		margin-top: -5em;
	}
	.title h1 {
		font-size: 3em;
		color: #fff;
	}
	
	.standfirst p {
		font-size: 1em;
	}
	
	.post-title {
		font-size: 1.2em;
	}
	.row > div {
		flex-basis: 33%;
	}
	.full-width {
		margin-bottom: 3em;
	}
	.post-block .post {
		padding: 1.5em 2em;
	}
	.post-block .post.rectangle {
		padding: 1.5em 1em;
	}
	.row.spacer {
		margin-top: 0;
		margin-bottom: 0;
	}
	
}


@media screen and (max-width: 480px) {
	.row > div {
		flex-basis: 51%;
	
	}
	.post-block .post.rectangle {
		padding: 1.5em 2em;
	}
	.post-block .post.rectangle > a {
		border-radius: 50%;
		overflow: hidden;
		height: 300px;
		width: 300px;
	}
	.post-block .post.rectangle > a img {
		width: auto;
		height: 100%;
		margin-left: -45%;
	}
}
