@-webkit-keyframes bar-in {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 30px);
  }
}

@keyframes bar-in {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 30px);
  }
}

@-webkit-keyframes pulsate {
  from {
    background-color: #3a9f75;
    -webkit-box-shadow: 0 0 15px #61c59b;
    box-shadow: 0 0 15px #61c59b;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='$teal-light')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='$teal-light');
  }
  to {
    background-color: #61c59b;
    -webkit-box-shadow: 0 0 30px #61c59b;
    box-shadow: 0 0 30px #61c59b;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='$teal-light')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='$teal-light');
  }
}

@keyframes pulsate {
  from {
    background-color: #3a9f75;
    -webkit-box-shadow: 0 0 15px #61c59b;
    box-shadow: 0 0 15px #61c59b;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='$teal-light')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='$teal-light');
  }
  to {
    background-color: #61c59b;
    -webkit-box-shadow: 0 0 30px #61c59b;
    box-shadow: 0 0 30px #61c59b;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='$teal-light')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='$teal-light');
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 25%, 0);
            transform: translate3d(0, 25%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 25%, 0);
            transform: translate3d(0, 25%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

body {
  font-family: "Merriweather", serif;
  font-size: 14px;
  background-color: #ededf1;
  color: #333333;
}

/**
  * Set `margin-bottom` to maintain vertical rhythm
  */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure {
  margin-bottom: 7px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
}

h1 {
  font-size: 49px;
  line-height: 49px;
}

h2 {
  font-size: 42px;
  line-height: 42px;
}

h3 {
  font-size: 35px;
  line-height: 35px;
}

h4 {
  font-size: 31.5px;
  line-height: 31.5px;
}

h5 {
  font-size: 28px;
  line-height: 28px;
}

h6 {
  font-size: 21px;
  line-height: 21px;
}

a {
  font-family: "Josefin Sans", sans-serif;
}

a,
a:visited,
a:focus,
a:active {
  color: #5788ba;
}

a:hover,
a.active {
  color: #68a3dd;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

.grey-light {
  color: #aaa;
}

.grey {
  color: #333333;
}

.offwhite {
  color: #ededf1;
}

.teal-dark {
  color: #256b53;
}

.teal {
  color: #3a8d6f;
}

.teal-light {
  color: #61c59b;
}

.blue-dark {
  color: #5788ba;
}

.blue {
  color: #68a3dd;
}

.bg-grey {
  background-color: #333333;
}

.bg-offwhite {
  background-color: #ededf1;
}

.bg-teal-dark {
  background-color: #256b53;
}

.bg-teal {
  background-color: #3a8d6f;
}

.bg-teal-light {
  background-color: #61c59b;
}

.bg-blue-dark {
  background-color: #5788ba;
}

.bg-blue {
  background-color: #68a3dd;
}

.bg-salmon-dark {
  background-color: #80333f;
}

.bg-salmon {
  background-color: #be5b6a;
}

.bg-indigo-dark {
  background-color: #2a2b4b;
}

.bg-indigo {
  background-color: #4f518c;
}

.bg-purple-dark {
  background-color: #241023;
}

.bg-purple {
  background-color: #6b2f69;
}

.font-merriweather {
  font-family: "Merriweather", serif;
}

.font-josefin {
  font-family: "Josefin Sans", sans-serif;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-30 {
  font-size: 30px !important;
}

.shadow-0 {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color='$drop-shadow-color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color='$drop-shadow-color');
  background: white;
}

.shadow-5 {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='$drop-shadow-color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='$drop-shadow-color');
  background: white;
}

.shadow-10 {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='$drop-shadow-color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='$drop-shadow-color');
  background: white;
}

.shadow-15 {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=90, Color='$drop-shadow-color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=90, Color='$drop-shadow-color');
  background: white;
}

.shadow-20 {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=90, Color='$drop-shadow-color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=90, Color='$drop-shadow-color');
  background: white;
}

.shadow-25 {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='$drop-shadow-color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='$drop-shadow-color');
  background: white;
}

.shadow-30 {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=90, Color='$drop-shadow-color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=90, Color='$drop-shadow-color');
  background: white;
}

.vignette {
  position: relative;
}

.vignette:after {
  -webkit-box-shadow: inset 0 0 10em #666;
  box-shadow: inset 0 0 10em #666;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.block {
  display: block;
}

#header {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #header {
    text-align: left;
  }
}

#header h1 {
  display: block;
  float: none;
}

@media (min-width: 768px) {
  #header h1 {
    display: inline-block;
    float: left;
  }
}

#header .title a,
#header .title a:visited,
#header .title a:hover,
#header .title a:active {
  color: #333333;
  text-decoration: none;
}

#header .tagline {
  position: relative;
  display: block;
  cursor: default;
  margin: 0;
  float: none;
}

@media (min-width: 768px) {
  #header .tagline {
    display: inline-block;
    cursor: pointer;
    margin-top: 40px;
    margin-left: 10px;
    float: left;
  }
}

#header .tagline > .name {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  color: #aaa;
}

#header .tagline .level {
  display: inline;
}

.codeivate_stats {
  width: 300px;
  top: 35px;
  left: calc(50% - 150px);
  position: absolute;
  -webkit-animation: flipInY 0.75s linear 0s alternate 1;
  animation: flipInY 0.75s linear 0s alternate 1;
  background: white;
  padding: 0 15px 15px 15px;
  z-index: 100;
}

@media (min-width: 768px) {
  .codeivate_stats {
    width: 320px;
    left: -10px;
  }
}

.codeivate_stats .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
}

.codeivate_stats .contact {
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.codeivate_stats .contact span {
  display: block;
}

.codeivate_stats .contact a,
.codeivate_stats .contact a:visited,
.codeivate_stats .contact a:hover,
.codeivate_stats .contact a:active {
  color: #3a8d6f;
}

.codeivate_stats > .level {
  font-size: 12px;
  color: #aaa;
  display: inline-block;
}

.codeivate_stats > .codingstatus {
  margin: 0px 0 0 5px;
}

.codeivate_stats > .codingstatus .coding {
  font-family: "Josefin Sans", sans-serif;
  color: #aaa;
  margin-top: 3px;
  margin-left: 5px;
  display: inline-block;
}

.codeivate_stats > .codingstatus .coding_indicator {
  width: 16px;
  height: 16px;
  background-color: #666;
  border-radius: 50%;
  position: relative;
  margin: 5px 5px 5px 5px;
  display: block;
  float: left;
}

.codeivate_stats > .codingstatus .coding_indicator.active {
  background-color: #61c59b;
  -webkit-box-shadow: 0 0 15px #61c59b;
  box-shadow: 0 0 15px #61c59b;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='$teal-light')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='$teal-light');
  -webkit-animation: pulsate 0.25s ease-in 0s alternate infinite;
  animation: pulsate 0.25s ease-in 0s alternate infinite;
}

.codeivate_stats > .codingstatus .coding_indicator:before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 50%;
  background: #555;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
}

.codeivate_stats > .codingstatus .coding_indicator.active:before {
  background: #666;
}

.codeivate_stats > .codingstatus .coding_indicator:after {
  content: "";
  width: 75%;
  height: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 2px;
  left: 2px;
}

.codeivate_stats > .codingstatus .coding_indicator.active:after {
  background: rgba(255, 255, 255, 0.3);
}

.codeivate_stats > .langs {
  width: 100%;
  float: left;
  margin-top: 5px;
}

.codeivate_stats > .langs .lang {
  padding: 5px;
  display: inline-block;
  margin: 5px;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='$drop-shadow-color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='$drop-shadow-color');
}

.flipOutBro {
  -webkit-animation: flipOutY 0.75s linear 0s alternate 1 !important;
  animation: flipOutY 0.75s linear 0s alternate 1 !important;
}

#photography-index-page .album,
#gallery-page .album {
  position: relative;
  float: none;
  margin: 0 auto;
  height: 250px;
  width: 250px;
  display: block;
}

#photography-index-page .album .link,
#gallery-page .album .link {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 16px;
}

#photography-index-page .album .thumb .polaroid,
#gallery-page .album .thumb .polaroid {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #333333;
  background-size: cover;
  background-position: 50% 50%;
  width: 150px;
  height: 150px;
  border: 5px solid white;
  border-bottom-width: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#photography-index-page .album .thumb:nth-child(1) .polaroid,
#gallery-page .album .thumb:nth-child(1) .polaroid {
  top: 15px;
  left: 15px;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-animation: splayImages-1 1s ease-out 0s alternate 1;
  animation: splayImages-1 1s ease-out 0s alternate 1;
}

@-webkit-keyframes splayImages-1 {
  0% {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 15px;
    left: 15px;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}

@keyframes splayImages-1 {
  0% {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 15px;
    left: 15px;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}

#photography-index-page .album .thumb:nth-child(2) .polaroid,
#gallery-page .album .thumb:nth-child(2) .polaroid {
  top: 30px;
  left: 30px;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
  -webkit-animation: splayImages-2 1s ease-out 0s alternate 1;
  animation: splayImages-2 1s ease-out 0s alternate 1;
}

@-webkit-keyframes splayImages-2 {
  0% {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 30px;
    left: 30px;
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}

@keyframes splayImages-2 {
  0% {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 30px;
    left: 30px;
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}

#photography-index-page .album .thumb:nth-child(3) .polaroid,
#gallery-page .album .thumb:nth-child(3) .polaroid {
  top: 45px;
  left: 45px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-animation: splayImages-3 1s ease-out 0s alternate 1;
  animation: splayImages-3 1s ease-out 0s alternate 1;
}

@-webkit-keyframes splayImages-3 {
  0% {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 45px;
    left: 45px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@keyframes splayImages-3 {
  0% {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 45px;
    left: 45px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

#photography-index-page .album .thumb:nth-child(4) .polaroid,
#gallery-page .album .thumb:nth-child(4) .polaroid {
  top: 60px;
  left: 60px;
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
  -webkit-animation: splayImages-4 1s ease-out 0s alternate 1;
  animation: splayImages-4 1s ease-out 0s alternate 1;
}

@-webkit-keyframes splayImages-4 {
  0% {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 60px;
    left: 60px;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}

@keyframes splayImages-4 {
  0% {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 60px;
    left: 60px;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
  }
}

#gallery-page {
  margin-top: 4px;
}

#gallery-page .gallery {
  width: 100%;
  margin-left: 0;
}

@media (min-width: 768px) {
  #gallery-page .gallery {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

#gallery-page .slick-next {
  position: absolute;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  right: 30px;
  z-index: 5;
}

#gallery-page .slick-next:before {
  font-size: 32px;
}

#gallery-page .slick-prev {
  position: absolute;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  left: 30px;
  z-index: 5;
}

#gallery-page .slick-prev:before {
  font-size: 32px;
}

#gallery-page .slick-slider {
  margin-bottom: 15px;
}

#gallery-page .slick-slide {
  margin-left: 15px;
}

.margin-top-30 {
  margin-top: 30px;
}

header {
  height: 75px;
}

.header {
  position: relative;
  height: auto;
}

.gallery-section {
  width: 100%;
  overflow-x: hidden;
  margin-top: 11px;
}

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .header {
    height: 100%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .header {
    height: 100%;
  }
}
/*# sourceMappingURL=gallery.css.map */