body {
    background-color: #fdfcfc;
    font-size: 130%;
}

h1 {
    padding: 25px;
    font-family: 'Indie Flower', cursive;
}

h2 {
    font-family: 'Indie Flower', cursive;
}

.parallax1 {
  /* The image used */
  background-image: url("/media/images/parallax-bg.jpg");

  /* Set a specific height */
  min-height: 300px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery {
    font-size: small;
}
.gallery-hl {
    font-weight: bold;
    background-color: #eeeeff;
}

/* indie-flower-regular - latin */
@font-face {
  font-family: 'Indie Flower';
  font-style: normal;
  font-weight: 400;
  src: url('/media/fonts/indie-flower-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/media/fonts/indie-flower-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/media/fonts/indie-flower-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/media/fonts/indie-flower-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/media/fonts/indie-flower-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/media/fonts/indie-flower-v12-latin-regular.svg#IndieFlower') format('svg'); /* Legacy iOS */
}

