

h1, html, p {
	font-size: 1.1em;
	line-height: 1.5em;
	color:#fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700
}
#home, #lost, #work {
	background-color: #dddddd;
	min-height: 100%;
	display: -ms-flexbox
}
#home, #home header, #lost, #lost header, #work, #work header {
	display: -ms-flexbox
}
#home footer ul, #lost footer ul, #work footer ul {
	display: inline-block;
	list-style: none;
	padding: 0
}
#home footer li, #lost footer li, #work footer li {
	float: left;
	padding-right: 24px;
}
@font-face {
    font-family: 'sourcelight';
    src: url(sourcesans/sourcesanspro-extralight-webfont.eot);
    src: url(sourcesans/sourcesanspro-extralight-webfont.eot?#iefix) format('embedded-opentype'),
         url(sourcesans/sourcesanspro-extralight-webfont.woff) format('woff'),
         url(sourcesans/sourcesanspro-extralight-webfont.ttf) format('truetype'),
         url(sourcesans/sourcesanspro-extralight-webfont.ttf#sourcelight) format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
	color: fff;
	padding: 50px;
	margin: 0;
	height: 100%;
	box-sizing: border-box;
	font-family: 'sourcelight' "-apple-system-font", "San Francisco Display", "Helvetica Neue", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased
}
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}


body {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
p {
	margin-bottom:10px;
	line-height: 1.5em;
}

}
*, ::after, ::before {
	box-sizing: inherit
}
a {
	color: #fff;
	text-decoration: none;
	padding-bottom:1px;
	border-bottom: 1px solid #fff;
}
h1 {
	margin-bottom:80px;
}
a:hover {
	color: #fff;
}
.wrap {
	margin: 0 auto;
	max-width: 940px;
	width: 100%
}
#home header .copy, #lost header .copy, #work header .copy {
	font-family: 'sourcelight';
	max-width: 320px;
	line-height: 1.5em;
}
h2 {
	font-family: 'sourcelight';
	font-weight:600;
	font-size: 28px;
}
h3 {
	font-size: 34px;
}
h4 {
	font-size: 40px
}
h5 {
	font-size: 46px
}
h6 {
	font-size: 52px
}
#home {
	font-family: 'sourcelight';
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
#home header {
	-ms-flex-align: top;
	align-items: top;
	display: flex;
	-ms-flex: 1;
	flex: 1
}
#home header .title {

}
#home header .copy {
	font-family: 'sourcelight';
	font-weight: 600;
	line-height: 1.5em;
	margin-top: 0px
}
#home footer ul {
	font-weight:600;
	margin: 0
}
#work {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
#work header {
	-ms-flex-align: top;
	align-items: top;
	display: flex;
	-ms-flex: 1;
	flex: 1
}
#work header .title {
	margin-bottom: -6px
}
#work header .copy {
	margin-top: 0px
}
#work footer ul {
	font-weight: 600;
	margin: 0
}
#lost {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
#lost header {
	-ms-flex-align: top;
	align-items: top;
	display: flex;
	-ms-flex: 1;
	flex: 1
}
#lost header .title {
	margin-bottom: -6px
}
#lost header .copy {
	margin-top: 100px
}
#lost footer ul {
	font-weight:600;
	margin: 0
}