@import "modules/_global.css";
@import url('https://cdn.jsdelivr.net/npm/fork-awesome@1.1.0/css/fork-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
@import "modules/_slick.css";
@import "modules/_slicktheme.css";
@import "modules/_content.css";
@media screen and (min-width: 768px) {
	.flex--medium {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.flex--medium--1 > * {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	h1 {
		font-size: 2.25em;
	}
	h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.7em;
	}
	h4 {
		font-size: 1.2em;
	}
	.header nav ul li + li a {
		margin-left: 1em;
	}
	.about .center-align {
		text-align: left;
	}
	.about {
		padding: 10em 0 15em 0;
		-webkit-clip-path: polygon(0 0,100% 12%,100% 100%,0 88%);
		        clip-path: polygon(0 0,100% 12%,100% 100%,0 88%);
	}
	.roadmap {
		-webkit-clip-path: polygon(0 4%,100% 0,100% 96%,0 100%);
		        clip-path: polygon(0 4%,100% 0,100% 96%,0 100%);
	}
	.coinspecs-content {
		margin: 0 auto;
		width: 75%;
	}
	.feature img {
		display: inline;
	}
	.feature > * {
		flex-basis: 49%;
	}
	.header {
		position: fixed;
	}
}
@media screen and (min-width: 1024px) {
	.hero-section img {
		display: block;
		position: absolute;
		z-index: 999;
		top: 70%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		right: -150px;
		width: 55%;
	}
}
