@import url('https://fonts.googleapis.com/css?family=Istok+Web');

html {
  margin: 0;
  background: linear-gradient(rgba(0,130,170,.6),rgba(0,130,170,.1)), url('./img/bg.jpg');
  /* background: url('./img/bg.jpg'); */
	text-align:center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
  height: 100vh;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    /* -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed; */

    -webkit-background-position: center;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;

    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

#header {
  font-family: 'Istok Web', sans-serif;
  text-align: center;
  float: right;
  font-size: 2vh;
  position: fixed;
  top: 1px;
  right: 3px;
  overflow: visible;
}

#header ul {
	list-style-type: none;
  display: inline-block;
}

#header li {
	float: left;
  padding-left: 1px;
  padding-right: 1px;
  color: white;
}

#header a {
	float: left;
  padding-left: 2px;
  padding-right: 2px;
  color: white;
}

#header a:hover {
	color: black;
}

#name {
  font-family: 'Istok Web', sans-serif;
	color: black;
	font-size: 8.5vh;
	font-weight: bolder;
}

#about {
  padding-top: 3.5em;
}

#work {
  font-family: 'Istok Web', sans-serif;
	color: white;
	font-size: 5vh;
}

#work a {
  color: white;
  text-decoration: none;
}

#work a:hover {
	color: black;
}
