/*
Developed by Bobby Ong
Web site: http://ong.nu/
Twitter: http://twitter.com/ongdobby
Author: Bobby Ong


/* Bös
-------------------------------------------------*/
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;

  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: rgb(32,32,32);
  background-color: rgb(255,255,255);
  background-image: url("/img/bobby-ong-at-aiguille-du-midi.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  

    -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
p {
  margin-top: 1.5rem;
}
.structural {
  position: absolute;
  left: -9999px;
  margin: 0;
}
#container {
  height: 100%;
  color: rgb(229,229,229);
  background-color: rgba(33,33,33,.3);
  border: .5rem solid rgb(255,255,255);
  box-sizing: border-box;
}
header {
  margin: 3rem 6rem 0 60%;
}
h1, h2, h3 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  letter-spacing: 2px;
}
h1 {
  font-size: 3rem;
}
h1 small {
  font-size: 2rem;
  font-style: italic;
}
h2 {
  font-size: 1.5rem;
}
section {
  margin: 1.5rem 6rem 0 60%;
  letter-spacing: 1px;
}
#ext-links {
  padding: 1.5rem;
  background-color: rgba(109,133,153,.2);
  border-radius: 2px;
}
.and {
  margin: 1.5rem 0;
  border-top: 1px solid rgb(213, 213, 213);
  -webkit-box-shadow: 0 2px 1px -1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 2px 1px -1px rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  
}
.and span {
  display: block;
  padding: .75rem 0;
  border-bottom: 1px solid rgb(213, 213, 213);
  -webkit-box-shadow: inset 0 2px 1px -1px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 2px 1px -1px rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
.and a {
  color: rgb(36,129,192);
  text-decoration: none;

  padding: .1rem .3rem;
  color: rgb(252,252,252);
  background-color: rgb(37,129,193);
  border-radius: 2px;
}
.and a:hover, 
.and a:focus {
  color: rgb(255,255,255);
  background-color: rgb(38,114,172);

}
.and a:active {
  color: rgb(252,252,252);
  text-shadow: 0 1px 1px rgba(0,0,0, .35);
}
footer section {
  padding: 1.5rem;
  background-color: rgba(255,255,255,.2);
  background-color: rgba(0,0,0,.3);
  background-color: rgba(109,133,153,.4);
  border-radius: 2px;
}
footer section h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
}
#hcard-Bobby-Ong div {
  float: left;
  width: 50%;
  text-align: center;
}
#hcard-Bobby-Ong div i,
#hcard-Bobby-Ong div .type,
#hcard-Bobby-Ong div a {
  display: block;
}
footer section .icon-stack {
  font-size: 3rem;
}
footer section a {
  color: rgb(229,229,229);
  text-decoration: underline;
}
footer section a:hover,
footer section a:focus {
  color: rgb(209,209,209);
  background-color: rgba(255,255,255,.1);
  text-decoration: none;
  border-radius: 2px;
}
footer section a:active {
  color: rgb(229,229,229);
  background-color: rgba(255,255,255,.4);
  text-decoration: none;
}
