/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 10 version
*/

@font-face {
  font-family: hkg-b;
  src: url(HKGrotesk-Bold.otf);
}

@font-face {
  font-family: hkg-l;
  src: url(HKGrotesk-Light.otf);
}

@font-face {
  font-family: p-l;
  src: url(Poppins-Light.ttf);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: p-l;
	-webkit-animation: scroll 6s step-end forwards;
	        animation: scroll 6s step-end forwards;
}

.glitch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
}

h1 {
	font-family: hkg-b;
	font-size: 7vw;
	text-transform: uppercase;
	font-weight: 400;
	margin: auto;
	text-align: center;
	-webkit-animation: glitch 4s step-end forwards 0.5s;
	        animation: glitch 4s step-end forwards 0.5s;
}

main {
	min-height: 100vh;
	width: 100%;
	background: white;
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0;
	padding: 0;
	-webkit-clip-path: circle(0% at 50% 50%);
	        clip-path: circle(0% at 50% 50%);
	-webkit-animation: main 2s linear forwards 5s;
	        animation: main 2s linear forwards 5s;
}

header, aside, footer {
	position: absolute;
	left: 0;
	background: #000;
	width: 14%;
	padding: 3%;
}

aside {
	top: 0;
	bottom: 0;
	z-index: 3;
}

header {
	top: 0;
	z-index: 4;
}

footer {
	position: absolute;
	bottom: 0;
	z-index: 5;
}

header nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-transform: translate(-50%, 0%) rotate(-90deg);
        -ms-transform: translate(-50%, 0%) rotate(-90deg);
            transform: translate(-50%, 0%) rotate(-90deg);
    top: 50%;
    left: 50%;
    color: #fff;
}

header nav h2 {
	margin: 0;
	font-family: hkg-b;
	font-size: 5vw;
	line-height: 5vw;
	text-transform: capitalize;
	text-align: right;
}

header nav h3 {
	margin: 0;
	font-family: hkg-l;
	font-size: 2vw;
	text-transform: uppercase;
	text-align: right;
}

footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

h4 {
	font-family: hkg-b;
	font-size: 3vw;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 2vw 0;
}

footer h4 {
	color: #fff;
}

footer a {
	font-family: p-l;
	font-size: 1.05vw;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

footer a:hover {
	color: #f00;
	text-decoration: none;
}

section {
	margin-left: 24%;
	width: 76%;
	background: #fff;
}

article {
	background: #fff;
	position: relative;
	padding: 5% 10%;
	z-index: 1;
}

article:nth-child(even) {
	z-index: 2;
}

article p {
	font-family: p-l;
	font-size: 2vw;
	color: #000;
	text-align: justify;
	margin: 0;
}

article h3 {
	margin: 0;
	font-family: hkg-l;
	font-size: 2vw;
	text-transform: uppercase;
	text-align: justify;
}

article h5 {
	margin: 0;
	font-family: hkg-b;
	font-size: 2vw;
	color: #000;
}

.box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin: 5% 0;
}

.row:nth-child(3) {
	margin: 5% 0 0 0;
}

.col-s {
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.col-s h5 {
	margin: auto 0;
	font-size: 1.7vw;
}

.col-l {
	width: 70%;
}

h6 {
	margin: 0;
	font-family: hkg-l;
	text-transform: uppercase;
	color: #000;
	font-size: 1.7vw;
}

ul {
	margin: 0;
	padding-left: 2vw;
}

li {
	font-family: p-l;
	font-size: 1.5vw;
	color: #000;
}

@-webkit-keyframes scroll {
	0% {
		overflow-y: hidden;
	}
	100%  {
		overflow-y: auto;
	}
}

@keyframes scroll {
	0% {
		overflow-y: hidden;
	}
	100%  {
		overflow-y: auto;
	}
}


@-webkit-keyframes main {
	0% {
		display: -webkit-box;
		display: flex;
		-webkit-clip-path: circle(0% at 50% 50%);
		        clip-path: circle(0% at 50% 50%);
	}
	80% {
		-webkit-clip-path: circle(100% at 50% 50%);
		        clip-path: circle(100% at 50% 50%);
	}
	100% {
		overflow-y: auto;
		-webkit-clip-path: none;
		        clip-path: none;
	}
}


@keyframes main {
	0% {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-clip-path: circle(0% at 50% 50%);
		        clip-path: circle(0% at 50% 50%);
	}
	80% {
		-webkit-clip-path: circle(100% at 50% 50%);
		        clip-path: circle(100% at 50% 50%);
	}
	100% {
		overflow-y: auto;
		-webkit-clip-path: none;
		        clip-path: none;
	}
}

@-webkit-keyframes glitch {
	0% {

	}
	13% {
		color: #fff;
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
	}
	14% {
		-webkit-clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%);
	}
	15% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
		-webkit-filter: url('#noise-l');
		        filter: url('#noise-l');
	}
	16% {
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
		-webkit-filter: none;
		        filter: none;
	}
	17% {
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	29% {
		color: transparent;
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
		-webkit-filter: url('#noise-l');
		        filter: url('#noise-l');
	}
	30% {
		color: #fff;
		-webkit-transform: skew(20deg);
		        transform: skew(20deg);
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
		-webkit-filter: none;
		        filter: none;
	}
	31% {
		color: transparent;
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	35% {
		color: #fff;
		-webkit-transform: skew(-20deg);
		        transform: skew(-20deg);
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
		-webkit-filter: url('#noise-l');
		        filter: url('#noise-l');
	}
	39% {
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-filter: none;
		        filter: none;
	}
	40% {
		color: transparent;
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
		-webkit-clip-path: polygon(70% 50%, -110% -30%, 80% 90%, 10% 100%);
		        clip-path: polygon(70% 50%, -110% -30%, 80% 90%, 10% 100%);
	}
	41% {
		color: #fff;
		-webkit-transform: skew(20deg);
		        transform: skew(20deg);
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
		        clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
	}
	42% {
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
		-webkit-clip-path: polygon(100% 100%, -100% -30%, 10% 50%, 10% 20%);
		        clip-path: polygon(100% 100%, -100% -30%, 10% 50%, 10% 20%);
		-webkit-filter: url('#noise-l');
		        filter: url('#noise-l');
	}
	43% {
		color: transparent;
		-webkit-transform: skew(20deg);
		        transform: skew(20deg);
		-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
		        clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
		-webkit-filter: none;
		        filter: none;
	}
	45% {
		color: #fff;
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	59% {
		-webkit-transform: skew(20deg);
		        transform: skew(20deg);
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
		-webkit-clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
		        clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
	}
	61% {
		-webkit-clip-path: polygon(100% 20%, -20% -80%, 110% 90%, 50% 100%);
		        clip-path: polygon(100% 20%, -20% -80%, 110% 90%, 50% 100%);
	}
	62% {
		-webkit-clip-path: polygon(100% 20%, -20% 20%, 20% 70%, 0% 100%);
		        clip-path: polygon(100% 20%, -20% 20%, 20% 70%, 0% 100%);
		-webkit-filter: url('#noise-l');
		        filter: url('#noise-l');
	}
	63% {
		color: transparent;
		-webkit-clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
		        clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
	}
	65% {
		color: #fff;
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		-webkit-filter: none;
		        filter: none;
	}
	70% {
		-webkit-transform: skew(-20deg);
		        transform: skew(-20deg);
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
	}
	71% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
	}
	72% {
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	73% {
		color: transparent;
		-webkit-transform: skew(20deg);
		        transform: skew(20deg);
		-webkit-clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
		        clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
		-webkit-filter: url('#noise-l');
		        filter: url('#noise-l');
	}
	74% {
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		-webkit-filter: none;
		        filter: none;
	}
	75% {
		color: #fff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
	}
	80% {
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		-webkit-filter: url('#noise-l');
		        filter: url('#noise-l');
	}
	85% {
		-webkit-filter: none;
		        filter: none;
	}
	88% {
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
	}
	100% {
		visibility: hidden;
	}
}

@keyframes glitch {
	0% {

	}
	13% {
		color: #fff;
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
	}
	14% {
		-webkit-clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%);
	}
	15% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
		-webkit-filter: url('#noise-l');
		        filter: url('#noise-l');
	}
	16% {
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
		-webkit-filter: none;
		        filter: none;
	}
	17% {
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	29% {
		color: transparent;
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
		-webkit-filter: url('#noise-l');
		        filter: url('#noise-l');
	}
	30% {
		color: #fff;
		-webkit-transform: skew(20deg);
		        transform: skew(20deg);
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
		-webkit-filter: none;
		        filter: none;
	}
	31% {
		color: transparent;
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	35% {
		color: #fff;
		-webkit-transform: skew(-20deg);
		        transform: skew(-20deg);
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
		-webkit-filter: url('#noise-l');
		        filter: url('#noise-l');
	}
	39% {
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-filter: none;
		        filter: none;
	}
	40% {
		color: transparent;
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
		-webkit-clip-path: polygon(70% 50%, -110% -30%, 80% 90%, 10% 100%);
		        clip-path: polygon(70% 50%, -110% -30%, 80% 90%, 10% 100%);
	}
	41% {
		color: #fff;
		-webkit-transform: skew(20deg);
		        transform: skew(20deg);
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
		        clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
	}
	42% {
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
		-webkit-clip-path: polygon(100% 100%, -100% -30%, 10% 50%, 10% 20%);
		        clip-path: polygon(100% 100%, -100% -30%, 10% 50%, 10% 20%);
		-webkit-filter: url('#noise-l');
		        filter: url('#noise-l');
	}
	43% {
		color: transparent;
		-webkit-transform: skew(20deg);
		        transform: skew(20deg);
		-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
		        clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
		-webkit-filter: none;
		        filter: none;
	}
	45% {
		color: #fff;
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	59% {
		-webkit-transform: skew(20deg);
		        transform: skew(20deg);
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
		-webkit-clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
		        clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
	}
	61% {
		-webkit-clip-path: polygon(100% 20%, -20% -80%, 110% 90%, 50% 100%);
		        clip-path: polygon(100% 20%, -20% -80%, 110% 90%, 50% 100%);
	}
	62% {
		-webkit-clip-path: polygon(100% 20%, -20% 20%, 20% 70%, 0% 100%);
		        clip-path: polygon(100% 20%, -20% 20%, 20% 70%, 0% 100%);
		-webkit-filter: url('#noise-l');
		        filter: url('#noise-l');
	}
	63% {
		color: transparent;
		-webkit-clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
		        clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
	}
	65% {
		color: #fff;
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		-webkit-filter: none;
		        filter: none;
	}
	70% {
		-webkit-transform: skew(-20deg);
		        transform: skew(-20deg);
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
	}
	71% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
	}
	72% {
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	73% {
		color: transparent;
		-webkit-transform: skew(20deg);
		        transform: skew(20deg);
		-webkit-clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
		        clip-path: polygon(100% 20%, -20% -70%, 110% 90%, 10% 100%);
		-webkit-filter: url('#noise-l');
		        filter: url('#noise-l');
	}
	74% {
		-webkit-transform: skew(0deg);
		        transform: skew(0deg);
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		-webkit-filter: none;
		        filter: none;
	}
	75% {
		color: #fff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
	}
	80% {
		text-shadow: -0.5vw 0 0 #ff1212, 0.5vw 0 0 #12ffff;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		-webkit-filter: url('#noise-l');
		        filter: url('#noise-l');
	}
	85% {
		-webkit-filter: none;
		        filter: none;
	}
	88% {
		text-shadow: 0 0 0 #ff1212, 0 0 0 #12ffff;
	}
	100% {
		visibility: hidden;
	}
}

svg {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

::-webkit-scrollbar {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
}

@media (max-width: 767px) {

	h1 {
		font-size: 60px;
	}

	aside {
		display: none;
	}

	header {
		right: 0;
		width: auto;
		padding: 10px 20px;
		position: fixed;
	}

	header nav {
		position: relative;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		top: 0;
		left: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	header nav h2 {
		font-size: 30px;
		line-height: 30px;
		text-align: left;
	}

	header nav h3 {
		font-size: 20px;
		text-align: left;
		margin: auto 0 auto auto;
	}

	section {
		margin-top: 80px;
		margin-bottom: 230px;
		margin-left: 0;
		width: 100%;
	}

	article {
		padding: 40px 20px;
	}

	h4 {
		font-size: 30px;
		margin: 0 0 20px 0;
	}

	article p {
		font-size: 17px;
	}

	.row {
		margin: 20px 0;
	}

	.row:nth-child(3) {
		margin: 20px 0 0 0;
	}

	.col-s h5 {
	    font-size: 13px;
	}

	article h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 14px;
	}

	li {
		font-size: 13px;
	}

	footer {
		right: 0;
		width: auto;
		padding: 10px 20px;
	}

	footer a {
		font-size: 16px;
	}
}

::-moz-selection {
	background-color: #0ff;
}

::selection {
	background-color: #0ff;
}

p::-moz-selection {
	background-color: #f00;
}

p::selection {
	background-color: #f00;
}