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, fieldset, form, 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; 
  }
      
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  
  body {
    line-height: 1;
  }
  
  blockquote, q {
    quotes: none; 
  }
  
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0; 
  }
  
  .no-select {
    user-select: none;
    -o-user-select:none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none; 
  }
  
  /* ==========================================================================
     Base Styles
     ========================================================================== */
  html, body {
    text-align: left;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
   -webkit-text-size-adjust: 100%;
  }
  
  /* ------------------------------------------------------------------- */
  /* Typography
  ---------------------------------------------------------------------- */
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #2C3E50;
    letter-spacing: 1px;
  }
  
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
    font-weight: inherit; 
  }
  
  h1 { font-size: 30px; line-height: 54px; }
  h2 { font-size: 24px; line-height: 48px; }
  h3 { font-size: 22px; line-height: 44px; }
  h4 { font-size: 18px; line-height: 36px; }
  h5 { font-size: 16px; line-height: 28px; }
  h6 { font-size: 14px; line-height: 24px; }
  
  p { 
    font-family: 'Varela Round', sans-serif;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
  }
  p img { margin: 0; }
  p.lead { font-size: 21px; line-height: 27px; color: #555;  }
  
  em { font-style: italic; }
  strong { font-weight: 700; color: #333; }
  small { font-size: 80%; }
  
  /* ------------------------------------------------------------------- */
  /* Links
  ---------------------------------------------------------------------- */
  a { 
    text-decoration: none; 
    outline: 0; 
    -webkit-transition:0.5s all ease;
    -moz-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    -ms-transition:0.5s all ease;
    transition:0.5s all ease; 
  }
  
  a:hover,
  a:focus,
  a:active,
  a.active {
    text-decoration: none;
    outline: 0;
    -webkit-transition:0.5s all ease;
    -moz-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    -ms-transition:0.5s all ease;
    transition:0.5s all ease;
  }
  
  p a, p a:visited { line-height: inherit; }
  
  /* ------------------------------------------------------------------- */
  /* Lists
  ---------------------------------------------------------------------- */
  ul, ol { margin: 0; }
  ul { list-style: none outside; }
  ol { list-style: decimal; }
  ol, ul.square, ul.circle, ul.disc { margin-left: 10px; }
  ul.square { list-style: square outside; color: #3d464d;}
  ul.circle { list-style: circle outside; color: #3d464d; }
  ul.disc { list-style: disc outside; color: #3d464d;}
  ul ul, ul ol,
  ol ol, ol ul {}
  ul ul li, ul ol li,
  ol ol li, ol ul li { line-height: 24px;}
  li { line-height: 24px; }
  ul.large li { line-height: 21px; }
  li p { line-height: 24px; }
  figure{ margin: 0; padding: 0;}