/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/


/* Base flexbox gallery */

/*.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 2px;
  background-color: #bcfffb;
}
.gallery--item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.gallery--item:before {
  content: "";
  padding-top: 100%;
}
.gallery--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 330px) {
  .gallery--item {
    width: 47%;
  }
}
@media (min-width: 630px) {
  .gallery--item {
    width: 31%;
  }
}
@media (min-width: 960px) {
  .gallery--item {
    width: 23%;
  }
}*/
/* Just some basic styling
body {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

/*.container {
  width: 80vw;
  margin: auto;
}

.content {
  margin: 2em 1%;
}
.content h1 {
  font-size: 5em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 0.25em 0;
}
.content p {
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.6;
}
.content .highlight {
  background-color: #bcfffb;
  padding: 0 0.2em;
}
@media (min-width: 960px) {
  .content {
    width: 40vw;
  }
  .content h1 {
    font-size: 8em;
  }
}*/

/*.gallery {
  margin: 2em auto;
}
.gallery--item {
  margin: 1%;
  background-color: #e1e1e1;
  opacity: 0.85;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.gallery--item:hover {
  background-color: #eee;
  opacity: 1;
}*/
