/*	@group Reset */
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/*  @end */

/*	@group Clearfix & Select Colors */
	.cf:before,
	.cf:after {
		content: '.';
		display: block;
		visibility: hidden;
		font-size: 0;
		line-height: 0;
		width: 0;
		height: 0;
	}

	.cf:after { clear: both; }

	::selection {
	    background: #ffcf32cc;
	    color: #fff;
	}

	::-moz-selection {
	    background: #ffcf32cc;
	    color: #fff;
	}

	img::selection,
	img::-moz-selection {
	    background: transparent;
	}
/*  @end */

/*	@group Global */
	body {
		color: #fff;
		background: rgb(0,0,0);
		background: linear-gradient(355deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,1) 100%);
		font-family: "IBM Plex Mono", monospace;
		font-weight: 400;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
	}

	a {
		color: #fff;
		text-decoration: none;
		transition: all linear .4s;
	}

	a:hover {
		opacity: .6;
	}
/*  @end */

/*	@group Content */
	#about {
		height: 100%;
		width: 100%;
		padding: 0 32px;
		display: -ms-flex;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		text-align: center;
	}

	#about h1 {
		font-size: 40px;
		margin-bottom: 20px;
		font-weight: 500;
		letter-spacing: 5px;
		text-transform: uppercase;
	}

	#about h1 img {
	    width: 150px;
	    height: auto;
	    margin-bottom: 20px;
	}

	#about h2 {
		font-size: 32px;
		line-height: 36px;
		font-weight: 400;
		letter-spacing: -1px;
	}

	#about ul {
		margin-top: 36px;
		display: -ms-flex;
		display: flex;
	}

	#about ul li {
		flex: 1 1 auto;
		margin: 0 20px;
	}

	#about ul li a {
		font-size: 12px;
		letter-spacing: 5px;
		text-transform: uppercase;
		font-weight: 500;
	}
/*  @end */
