html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, figure, figure img, figcaption, hgroup,
footer, header, nav, section {
  display: block;
}

a {outline: none;}
a img {border: 0;}

figure {position: relative;}
figure img {width: 100%;}

img {
  padding: 20px;
}
a {
  text-decoration: none;
  color: rgb(255,255,255);
}
a:active {
  text-decoration: none;
}
a { opacity:0.5; }
a:hover { opacity:1; }
a:hover a strong { opacity:1; top:-10px; }

/*  Default 8-column layout
  60 px columns, 24 px gutters, 60 px margins, 768 px total
  ----------------------------------------------------------------
  1     2      3      4      5      6      7      8     
  60px  144px  228px  312px  396px  480px  564px  648px */

body {
  background: rgb(255,255,255);
  background-image: url('http://commondatastorage.googleapis.com/assets.sukhchander.com/images/1327800424_b9892034af_o.jpg') no-repeat;
  color: rgb(255,255,255);
  padding: 84px 59px 0;
  width: 648px;
  position: relative;
  margin: 0 auto;

  font-family: "magion-web-1", "magion-web-2", sans-serif;
}

header h1 {
  font-size: 80px;
  line-height: 84px;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;

  -webkit-box-reflect: below -28px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.67, transparent), to(rgba(255, 255, 255, 0.67)));
}

h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -1px;
  text-align: center;
}

#index {
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 100;
}

#images {
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -100;
}

::selection    {background: rgb(255,255,158);}
::-moz-selection {background: rgb(255,255,158);}

#resizeable {
  margin-bottom: 48px;
  clear: both;
  float: left;
}

#resizeable h2 {
  font-family: "magion-web-1", "magion-web-2", sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 32px 12px 14px;
  height: 108px;
  width: 144px;
  
  -webkit-box-shadow: 0 4px 9px rgba(0,0,0,0.25);
     -moz-box-shadow: 0 4px 9px rgba(0,0,0,0.25);
          box-shadow: 0 4px 9px rgba(0,0,0,0.25);
}

#resizeable section {
  float: left;
  width: 96px;
  margin-right: 32px;
}

#threecols, #fivecols, #eightcols {
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.67, transparent), to(rgba(255, 255, 255, 0.67)));
}

#threecols h2,  {
  height: 100px;
  width: 100px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

#fivecols h2 {
  height: 60px;
  width: 60px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

#eightcols h2 {
  height: 100px;
  width: 100px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
  
footer {
  padding: 24px 0 72px;
  position: relative;
}

#greeting {

}

#resume-question {
  display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

  display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

  display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    
  margin: 16px 0px 16px 0px;
  width: 100%;
}


/*  For both mobile layouts */
@media only screen and (max-width: 767px) {
  body {
    padding: 48px 41px 0;
    width: 396px;
    -webkit-box-reflect: none;
  }
  #resizeable section {
    float: right;
    clear: both;
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
  }
}


/*  5-column layout
  60 px columns, 24 px gutters, 42 px margins, 480 px total
  ---------------------------------------------------------
  1     2      3      4      5
  60px  144px  228px  312px  396px  */

@media only screen and (max-width: 767px) and (min-width: 480px) {
  body {
    font-family: "magion-web-1", "magion-web-2", sans-serif;
    padding: 12px 44px 0;
    width: 384px;
    
    -webkit-box-reflect: none;
  }
  
  header h1 {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -1px;
    margin-bottom: 12px;
    text-align: center;
    
    -webkit-box-reflect: below -16px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(255, 255, 255, 0.5)));
  }
  
  #resizeable section {
    -webkit-box-reflect: none;
  }
  
  #resizeable h2 {
    width: auto;
    height: auto;
    
    padding: 16px 48px 0px;
    font-weight: bold;
    font-size: 36px;
    text-align: left;
    
    -webkit-box-shadow: none;
      -moz-box-shadow: none;
        box-shadow: none;
  }

}


/*  3-column layout
  60 px columns, 24 px gutters, 46 px margins, 320 px total
  ---------------------------------------------------------
  1     2      3
  60px  144px  228px  */

@media only screen and (max-width: 479px) {
  body {
    font-family: "magion-web-1", "magion-web-2", sans-serif;
    padding: 44px 44px 0;
    width: 228px;
    
    -webkit-box-reflect: none;
  }
  
  header h1 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
    font-weight:bold;
    margin-bottom: 12px;
    
    -webkit-box-reflect: below -12px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(255, 255, 255, 0.5)));
  }
  
  #resizeable section {
    -webkit-box-reflect: none;
  }
    
  #resizeable h2 {
    width: auto;
    height: auto;
    
    padding: 18px 0 0;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    
    -webkit-box-shadow: none;
      -moz-box-shadow: none;
        box-shadow: none;
  }
  
}
