/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


body {
	background: #e6e6e6 url(../img/debut_light.png) repeat center center;
	position: relative;
	z-index: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


#tb, #lb, #rb, #bb {
	position: fixed;
	background-color: #fff;
	display: block;
	z-index: 10;
}
#tb { height:12px; left:0; right:0; top:0;}
#bb { height:12px; left:0; right:0; bottom:0; }
#lb {  width:12px; top:0; bottom:0; left:0; }
#rb {  width:12px; top:0; bottom:0; right:0; }

.centered {
	text-align: center;
}
.centered:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
header {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	display: flex;
	min-height: 100vh;
}
h1 {
	font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #000005;
	text-align: center;
	font-size: 15vw;
	margin: auto;
	}
	h1 span {
		color: rgba(0,0,5,0.66);
	}
dl {
		font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
		font-weight: 400;
		width: 25%;
		margin: 0 auto;
}
dt, dd {
	float: left;
	display: inline;
	}
dt {
	font-weight: 700;
	}
	dt span {
		font-size: 75%;
		font-weight: 700;
		font-style: normal;
	}
dd {
	margin: 0 0 0 12px;
}
	