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

body {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #FCFDFF url('../images/bgBody.jpg') repeat-x;
}

#footer,
.grid-container.top-bar {
  height: 30px;
  background: #800077 url('../images/flower.png') center center no-repeat;
}

#footer {
  height: 66px;
}

#footer a {
  color: #fff;
}

#footer {
  color: #fff;
  margin-bottom: 20px;
}

a {
  font-size: 1em;
  color: #F09;
  text-decoration: none;
}

ul#grid a {
  font-weight: bold;
}

.grid-container.content {
  padding-top: 20px;
}

.grid-container.banner .grid-100 {
  padding: 0;
}

.grid-container {
  background-color: #B8CF0D;
}

#header-banner  img {
  max-width: 100%;
}

.preface {
  background: #FCFDFF url('../images/preface-bg.png') repeat;
}

p {
  margin: 10px 0;
}

.preface {
    color: #fff;
}

.preface p {

  font-size: 1.2em;
  line-height: 1.4em;
}

.preface h1 {
  font-size: 1.8em;
  line-height: 1.4em;
}

/* grid */

ul#grid {
  text-align: justify;
  font-size: 0.1px;
}

ul#grid li {
  text-align: center;
  margin-bottom: 4.5%;
  position: relative;
  color: #FFF;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  display: inline-block;
  width: 17%;
}

ul#grid li a {
  width: 100%;
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

ul#grid .placeholder {
  padding: 0;
  display: inline-block;
}

ul#grid li h3 {
  padding: 0 8%;
  margin-bottom: 6px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
}


#grid::after{
  content: '';
  display: inline-block;
  width: 100%;
}


@media screen and (max-width: 740px){

  ul#grid li {
    width: 22%;
  }

}

@media screen and (max-width: 540px){

  ul#grid li {
    width: 29%;
  }

}




