body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  font: 24px 'Belgrano', serif;
  color: #444;
  overflow-y: auto;
  overflow-x: hidden;
}

/*  Basic layout           =================================================*/
::-moz-selection,
::selection {
  color: #fff;
  background: #127bb6;
}

.container {
  background-color: #fff;
  margin-top: 0px;
  width: 920px;
  margin-right: auto;
  margin-left: auto;
}


/*  Header                  =================================================*/
.header {
  height: 145px;
  border-bottom: 1px solid #e0e0e0;
}

.name {
  padding-top: 37px;
  padding-left: 320px;
}

.works {
  font-size: 22px;
  padding-top: 00px;
  text-decoration: none;
  color: #aaa;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.works:hover {
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  text-decoration: none;
  color: #127bb6;
}

.chris {
  color: #127bb6;
}

.links {
  padding-top: 12px;
  padding-left: 410px;
}

.links a{
  font-size: 14px;
  text-decoration: none;
  color: #aaa;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.bullet {
  color: #aaa;
  font-size: 15px;
}

.links a:hover {
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  text-decoration: none;
  color: #127bb6;
}

/*  Main Content            =================================================*/
.content {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.project {
  height: 230px;
  width: 740px;
  margin: 50px;
}

.project img{
  float: left;
}

.project_right {
  float:left;
  margin-left: 25px;
  width: 350px;
}

.project h2{
  font-size: 18px;
  padding: 0;
}

.project a{
  text-decoration: none;
  font-size: 12px;
  color: #127bb6;
}

.subtitle {
  font-size: 16px;
  color: #127bb6;
  margin-top: 0px;
}

.date {
  font-size: 13px;
  color: #444;
}

.paragraph {
  font-size: 14px;
  line-height: 19px;
}

.about_holder {
  width: 820px;
  padding: 50px;
  height: 200px;
}

.about_me {
  float: left;
  width: 480px;
  font-size: 16px;
  padding-bottom: -60px;
}

.things {
  padding-left: 30px;
  text-align: left;
  padding-top: 100px;
  float: right;
  width: 310px;
  font-size: 12px;
  line-height: 20px;

}

.things a{
  text-decoration:none;
  color: #aaa;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.things a:hover{
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  text-decoration: none;
  color: #127bb6;
}

/*  Footer                  =================================================*/
.footer {
  border-bottom: 1px solid #e0e0e0;
}

.footer_content {
  margin: 50px;
}
.about {
  font-size: 12px;
  width: 340px;
}

.about a{
  text-decoration:none;
  color: #127bb6;
}

.linkedin {
  float: right;
  background-image: url('../images/linkedin.png');
  width: 105px;
  height: 30px;
  margin-top: -50px;
  margin-right: 0px;
}
.linkedin:hover {
  background-position:0px -30px;
}

.copyright {
  height: 40px;
}

.copyright p{
  text-align: right;
  padding-top: 12px;
  padding-right: 12px;
  font-size: 12px;
}
.copyright a{
  text-decoration: none;
  color: #127bb6;
}