@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,700italic,400italic);

/**TEST4**/
/*************************************** RESET *********************************/
* {
	box-sizing:border-box;	
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  margin-bottom:1rem;
  
}
.gothic { text-align:center;font-weight:900;color:#333;}
ul.list_unstyled {
	list-style-type: none;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
blockquote {
	font-size:1.25em;
	font-style:italic;
	color:#420266;
	border-left:4px solid #420266;	
	margin-left:0;padding-left:4em;
}
body {
  margin: 0;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #00131f;
  -webkit-text-size-adjust: 100%; /* 2 */
	background:rgba(0,0,0,0.5);
	
	background-repeat: repeat;
	position:absolute;
	width:100%;
	height:100%;
}

a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}

a:active,
a:hover {
  outline: 0;
}
.primary-button {
	padding:0.5rem 1rem;
	border:2px solid #f8116a;
	color:#f8116a;
	transition:opacity 0.5s ease;
	transition:background 0.5s ease;
}
.primary-button-sell {
	padding:0.5rem 1rem;
	text-decoration:none;
	background:#00B8FB;
	transition:opacity 0.5s ease;
	transition:background 0.5s ease;
  	color:#fff;
}
.primary-button:hover {
	color:#fff;
	opacity:1;
	text-decoration:none;
	background:#f8116a;
  	box-sizing:border-box;
}
.primary-button-sell:hover {
	color:#00B8FB;
	opacity:1;
 	text-decoration:none;
	background:#fff;
 	border:2px solid #00B8FB;
}
.secondary-button {
	padding:0.5rem 1rem;
	color:#f8116a;
	opacity:0.5;
	transition:opacity 0.5s ease;
	transition:background 0.5s ease;
	float:right;
}
small {
	font-size:80%;	
}

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

h1, h2, h3, h4 {
	margin-bottom:0;
}

h1 {
	font-size: 1.75rem; /* 28px */
	font-weight:100;
}

	h1 small {
		font-size:1rem;	
	}
h2 {
	font-size:2rem; /* 32 px */
}

p {
	margin:0 0 1rem 0;	
}
img.portrait {text-align: center;}

.highlight {
	font-weight:bold;	
}

.highlight.vitality {
	color:#f8116a;	
}

.highlight.travelbag {
	color:#9f0234;	
}

.wrapper {
	position:relative;
	width:65rem;
	margin:4.5rem auto;	
	border:2px solid #333;
	padding:0 2rem 2rem 2rem;
	background: #fff;
	z-index:2;

}
/*********************************** HEADER *****************************/
header.mobile {
	display:none;	
}
header.tablet {
	position:relative;
	height:6rem; /* 96px */	
	
}
.header-logo {
    background:#fff;
    border:2px solid #111314;
    left: -2rem;
    padding: 1.3em 1.5em;
    position: absolute;
    text-align: center;
    top: -4rem;
    width: 20rem;
	z-index:100;
}
.header-contact {
	width:62%;
	float:right;
	position:relative;
	z-index:9000;
}
	.header-contact li {
		margin-left:-2rem;	
	}
.header-logo h1 {
	font-size:1.75rem;	
	color:#7d7d7d;
	margin:0;
}
.header-logo h2 {
	font-size:1.25rem;	
	margin:0;
}
.header-logo h4 small {
	font-weight:100;
	color:#7d7d7d;
	font-style:italic;
}
/*********************************** LOGOG *****************************/
.logos_employment {
	margin-top:260px;
	float: left;
}

/*********************************** MAIN ARTICLES *****************************/
.article-section {
	width:100%;
	position:relative;
}

.article-section-full-width {
	width:100%;
	float:right;
}

.article-content {
	float:left;
	width:56%;
	padding:2rem 6% 4rem;	
}
.article-aside {
	float:right;
	width:26%;
	padding:1.5rem 5% 3rem 0;	
}

.skillset-column ul {
	padding-left:0;
	list-style-type:none;	
}
.skillset-column:nth-child(even) {
	padding-right:0;
}
	.adobe-icons li {
			width:2.5rem;
			float:left;
			margin:0 0.0625rem 0.0625rem 0.0625rem;
	}
	.adobe-icons li img {
			
	}
.article-section, .article-section-full-width {
	margin-bottom:2rem;
	padding-bottom:1rem;

}

section h1 {
	margin:1.25rem 0 0.5rem 0;
}
section h2 {
	font-size:1.5rem;
	color:#7d7d7d;
}

section h3 {
	margin:0;	
}

.job-entry {
	position:relative;	
	border-bottom:1px solid #e6e6e6
}

.job-entry:last-child {
	border-bottom:0;	
}
.job-project {
	position:relative;
	margin-bottom:2rem;	
}
.main-image-wrapper {
	border:1px solid #969696;	
	padding:0.5rem;
	margin-bottom:2rem;
}
.project-thumbnail {
	position:absolute;
	left:0;
	top:0;
	width:5rem;
	left:-8rem;
	border:4px solid #EDEBEB;
	overflow:hidden;
	z-index:1000;
	transition: transform 0.2s ease-in-out;
	-webkit-box-shadow: 0px 6px 19px 0px rgba(50, 50, 50, 0.48);
	-moz-box-shadow:    0px 6px 19px 0px rgba(50, 50, 50, 0.48);
	box-shadow:         0px 6px 19px 0px rgba(50, 50, 50, 0.48);
}
.project-thumbnail:hover {
	transform:scale(5);
	border-radius:0;
	z-index:1001;
	-webkit-box-shadow: 0px 34px 30px 19px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 34px 30px 19px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 34px 30px 19px rgba(50, 50, 50, 0.15);
}
	.project-thumbnail a {
		display:block;
		width:100%;
		height:100%;	
	}
	.project-thumbnail a:hover {
		border:2px solid #fff;
	}
	.project-thumbnail img {
		width:100%;
		height:100%;	
	}

.article-figure {
	padding: 0 2%;	
}
.article-figure > img {
	margin:1.5rem 0 0;	
}

.skillset-column {
	width:25%;
	float:left;
}

#work-history time {
	position:absolute;
	width:20rem;
	left:-22rem;
	top:0.8rem;
	text-align: right;
}

.auxiliary-list {
	margin:0;
	padding: 0 0 0 6%;	
}
.auxiliary-list > li {
	display:inline-block;	
}
.aux-item {
	width:19%;
	margin:2rem 5.6% 2rem 0;
	padding:3.1rem 0;	
	background: none repeat scroll 0 0 #124134;
    border-bottom: 0.2em solid #C5F3E7;
    color: #C5F3E7;
    font-style: italic;
	text-align:center;
}
.footer {
	width:97%;
	padding:3rem 0 0 3%;
}
.show-phone {
	display:none;	
}
.mobile {
	display:none;	
}


/*********************************** RESPONSIVE SHIT *****************************/
@media screen and (max-width: 55em) {
	html {font-size:100%;}	
	.wrapper {
		padding:0 1rem;	
		margin-top:1rem;
	}
	.header {
		display:none;	
	}
	.header.tablet {
		display:none;	
	}	
	.header.mobile {
		display:block;	
		width:90%;
		padding:0;
		top:inherit;
		left:inherit;
		margin:1rem auto 0 auto;
		border:2px solid #111314;
	}
	
	.header-logo {
		width:100% !important;
		position:relative;
		display:block;
		top:inherit;
		left:inherit !important;
		right:inherit !important;
		border:none;
		padding:1rem 0;
	}
	.logos_employment {
		margin-top:20px;
		float: none;
	}

	.article-section {
		width:100%;	
	}
	.header-contact {
		width:100%;	
		margin:0;
		left:-1rem;
		right:-1rem;
	}
	.header-contact li {
		padding:0.5rem 0;	
	}
	.skillset-column {
		width:50%;
		padding-right:1rem;	
	}

	.skillset-column.fullWidth {
		width:100%;
		border-bottom: 1px solid #E6E6E6;
	}

	#work-history time {
		position:relative;
		left:0;
		top:0;
	}
	.show-phone {
		display:block;	
	}
	.hide-phone {
		display:none;	
	}
	.project-thumbnail {
		position:relative;
		left:0;
		top:1rem;
	}
}
@media screen and (min-width: 65em) {
	html {font-size:115%;}	
}
@media screen and (min-width: 75em) {
	html {font-size:135%;}	
}
@media screen and (max-width: 92em) {
	.wrapper {
		width:90%	
	}
}

/*********************************** ANIMATION *****************************/
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

/*.header-logo h1 {
	opacity:0;
  -webkit-animation: fadein 0.6s ease-in-out 0s 1 forwards;
  	animation: fadein 0.6s ease-in-out 0s 1 forwards;
}*/
.header-logo h2, .header-logo img {
	opacity:0;
  -webkit-animation: fadein 0.6s ease-in-out 0.6s 1 forwards;
  	animation: fadein 0.6s ease-in-out 0.6s 1 forwards;
}

article, .header-contact {
	opacity:0;	
  -webkit-animation: fadein 0.6s ease-in-out 1.2s 1 forwards;
  	animation: fadein 0.6s ease-in-out 1.2s 1 forwards;
}

