/*  This code is copyrighted to Mighty, LLC and Jason Santa Maria.
    This means you may NOT use it for your site's design.  */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}article,aside,figure,footer,header,hgroup,nav,section{display:block}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}

/*
----------------------------------------------------------------
  B A S E
---------------------------------------------------------------- */

body {
  padding: 60px 0;
  font-family: "proxima-nova", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
  color: #fff;
  background: #e5252c;
  }

a:link, a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -o-transition: color .2s ease;
  -ms-transition: color .2s ease;
  transition: color .2s ease;
  }

a:hover, a:active, a:focus {
  color: #300;
  }

#main {
  position: relative;
  margin: 0 1.25em;
  background: transparent;
  }

h1 { /* logo */
  float: left;
  display: block;
  margin-top: -40px;
  width: 102px;
  height: 97px;
  text-indent: -9999px;
  border: none;
  z-index: 88;
  }

hr, .hide { display: none; }
a img { border: none; }

#hed {
  font-size: 3.4em;
  text-transform: uppercase;
  font-family: "proxima-nova-extra-condensed", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
  margin-left: -3px;
  padding: 10px 0 0;
  width: 100%;
  z-index: 90;
  text-align: center;
  position: relative;
  clear: both;
}

h3 {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  font-weight: 700;
  }

.ico-bolt-left, .ico-bolt-right {
  display: inline-block;
  width: 21px;
  height: 8px;
}

.ico-bolt-left {
  padding-right: 10px;
  vertical-align: 3px;
  }

.ico-bolt-right {
  padding-left: 10px;
  vertical-align: 3px;
  background-position: top right;
  }

#lead {
  font-size: 1em;
  line-height: 1.25;

  }

#work {
  background-color: rgba(0, 0, 0, .12);
  padding: 14px 10px;
  margin: 20px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  }

#work h3, #work p {
  font-size: 1em;
  line-height: 1.25;
  }

#work p {
  color: #eee;
  }

#work p a {
  border-bottom: rgba(255, 255, 255, 0.4) 2px solid;
  }

#contact {
  float: right;
  text-align: right;
  z-index: 92;
  font-weight: 600;
  }

#contact-link a:link, #contact-link a:visited {
  text-decoration: none;
  padding: 8px 10px 8px 32px;
  background-color: rgba(0, 0, 0, .12);
  background-position: 10px center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  -ms-transition: background-color .2s ease;
  transition: background-color .2s ease;
  }

#contact-link a:hover, #contact-link a:active, #contact-link a:focus {
  background-color: rgba(0, 0, 0, .2);
  }

#footer {
  border-top: 4px solid #000;
  }

#footer ul {
  font-size: 0.75em;
  padding: 15px 0;
  margin: 0;
  list-style: none;
  }

#footer a:link, #footer a:visited {
  font-weight: 400;
  }

.metanav li {
  display: inline;
  padding: 0 10px;
  border-left: 2px solid #c52025;
  margin: 0;
  background: none;
  }

.metanav .first {
  padding-left: 0;
  border: none;
  }

.ico-twitter {
  padding-left: 22px;
  background-position: left center;
  }

/* Desktop */

@media screen and (min-width: 45em) {

  #main {
  margin: 0 auto;
  width: 560px;
  }

  h1 { /* logo */
  float: none;
  position: absolute;
  left: -76px;
  top: -30px;
  z-index: 88;
  margin: 0;
  }

  #hed {
  width: 580px;
  margin-left: -10px;
  padding: 19px 0 12px;
  font-size: 7em;
  }

  #lead {
  font-size: 1.25em;
  }

  #contact {
  position: relative;
  float: none;
  }

  #work {
  width: 540px;
  }

  #work h3, #work p {
  font-size: 1.15em;
  line-height: 1.35;
  }

  #footer ul {
  font-size: 0.875em;
  }

}