/* Text Elements */

h1.sticky-shrinknav-header-title {
  position: relative;
  margin-bottom: 0;
  color: #fefefe;
  font-weight: 600;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: translateY(-1.875rem);
     -moz-transform: translateY(-1.875rem);
       -o-transform: translateY(-1.875rem);
          transform: translateY(-1.875rem);
}

h3.heading-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

p.paragraph.paragraph-1 {
  padding-bottom: 10px;
}

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

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

a.link-text.text-link-1 {
  color: #fefefe;
  font-weight: 600;
}

/* Layout Elements */

body.body-1 {
  padding-top: 320px;
  min-height: 100px;
}

.container.sticky-shrinknav-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow: hidden;
  width: 100%;
  height: 300px;
  border-bottom: .25rem double #ccc;
  background-color: #fff;
  background-image: url('../pics/rose-s.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;

  -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;
  background-blend-mode: normal;
}

.container.contents {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  max-width: 1200px;
}

.container.images {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;

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

ul.list-container.sticky-shrinknav-menu {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 3.75rem;
  background-color: rgba(23, 121, 186, .1);
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

ul.list-container.align-center.menu.sticky-shrinknav-menu {
  -ms-flex-pack: center;
  height: 70px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture.picture-1 {
  display: inline-block;
  margin: 10px;
  max-width: 400px;
  border: .25rem double #ccc;
}

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

  h3.heading-1 {
    font-size: 24px;
  }

  /* Layout Elements */

  body.body-1 {
    padding-top: 350px;
  }

  .container.sticky-shrinknav-header {
    height: 330px;
    background-image: url('../pics/rose-m.jpg');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  ul.list-container.align-center.menu.sticky-shrinknav-menu {
    height: 60px;
  }
}

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

  h3.heading-1 {
    font-size: 26px;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
    font-style: italic;
  }

  /* Layout Elements */

  body.body-1 {
    padding-top: 370px;
  }

  .container.sticky-shrinknav-header {
    height: 350px;
    background-image: url('../pics/rose.jpg');
    background-position: center center;
  }

  div.responsive-picture.picture-1 {
    border-bottom-color: #ccc;
  }
}