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

#form {
  font-family: courier;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px; }
  #form h3 {
    padding-top: 5%;
    font-family: "kg_makes_you_strongerregular";
    font-size: 24px;
    color: maroon;
    padding-bottom: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

header {
  background: url(images/header.png) no-repeat;
  background-size: 100%; }
  header img {
    width: 20%;
    min-width: 200px; }

body {
  background: #FCFBF3; }

#logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding-top: 10%;
  padding-bottom: 10%; }

.grow img {
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }

.grow img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
  @media (max-width: 700px) {
    nav ul {
      display: none; } }
  nav ul li {
    font-family: "kg_makes_you_strongerregular";
    font-size: 26px;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-right: 2%;
    padding-left: 2%; }
    nav ul li a:link {
      color: #FCFBF3;
      text-decoration: none; }
    nav ul li a:visited {
      color: #FCFBF3; }
    nav ul li a:hover {
      color: #333230; }
    @media (min-width: 400px) {
      nav ul li {
        text-align: center; } }

#navlist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
  @media (min-width: 700px) {
    #navlist ul {
      display: none; } }
  #navlist ul li {
    font-family: "kg_makes_you_strongerregular";
    font-size: 24px;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-right: 2%;
    padding-left: 2%; }
    #navlist ul li a:link {
      color: maroon;
      text-decoration: none; }
    #navlist ul li a:visited {
      color: maroon; }
    #navlist ul li a:hover {
      color: #333230; }
    @media (max-width: 400px) {
      #navlist ul li {
        text-align: center; } }

#main img {
  width: 100%; }

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5%;
  font-family: "kg_makes_you_strongerregular";
  color: #D3C5AE;
  text-align: center;
  line-height: 18px;
  width: 100%; }

@font-face {
  font-family: 'kg_makes_you_strongerregular';
  src: url("kgmakesyoustronger-webfont.eot");
  src: url("kgmakesyoustronger-webfont.eot?#iefix") format("embedded-opentype"), url("kgmakesyoustronger-webfont.woff2") format("woff2"), url("kgmakesyoustronger-webfont.woff") format("woff"), url("kgmakesyoustronger-webfont.ttf") format("truetype"), url("kgmakesyoustronger-webfont.svg#kg_makes_you_strongerregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*menu*/
#column1 {
  margin-left: 20%; }

#column1, #column2 {
  padding-top: 5%;
  width: 30%;
  margin-right: 5%;
  float: left;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding-bottom: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #column1 p, #column2 p {
    font-family: courier;
    margin-bottom: 8px; }

h2 {
  font-family: "kg_makes_you_strongerregular";
  font-size: 20px;
  color: maroon;
  padding-bottom: 5%; }

/*about*/
#main2 h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5%;
  font-size: 24px;
  margin-left: 10%; }

#hours {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  font-family: courier;
  margin-left: 20%;
  padding-bottom: 10%; }

/*gallery*/
#gallery {
  padding-top: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  #gallery a {
    width: 50%;
    padding: 2%; }
  #gallery img {
    width: 100%;
    height: 100%; }

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