*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  font-family: 'Lato', sans-serif; }

.heading-primary {
  color: #fff;
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  text-shadow: 1px 1px #777; }
  @media only screen and (max-width: 37.5em) {
    .heading-primary {
      font-size: 3rem; } }

.heading-primary-gold {
	color: #C88F41;
	font-size: 3.5rem;
text-transform: uppercase;
text-shadow: none;
margin-top: 2rem;
	width: 70%;
text-align: center;
	margin: 2rem auto 0 auto;
}

.heading-secondary {
  color: #fff;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block; }
  @media only screen and (max-width: 37.5em) {
    .heading-secondary {
      font-size: 2.5rem; } }
  .heading-secondary-grey {
    color: #777; }

.heading-tertiary {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  position: relative; 
	background: #C88F41;
	padding: 10px 20px;
	display: inline-block;
}
  .heading-tertiary-grey {
    color: #777; }
  @media only screen and (max-width: 37.5em) {
    .heading-tertiary {
      font-size: 2rem; } }

.heading-four {
  color: #fff;
  font-size: 3.5rem;
  text-transform: uppercase; }

.heading-five {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 3rem;
  text-transform: uppercase;
  color: #777;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: .5rem 1rem;
  outline: 1px solid #fff;
  outline-offset: 3px; }
  @media only screen and (max-width: 37.5em) {
    .heading-five {
      font-size: 2rem;
      width: 80%; } }

.paragraph {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4em;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-align: justify; }
  .paragraph-white {
    color: #fff; }
  .paragraph-grey {
    color: #777; }

.text-pull {
  display: block;
  margin-top: -2.5rem; }

.pull-left {
  position: absolute;
  top: 5rem;
  left: 5rem; }

.text-thin {
  font-weight: 300;
  color: #c88f41;
  font-family: 'Raleway', sans-serif; }

.paragraph-center {
  text-align: center; }

.u-margin-bottom-xsmall {
  margin-bottom: .5rem !important; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important; }

.u-margin-bottom-medium {
  margin-bottom: 3rem !important; }
  @media only screen and (max-width: 37.5em) {
    .u-margin-bottom-medium {
      margin-bottom: 2rem !important; } }

.u-margin-bottom-large {
  margin-bottom: 4.5rem !important; }

.u-margin-bottom-huge {
  margin-bottom: 8rem !important; }

.u-margin-top-xsmall {
  margin-top: .5rem !important; }

.u-margin-top-small {
  margin-top: 1.5rem !important; }

.u-margin-top-medium {
  margin-top: 3rem !important; }
  @media only screen and (max-width: 37.5em) {
    .u-margin-top-medium {
      margin-top: 1rem !important; } }

.u-margin-top-large {
  margin-top: 4.5rem !important; }

.u-margin-top-huge {
  margin-top: 8rem !important; }

.active-link {
  font-weight: 900;
  pointer-events: none; }

.four-39 {
  height: 439.167px; }

.white-line {
  height: .2rem;
  width: 6rem;
  background: #fff;
  margin: 0 auto; }

.grey-line-large {
  height: .3rem;
  width: 4rem;
  background: #777;
  margin: 0 auto; }

.full-bg {
  width: 100%;
  height: 60vh; 
}
  .full-bg .heading-primary {
    display: block;
    text-align: center; }
  .full-bg p {
    width: 60%;
    margin: 0 auto; }
  .full-bg--text {
    display: flex;
	  align-items: center;
	  justify-content: center;
    width: 80%;
	  position: absolute;
	  top: 35%;
	  left: 50%;
	  transform: translate(-50%, -35%);
    margin: 0 auto;
	  flex-direction: column;
    text-align: center; }
  .full-bg .button {
    margin: 0 auto;
    text-align: center; }

  .full-bg--wedding {
    background: linear-gradient(
      rgba(0, 0, 0, .7), 
      rgba(0, 0, 0, .7)
    ), url(/img/wedding/wedding-header.jpg);
    background-size: cover; 
	  background-repeat: no-repeat;
	  background-position: center center;
	  background-attachment: fixed;
}
  .full-bg--seniors {
    background: linear-gradient(
      rgba(0, 0, 0, .7), 
      rgba(0, 0, 0, .7)
    ), url(/img/senior/senior-header.jpg);
    background-size: cover; 
	  background-repeat: no-repeat;
	  background-position: center center;
	  background-attachment: fixed;
}
.full-bg--headshots {
    background: linear-gradient(
      rgba(0, 0, 0, .7), 
      rgba(0, 0, 0, .7)
    ), url(/img/landing/headshots-5.jpg);
    background-size: cover; 
	  background-repeat: no-repeat;
	  background-position: top right;
	  background-attachment: fixed; }

.full-bg--packages {
	margin: 50px 0 0 0;
}

.btn, .btn:link, .btn:visited {
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1.5rem 4rem;
  transition: all .2s;
  position: relative;
  font-weight: 400;
  letter-spacing: .2rem;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Raleway', sans-serif; }
  @media only screen and (max-width: 37.5em) {
    .btn, .btn:link, .btn:visited {
      padding: 1.5rem;
      font-size: 1.4rem; } }

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
  .btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; }

.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  transition: all .3s; }

.btn--white {
  background: #fff;
  color: #777; }

.btn--gold {
	background: #c88f41;
	color: #fff;
}

.btn--gold::after {
	background: #c88f41;
}
.btn--gold:hover {
	background: #fff;
	color: #c88f41;
}
  .btn--white::after {
    background: #fff; }
  .btn--white:hover {
    background: #c88f41;
    color: #fff; }

.btn--green {
  background: #c88f41;
  color: #fff; }
  .btn--green::after {
    background: #c88f41; }

.btn::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s; }

.btn--animated {
  animation: moveInBottom .5s ease-out .75s;
  animation-fill-mode: backwards; }

.btn-text:link, .btn-text:visited {
  font-size: 1.6rem;
  color: #c88f41;
  display: inline-block;
  text-decoration: none;
  border-bottom: 0.1rem solid #c88f41;
  padding: .3rem;
  transition: all .2s; }

.btn-text:hover {
  background: #c88f41;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px); }

.btn-text:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(0); }

.btn-controls {
  font-size: 5rem;
  color: #fff;
  text-decoration: none;
  transition: all .5s ease; }
  .btn-controls:hover {
    transform: scale(1.5);
    color: #c88f41; }


.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -2;
  overflow: hidden; }
  .bg-video_book {
    background: url(../img/camera/camera-lens-on-grey-bg.jpg) no-repeat center center;
    background-size: cover; }
  .bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.slideshow-container {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 37.5em) {
    .slideshow-container {
      display: block; } }

.footer-sticky {
	width: 60%;
	margin: 0 auto;
text-align: center;}
#mc_embed_signup {
  text-align: center;
  margin: 0 auto;
  padding: 0;
	width: 100%; }
  @media only screen and (max-width: 37.5em) {
    #mc_embed_signup {
      float: none;
      width: 90%; } }

#mc_embed_signup form {
  padding: 0 0 0 0; 
	margin: 1.5rem auto;
}

#mc_embed_signup input.email {
  margin: 0 auto;
	display: inline;
  font-size: 1.6rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #777;
  text-align: center;
	float: left;
	width: 70%;
	margin-bottom: 3rem;
  border-radius: 0;
  border: 1px solid #c88f41;
	position: relative;
}

#mc_embed_signup input.button {
  margin: 0 auto;
  text-align: center;
	display: inline;
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	width: 30%;
  background: #c88f41;
  color: #fff;
  border: 1px solid #c88f41;
  border-top: none;
  border-radius: 0; }

#mc_embed_signup .button:hover {
  background: #c88f41;
  color: #fff;
  border: 1px solid transparent;
  border-top: none; }

.book-it {
  margin: -25rem auto 0 auto;
  text-align: center;
  padding: 0 0 3rem 0; }

iframe#book-it {
    background: #fff;
  width: 80%;
  height: 650px;
	margin-top: 30rem;
	
overflow: visible;}
  @media only screen and (max-width: 37.5em) {
    iframe#book-it {
      width: 100%;
      margin-top: 10rem;
	  height: 800px}

	  .book-it {
		  margin: -10rem auto 0 auto;
	  }}

.order-prices {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 3rem 0;
  box-shadow: inset 0 0 7px 2px #777; }
  @media only screen and (max-width: 37.5em) {
    .order-prices {
      width: 100%;
      margin: 40rem auto 0 auto; } }
  .order-prices h4 {
    display: block;
    width: 100%;
    color: #777; }
  .order-prices .booking {
    text-transform: none;
    display: block;
    margin-right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .order-prices p {
    display: inline-block;
    text-transform: uppercase; }
    @media only screen and (max-width: 37.5em) {
      .order-prices p {
        text-align: center;
        padding: 0 2rem; } }
    .order-prices p:not(:last-child) {
      margin-right: 5rem; }
      @media only screen and (max-width: 37.5em) {
        .order-prices p:not(:last-child) {
          margin-right: 0; } }
  .order-prices .price {
    color: #c88f41; }

.row {
  max-width: 98%;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 1rem; }
    @media only screen and (max-width: 37.5em) {
      .row:not(:last-child) {
        margin-bottom: 0; } }
  @media only screen and (max-width: 56.25em) {
    .row {
      max-width: 100% !important; } }
  .row::after {
    content: '';
    clear: both;
    display: table; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 1rem; }
  .row .col-1-of-2 {
    width: calc((100% - 1rem) / 2); }
    .row .col-1-of-2 img {
      width: 100%; }
    @media only screen and (max-width: 37.5em) {
      .row .col-1-of-2 {
        width: 100%; } }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 1rem) / 3); }
    @media only screen and (max-width: 37.5em) {
      .row .col-1-of-3 {
        width: 100%; } }
    .row .col-1-of-3 img {
      width: 100%; }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 1rem) / 3) + 1rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 1rem) / 4); }
  .row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 1rem) / 4) + 1rem); }
  .row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 1rem) / 4) + 2 * 1rem); }
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	z-index: 9999999999;
	-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.header {
  width: 100%; }
  .header__container {
    background: rgba(255, 255, 255, 1);
    height: 12rem;
	  z-index: 5000;
	  position: relative;
    width: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
    padding: 2rem 0 2rem 0;
    box-shadow: 0 0 1rem black; }
    @media only screen and (max-width: 37.5em) {
      .header__container {
        height: 10rem;} }

.social-icons {
	margin: 2rem 0 0 0;
	float: right;
	width: 10%
}
.social-icons a {
	font-size: 30px;
	color: #777;
}

.social-icons a:not(:last-child) {
	margin-right: 1.5rem;
}

  .header__logo-box {
    text-align: center;
float: left;
margin: 1rem 0 1rem 5rem;
width: 20%;}
  .header__logo {
    height: 7rem; }
    @media only screen and (max-width: 37.5em) {
      .header__logo {
        height: 5rem;
        position: absolute;
        top: 20px;
        left: 20px; } }

.header__holder {
	width: 70%;
	margin: 0 auto;
}
.footer {
	clear: both;
  background: #777;
  padding: 4rem 0 4rem 0;
  width: 100%; }
  @media only screen and (max-width: 37.5em) {
    .footer {
      padding: 3rem 0 16rem 0; } }
  .footer .paragraph {
    text-align: center; }
  .footer__wrapper {
    text-align: center;
    width: 80%;
    margin: 0 auto; }
    @media only screen and (max-width: 37.5em) {
      .footer__wrapper {
        width: 90%; } }
  .footer__address {
    float: left;
    width: 50%; }
    @media only screen and (max-width: 37.5em) {
      .footer__address {
        padding: 2rem 0 0 0;
        float: none;
        width: 100%; } }
    .footer__address iframe {
      width: 400px;
      height: 300px; }
      @media only screen and (max-width: 37.5em) {
        .footer__address iframe {
          width: 100%;
          height: auto; } }
    @media only screen and (max-width: 37.5em) {
      .footer__address {
        width: 100%;
        float: none; } }
  .footer__copyright {
    clear: both;
    width: 100%;
    padding: 2rem 0 0 0; }
    @media only screen and (max-width: 37.5em) {
      .footer__copyright {
        width: 90%;
        margin: 0 auto; } }
    .footer__copyright a {
      color: #c88f41;
      text-decoration: none;
      border-bottom: 1px solid #c88f41;
      padding-bottom: 1px; }
  .footer__social {
    padding-top: 10rem;
    float: right;
    width: 50%;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 37.5em) {
      .footer__social {
        float: none;
        padding: 0 0 2rem 0;
        width: 100%;
        border-bottom: 1px solid #fff; } }
    .footer__social a {
      color: #fff;
      font-size: 3rem;
      transition: color .5s; }
      .footer__social a:hover {
        color: #c88f41; }
      .footer__social a:not(:last-child) {
        margin-right: 2rem; }
.connect-social {
	clear: both;
}

.navigation {
	display: none;
}

.navigation--desktop {
float: left;
width: 60%;
margin: 2rem 0 0 0}

  .navigation__list--desktop {
    text-align: center; }
  .navigation__item--desktop {
    display: inline-block;
    text-align: center;
    list-style: none;
    margin-top: 1.8rem; }
   

  .navigation__link--desktop {
    text-decoration: none;
    font-size: 1.6rem;
    color: #777;
    margin: 0 1.5rem;
    transition: all .3s;
    font-family: 'Raleway', sans-serif; }
    .navigation__link:hover {
      color: #c88f41; }

.mobile-display {
  display: none; }
  @media only screen and (max-width: 37.5em) {
    .mobile-display {
      display: block; } }

@media only screen and (max-width: 37.5em) {
  .desk-display {
    display: none; }
}

.section__main--hero {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.book-button {
  position: absolute;
  right: 20px;
  top: 30px;
  background: #c88f41;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 37.5em) {
    .book-button {
      width: 100%;
      position: static; } }
  .book-button a {
    text-decoration: none;
    color: #fff; }

.section__hero {
  width: 100%;
  background: #fff; }
  .section__hero::after {
    content: '';
    clear: both;
    display: table; }
  .section__hero--left {
    float: left;
    width: 30%;
    background: url(../img/wedding/wedding-hero-left.jpg) no-repeat center center;
    background-size: cover;
    height: 74vh;
    box-shadow: -5px 5px 4px rgba(0, 0, 0, 0.15);
    position: absolute; }
    .section__hero--left-text {
      position: absolute;
      bottom: 5rem;
      left: 4rem; }
  .section__hero--right {
    float: right;
    width: 70%;
    height: 74vh;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15); }
    .section__hero--right-text {
      position: absolute;
      right: 2rem;
      top: 5rem; }

.section__two {
  box-shadow: 0 0 1rem black;
  background: linear-gradient(
      rgba(0, 0, 0, .8), 
      rgba(0, 0, 0, .8)
    );
  width: 100%;
  height: 50rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.section__two-left {
    float: left;
    width: 25%;
    margin-left: 5%;
}
.section__two-left img {
    width: 100%;
}
.section__two-right {
    float: right;
    width: 60%;
    margin-left: 5%;
    text-align: center;
}

.section__two a.two-link {
	color: #C88F41;
	border-bottom: 2px solid #C88F41;
	padding-bottom: 1px;
	text-decoration: none;
}
  @media only screen and (max-width: 37.5em) {
    .section__two {
      height: auto;
      padding: 3rem 2rem; } }
  .section__two-container {
    width: 90%;
    text-align: center;
    margin: 0 auto; }
    .section__two-container p {
      width: 80%;
      margin: 0 auto; }

.section__intro {
  width: 100%;
  background: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14rem 0 5rem 0;
  margin: 0 auto;
  box-shadow: 0 0 1rem black; }
  @media only screen and (max-width: 37.5em) {
    .section__intro {
      display: block;
      padding: 3rem 2rem;
      height: auto; } }
  .section__intro-owner {
    background: url(../img/owner/kishia-saffold.jpg) no-repeat top;
    background-size: cover;
    outline: 1px solid #fff;
    outline-offset: -8px;
    float: left;
    height: 60rem;
    width: 30%;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 37.5em) {
      .section__intro-owner {
        float: none;
        width: 96%;
        height: 30rem; } }
  .section__intro-about {
    float: right;
    width: 50%;
    margin-left: 10rem; }
    @media only screen and (max-width: 37.5em) {
      .section__intro-about {
        float: none;
        width: 80%;
        margin: 1rem auto 0 auto; } }

.intro-video {
  background: #777;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 800px;
  padding: 0 0 14rem 0; }
  @media only screen and (max-width: 37.5em) {
    .intro-video {
      height: auto;
      padding: 0 0 3rem 0; } }

.section__studio {
  position: relative;
  box-shadow: 0 0 1rem black;
  background: rgba(255, 255, 255, 0.8) url(../img/studio/studio-1.jpg) no-repeat top left fixed;
  background-blend-mode: screen;
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 14rem 0; }
  @media only screen and (max-width: 37.5em) {
    .section__studio {
      padding: 3rem 0; } }
  .section__studio img {
    width: 50rem;
    height: 30rem; }
    @media only screen and (max-width: 37.5em) {
      .section__studio img {
        width: 100%;
        height: auto; } }
  .section__studio-columns {
    width: 100%; }

.section__reviews {
  clear: both;
  box-shadow: 0 0 1rem black;
  background: linear-gradient(
      rgba(0, 0, 0, .8), 
      rgba(0, 0, 0, .8)
    ), url(../img/camera/camera-lens-on-grey-bg.jpg) no-repeat top left fixed;
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 10rem 0; }
  @media only screen and (max-width: 37.5em) {
    .section__reviews {
	height: auto;
      padding: 3rem 2rem; } }

.section__reviews iframe {
	width: 50%;
	height: 750px;
}

.section__galleries {
  box-shadow: 0 0 1rem black;
  background: #fff;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
  display: inline-block; }
  @media only screen and (max-width: 37.5em) {
    .section__galleries {
      padding: 3rem 2rem; 
	  } }
  .section__galleries-container {
    width: 100%; 
}
    .section__galleries-container a {
      width: 30%;
      text-decoration: none; }

  .section__galleries-boxes {
    width: 100%;
	  float: left;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 37.5em) {
      .section__galleries-boxes {
        display: block; }

		.section__reviews-container iframe {
			width: 100% !important;
		}}
.section__galleries-boxes.section__galleries-boxes--extended {
	width: 100%;
}
  .section__galleries-box {
    width: 50%;
    height: 55rem;
	  margin: 0 auto;
	  text-align: center;
    border: 0.3rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease; }
    @media only screen and (max-width: 37.5em) {
      .section__galleries-box {
        height: 20rem;
		width: 100%} }
    .section__galleries-box:hover {
      filter: grayscale(100%); }

    .section__galleries-box--1 {
      background: url(../img/wedding/wedding-photography-19.jpg) no-repeat center center;
      background-size: cover; }
    .section__galleries-box--5 {
      background: url(../img/landing/seniors-1.jpg) no-repeat center center;
      background-size: cover; }    
.section__galleries-box--6 {
      background: url(../img/landing/headshots-1.jpg) no-repeat center center;
      background-size: cover; }


.section__images {
  background: #fff;
  width: 100%;
  padding: 1rem 0; }

.section__instagram {
  background: #fff;
  padding: 0 3rem 10rem 3rem;
  text-align: center;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15); }


.section__packages {
	margin-top: -150px;
}
.section__packages .col-1-of-3 {
	position: relative;
}

.section__packages .col-1-of-3 h2.heading-five {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	text-align: center;
}

body.headshots .footer {
	margin-top: 600px;
}

.section__packages--wedding {
	height: 100vh;
	margin-top: 100px;
}

.section__packages--wedding h1 {
	margin: 0;
}

.section__packages--wedding-container {
	width: 60%;
	margin: 0 auto;
}

.section__packages--wedding-main-image {
	position: relative;
	width: 58%;
	float: left;
}

.section__packages--wedding-main-image img {
	width: 100%;
}

.section__packages--wedding-thumbs img {
	width: 140px;
	display: inline;
	vertical-align: top;
}

.section__packages--wedding-thumbs a img {
	padding-bottom: 2px;
}

.section__packages--wedding-description {
	float: right;
	width: 35%;
}

.section__book-it .section__main--hero h1.heading-primary {
	display: none;
}

section.photog-process {
	margin: 0 auto;
	width: 50%;
}

.full-bg--photog {
	background: url(../img/studio/studio-7.jpg) no-repeat center center;
	background-size: cover;
}


/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
	height: 100vh;
	width: 100%;
}

.mySlides img {
	height: 100vh;
}

.headshots-header-main {
	background: url(../img/landing/canvas-header.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
	width: 100%;
}

.wedding-header-main {
	background: url(../img/wedding/wedding-header-2.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
	width: 100%;
}

.seniors-header-main {
	background: url(../img/landing/seniors-8.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
	width: 100%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
	background: #333;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
	left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.text-right {
	position: absolute;
	right: 30%;
	top: 50%;
	color: #fff;
	font: 20px 'Lato', sans-serif;
}

.text-absolute {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(200,143,65,.8);
	padding: 20px;
}

.text-absolute a {
	display: block;
}

.text-absolute-left {
	top: 50%;
	left: 10%;
	transform: translate(-10%, -50%);
}

.text-absolute-right {
	top: 50%;
	right: 10%;
	transform: translate(-10%, -50%);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

section.photog-process h2.heading-secondary {
	color: #777 !important;
}

@media only screen and (max-width: 767px) {
	.section__packages--wedding-description {
		float: none;
		width: 100%;
	}
	.section__packages--wedding {
		height: auto;
		padding: 0 0 40px 0;
		margin-top: 60px;
	}
	
	.section__packages--wedding-main-image {
		width: 100%;
		float: none;
	}
	
	.section__packages--wedding-thumbs img {
		width: 100%;
	}
	
	.footer {
		clear: both;
	}
}

@media only screen and (max-width: 767px) {
	.navigation {
		display: block;
	}

    .navigation__checkbox,
	.navigation--desktop {
        display: none;
    }

    .navigation__button {
		background: #fff;
        height: 60px;
        width: 60px;
        position: fixed;
        top: 2rem;
        right: 2rem;
        z-index: 99999999;
        border-radius: 50%;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.1);
        text-align: center;
        cursor: pointer; 
		border: 3px solid #c88f41;
	}
  

    .navigation__background {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        position: fixed;
        top: 3rem;
        right: 3rem;
        z-index: 1000;
        background-image: radial-gradient(#c88f41, #fff);
        transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1);
	}

    .navigation__nav {
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1500;
        opacity: 0;
        width: 0;
        transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .navigation__list {
		position: absolute;
        top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
        list-style: none;
        text-align: center;
        width: 90%;
		box-sizing: border-box;
    }

    .navigation__item {
        margin: 1rem;
    }

	.navigation__link:link,
    .navigation__link:visited {
		display: inline-block;
        font-size: 20px;
        font-weight: 300;
        color: #fff;
        padding: 10px 10px;
        text-decoration: none;
        text-transform: uppercase;
        background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
        background-size: 230%;
        transition: all .4s;
		font: 20px 'Cooper Hewitt Book', serif;
	}

    .navigation__link span {
		margin-right: 1.5rem;
        display: inline-block;
    }
       
        
    .navigation__link:hover,
    .navigation__link:active {
        background-position: 100%;
        color: #00005a;
        transform: translateX(1rem);
    }
   

    /* Functionality */

    .navigation__checkbox:checked ~ .navigation__background {
        transform: scale(80);
    }

    .navigation__checkbox:checked ~ .navigation__nav {
        opacity: 1;
        width: 100%;
    }

    /* Icon */

    .navigation__icon {
        position: absolute;
		top: 22px;
		right: 15px;
	}

    .navigation__icon::before,
    .navigation__icon::after {
        width: 25px;
        height: 2px;
        background: #666;
        display: inline-block;
    }

    .navigation__icon::before,
    .navigation__icon::after {
        content: '';
        position: absolute;
        right: 0;
		top: 30px;
        transition: all .1s;
    }
	
    .navigation__icon::before {
        top: 10px;
    }

    .navigation__icon::after {
        top: 0px;
    }

    .navigation__checkbox:checked + .navigation__button .navigation__icon {
        background: transparent;
    }

    .navigation__checkbox:checked + .navigation__button .navigation__icon::before {
        transform: rotate(135deg);
        top: 5px;
    }

    .navigation__checkbox:checked + .navigation__button .navigation__icon::after {
        transform: rotate(-135deg);
        top: 5px;
    }
	
	.social-icons {
		display: none;
	}
	
	section.photog-process {
		width: 90%;
	}
	
	.section__packages--wedding-container {
		width: 90%;
	}
	
	.mySlides,
	.headshots-header-main,
	.seniors-header-main,
	.wedding-header-main {
		height: 70vh;
	}
	
	.text-absolute,
	.text-absolute-right,
	.text-absolute-left {
		position: absolute;
		top: 80%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	
	.wedding-header-main {
		background: url(../img/wedding/wedding-header-2.jpg) no-repeat left top;
	}
}