html, body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  color: #444;
}
#header {
  width: 100%;
  height: 400px;
  font-weight: 100;
  color: white;
  margin-bottom: 10px;
}
.bg1 {
  background-image: url('bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 120%;
}
.bg2 {
  background-color: #299DB6;
}
#headerblob {
  position: relative;
  left: 20%;
  top: 60px;
  width: 15%;
}
#headertext {
  font-size: 20px;
  font-weight: 400;
  margin-top: 310px;
  margin-left: -20px;
}
.imgme {
  border: 3px solid white;
  box-shadow: #AAA 0px 0px 4px 0px; 
  float: left;
}
#htname {
  font-size: 36px;
  font-weight: 400;
}
#htdesc {
  font-size: 18px;
  font-weight: 300;
  margin-top: -6px;
}
#htem {
  font-size: 14px;
  font-weight: 300;
}
#topnav {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px 5px 10px;
  margin: 10px;
  /*border: 1px solid #FFF;*/
}
#topnav a {
  color: white;
}
#topnav a:hover {
  text-decoration: none;
}
.svgico {
  display: inline-block;
}
