/* 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;
}


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;
}


nav{
  float: right;
}


ul{
  text-align: center;
  line-height: 50px;
}


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 Middle Section v
=================================================
*/


.middle{
    width: 1280px;
}

.section_header{
  font-family:Helvetica,'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  

  }

.han, .chewy, .darth{
  display: inline-block;
  width: 200px;
  
}

h3{
  font-family: Helvetica, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 18px;
}

.han {
  margin-left: 100px;
}

.chewy{
  margin-left: 240px;
  margin-right: 240px;
}

.darth{
  margin-right: 100px;
}

.han_pic, .chewy_pic, .darth_pic{
  width: 200px;
  height: 200px;
  border-radius: 200px 200px;
}

.han_pic {
  background-image: url("images/han.jpg");

}
.chewy_pic {
  background-image: url("images/chewbacca.jpg");
}
.darth_pic{
  background-image: url("images/darth.jpg");
}


article{
  font-family: Helvetica, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  width: 200px;
  text-align: center;
}



/*
=================================================
  v Bottom Section v
=================================================
*/
.bottom{
  width: 1280px;
  height: 500px;
  overflow: hidden;
  background-color: #f2ede5;
  margin-top: 110px;
}

.map{
  float: left;
  width: 640px;
  height: 500px;
}

.location_box{
  float: right;
  width: 640px;
  height: 500px;
}

.location_sub_box{
  display: inline-block;
  margin-top: 130px;
  margin-bottom: 130px;
}

.location_title{
  font-family: Helvetica, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  text-align: left;
  

}

.location_address{
  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;
}
