html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { height: 101%; }
body { font-size: 62.5%; line-height: 1; font-family: Helvetica, Tahoma, Arial, sans-serif; background: #121212; color: #f0f0f0; }

::selection { background: #a2ec39; color: #323232; }
::-moz-selection { background: #a2ec39; color: #323232; }
::-webkit-selection { background: #a2ec39; color: #323232; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 { font-family: 'Droid Serif', Georgia, serif; color: #b9caa1; font-size: 3.5em; line-height: 1.45em; margin-bottom: 20px; } 

h2 { display: inline-block; font-size: 2.9em; padding: 12px 17px; background: rgba(0,0,0,0.65); color: #fff; font-weight: bold; font-family: Arial, Tahoma, sans-serif; }

p { font-size: 1.55em; line-height: 1.35em; padding: 2px 0; margin-bottom: 15px; }

/* top navigation */
#navigation {  
  display: block;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 70px;
  background: rgba(255,255,255,0.75);
  z-index: 9999;
}
#topnav {  
  max-width: 900px;
  min-width: 380px;
  margin: 0 auto;
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
  clear: both;
}

#topnav li { }

#topnav li a { 
  display: block;
  float: left;
  color: #53574d;
  padding: 0px 11px;
  margin-right: 15px;
  font-size: 1.6em;
  line-height: 70px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#topnav li a:hover { 
  color: #7d8079;
  background: rgba(255,255,255,0.65);
}

#topnav li.current a { 
  background: rgba(255,255,255,0.7);
  color: #90ae64;
  border-bottom: 4px solid #b9dc8c;
}


/* main content sections */
#content { display: block; width: 100%; overflow: hidden; }

.wrapper { 
  display: block;
  width: 800px;
  min-width: 380px; 
  margin: 0 auto;
}

#home { 
  background: url('images/office-space-bg.jpg') no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  min-height: 550px;
  padding-top: 85px;
  margin-bottom: 40px;
  box-shadow: inset 1px -9px 20px -6px #000;
}


#company {
  padding: 15px 6px;
  padding-top: 75px;
  margin-bottom: 40px;
}


#portfolio {
  background: url('images/tokyo-japan-city-lights.jpg') no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
  padding-top: 75px;
  box-shadow: inset 1px -9px 20px -6px #000;  
}

#contact {
  padding-top: 75px;
  margin-bottom: 40px;
}


#foot { display: block; padding-bottom: 55px; }


/* basic contact inputs */
.cform { 
  display: block;
  width: 400px;
  padding: 6px 5px;
  color: #636363;
  font-size: 1.4em;
  margin-bottom: 12px;
}

.txtarea {
  display: block;
  width: 550px;
  height: 90px;
  padding: 4px 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: #636363;
  font-size: 1.45em;
  line-height: 1.2em;
  margin-bottom: 15px;
}