@import "reset.css";


/* ********************************************* */
/*              GLOBAL DEFINITIONS               */
/* ********************************************* */
table{width:100%;}
th{text-align:left;}
td{vertical-align:top;}
img{display:block; max-width: 100%;}
a img{border:none;}
.nowrap{white-space:nowrap;}
.clear{clear:both;height:0px;font-size:0px;}
.clearfix:after{/*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden;}
strong { font-weight: bold; }
em { font-style: italic; }
acronym { border-bottom: 1px dotted #bb582a; cursor: help; }


/* ******************************************* */
/*                   LAYOUT                    */
/* ******************************************* */
html,body { width: 100%; height: 100%; }
body {
	background: #d1d7d7;
	color: #161a23;
	font: 12px Garamond,serif;
	text-align: left;
}

#container {
	box-sizing: border-box;
	height: 100%;
	padding: 30px 30px 0 30px;
	width: 100%;
}

/*
@media (min-width: 600px) {
  padding-right: 285px;
}
*/

h1 {
	position: relative;
}

h1 a {
	bottom: 0;
	display: block;
	left: 16px;
	position: absolute;
	text-indent: -999em;
	text-transform: uppercase;
	width: 187px;
}

h2 {
	font-size: 12px;
	margin-top: 2em;
	margin-left: 19px;
	text-transform: lowercase;
	display: none;
}

h3 {
    font-size: 20px;
    line-height: 1.15em;
    margin: 1.15em 0;
}

#marcel-photo {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 80%;
}

@media (max-width: 5rem) {
  #marcel-photo { display: none; }
}

.embed-container {
  margin: 40px 0 30px;
  max-width: 500px;
  position: relative;
  z-index: 1;
}
