
/* Accent: #fc0402; */

body { margin: 0; padding: 0; /* background: #bbb url(../images/background_lost_1.jpg) no-repeat center top; */ }

em { color: #fc0402; font-style: normal; }

/* Header */
header {
  width: 100%;
  background: rgba(256, 250, 250, 0.5);
  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
  position: relative;
  height: 7.3em;
  color: #0a0005;
  font-family: Trebuchet, Arial;
}
header > div {
  margin: 70px auto 0 auto;
  max-width: 1100px;
  padding: 10px;
}
header .tag-line {
  position: absolute;
  top: -1.4em;
  color: #fc0402;
  font-size: 1.8em;
  right: 50px;
  text-shadow: 2px 1px 1px rgba(250, 230, 230, 0.5), -1px -1px 1px #222;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: bold;
}
.logo {
  width: 14em;
  text-transform: uppercase;
  margin-left: 20px;
  display: block;
  float: left;
}
.logo span { display: block; font-size: 2em; }
nav { float: right; margin-top: 4em; margin-right: 40px; }
nav a { float: left; width: auto; margin-left: 40px; text-transform: uppercase; }
nav a, nav a:link, nav a:visited, nav a:active
  { text-decoration: none; color: #0a0005; }
nav a.current { color: #fc0402; }
nav a.facebook { 
    /* text-indent: -9999px; */
    background: url(/facebook.png) no-repeat 100% 50%;
    min-height: 30px;
    padding-top: 15px;
    margin-top: -15px;
    padding-right: 45px;
    margin-right: -45px;
}

/* Main Content */
article {
 box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
 position: relative;
 width: 100%;
 height: auto;
 overflow: hidden;
 /* box-shadow: inset 0 -300px 100px rgba(255, 250, 250, 1); */
}
/* Our h1 sets a new font-size, then our offsets occur in a containing div */
article h1 {
  top: 0;
  font-size: 6em;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin: 0;
}
article h1 div {
  line-height: 1em;
  width: auto;
  text-shadow: 2px 2px 3px #000;
  margin: 0.4em 0;
}
div.content {
  height: auto;
  overflow: hidden;
  background: rgba(255, 250, 250, 0.7);
  width: 100%;
}
div.content > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding: 20px 10px 0 50px;
}
div.content .column { width: 50%; float: left; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding-right: 50px; }
div.content .column { font-size: 18px; font-family: Trebuchet, Helvetica, arial; }
div.content .column h3 { font-size: 40px; font-family: Georgia, serif; }

/* Links */
div.content a, 
div.content a:link, 
div.content a:visited
  { color: #eee; background-color: #fc0402; display: inline-block; padding: 3px; }
div.content a:hover,
div.content a:active
  { background-color: #eee; color: #fc0402; }

form { display: table; }
fieldset { display: table-row; border: none; }
label, input, textarea, button { font-size: 1.4em; }
label, input, textarea { display: table-cell; width: 400px; }

