/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
=================================================
  v Header v
=================================================
*/
header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 1280px;
  height: 50px;
  background-color: white; }
  header h1 {
    width: 25%;
    float: left;
    right: 40px;
    line-height: 50px;
    padding-left: 40px;
    font-size: 20px;
    font-weight: bold;
    font-family: Helvetica, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  header nav {
    float: right; }
  header ul {
    text-align: center;
    line-height: 50px; }
  header li {
    display: inline-block;
    margin-right: 40px;
    font-size: 12px;
    font-weight: bold;
    font-family: Helvetica,'Helvetica Neue', Helvetica, Arial, sans-serif; }

/*
=================================================
  v Background Image v
=================================================
*/
.main-photo {
  margin-top: 50px;
  background-image: url("images/main-photo.jpg");
  height: 580px;
  width: 1280px; }

/*
=================================================
  v Our Company v
=================================================
*/
.middle {
  width: 1280px; }
  .middle h2 {
    font-family: Helvetica,'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px; }
  .middle div {
    display: inline-block;
    width: 200px; }
  .middle h3 {
    font-family: Helvetica, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 18px; }
  .middle img {
    width: 200px;
    height: 200px;
    border-radius: 200px 200px; }
  .middle .han {
    margin-left: 100px; }
  .middle .han img {
    background-image: url("images/han.jpg"); }
  .middle .chewy {
    margin-left: 240px;
    margin-right: 240px; }
  .middle .chewy img {
    background-image: url("images/chewbacca.jpg"); }
  .middle .darth {
    margin-right: 100px; }
  .middle .darth img {
    background-image: url("images/darth.jpg"); }

/*
=================================================
  v Lower Section v
=================================================
*/
.lower {
  width: 1280px;
  height: 500px;
  overflow: hidden;
  background-color: #f2ede5;
  margin-top: 110px; }
  .lower .map {
    float: left;
    width: 640px;
    height: 500px; }
  .lower article {
    float: right;
    width: 640px;
    height: 500px; }
  .lower div {
    display: inline-block;
    margin-top: 180px;
    margin-bottom: 130px;
    margin-left: 130px; }
  .lower h2 {
    font-family: Helvetica, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-align: left; }
  .lower h3 {
    font-family: Helvetica, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left; }

/*
=====================================
  v Footer v
=====================================
*/
footer {
  font-family: Helvetica, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  background-color: white;
  text-align: center;
  line-height: 130px;
  width: 1280px; }

/*# sourceMappingURL=style.css.map */
