@font-face {
  font-family: 'otama.epregular';
  src: url('../fonts/Otama-ep-webfont.eot');
  src: url('../fonts/Otama-ep-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Otama-ep-webfont.woff2') format('woff2'),
       url('../fonts/Otama-ep-webfont.woff') format('woff'),
       url('../fonts/Otama-ep-webfont.ttf')  format('truetype'),
       url('../fonts/Otama-ep-webfont.svg#otama.epregular') format('svg');
       font-weight: normal;
       font-style: normal;
}

body {
  background: #fff;
  font-weight: normal;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
}

a {
  border-bottom: solid 1px #ffb2ae;
  transition: background-color 0.1s linear;
}

a:hover {
  background-color: #ffe7e6;
}

h1, h2 {
  font-family: 'otama.epregular';
}

h1 {
  font-size: 10em;
  line-height: 1em;
  margin-bottom: 0.25em;
}

h2 {
  font-size: 3.4em;
  line-height: 1em;
}

h3 {
  font-family: 'otama.epregular';
  font-size: 2.45em;
  text-align: center;
}

.text-blabber h2 {
  line-height: 1em;
  margin: 0.15em 0 0 0;
  padding-left: 0.2em;
  /*width: 500px;*/
  position: relative;
}

.topbar {
  background: #a8dcde;
  height: 8px;
  width: 100%;
}

.logocube {
  background: url(../img/justine-logo.svg) no-repeat #a8dcde;
  background-position: center;
  height: 50px;
  width: 50px;
  float: right;
  transition: background-color 0.2s linear;
}

.logocube:hover {
  background-color: #73bcbc;
}

div.row.hero {
  margin-top: 4em;
}

.intro {
  z-index: 5;
}

.hero {
  text-align: center;
  font-style: italic;
}

.hero-hello {
  text-transform: uppercase;
}

.hero-specific {
  margin-bottom: 0;
}

.zig-zag-container {
  background: #dcdbdb;
  height: 21px;
  margin: 0 auto;
}

.zig-zag-container.specific-zag {
  width: 420px;
}

.zig-zag-container.work-zag {
  width: 420px;
  margin-bottom: 6em;
}

.zig-zag {
  width: 100%;
  background: linear-gradient( 30deg, transparent 75%, #ffffff 75%) -15px 100%,
  linear-gradient( -30deg, transparent 75%, #ffffff 75%) -15px 100%, 0 0;
  background-repeat: repeat-x;
  background-size: 30px 30px, 30px 30px;
}

.zig-zag:after {
  content: " ";
  display: block;
  position: relative;
  width: 100%;
  bottom: 9px;
  height: 30px;
  background: linear-gradient(-150deg, transparent 75%, #ffffff 75%) 0 50%,
  linear-gradient( 150deg, transparent 75%, #ffffff 75%) 0 50%;
  background-repeat: repeat-x;
  background-size: 30px 30px, 30px 30px;
}

.about {
  margin-top: 6em;
}

.photo-stylez {
  background: url(../img/portrait.jpg) no-repeat;
  background-size: cover;
  background-position: 40% center;
  height: 590px;
}

.im-ready-for-my-closeup {
  position: relative;
  text-align: center;
  display: inline-block;
}

.tape::before {
  content: "";
  display: block;
  width: 90%;
  height: 20px;
  position: relative;
  top: 6px;
  margin: auto;
  background: rgba(168,220,222,0.7);
}

.about-break-right {
  background: #dcdbdb;
  height: 4px;
  width: 75%;
  float: right;
  display: block;
  margin: 2.5em 0 2.5em 0;
}

.the-411 {
  line-height: 1.75em;
  margin-left: 1.5em;
  display: block;
  float: left;
}

span.heart {
  color: #ffb2ae;
}

.work-and-shit {
  margin-top: 12em;
  text-align: center;
}

.work-and-shit h2 {
  margin-bottom: 0.1em;
}

.work-shown img {
  margin-bottom: 2em;
}

.contact-n-shit {
  margin-top: 4em;
  padding-bottom: 1em;
}

.contact a {
  font-weight: 700;
  text-transform: uppercase;
}

.keep-in-touch {
  font-style: italic;
  border-bottom: solid 4px #dcdbdb;
  padding-bottom: 15px;
  margin-bottom: 2em;
  width: 45%;
}

.spacey {
  padding: 0 0.3em;
}

.pictures-n-shit {
  margin: 6em auto;
}

.bigger-picture {
  font-style: italic;
  border-bottom: solid 4px #dcdbdb;
  padding-bottom: 15px;
  margin-bottom: 3em;
  overflow: hidden;
}

.pictures-n-shit .row {
  margin-right: 0;
}

.pictures-n-shit a {
  border-bottom: 0;
}

.pictures-n-shit a:hover {
  background: transparent;
}

.foto {
  margin-bottom: 1em;
}

.foto:first-child {
  padding-left: 14px;
}

.overlay {
  position: absolute;
  display: inline-block;
  background: #64dcde;
  height: 200px;
  width: 200px;
  opacity: 0;
  z-index: 1000;
}

.overlay p {
  text-align: center;
  font-size: 3em;
  line-height: 200px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.overlay:hover{
  opacity: 0.5
}

.legal-shit {
  font-size: 0.75em;
}

#gold-dust {
  background: transparent;
  overflow: hidden;
  z-index: 1000;
}

.gold-ball {
  width: 60px;
  height: 60px;
  background: url(../img/gold-dust.png);
  background-size: contain;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  position: absolute;
  }

.large-left {
  top: 25%;
  left: 26%;
	-webkit-animation: goldrush 10s linear infinite;
	-moz-animation: goldrush 10s linear infinite;
	-o-animation: goldrush 10s linear infinite;
}

.medium-left {
  top: 15%;
  left: 20%;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -webkit-animation: goldrush 4s linear infinite;
	-moz-animation: goldrush 4s linear infinite;
	-o-animation: goldrush 4s linear infinite;
}

.small-left {
  left: 25%;
  top: 40%;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  opacity: 1.0;
  -webkit-animation: goldrush 12s linear infinite;
	-moz-animation: goldrush 12s linear infinite;
	-o-animation: goldrush 12s linear infinite;
}

.small-right {
  right: 30%;
  top: 20%;
   transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-animation: goldrush 8s linear infinite;
	-moz-animation: goldrush 8s linear infinite;
	-o-animation: goldrush 8s linear infinite;
}

.medium-right {
  right: 27%;
  top: 38%;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -webkit-animation: goldrush 4s linear infinite;
	-moz-animation: goldrush 4s linear infinite;
	-o-animation: goldrush 4s linear infinite;

}

@-webkit-keyframes goldrush {
	0% {margin-left: 0px; margin-top: 0px;}
  50% {margin-left: 30px; margin-top: 20px;}
	100% {margin-left: 0px; margin-top: 0px;}
}
@-moz-keyframes goldrush {
	0% {margin-left: 20px;}
  50% {margin-left: 50px;}
	100% {margin-left: 20px;}
}
@-o-keyframes goldrush {
	0% {margin-left: 20px;}
  50% {margin-left: 50px;}
	100% {margin-left: 20px;}
}

@media (min-width: 1024px) {
  h1 {
    font-size: 10em;
  }

  .text-blabber {
    margin-top: 4.25em;
  }

  .text-blabber h2 {
    left: -80px;
    width: 500px;
    background: #fff;
  }

  .contact {
    padding-left: 2.5em;
  }
}

@media (max-width: 1024px) {
  .shoot-me h3 {
    text-align: left;
    max-width: 90%;
    margin-top: 1em;
  }

  .contact p {
    text-align: left;
    margin-top: 1em;
  }

  .bigger-picture {
    margin-left: 14px;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 6.5em;
  }

  .text-blabber {
    margin-top: 2em;
  }

  .work-shown img {
    max-width: 80%
  }

  .the-411 {
    margin-left: 0;
    padding: .5em;
  }

  .contact-n-shit {
    margin-top: 2em;
  }
}
