/* -----------------------------------------------------------
 *   normalize.css v2.1.1 | MIT License | git.io/normalize   |
 * -----------------------------------------------------------
 */

/**
* Correct `block` display not defined in IE 8/9.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio, canvas, video {
    display: inline-block;
}

/**
* Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
* Address styling not present in IE 8/9.
*/
[hidden] {
    display: none;
}

/**
* 1. Prevent system color scheme's background color being used in Firefox, IE, and Opera.
* 2. Prevent system color scheme's text color being used in Firefox, IE, and Opera.
* 3. Set default font family to sans-serif.
* 4. Prevent iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
    background: #151515; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
	height: 100%;
}

/**
* Remove default margin.
*/
body {
    margin: 0;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
    outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
    outline: 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
    border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b, strong {
    font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
    font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
    background: #ff0;
    color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
    white-space: pre-wrap;
}

/**
* Set consistent quote types.
*/
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
    border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
    overflow: hidden;
}

/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
    margin: 0;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button, input, select, textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button, input {
    line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button, select {
    text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type `input` and others.
*/
html input[type="button"], /* 1 */
button, input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled], html input[disabled] {
    cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
*/
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof).
*/
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
* Remove most spacing between table cells.
*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* --------------------------------
 *         ORIGINAL STYLES        |
 * --------------------------------
 */

/* HTML TAG STYLES */
body {
	padding: 0px;
	font-size: 75%; /* 12 / 16 */
	font-family: Helvetica, Arial, sans-serif !important;
	background-color: #151515;
	background-image: url('img/bg.png');
	background-repeat: no-repeat;
	background-position: 80% top;
	background-attachment: fixed;
	background-size: 80%; /* 1120 / 1400 */
	color: #9e9e9e;
	min-width: 400px;
	min-height: 100%;
}
a:link, a:visited {
	color: #fff;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,ul,li,table {
	margin:0px;
	padding:0px;
}
ul {
	padding-left: 20px;
}
h1,h2,h3,h4,h5,h6 {
	color: #cfcfcf;
}
hr {
	height: 1px;
	background: #3e474e;
	border: none;
	margin: 10px 0;
	clear: both;
}
input[type=text],input[type=password],input[type=email],select,textarea {
	border: 1px solid #1b2227;
	color: #999;
	background: rgba(0, 0, 0, 0.64);
	padding: 6px;
	-webkit-appearance: none;
	border-radius: 4px;
	font-size: 1em; /* 14 / 14 */
	vertical-align: middle;
	font-family: Helvetica, Arial, sans-serif;
}
input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,select:focus,textarea:focus {
	border-color: #667680;
	outline: none;
}
option {
	background: #fff;
	color: #000;
	padding-top: 3px;
}
input[disabled=disabled]{
	background: #f8f8f8 !important;
	color: #9b9b9b !important;
	border: 1px solid #cacac4 !important;
}
input[type=submit],input[type=button],.button {
	display: block;
	background: #f6253d;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 6px 3.4% 4px 3.4%;
	border: 1px solid #f6253d;
	vertical-align: middle;
	border-radius: 0px;
	text-shadow: -1px -1px 1px #2E2E2E;
}
input[type=submit]:hover,input[type=button]:hover,.button:hover {
	color: #000;
	text-shadow: 0px 0px 0px #f6253d;
}
input[type=submit]:active,input[type=button]:active,.button:active {
	color: #000;
	text-shadow: 0px 0px 2px #fff;
}

/* BASIC CLASSES */
.light {
	color: #999;
}
.click {
	cursor: pointer;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.large {
	font-size: 1.333em; /* 16 / 12 */
	line-height: 1.666em; /* 20 / 12 */
}
.med {
	line-height: 1.167em; /* 14 / 12 */
	line-height: 1.5em; /* 18 / 12 */
}
.slight {
	font-size: 0.833em; /* 10 / 12 */
	line-height: 1.167em; /* 14 / 12 */
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.error {
	color: #f6253d !important;
}
.success {
	color: #ADDF35 !important;
}
.faded {
	opacity: 0.5;
}
.former {
	font-size: 0.929em; /* 13 / 14 */
	color: #508A3D;
	margin-bottom: 3px;
}
.pad {
	margin-right: 8px;
}
.bold {
	font-weight: bold;
}
.roman {
	font-weight: normal !important;
}
.first {
	margin-left: 0px !important;
	padding-left: 0px !important;
}
.last {
	margin-right: 0px !important;
	padding-right: 0px !important;
}
.sep {
	padding: 0 0.5em;
}

/* NAVBAR */
#bar {
	position: fixed;
	width: 22.857%; /* 320 / 1400 */
	height: 100%;
	left: 4%; /* was 5, 70 / 1400 */
	border-left: 1px solid #3e474e;
	border-right: 1px solid #1b2227;
	padding: 3.357% 0 1.714%; /* (47 || 24) / 1400 */
	background: #292F33;
	z-index: 5;
}
#logo {
	line-height: 0;
	margin: 0 8.75%; /* 28 / 320 */
}
#logo img {
	width: 100%;
	height: auto;
	-moz-box-shadow: 0 0 1px 1px #2e2e2e;
	-webkit-box-shadow: 0 0 1px 1px #2e2e2e;
	box-shadow: 0 0 1px 1px #2e2e2e;
}
#label {
	text-align: right;
	font-size: 1.333em; /* 16 / 12 */
	letter-spacing: 0.036em;
	font-weight: bold;
	color: #909090;
	height: 4.8%;
	margin: 1.875% 9.375%; /* (6 || 30) / 320 */
}
#nav {
	text-align: right;
	padding-right: 7.5%; /* 24 / 320 */
	margin-top: 5%; /* 32 / 320 */
	margin-bottom: 20%; /* 64 / 320 */
}
#nav a.section {
	display: block;
	padding-top: 3.125%; /* 10 / 320 */
	padding-right: 1.875%; /* 6 / 320 */
	padding-bottom: 0.625%; /* 2 / 320 */
	padding-left: 9.375%; /* 30 / 320 */
	font-size: 2.667em; /* 32 / 12 */
	font-weight: bold;
	cursor: pointer;
	margin-top: 5%; /* 16 / 320 */
	position: relative;
	overflow: hidden;
	z-index: 2;
}
#nav a:hover {
	color: #fff !important;
}
#nav .on .color {
	display: none;
}
#nav a.on {
	color: #000 !important;
}
.text {
	position: relative;
	z-index: 2;
	text-shadow: -1px -1px 1px #000;
}
.on .text {
	text-shadow: none !important;
}
.color {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: left .4s ease-in-out;
	-moz-transition: left .4s ease-in-out;
	-o-transition: left .4s ease-in-out;
	transition: left .4s ease-in-out;
}
.section:hover .color {
	left: 0;
}
iframe {
	border: none;
	display: block;
}
#tweets {
	margin: 0 9.375%; /* 30 / 320 */
	text-align: right;
	/* width: 81.25%;  260 / 320 */
}
#tweets iframe {
	width: 100% !important;
}
.twitter-timeline {
	height: 460px;
}

/* VARIATIONS */
#work a:hover {
	color: #addf35;
}
#about a:hover {
	color: #39c3e5;
}
#connect a:hover {
	color: #f6253d;
}

#work #logo, #work .on, .work .color {
	background: #addf35;
}
#about #logo, #about .on, .about .color {
	background: #39c3e5;
}
#connect #logo, #connect .on, .connect .color {
	background: #f6253d;
}

#about .container, #connect .container {
	padding: 0 4%;
}


/* LAYOUT */
.list {
	margin-left: 27%;
	padding-top: 3.286%; /* 46 / 1400 */
	width: 73%; /* 100 - 31 + 4 */
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-overflow-scrolling: touch;
}
.viewer {
	margin-top: 0.714%; /* 10 / 1400 */
	width: 100%;
	position: relative;
}
.slide {
	margin-right: 20px;
	float: left;
}
.words {
	background: #000;
	position: absolute;
	z-index: 2;
}
.words .inside {
	padding: 2% 3%;
	line-height: 1.2em;
}
.loading {
	background: #000;
	width: 65%;
	padding: 4px 4% 8px 4%;
	text-align: center;
	height: 48px;
	position: fixed;
	bottom: 0;
	-webkit-box-shadow: 0px -2px 2px 2px #000;
	box-shadow: 0px -2px 2px 2px #000;
}
.gif {
	background: url('img/loading.gif') no-repeat center;
	width: 48px;
	height: 48px;
	background-size: 100%;
	margin-right: 14px;
	display: inline-block;
	vertical-align: bottom;
}
.loading .msg {
	font-size: 2em; /* 28 / 14 */
	font-weight: bold;
	line-height: 48px;
	display: inline-block;
}
.backtop {
	display: none;
	width: 92%;
	text-align: center;
	padding: 10px 4% 20px 4%;
	color: #fff;
	font-weight: bold;
	font-size: 1.33em;
	background: #2e2e2e;
	border-top: 1px solid #333;
}

/* PROJECTS */
.project {
	padding-bottom: 3%; /* 42 / 1400 */
	padding-left: 4%; /* was 31, 434 / 1400 */
	opacity: 0.2;
	position: relative;
}
.project.chosen, .project.chosen .controls {
	opacity: 1;
}
.project.chosen .hoverL, .project.chosen .hoverR {
	opacity: 0.8;
}
.project .slider {
	margin-left: 0px;
}
.title {
	font-size: 2.5em; /* 30 / 12 */
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	float: left;
	margin-right: 1.143%; /* 16 / 1400 */
}
.controls {
	float: right;
	line-height: 1.8em;
	opacity: 0;
	padding-right: 4%;
	font-size: 1.833em; /* 22 / 12 */
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	min-width: 90px;
	width: 10%;
	max-width: 125px;
	height: auto;
}
.controls .faded, .controls .what {
	font-size: 0.8em;
}
.what {
	background: #000;
	border-radius: 2em;
	line-height: 1em;
	margin-top: 0.45em;
	margin-left: 5%;
	padding: 0.2em 0.25em 0.1em 0.25em;
}
.what.active {
	background: #addf35;
	color: #000;
}
.what.active:hover {
	color: #fff !important;
}
.more {
	display: none;
	position: absolute;
	z-index: 3;
	background: rgba(173,223,53,0.9);
	padding: 0.6% 4.8% 0.4% 1.2%;
	color: #000;
	top: 0;
	line-height: 20px;
	width: 94%;
	height: auto;
	-webkit-box-shadow: 0px 0px 2px 0px #000;
	box-shadow: 0px 0px 2px 0px #000;
}
.more a:link, .more a:visited {
	color: #000;
	font-weight: bold;
}
.more a:hover {
	color: #000 !important;
	text-decoration: underline;
}

.hoverL, .hoverR {
	width: 4%;
	position: absolute;
	z-index: 4;
	height: 100%;
	opacity: 0.5;
}
.hoverL {
	width: 5%;
	left: -5%;
	background: transparent;
	background: -moz-linear-gradient(left,  rgba(21,21,21,1) 0%, rgba(21,21,21,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(21,21,21,1)), color-stop(100%,rgba(21,21,21,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(21,21,21,1) 0%,rgba(21,21,21,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(21,21,21,1) 0%,rgba(21,21,21,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(21,21,21,1) 0%,rgba(21,21,21,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(21,21,21,1) 0%,rgba(21,21,21,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#00151515',GradientType=1 ); /* IE6-9 */
}
.hoverR {
	right: 0;
	background: transparent;
	background: -moz-linear-gradient(left,  rgba(21,21,21,0) 100%, rgba(21,21,21,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(21,21,21,0)), color-stop(100%,rgba(21,21,21,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(21,21,21,0) 0%,rgba(21,21,21,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(21,21,21,0) 0%,rgba(21,21,21,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(21,21,21,0) 0%,rgba(21,21,21,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(21,21,21,0) 0%,rgba(21,21,21,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00151515', endColorstr='#151515',GradientType=1 ); /* IE6-9 */
}

.aboutme {
	float: left;
	width: 56%;
	padding-right: 4%;
}
.portion {
	margin: 2em 0;
}
.portion strong {
	font-size: 1.2em;
}
.blurb {
	margin-top: 0.25%;
	margin-bottom: 1%;
	line-height: 1.333em;
}
.portrait {
	float: right;
	position: relative;
	max-width: 420px;
	max-height: 600px;
	width: 40%;
	height: 100%;
}
.portrait img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.box {
	background: #292F33;
	border: 1px solid #3e474e;
	padding: 10px 20px 16px 20px;
	border-radius: 5px;
	width: 322px;
}
.tweeter {
	display: none;
	width: 364px;
}
.box, .tweeter {
	margin: 0 24px 20px 0;
}
.box hr {
	margin: 10px -20px 14px -20px;
}
.box.bottom {
	width: 362px;
	height: 0px;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0 0 10px 0;
}
.box h2 a:link, .box h2 a:visited, .box h4 a:link, .box h4 a:visited {
	color: #cfcfcf;
}
#connect .box h2 a:hover, #connect .box h4 a:hover {
	color: #cfcfcf;
	text-decoration: underline;
}
.box h4 {
	margin-top: 4px;
}
#connect .box textarea {
	max-width: 310px;
	min-width: 310px;
	min-height: 80px;
	max-height: 298px;
}
#connect .box input[type=email] {
	margin-top: 16px;
	width: 216px;
	float: left;
}
.label {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.2em;
}
#url {
	width: 100%;
	box-sizing: border-box;
}
#connect .box input[type=submit] {
	margin-top: 14px;
	float: right;
}
.insta-crop {
  margin-right: 24px;
  border-left: 1px solid #3e474e;
  border-right: 1px solid #3e474e;
  margin-top: 56px;
  padding: 8px 8px 0;
  background: #292F33;
}
.grams {
	position: relative;
}
.upper {
	width: 322px;
	height: 43px;
	position: absolute;
	padding: 14px 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.grams .upper {
  height: 40px;
  padding: 14px 20px 0;
}

.linker {
	display: block;
	text-align: center;
	width: 72px;
	height: 126px;
	margin-right: 52px;
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
a:link.linker {
	-webkit-transition: color 0s;
	-moz-transition: color 0s;
	-o-transition: color 0s;
	transition: color 0s;
}
.linker:hover {
	cursor: pointer;
	color: #f6253d;
}
.linker:nth-last-child(2) {
	margin-right: 0;
}
.disc {
	width: 72px;
	height: 72px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 10px 0 16px 0
}
.disc:hover, .linker:hover .disc {
	background-position: bottom;
}
.disc.fb {
	background-image: url('img/disc_fb.png');
}
.disc.yt {
	background-image: url('img/disc_yt.png');
}
.disc.li {
	background-image: url('img/disc_li.png');
}
.disc.fs {
	background-image: url('img/disc_fs.png');
}

/* IF WEBKIT */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=file] {
		color: #fff;
		border: 0px !important;
		white-space: normal;
		background: none !important;
	}
}

@media (min-width: 1100px) {
	body {
		font-size: 80%;
	}
	.disc {
		margin: 8px 0 16px 0;
	}
}
@media (min-width: 1400px) {
	body {
		font-size: 86%;
	}
	.linker {
		height: 124px;
	}
	.disc {
		margin: 7px 0 14px 0;
	}
}
@media (min-width: 1475px) {
	body {
		font-size: 100%;
	}
	.controls {
		width: 15%;
	}
	input[type=text],input[type=password],textarea {
		height: 34px;
		padding-top: 4px;
		padding-botom: 2px;
	}
	select {
		padding-top: 4px;
		padding-bottom: 2px;
		height: 26px;
	}
	.linker {
		height: 112px;
	}
	.disc {
		margin: 8px 0 16px 0;
	}
}
@media (min-width: 1600px) {
	body {
		font-size: 120%;
	}
	.controls {
		max-width: 140px;
	}
	.linker {
		height: 98px;
	}
	.disc {
		margin: 0 0 10px 0;
	}
}

@media (max-width: 1200px) {
	#label {
		font-size: 1.2em;
	}
}
@media (max-width: 1175px) {
	#tweets {
		margin: 0 8%;
	}
}
@media (max-width: 1125px) {
	#tweets {
		margin: 0 6%;
	}
}
@media (max-width: 1100px) {
	#tweets {
		margin: 0 4%;
	}
}
@media (max-width: 1040px) {
	#tweets {
		margin: 0 2%;
	}
}
@media (max-width: 1020px) {
	#tweets {
		margin: 0 1%;
	}
}
@media (max-width: 1000px) {
	#tweets {
		display: none;
	}
	.tweeter {
		display: block;
		border-radius: 5px;
		border: 1px solid #3e474e;
		line-height: 0;
	}
	.tweeter iframe {
		display: block;
	}
	.sep {
		display: block;
		opacity: 0;
		height: 0;
	}
}
@media (max-width: 805px) {
	body {
		background-size: 100%;
	}
	#bar {
		min-width: 400px;
		width: 100%;
		left: 0;
		height: auto;
		padding: 0;
		border: none;
		border-bottom: 1px solid #3e474e;
		-webkit-box-shadow: 0px 2px 2px 0px rgba(21,21,21,.5);
		box-shadow: 0px 2px 2px 0px rgba(21,21,21,.5);
	}
	#logo {
		float: left;
		margin: 6px 10px 6px 4%;
		width: 140px;
		height: auto;
	}
	#label {
		float: left;
		margin: 14px 10px 6px 0;
	}
	#nav {
		margin: 0;
		float: right;
		padding-right: 4%;
		width: 212px;
		height: 36px;
	}
	#nav a.section {
		margin: 0;
		float: left;
		font-size: 1.5em;
		height: 22px;
		line-height: 22px;
		padding: 7px 8px 8px 8px;
	}
	#tweets {
		clear: both;
	}
	.color {
		top: -100%;
		left: 0;
		-webkit-transition: top .4s ease-in-out;
		-moz-transition: top .4s ease-in-out;
		-o-transition: top .4s ease-in-out;
		transition: top .4s ease-in-out;
	}
	.section:hover .color {
		top: 0;
	}
	.list {
		width: 100%;
		height: auto;
		margin-left: 0;
		padding-top: 48px;
	}

	.loading {
		width: 100%;
	}
	.title {
		font-size: 1.6em;
		line-height: 2em;
	}
	.hoverL {
		width: 52%;
		background: -moz-linear-gradient(left,  rgba(21,21,21,1) 0%, rgba(21,21,21,0) 5%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(21,21,21,1)), color-stop(5%,rgba(21,21,21,0)));
		background: -webkit-linear-gradient(left,  rgba(21,21,21,1) 0%,rgba(21,21,21,0) 5%);
		background: -o-linear-gradient(left,  rgba(21,21,21,1) 0%,rgba(21,21,21,0) 5%);
		background: -ms-linear-gradient(left,  rgba(21,21,21,1) 0%,rgba(21,21,21,0) 5%);
		background: linear-gradient(to right,  rgba(21,21,21,1) 0%,rgba(21,21,21,0) 5%);
	}
	.hoverR {
		width: 50%;
		background: -moz-linear-gradient(left,  rgba(21,21,21,0) 95%, rgba(21,21,21,1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(95%,rgba(21,21,21,0)), color-stop(100%,rgba(21,21,21,1)));
		background: -webkit-linear-gradient(left,  rgba(21,21,21,0) 95%,rgba(21,21,21,1) 100%);
		background: -o-linear-gradient(left,  rgba(21,21,21,0) 95%,rgba(21,21,21,1) 100%);
		background: -ms-linear-gradient(left,  rgba(21,21,21,0) 95%,rgba(21,21,21,1) 100%);
		background: linear-gradient(to right,  rgba(21,21,21,0) 95%,rgba(21,21,21,1) 100%);
	}

	.video .hoverL, .video .hoverR, .video img {
		display: none;
	}

	.portion {
		margin: 1.5em 0;
	}
	.aboutme, .portrait {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		padding-right: 0;
		max-width: none;
	}
	.portrait img {
		position: relative;
		opacity: 1 !important;
		float: right;
		margin-right: 3%;
		width: 30%;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}
	.aboutme:first-child {
		padding-bottom: 2%;
	}
	.aboutme:nth-last-child(2) {
		padding-top: 1%;
	}
	.aboutme {
		font-size: 1.25em;
	}
	.aboutme h1 {
		font-size: 1.5em;
	}
	.linker {
		height: 100px;
	}
	.disc {
		margin: 0 0 10px 0;
	}
	#connect .container {
		width: 364px;
		margin: auto;
	}
	.what {
		padding: 0.25em 0.4em 0.3em 0.4em;
	}
}
@media (max-width: 790px) {
	.box, .tweeter {
		margin: 0 0 20px 0;
	}
  .insta-crop {
    margin: 56px 0 0 0;
  }
}
@media (max-width: 620px) {
	#work #label {
		font-size: 1em;
		margin: 13px 10px 11px 0;
	}
	#nav {
		padding-right: 2%;
	}
}
@media (max-width: 590px) {
	#work #label {
		display: none;
	}
}
@media (max-width: 580px) {
	#connect #label, #about #label {
		display: none;
	}
}
