body {
  font-family: 'Roboto', sans-serif; }

nav {
  width: 100%;
  margin-top: 1em;
  position: relative; }

.logo {
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: .6em; }
  .logo a {
    text-decoration: none;
    color: #000; }
    .logo a img {
      width: 50%;
      margin: auto;
      max-width: 10em; }

.navigation {
  list-style-type: none;
  text-align: center;
  padding: 0;
  height: 0;
  margin: 0;
  transition: 1s ease;
  overflow: hidden;
  opacity: 0; }
  .navigation li {
    margin: .5em 1em;
    padding-bottom: .5em;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px #ADADAD dashed; }
    .navigation li:nth-child(6) {
      border: none; }
    .navigation li a {
      text-decoration: none;
      color: #000; }
  .navigation .active {
    color: #0096FF; }

.bars {
  position: absolute;
  top: 0;
  right: .5em;
  margin: .5em;
  font-size: 1.5em; }

.nav-open {
  height: 14em;
  margin-top: 1.5em;
  opacity: 1; }

/*tablet */
@media only screen and (min-width: 60em) {
  .nav-wrap {
    display: flex;
    align-content: center; }
  nav {
    display: flex;
    margin: 0;
    transition: none;
    height: 5.5em;
    align-content: center; }
    nav .logo {
      flex: 0 0 27%;
      margin: 0;
      align-self: center;
      justify-content: flex-start;
      display: flex;
      margin-left: 1em; }
      nav .logo img {
        width: 90%; }
    nav .bars {
      display: none; }
    nav .navigation {
      flex: 0 0 70%;
      height: 100%;
      display: flex !important;
      justify-content: center;
      justify-content: flex-end;
      align-items: center;
      transition: none;
      opacity: 1; }
      nav .navigation li {
        border: none; }
  .nav-wrap {
    height: 5.5em; }
  .sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); } }

/*destop*/
.button-small {
  background-color: #0096FF;
  height: 2.5em;
  width: 100%;
  margin: 0em 2em;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5em;
  z-index: 10; }
  .button-small a {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    align-self: center; }

@media only screen and (min-width: 40em) {
  .button-small {
    font-size: .75em; } }

.banner-area {
  height: 25em;
  width: 100%;
  display: flex;
  justify-content: center; }
  .banner-area .banner-information {
    align-self: center; }
    .banner-area .banner-information span {
      color: #fff;
      font-weight: 500;
      font-size: 4em;
      text-transform: uppercase;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 .5em;
  justify-content: flex-start; }
  .gallery .image-container {
    width: 50%;
    padding: 0.5em;
    box-sizing: border-box; }
    .gallery .image-container .image-box {
      width: 100%;
      display: block;
      position: relative; }
      .gallery .image-container .image-box a {
        display: block;
        padding-top: 100%;
        position: relative;
        overflow: hidden; }
        .gallery .image-container .image-box a img {
          width: 120%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .gallery .image-container .image-box .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .gallery .image-container .image-box .play i {
          color: #fff;
          font-size: 2em;
          text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    .gallery .image-container .caption-wrapper {
      width: 100%; }
      .gallery .image-container .caption-wrapper .caption {
        margin-top: .2em;
        margin-left: .2em;
        margin-right: .2em; }
        .gallery .image-container .caption-wrapper .caption span {
          display: block;
          font-weight: 300;
          font-size: 1em;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
  .gallery-heading {
    flex: 1 0 90%;
    margin: 1em;
    margin-top: 1.5em;
    text-align: center;
    opacity: 0; }
    .gallery-heading span {
      font-size: 1.5em;
      font-weight: 300;
      text-transform: uppercase; }

.gallery-heading-animate {
  animation: gallery-heading-frames ease 1s forwards;
  animation-delay: .2s; }

@keyframes gallery-heading-frames {
  0% {
    transform: translateY(-5vh);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@media only screen and (min-width: 40em) {
  .gallery .image-container {
    width: 33.3333%; } }

/*for tablet - inclusive*/
@media only screen and (min-width: 60em) {
  .gallery {
    margin: 0 7em; }
    .gallery .image-container {
      width: 25%; }
  #website-gallery .image-container {
    width: 33.33%; } }

/*for destop - inclusive*/
@media only screen and (min-width: 80em) {
  .gallery {
    margin: 0 12em; }
    .gallery .image-container {
      width: 20%; }
  #website-gallery .image-container {
    width: 33.33%; } }

.section {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  border-bottom: 1px lightgrey solid; }

.section:last-child {
  border: none; }

.section1 {
  position: relative;
  overflow: hidden;
  min-height: 56.25vw; }

.section2 {
  height: 100%; }

.background-video {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden; }

.video-overlay {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  z-index: 5; }

.information {
  position: relative;
  z-index: 10;
  color: #fff;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .information h1 {
    align-self: center;
    text-transform: uppercase;
    font-size: 4em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.small-banner .information {
  height: 100%; }

.wedding-banner {
  background-image: url("../assets/images/weddings-banner.png");
  background-position: center; }

.website-page-area {
  width: 100%; }
  .website-page-area .website-page-area-image img {
    width: 100%;
    display: block;
    max-width: 50em;
    margin: auto; }
  .website-page-area .title {
    margin: 0 1em;
    text-align: center; }
    .website-page-area .title span {
      font-weight: 400; }
  .website-page-area .website-page-area-informaiton {
    margin: 0 1em; }
  .website-page-area .single-line {
    display: flex;
    margin-bottom: 1em;
    align-items: center; }
    .website-page-area .single-line span {
      font-size: 1em;
      font-weight: 300;
      margin-left: .5em; }
    .website-page-area .single-line a {
      font-size: 1em;
      font-weight: 300;
      margin-left: .5em;
      color: #000;
      text-decoration: underline; }
  .website-page-area .information-description {
    margin-top: 1.5em; }
    .website-page-area .information-description span {
      font-weight: 300; }
  .website-page-area .back-to-home {
    margin: 1em; }
    .website-page-area .back-to-home a {
      color: #000;
      font-weight: 300; }

h4 {
  font-size: 1em;
  font-weight: 600;
  margin: 0; }
  h4:after {
    content: ':'; }

@media only screen and (min-width: 60em) {
  .website-page-area {
    margin: 2em 0;
    display: flex;
    flex-wrap: wrap; }
    .website-page-area .title {
      flex: 1 0 90%;
      margin-left: 3em;
      text-align: left; }
    .website-page-area .back-to-home {
      flex: 1 0 90%;
      margin-left: 3em; }
    .website-page-area-image {
      flex: 1 0 35%; }
    .website-page-area-informaiton {
      flex: 1 0 25%;
      align-self: center; } }

.form-area {
  width: 100%;
  padding: 0 1em; }
  .form-area form .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0; }
    .form-area form .form-row span {
      flex: 1 0 80%;
      margin-bottom: .2em;
      font-weight: 300; }
    .form-area form .form-row input {
      flex: 1 0 80%;
      border-radius: 3px;
      border: 1px solid #ccc;
      background-color: #fafafa;
      height: 2.5em;
      padding: .5em;
      line-height: 2.5em;
      outline: none; }
      .form-area form .form-row input::placeholder {
        font-size: .75em; }
    .form-area form .form-row textarea {
      flex: 1 0 80%;
      border-radius: 3px;
      border: 1px solid #ccc;
      background-color: #fafafa;
      padding: .5em;
      outline: none; }
  .form-area form .name input {
    flex: 1 0 35%; }
  .form-area form .name input[name="firstName"] {
    margin-right: 1em; }
  .form-area form .required::after {
    content: ' *';
    color: #C43444; }
  .form-area form .required-message p {
    font-size: .75em;
    font-weight: 300;
    display: block; }
    .form-area form .required-message p:first-letter {
      color: #C43444; }
  .form-area form .submit-button {
    color: #fff;
    font-weight: 300;
    background-color: #1B1B1B;
    width: 7em;
    height: 3em;
    border: none;
    outline: none; }

@media only screen and (min-width: 60em) {
  form {
    padding: 0 2em; } }

@media only screen and (min-width: 80em) {
  form {
    padding: 0 4em; } }

.wrapper {
  position: relative; }

.heading-text {
  margin: 2em 1em;
  text-align: center; }
  .heading-text span {
    font-size: 1.1em;
    font-weight: 400; }

.ekko-lightbox-nav-overlay a {
  color: #fff;
  opacity: .4;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .ekko-lightbox-nav-overlay a:hover {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }

.modal-content {
  border: none;
  background-color: transparent; }

.modal-header {
  border-bottom: none; }
  .modal-header .modal-title {
    color: #fff; }
  .modal-header .close {
    color: #fff;
    font-size: 2em; }

.modal-body {
  padding-top: 0; }

.modal-footer {
  border: none;
  color: #fff; }

.modal-backdrop.show {
  opacity: .9; }

footer {
  width: 100%; }
  footer .footer-icons {
    width: 12em;
    display: flex;
    margin: 2em auto;
    justify-content: space-between; }
    footer .footer-icons i {
      transition: .4s ease all;
      color: #000;
      font-size: 1.5em; }

@keyframes footerIcons {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0deg); } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-section-box {
  margin: 1em; }

.content {
  text-align: center;
  margin: 2em 1em; }
  .content p {
    font-weight: 300; }

@media only screen and (min-width: 60em) {
  .heading-text {
    font-size: 1.5em;
    margin: 2em 3em; }
  footer .footer-icons i:hover {
    color: #0096FF;
    animation: footerIcons .3s linear forwards; }
  .video-section {
    display: flex;
    justify-content: center;
    margin: 1em; }
    .video-section-box {
      flex: 1 0 40%;
      padding: .5em;
      box-sizing: border-box; }
  .content {
    margin: 2em 2em; } }

@media only screen and (min-width: 80em) {
  .content {
    margin: 2em 4em; }
  .video-section {
    margin: 1em 4em; } }
