/* 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 {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*Variables*/
/*Layout*/
:root {
  font-size: 20px; }

body {
  background-color: #eee;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden; }

#navigation {
  background-color: #222;
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 100;
  border-bottom: 5px solid #66cc66; }

#navigation img {
  width: 50px; }

#navigation__logo {
  display: flex;
  width: 100px;
  height: 75px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center; }

#navigation a {
  color: #eee;
  text-decoration: none;
  cursor: pointer; }

#navigation__links img {
  width: 30px;
  margin-top: 0.6em; }

#navigation__links {
  position: fixed;
  top: 0;
  right: 25px;
  z-index: 100;
  list-style-type: none; }

#navigation__links li {
  padding: 10px;
  float: left;
  display: block;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  font-weight: 100; }

#navigation__links a {
  color: #eee;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

#navigation__links a:hover {
  color: #eee; }

#navigation__links a:before {
  background-color: #fff;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s; }

#navigation__links a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

#footer {
  color: #222;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%; }

@media screen and (max-width: 720px) and (orientation: portrait) {
  #navigation, #navigation__links {
    padding: 0;
    margin: 0; }

  #navigation {
    position: fixed;
    background-color: rgba(1, 1, 1, 0);
    width: 100%;
    height: 75px;
    z-index: 100;
    border-bottom: 0px; }

  #navigation__logo {
    display: none; }

  #navigation__links {
    background-color: #222;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    list-style-type: none;
    border-bottom: 5px solid #66cc66; }

  #navigation__links li {
    width: 33%;
    padding: 0px;
    float: left;
    text-align: center;
    display: block; }

  #navigation__links img {
    display: none; } }
@-webkit-keyframes slideInFromBottom {
  from {
    transform: translateY(200%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes slideInFromBottom {
  from {
    transform: translateY(200%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
@-o-keyframes slideInFromBottom {
  from {
    transform: translateY(200%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
@keyframes slideInFromBottom {
  from {
    transform: translateY(200%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
#gallery__item--1 {
  -webkit-animation-name: slideInFromBottom;
  -moz-animation-name: slideInFromBottom;
  -o-animation-name: slideInFromBottom;
  animation-name: slideInFromBottom;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s; }

#gallery__item--2 {
  -webkit-animation-name: slideInFromBottom;
  -moz-animation-name: slideInFromBottom;
  -o-animation-name: slideInFromBottom;
  animation-name: slideInFromBottom;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; }

#gallery__item--3 {
  -webkit-animation-name: slideInFromBottom;
  -moz-animation-name: slideInFromBottom;
  -o-animation-name: slideInFromBottom;
  animation-name: slideInFromBottom;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }

#gallery__item--4 {
  -webkit-animation-name: slideInFromBottom;
  -moz-animation-name: slideInFromBottom;
  -o-animation-name: slideInFromBottom;
  animation-name: slideInFromBottom;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s; }

#gallery__item--5 {
  -webkit-animation-name: slideInFromBottom;
  -moz-animation-name: slideInFromBottom;
  -o-animation-name: slideInFromBottom;
  animation-name: slideInFromBottom;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s; }

#gallery__item--6 {
  -webkit-animation-name: slideInFromBottom;
  -moz-animation-name: slideInFromBottom;
  -o-animation-name: slideInFromBottom;
  animation-name: slideInFromBottom;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s; }

.gallery__container {
  color: #222;
  position: relative;
  top: 0;
  left: 0;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
  margin-top: 80px; }

#gallery {
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.gallery__item {
  position: relative;
  margin: 10px;
  width: 32%;
  max-width: 60%;
  text-align: center;
  cursor: pointer;
  flex: 1 0 500px; }

.landing__text {
  color: #222;
  padding: 20px;
  width: 100%; }

#landing__text--header {
  font-family: 'Lora', serif;
  /*font-family: "Raleway";*/
  font-size: 4.209rem;
  font-weight: 700;
  padding-top: 40px; }

#landing__text--para {
  font-size: 1rem;
  padding-bottom: 30px;
  line-height: 2em; }

#landing__text--para a {
  color: #555;
  text-decoration: underline; }

.gallery__item figure {
  border: 2px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.gallery__item img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.gallery__item img:hover {
  transform: scale(1.1); }

.gallery__item img:hover ~ .gallery__item__text {
  border-bottom: 5px #66cc66 solid;
  color: #eee;
  background-color: #222;
  font-weight: 700; }

.gallery__item img:hover ~ .gallery__item__text a {
  color: #222;
  font-weight: 700; }

.gallery__item__text {
  color: #222;
  background-color: #ddd;
  position: absolute;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.33rem;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none; }

.gallery__item__text h2 {
  padding: 5px; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

@media screen and (max-width: 720px) and (orientation: portrait) {
  .gallery__container {
    /*color: $font-colour;*/
    /*background-color: #eee;*/
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }

  #landing__text--header {
    font-size: 2.3rem; }

  .gallery__item {
    width: 97%;
    max-width: 97%;
    flex: 1 1 500px; }

  .gallery__item__text {
    line-height: 25px; }

  #gallery {
    margin-top: 50px;
    top: 0;
    left: 0;
    overflow: hidden; } }
/*# sourceMappingURL=style_main.css.map */

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