@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400italic");
@import url("http://fonts.googleapis.com/css?family=Roboto:100,300,400,400italic");

body{
/*  background-color: #222;*/
/*  color: #eee;*/
  font-family: "Roboto", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 100%;
}

#hp-header{
  width: 100% !important;
  background-size: cover;
  background-image: url(../img/matrix1.png); /*url(../img/matrix2.png);*/
  background-position: bottom;
  height: 20rem;
  border-bottom: 1rem solid #444;
  box-shadow: 0 2px 4px 2px #444;
  background-color: #222;
}

#hp-photo{
  border-radius: 50%;
/*  border: 0.2rem solid #eee;*/
  box-shadow: 0 0px 4px 4px #444;
  position: absolute;
  top: 10rem;
  right: 3rem;
}
#hp-photo img{
  border-radius: 50%;
  overflow: hidden;
  border: 0.2rem solid #444;
}
#hp-name{
  position: absolute;
  top: 2rem;
  left: 2rem;
}
#hp-name h1{
  color: #66e967;
/*  font-family: "Roboto";*/
  font-weight: 400;
  font-size: 4rem;
  line-height: 3.8rem;
}

#content{
/*  border: 1px solid red;*/
  margin-top: 4rem;
}
#content h1,h2,h3{
  font-weight: 100;
/*  color: #eee;*/
/*  font-family: "Roboto";*/
}
#content p{
  font-weight: 300;
/*  color: #eee;*/
/*  font-family: "Roboto";*/
}

#content hr.fancy{
  border: 0;
  border-bottom: 1rem solid rgba(102, 232, 102, 0.85);
  box-shadow: 0 0px 6px 4px rgba(102, 232, 102, 0.85);
  clear: both;
  height: 0;
/*    margin: 1.25rem 0 1.1875rem;*/
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.card span{
  white-space: nowrap;
}


ul.topic li{
  padding-right: 1rem;
  padding-left: 1rem;
}
ul.topic hr{
  border: 1px solid rgba(102, 232, 102, 0.85);
}
ul.topic p{
  padding-right: 2rem;
  padding-left: 2rem;
}

#footer p{
  font-weight: 100;
  font-size: 1.275rem;
}
#footer p a,
#footer p a:visited{
  color: #eee;
  border-bottom: 1px dotted #fff;
}
#footer p a:hover,
#footer p a:focus{
  color: rgb(102, 232, 102);
  border-bottom: 1px solid rgb(102, 232, 102);
}
