@font-face {
	font-family: 'regular';
	src: url('Compagnon-Roman.woff');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'italic';
	src: url('Compagnon-Italic.woff');
	font-weight: normal;
	font-style: normal
}

.textdeco{
	text-decoration: underline;
}

.italic{
	font-family: italic;
	font-size: 15pt;
}

body {
	background-color: white
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: fixed;
	background-color: white;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	font-family: 'regular';
	font-size: 16pt;
}

li {
	float: left;
	padding: 10px 16px 15px;
}

li a {
	display: block;
	color: black;
	text-align: center;
/*	padding: 14px 16px;*/
	text-decoration: none
}

li a:hover {
/*	text-decoration: underline;
	color: orangered;*/
	font-family: italic;
}

.active {
	text-decoration: underline
}

.about {
	font-size: 11pt;
	padding: 20px;
	margin-top: 20px;
	float: left;
	width: 25%;
	font-family: regular;
}

.informationRow {
	font-size: 11pt;
	padding: 20px;
	margin-top: 20px;
	float: left;
	width: 20%;
	font-family: regular;
}

.copy{
	margin: 0;
	padding: 0;
	position: fixed;
	background-color: white;
	bottom: 10;
	vertical-align: bottom;
	text-align: left;
	font-family: regular;
	font-size: 8pt;
}

@media screen and (max-width:800px) {
	.row-left,
	.row-right,
	.intro,
	.about {
		width: 100%!important;
	}
}


@media screen and (max-width:1000px) {
	.container .description {
		/*display: block;*/
		top: auto!important;
		left: auto!important;
		right: auto!important;
		bottom: auto!important;
		position: absolute
	}
}

@media screen and (max-width:800px) {
	.row-left,
	.row-right,
	{
		width: 100%;
		float: none
		padding: 40px 0 0 0;
	}
	.description {
		font-size: 12pt!important
	}
}

button:hover{
/*	text-decoration: underline;*/
	color: orangered;
	cursor: hand;
}

button:focus {
	outline: 0
}

button {
	width: 48vw;
	font-size: 12pt;
	font-family: 'regular';
	background-color: transparent;
	border: 0;
	z-index: 100;
	transform: translate(left);
	padding-left: 8px;
	padding-top: 6px;
	position: inline;
	margin: 0!important;
	text-align: left
}

.description {
	display: none;
	position: absolute;
	clear: none;
	border: 1px black groove;
	padding: 10px 10px;
	width: 35%;
	box-shadow: 2px 2px 0 1px black;
	font-family: 'regular';
	font-size: 12pt;
	text-align: left;
	z-index: 10;
	background: orangered;
	line-height: 100%;
	margin-top: -300px;
	margin-left: 10px;
	align: bottom;
}


.container {
	margin-top: 47px !important; 
	margin-right: 4px;
	margin-left: 4px;
	width: 100vw;
	display: inline;
	overflow: hidden
}

.project_1,
.project_2,
.project_3,
.project_4,
.project_5,
.project_6 {
	display: none;
	width: 100%;
	margin: 0
}

#project_1,
#project_2,
#project_3,
#project_4,
#project_5,
#project_6  {
	display: inline-block;
	flex: 1;
}

.ProjectContainer {
	padding: 0 10px 10px 10px;
}

.row-right {
	width: 50%;
	float: right;
	padding: 40px 0px 0px 0px;
}

.row-left {
	width: 50%;
	float: left;
	padding: 40px 0px 0px 0px;
}

.silent,
.looking,
.scapegoat {
	position: relative;
	display: inline
}
