@charset "UTF-8";

/*------ CSS 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*------ BEGIN MAIN CSS ------*/
/*------ GENERAL ------*/
body {
	background: #1f2026;
	-webkit-animation-name: bodyAnim;
    -moz-animation-name: bodyAnim;
    -ms-animation-name: bodyAnim;
	-o-animation-name: bodyAnim;
	animation-name: bodyAnim;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

@-webkit-keyframes bodyAnim {
	0%   { opacity: 0;}
	100% { opacity: 1;}
}

@-moz-keyframes bodyAnim {
	0%   { opacity: 0;}
	100% { opacity: 1;}
}

@-o-keyframes bodyAnim {
	0%   { opacity: 0;}
	100% { opacity: 1;}
}

@keyframes bodyAnim {
	0%   { opacity: 0;}
	100% { opacity: 1;}
}

#container {
	width: 620px;
	height: auto;
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -210px 0 0 -310px;
}

a {
	font-family: 'Open Sans';
	color: #797B89;
	text-decoration: none;
	-o-transition:all .2s ease-out, background 0.5s ease-in;
	-ms-transition:all .2s ease-out, background 0.5s ease-in;
	-moz-transition:all .2s ease-out, background 0.5s ease-in;
	-webkit-transition:all .2s ease-out, background 0.5s ease-in;
	transition:all .2s ease-out, background 0.5s ease-in;
}

header {
	height: 32px;
	width: 100%;
	margin-bottom: 35px;
	border-bottom: 1px solid #32343e;
	padding-bottom: 40px;
}

header img {
	float: left;
	margin-top: -10px;
}

header a#button {
	width: 27px;
	height: 13px;
	padding: 10px;
	border: 1px solid #41A15A;
	background: none;
	float: right;
	color: #41A15A;
	font-size: 14px;
	border-radius: 4px;
	opacity: 1;
  margin-top: -1px;
  font-weight: 300;
}

header a#button:hover {
	color: #62636f;
	border: 1px solid #2b2d36;
	opacity: 1;
}

#text h1 {
	font-family: 'Open Sans';
	font-size: 22px;
	font-weight: 300;
	color: #797B89;
	line-height: 1.7;
	margin-bottom: 38px;
}

#text h2 {
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: 600;
	color: #797B89;
	line-height: 1.7;
	margin-bottom: 5px;
}

#text h3 {
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 500;
	color: #797B89;
	line-height: 1.7;
	margin-bottom: 5px;
}

#text {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 200;
	color: #797B89;
	line-height: 1.3;
	border-bottom: 1px solid #32343e;
	margin-bottom: 35px;
}

#work {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #32343e;
	padding-bottom: 40px;
	margin-bottom: 35px;
}

.thumbnail {
	position: relative;
	height: 100px;
	width: 125px;
	float: left;
	margin-right: 40px;
	-o-transition:all .2s ease-out, background 0.5s ease-in;
	-ms-transition:all .2s ease-out, background 0.5s ease-in;
	-moz-transition:all .2s ease-out, background 0.5s ease-in;
	-webkit-transition:all .2s ease-out, background 0.5s ease-in;
	transition:all .2s ease-out, background 0.5s ease-in;
}

.thumbnail:hover {
	margin-top: -2px;
}

#work > :last-child {
	margin-right: 0;
}

.thumbnail a {
	opacity: 1;
}

.thumbnail img {
	height: 100px;
	width: 125px;
	border-radius: 2px;
	opacity: 1;
	-moz-box-shadow: 0px 1px 0px #000;
    -webkit-box-shadow: 0px 1px 0px #000;
    box-shadow: 0px 1px 0px #000;
}

.thumbnail:hover .overlay {
	opacity: 0.9;
}

.overlay {
	cursor: pointer;
	position: absolute;
	background: rgba(255, 255, 255, 0.97);
	border-radius: 2px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	-o-transition:opacity .3s ease-out, background 0.5s ease-in;
	-ms-transition:opacity .3s ease-out, background 0.5s ease-in;
	-moz-transition:opacity .3s ease-out, background 0.5s ease-in;
	-webkit-transition:opacity .3s ease-out, background 0.5s ease-in;
	transition:opacity .3s ease-out, background 0.5s ease-in;
}

.overlay span {
	position: absolute;
	top: 42px;
	opacity: 1;
	padding-left: 57px;
}

.overlay span img {
	width: 11px;
	height: 11px;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

p {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	color: #797B89;
}

footer p#left {
	float: left;
	opacity: 0.5;
}

footer p#right {
	float: right;
	margin-left: 15px;
}

footer p#right a {
	opacity: 0.5;
}

footer p#right a:hover {
	opacity: 1;
}

footer p#right a:active {
	opacity: 1;
}
