body {
	background: #000;
	color: #eeeeee;
	text-align: center;
	line-height: 2em;
	width: 100%;
	margin: auto;
	font-family: 'Comfortaa', cursive;
	min-height: 100%
}

h1 {
	margin: 2% 0 1% 0;
	line-height: 1.1em;
}

dl {
	width: 80%;
	margin: auto;
}

dd {
	font-size: 0.9em;
	display: block;
	width: 80%;
	margin: 0 auto 5% auto;
	line-height: 1.5em;
	color: gray;
}

iframe {
	position: relative;
}

a {
	color: #eee;
	text-decoration: none;
}

svg path, svg rect {
	fill: #eee;
	fill-rule:nonzero
}

a:hover, a:hover svg path {
	fill: #fff
}

.content {
	margin: auto auto 5% auto;
}

span {
	padding-left: 1%
}

aside {
	color: gray;
	padding-top: 0;
	margin-top: -1em;
}

section {
	min-height: 100%;
	padding-bottom: 5%;
	margin-bottom: 10%;
	padding-top: 3em;
	background-position: center;
	background-clip: padding-box;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0 30px 20px black inset;
}

section#home {
	background-image: url("../images/bg_collections.jpg");
}

section#collection {
	background-image: url("../images/bg_dominion_day_dress.jpg");
}

section#contact {
	background-image: url("../images/bg_studio.jpg");
}

section#about {
	background-image: url("../images/bg_dress_sketch.png");
}

section#home svg {
	padding: 0 2em;
}

section#about p {
	width: 65%;
	max-width: 50em;
	text-align: left;
	padding: 0.5% 5%;
	margin: auto
}

section#about img {
	max-width: 40%;
}

section#contact svg {
	vertical-align: middle;
	padding: 0.1em
}

img.left {
	float: left;
	margin: 2% 2% 2% 15%
}

img.right {
	float: right;
	margin: 2% 15% 2% 2%
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	/* width: 80%;
	max-width: 600px; */
	margin: 0 auto;
}