body {
  margin:0;
  padding:0;
  font: 16px arial, sans-serif;
  -webkit-background-size: 50% auto;
     -moz-background-size: 50% auto;
       -o-background-size: 50% auto;
          background-size: 50% auto;
  background-image: url(images/snap2.jpg);
  background-repeat: repeat-y;
  background-attachment: fixed;
  line-height: 150%;
  background-position: left center;
}

#main {
  width: 50%;
  left: 50%;
  position:absolute;
}

h1 {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  text-transform: uppercase;
  color: #0aadef;
}

.padded {
  padding: 40px;
  padding-top: 10px;
}

.stupidlist {
  text-transform:uppercase;
  font-weight:bold;
  font-size: 20px;
  line-height: 150%;
}

.stupidlist span {
  background-color: #fef200;
}

a {
  text-decoration:underline;
  color: #000;
}

.stupid-project {
  /*padding-top: 20px;*/
  /*margin-bottom: 20px;*/
  border-bottom: 5px dashed #0aadef;
}

.stupid-project h2 {
  margin:0;
  padding:0;
  background-color: #fef200;
  margin-top: 20px;
}

.stupid-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}

.stupid-video iframe,
.stupid-video object,
.stupid-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stupid-pic img{
  width: 100%;
}

@media all and (max-width: 800px) {
  #main { width: 100%; position: relative; left: 0;}
  body { background: none;}
}
