/* Text Elements */

h1.site-title {
  margin-top: 20px;
  background-color: rgba(61, 61, 61, .45);
  color: #fff;
  text-align: center;
  text-shadow: #020202 2px 2px 2px;
  font-weight: 700;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}

h1.site-title.sub-title {
  color: #a6fdeb;
  font-size: 28px;
}

h3 {
  color: #2a617d;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

h3.section-title {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  text-align: center;
  text-shadow: #fff 2px 1px 2px;
  font-size: 28px;
}

h3.heading-2 {
  margin-top: 10px;
  background-color: #007db8;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

h4.heading-1 {
  position: static;
  top: auto;
  bottom: auto;
  float: none;
  clear: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5%;
  width: 80%;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-shadow: #020202 2px 2px 3px;
  font-size: 28px;
}

h5 {
  text-align: center;
  font-style: italic;
  font-size: 26px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h5.service-title {
  margin-top: 10px;
  color: #007db8;
  text-shadow: #000 1px 1px 0;
}

p.paragraph.paragraph-1 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  color: rgba(30, 30, 30, .8);
  text-align: center;
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 600;
}

span.text-element.text-1 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

a.link-text.nav-button {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-color: rgba(0, 0, 0, .4);
  border-bottom: .0625rem solid rgba(0, 0, 0, .4);
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-shadow: #020202 2px 2px 3px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;

  background-blend-mode: normal;
}

a.link-text.footer-nav {
  padding: 10px 20px;
  color: #424345;
  font-family: 'Montserrat', sans-serif;
}

a.link-text.active-button.nav-button {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  color: #00c9ff;

  background-blend-mode: normal;
}

a.link-text span.text-link-text-2 {
  color: #424345;
}

a.link-text.nav-button:hover {
  background-color: #000;
}

/* Interaction Elements */

a.link-button {
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

a.link-button.action-btn {
  border-radius: 7px;
  background-color: #232323;
}

/* Layout Elements */

body.body-1 {
  position: static;
  visibility: visible;
  float: none;
  background-color: #020202;
  background-image: -webkit-linear-gradient(bottom, rgba(61, 61, 61, 1) 0%, rgba(0, 125, 184, 1) 30%, rgba(0, 26, 105, 1) 70%, rgba(61, 61, 61, 1) 100%);
  background-image:    -moz-linear-gradient(bottom, rgba(61, 61, 61, 1) 0%, rgba(0, 125, 184, 1) 30%, rgba(0, 26, 105, 1) 70%, rgba(61, 61, 61, 1) 100%);
  background-image:      -o-linear-gradient(bottom, rgba(61, 61, 61, 1) 0%, rgba(0, 125, 184, 1) 30%, rgba(0, 26, 105, 1) 70%, rgba(61, 61, 61, 1) 100%);
  background-image:         linear-gradient(0deg, rgba(61, 61, 61, 1) 0%, rgba(0, 125, 184, 1) 30%, rgba(0, 26, 105, 1) 70%, rgba(61, 61, 61, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  -webkit-filter: blur(0px) grayscale(0);
          filter: blur(0px) grayscale(0);

  background-blend-mode: normal;
}

.container.service {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0;
  padding-right: 20px;
  padding-left: 20px;
  min-width: 0;
  max-width: none;
  width: 90%;
  background-color: #fff;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-right: 10px;
  padding-left: 10px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 60px;
  background-color: #fff;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.nav-wrapper {
  background-color: #007db8;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  opacity: .88;

  background-blend-mode: normal;
}

.container.container-2 {
  margin-top: 10px;
  padding-top: 20px;
  min-width: 0;
  min-height: 150px;
  width: 100%;
  height: auto;
  background-image: url('../images/marriage-pics/Marriage1.PNG');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: sepia(0) blur(0px);
          filter: sepia(0) blur(0px);
  -webkit-transform: skewX(0deg) scaleX(1) scaleY(1);
     -moz-transform: skewX(0deg) scaleX(1) scaleY(1);
       -o-transform: skewX(0deg) scaleX(1) scaleY(1);
          transform: skewX(0deg) scaleX(1) scaleY(1);

  background-blend-mode: normal;
  -webkit-transform-style: flat;
     -moz-transform-style: flat;
          transform-style: flat;
}

.container.services-grid {
  overflow: visible;
  height: auto;
}

.link-container.download-item {
  margin-bottom: 5px;
  padding-top: 8px;
  min-width: 70px;
  min-height: 40px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  max-width: 300px;
  border-width: .4375rem;
  border-style: inset;
}

@media screen and (min-width: 20.25rem) {
  /* Text Elements */

  a.link-text span.text-link-text-3 {
    color: #424345;
  }

  /* Layout Elements */

  body.body-1 {
    background-size: 100% 100%;
  }

  .container.nav-wrapper {
    background-image: -webkit-linear-gradient(top, rgba(0, 23, 255, .56) 0%, rgba(255, 250, 94, .43) 45%, rgba(255, 250, 94, .65) 55%, rgba(0, 26, 105, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(0, 23, 255, .56) 0%, rgba(255, 250, 94, .43) 45%, rgba(255, 250, 94, .65) 55%, rgba(0, 26, 105, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(0, 23, 255, .56) 0%, rgba(255, 250, 94, .43) 45%, rgba(255, 250, 94, .65) 55%, rgba(0, 26, 105, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 23, 255, .56) 0%, rgba(255, 250, 94, .43) 45%, rgba(255, 250, 94, .65) 55%, rgba(0, 26, 105, 1) 100%);
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.site-title {
    font-size: 40px;
  }

  h3.section-title {
    font-size: 32px;
  }

  h4.heading-1 {
    margin-bottom: .5rem;
    padding-top: 30%;
    font-size: 40px;
  }

  h5.service-title {
    font-size: 30px;
  }

  p.paragraph.paragraph-1 {
    font-size: 26px;
  }

  a.link-text.nav-button {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    border-left: .0625rem solid #000;
    font-size: 28px;
  }

  a.link-text.footer-nav {
    font-size: 24px;
  }

  a.link-text span.text-link-text-4 {
    color: #424345;
  }

  a.link-text.nav-button:last-of-type {
    border-right: .0625rem solid #000;
  }

  /* Interaction Elements */

  a.link-button.action-btn.button {
    font-size: 28px;
  }

  /* Layout Elements */

  body.body-1 {
    background-size: cover;
  }

  .container.nav-wrapper {
    display: block;
    -ms-flex-pack: center;
    overflow: visible;
    background-color: #fff;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    background-blend-mode: normal;
  }

  .container.services-grid {
    display: block;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.container-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }

  .container.service {
    margin: 0 auto 60px;
    min-width: 0;
    max-width: none;
    width: 90%;
    vertical-align: baseline;
  }

  .container.container-2 {
    position: static;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    min-width: 0;
    min-height: 300px;
    max-width: 800px;
    max-height: 0;
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.site-title {
    color: #fff;
    font-size: 48px;
  }

  h1.site-title.sub-title {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    color: #a6fdeb;

    background-blend-mode: normal;
  }

  h4.heading-1 {
    padding-top: 10%;
    font-size: 35px;
  }

  p.paragraph.paragraph-1 {
    margin-top: 10px;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  p.paragraph span.paragraph-text-1 {
    font-weight: 600;
  }

  a.link-text.nav-button {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    font-size: 24px;

    background-blend-mode: normal;
  }

  a.link-text span.text-link-text-5 {
    color: #424345;
  }

  a.link-text.active-button.nav-button {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 33%, rgba(61, 61, 61, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  /* Layout Elements */

  body.body-1 {
    background-image: -webkit-linear-gradient(bottom, rgba(61, 61, 61, 1) 0%, rgba(0, 125, 184, 1) 30%, rgba(0, 26, 105, 1) 70%, rgba(61, 61, 61, 1) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(61, 61, 61, 1) 0%, rgba(0, 125, 184, 1) 30%, rgba(0, 26, 105, 1) 70%, rgba(61, 61, 61, 1) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(61, 61, 61, 1) 0%, rgba(0, 125, 184, 1) 30%, rgba(0, 26, 105, 1) 70%, rgba(61, 61, 61, 1) 100%);
    background-image:         linear-gradient(0deg, rgba(61, 61, 61, 1) 0%, rgba(0, 125, 184, 1) 30%, rgba(0, 26, 105, 1) 70%, rgba(61, 61, 61, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
    background-color: #007db8;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.services-grid {
    display: grid;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    height: auto;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    grid-template-columns: repeat(3 , 1fr);
    grid-template-rows: 1fr;
    justify-self: center;
    grid-area: auto /auto/ auto / auto;
    grid-column-gap: 8px;
  }

  .container.footer {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.service {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 400px;
    width: 90%;
  }

  .container.container-2 {
    min-height: 200px;
    max-width: 400px;
    background-image: url('../images/marriage-pics/Marriage1.PNG');
  }

  .container.container-1 {
    max-width: 900px;
  }

  .container.container-3 {
    display: grid;

    grid-template-columns: repeat(2 , 1fr);
    grid-template-rows: 1fr;
    grid-row-gap: 3px;
    grid-column-gap: 3px;
  }

  div.responsive-picture.picture-1 {
    max-width: 400px;
  }
}