﻿@charset UTF-8;
@import url(http://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en);

* 
{
	font-family:Roboto,sans-serif;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

*, *:after,	*:before 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
   	box-sizing: border-box;
}

:host 
{
	position:absolute;
	width:100%;
	height:100%;
	box-sizing:border-box;
	margin:0;
}

body,html 
{
	background-color:#e5e5e5;
	height:100%;
	font-family:sans-serif;
	margin: 0px;
}

a:link 
{
	text-decoration: none; 
	color: #333;
}
	
a:visited 
{
	text-decoration: none;
	color: #333;
}
	
a:hover 
{
	text-decoration: none;
  	color: #d51920;
}
	
a:active 
{
	text-decoration: none;
	color: #333;
}

.content-card	
{
	width: 70%; 
	background-color: #fff; 
	margin: auto; 
	margin-top: 15%; 
	position: relative; 
	padding: 50px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px;
}

.works-card
{
	width: 16.66%;
	height: auto; 
	float: left;
	padding: 1%;
}

.works-subcard
{
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px;
   	border-top-left-radius: 2px;
   	border-top-right-radius: 2px;
   	border-bottom-right-radius: 2px;
   	border-bottom-left-radius: 2px;
   	position: relative;
}
	
.works-subcard:hover
{
	cursor: pointer;
	box-shadow:rgba(0, 0, 0, 0.3) 0 5px 12px 0;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 5px 12px 0;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0 5px 12px 0;
}

.content-works
{
	width: 70%; 
	background-color: transparent; 
	margin: auto;
	overflow: auto;
	position: relative;
	padding: 10px 0 10px 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.intertext-padding
{
	height: 0.4em !important;
}

.cover-image
{
	background-image:url(../img/cover_image.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	height:100%;
	width:100%;
	top:0;
	position:absolute;
}

.icon-and-title-flex
{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	align-items: center; 
	flex-wrap: wrap
}

.faceimg
{
	width: 170px;
	height: 230px;
}

.face-container
{
	margin-left: 1em;
}

.title-container
{
	margin-left: 2em;
}

.contact-item
{
	margin-top: .5em;
	margin-bottom: .5em;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	align-items: center
}


.pub-item
{
	margin-top: .1em;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	align-items: center;
}

.detail-item
{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	align-items: center
}

.empty-space
{
	width: 100%;
	height: 25%;
}

.top-corners-rounded
{
   	border-top-left-radius: 2px;
   	border-top-right-radius: 2px;
}

.watermark
{
	justify-content: center;
	margin-bottom: 0.5em;
}

.credits
{
	margin-top: 0.1em;
	margin-bottom: 1em;
}

.lightgray
{
	color: #777;
}

.credits-text
{
	font-size: 0.9em;
	font-weight: 400;
}

.meta-container
{
	margin-top: 4em;
}