html {
	/* Background image */
	background: url('bg_screen.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	/* Black background placeholder */
	background-color: #000000;
	
	/* Default text appearence */
	color: #ffffff;
	text-align: center;
	font-family: 'Droid Sans', sans-serif;
}

body {
	margin: 30vh 20px;
}

a:link {
	color: #9edeff; /* light blue */
}

a:visited {
	color: #719fb7;
}

a:hover {
	color: #ffffff;
}

.links > a {
	margin: 0 0.2em
}

.links > a, a.link_generic, a.link_vimeo {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1em;
	padding-left: 20px;
}

.links > a, a.link_generic {
	background-image: url('link4.png');
}

a.link_itch {
	background-image: url('link_itch.png');
}

a.link_vimeo {
	background-image: url('link_vimeo.png');
}

a.link_linkedin {
	background-image: url('link_linkedin.png');
}

a.link_github {
	background-image: url('link_github.png');
}

a.link_twitter {
	background-image: url('link_twitter.png');
}

.person > .links > a {
	background-position: center center;
	background-size: 1.5em;
	padding: 20px;
}

.person > p.links {
	margin-top: 1.4em;
}

.person .links {
	margin-top: 1.2em;
}

h1, h2 {
	font-family: 'Annie Use Your Telescope', cursive;
	margin: 0;
}

h1 {
	font-size: 3em;
	margin-bottom: 5px;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.4em;
}

p {
	font-size: 1em;
	margin: 0.5em 0;
}

p.title {
	font-size: 1.2em;
}

.person #avatar {
	height: 8em;
	width: 8em;
}

.thumb {
	height: 7em;
	width: 7em;
}

ul {
	list-style: none;
}

video#bgvid {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  background: url(bg_screen.jpg) no-repeat;
  background-size: cover;
}

.work {
	margin: 7em 0;
}

.work > .links {
	margin-top: 0.8em;
}

.footer {
	font-size: 0.8em;
}

@media screen and (max-device-width: 800px) {
	#bgvid { display: none; }
}

/* latin */
@font-face {
  font-family: 'Annie Use Your Telescope';
  font-style: normal;
  font-weight: 400;
  src: url('annie_use_your_telescope.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: url('droid_sans.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
