/*
Theme Name: Portfolio 2015
Theme URI: http://underscores.me/
Author: Jessica Kuen
Author URI: http://jessicakuen.com
Description: Custom portfolio theme for 2015.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: portfolio-2015
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Portfolio 2015 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@import url('/web/20171016231421cs_/http://jessicakuen.com/wp-content/themes/portfolio-2015/css/spacing.css');

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family:'Inconsolata',Georgia,Times,serif;
	color: #a5a29f;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Heebo',Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #3a342b;
	clear: both;
	line-height: 1.25;
}

h1 {
	margin: 0 0 8px;
	margin: 0 0 .5rem;
	padding: 0;
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-size: 1.5rem;
}

p {
	margin:0 0 10px;
	margin:0 0 .625rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

/* ## SPANS */

.label {
	font-family:'Inconsolata';
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	font-size:.875rem;
	color:#a5a29f;
	letter-spacing: .05rem;
}

footer .label {
	font-size: 12px;
	font-size: .75rem;
	font-weight: normal;
	opacity: .5;
}

/* ## COLORS */

.color--white {
	color: #fff !important;
}
.color--white50 {
	color: rgba(255,255,255,.5) !important;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body.home {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

body {
	background:#fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.dgrey {
	background:#3a342b;
	padding:32px;
	padding:2rem;
	margin:0 0 20px;
	margin:0 0 1.25rem;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.talign--left { text-align: left !important; }
.talign--center { text-align: center !important; }
.talign--right { text-align: right !important; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #b58c39;
	text-decoration: none;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

a:hover {
	color: #a5a29f;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a.rev {
	color: #fff !important;
}
a.rev:hover {
	text-decoration: underline !important;
}
a.arrow {
	padding-right:14px;
	padding-right:.875rem;
	position:relative;
}
a.arrow:after {
	font-family:'icomoon';
	content:'\e600';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	line-height:.75;
	font-size:20px;
}

#main a {
	color:#b58c39;
	display:inline-block;
	padding-top:24px;
	padding-top:1.5rem;
}
#main a:hover {
	color:#a5a29f;
}

footer a {
	padding: 0 4px;
	padding: 0 .25rem;
	font-size: 18px;
	font-size: 1.125rem;
}

footer a.mail {
	color: #a5a29f !important;
}
footer a.linked {
	color: #0077b5 !important;
}
footer a.twit {
	color: #55acee !important;
}
footer a.insta {
	color: #5851db !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.talign--left {
	text-align: left !important;
}
.talign--center {
	text-align: center !important;
}
.talign--right {
	text-align: right !important;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix {
	clear: both;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#back {
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
}
#back.stick {
	border-bottom: 1px #f2f2f2 solid;
}
#back a {
	color:#ccc9c6;
	text-transform: uppercase;
	font-size: 14px;
	font-size: .875rem;
}
#back a:hover {
	text-decoration: underline;
}
.wrapper {
	width:90%;
	max-width:960px;
	max-width:60rem;
	margin:0 auto;
	padding:128px 0;
	padding:8rem 0;
}
.table {
	display:table;
	width:100%;
	height:100%;
}
.table-cell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}
#work .table-cell {
	vertical-align: bottom;
}
#next .table-cell {
	width: 25%;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/

/* Main */
#main {
	background:#ffffff;
	position:fixed;
	z-index:99999;
	top:0;
	left:0;
	bottom:0;
	width:40%;
	padding:128px 80px;
	padding:8rem 5rem;
}

/* Work */
#work {
	background:#3a342b;
	position:relative;
	width:100%;
	padding:0 0 0 40%;
	margin:0;
}
#work .work {
	position:relative;
	width:100%;
	height:100vh;
	padding:0 112px 0 80px;
	padding:0 7rem 0 5rem;
	float:left;
}
.work img {
	display:block;
	height:auto;
	max-width:100%;
	margin:0 auto;
	padding:0;
}

#workGrid {
	text-align: center;
}
#workGrid *[class^="span"]:hover .table {
	background: transparent !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#workGrid *[class^="span"] .table {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#workGrid *[class^="span"] .work {
	padding: 0;
	overflow: hidden;
	height: 250px;
	height: 15.625rem;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#interior #workGrid *[class^="span"] .work {
	height: 200px;
	height: 12.5rem;
}
#workGrid *[class^="span"] .work:hover {
	opacity: .8;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#workGrid *[class^="span"] {
	margin-bottom: 20px;
}

#workGrid *[class^="span"] .img {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: -160px;
	opacity: 0;
	transition: 1s;
	overflow: hidden;
}

#workGrid *[class^="span"]:hover .img {
	transition: 1s;
	bottom: -120px;
	opacity: 1;
}

#workGrid .info {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 40px;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#workGrid *[class^="span"]:hover .info {
	display: block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* Vertical Nav */
#vnav {
	position:fixed;
	z-index:99999;
	top:0;
	right:32px;
	right:2rem;
	bottom:0;
	margin:0;
	padding:0;
	width:auto;
}
#vnav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#work-scroll a {
	width:12px;
	height:12px;
	position:relative;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#work-scroll a, #work-scroll a:active, #work-scroll a:visited, #work-scroll a:hover {
	outline: none !important;
}
#work-scroll a:after {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	font-family:'icomoon';
	content:'\e904';
	color:rgba(255,255,255,.35);
	font-size:12px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#work-scroll .current a:after {
	color:#fff;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#work-scroll a:hover:after {
	color:rgba(255,255,255,.75);
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}


/*--------------------------------------------------------------
## Interior
--------------------------------------------------------------*/

/* Project */

#project .wrapper {
	padding:192px 0 64px;
	padding:12rem 0 4rem;
}
#project .info {
	padding-bottom:40px;
	padding-bottom:2.5rem;
}

#project .mob-bkgd {
	position:relative;
	width:100%;
	height:auto;
	padding:60px;
	padding:3.75rem;
	margin:24px 0 0;
	margin:1.5rem 0 0;
	text-align:center;
}

/* Status */
#project .status {
	padding-left: 24px;
	padding-left: 1.5rem;
	font-family: 'Inconsolata';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .05rem;
	line-height: 1;
	position: relative;
}
#project .status:before {
	font-family: 'icomoon';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	font-size: 16px;
}
#project .status.progress:before {
	content: '\e905';
}
#project .status.complete:before {
	content: '\e906';
}
#project .status.spec:before {
	content: '\e909';
}
#project .status.live {
	padding-left: 20px;
	padding-left: 1.25rem;
}
#project .status.live:before {
	content: '\e901';
}

/* Browser bar */
.browser {
	position: relative;
	border:1px #E5E5E5 solid;
	margin:24px 0 0;
	margin:1.5rem 0 0;
}
.browser.gradient:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/web/20171016231421im_/http://jessicakuen.com/wp-content/themes/portfolio-2015/images/grad-white-bottom.png) repeat-x left bottom;
}
.browser img {
	display:block;
}
.browser .bar {
	background:#E5E5E5;
	padding:0 8px;
	padding:0 .5rem;
}
.browser .bar .circle {
	width:10px;
	width:.625rem;
	height:10px;
	height:.625rem;
	display:inline-block;
	border-radius:999999px;
	margin:0 4px 0 0;
	margin:0 .25rem 0 0;
}
.browser .bar .circle.red { background:#fc605b; }
.browser .bar .circle.yellow { background:#fdbc40; }
.browser .bar .circle.green { background:#34c94a; }

#other {
	background:#3a342b;
	padding:64px 0;
	padding:4rem 0;
	text-align:center;
}
#other a img {
	width:75%;
	opacity:.5;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#other a:hover img {
	opacity:1;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

#next {
	height:288px;
	height:18rem;
}
#next > div {
	opacity: .75;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#next:hover > div {
	opacity: 1;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#next img {
	max-width:45%;
	display:inline-block;
	margin-right:40px;
}



.spec_int .spec_int_images {
	-moz-column-count: 2;
	-moz-column-gap: 8px;
	-moz-column-gap: .5rem;
	-webkit-column-count: 2;
	-webkit-column-gap: 8px;
	-webkit-column-gap: .5rem;
	column-count: 2;
	column-gap: 8px;
	column-gap: .5rem;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#colophon {
	text-align: center;
}

#colophon p, #colophon a {
	color: #ccc;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

*[class^="span"] {
	padding:0 10px;
	padding: 0 .625rem;
	float: left;
	position:relative;
}

*[class^="span"].nofloat {
	float: none !important;
	margin: 0 auto !important;
}

.span12 { width: 100%; }
.span11 { width: 91.66%; }
.span10 { width: 83.33%; }
.span9 { width: 75%; }
.span8 { width: 66.66%; }
.span7 { width: 58.33%; }
.span6 { width: 50%; }
.span5 { width: 41.66%; }
.span4 { width: 33.33%; }
.span3 { width: 25%; }
.span2half { width:20%; }
.span2 { width: 16.66%; }
.span1 { width: 8.33%; }

@media screen and (max-width:600px) {
	html {
		font-size:87.5%
	}
	.no-mobile {
		display:none;
	}
	*[class^="span"] {
		width:100%;
		padding:10px 0;
		padding:.625rem 0;
		float: none;
	}
	.wrapper {
		padding: 40px 0 !important;
	}
	#home #workGrid.wrapper {
		padding-top: 0 !important;
	}
	#project {
		padding-top: 40px;
	}
	#project .info h1.pad16b {
		padding: 0 !important;
	}
	#back {
		padding: 0 !important;
	}
	a.mobile-box {
		display:inline-block;
		color:#fff;
		background:#b58c39;
		padding:10px;
		width:100%;
		margin-top:10px;
	}
	a.mobile-box.arrow:after {
		line-height:1.75;
		right:10px;
	}
	#main {
		width:100%;
		position:relative;
		padding:20px;
	}
	#work {
		width:100%;
		padding:20px;
	}
	#project .wrapper {
		padding:40px 0;
		padding:2.5rem 0;
	}
	#other {
		padding:32px 0;
		padding:2rem 0;
	}
	#project .status.progress:before, #project .status.complete:before, #project .status.spec:before, #project .status.live:before {
		content: '' !important;
	}
	#project .status {
		padding: 16px 0 !important;
	}
	#workGrid *[class^="span"] {
		margin: 0;
	}
}

@media screen and (min-width:601px) and (max-width:1023px) {
	#interior #workGrid *[class^="span"] .work img {
		max-width: 70%;
	}	
	#interior #workGrid *[class^="span"] .work {
		height: 160px;
		height: 10rem;
	}
}

@media screen and (min-width:1024px) {
	#main {
		max-width:448px;
		max-width:28rem;
	}
	#work {
		padding-left:448px;
		padding-left:28rem;
	}
	.browser {
		/*width: 49%;*/
		float: left;
	}
	.browser:nth-child(even) {
		float: right !important;
	}
}


/*
     FILE ARCHIVED ON 23:14:21 Oct 16, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:13:41 May 10, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 122.215 (3)
  esindex: 0.007
  captures_list: 222.282
  CDXLines.iter: 11.111 (3)
  PetaboxLoader3.datanode: 127.47 (4)
  exclusion.robots: 0.185
  exclusion.robots.policy: 0.162
  RedisCDXSource: 85.597
  PetaboxLoader3.resolve: 248.458
  load_resource: 272.022
*/