@font-face {
  font-family: "Brevia";
  src: url("../../fonts/brevia/Brevia-Bold.eot");
  src: url("../../fonts/brevia/Brevia-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/brevia/Brevia-Bold.woff2") format("woff2"), url("../../fonts/brevia/Brevia-Bold.woff") format("woff"), url("../../fonts/brevia/Brevia-Bold.ttf") format("truetype"), url("../../fonts/brevia/Brevia-Bold.svg#Brevia-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nathaniel-19";
  src: url("../../fonts/nathaniel/Nathaniel19-Regular.eot");
  src: url("../../fonts/nathaniel/Nathaniel19-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/nathaniel/Nathaniel19-Regular.woff2") format("woff2"), url("../../fonts/nathaniel/Nathaniel19-Regular.woff") format("woff"), url("../../fonts/nathaniel/Nathaniel19-Regular.ttf") format("truetype"), url("../../fonts/nathaniel/Nathaniel19-Regular.svg#Nathaniel19-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../../fonts/helvetica/Helvetica.eot");
  src: url("../../fonts/helvetica/Helvetica.eot?#iefix") format("embedded-opentype"), url("../../fonts/helvetica/Helvetica.woff2") format("woff2"), url("../../fonts/helvetica/Helvetica.woff") format("woff"), url("../../fonts/helvetica/Helvetica.ttf") format("truetype"), url("../../fonts/helvetica/Helvetica.svg#Helvetica") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background: #FFF5C3;
  font-family: "Helvetica", sans-serif;
  font-weight: 200;
  line-height: 1.8;
  font-size: 16px;
  color: #3C3C3C;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Nathaniel-19", sans-serif;
}

h1 {
  line-height: 1.2;
  font-size: 3em;
}

h3 {
  font-size: 2.2em;
  line-height: 1.2;
}

img {
  height: auto;
  max-width: 100%;
}

a, button {
  text-decoration: none;
  display: inline-block;
}

button {
  background: none;
  border: none;
}

.btn, .secondary-btn, .primary-btn {
  text-transform: uppercase;
  font-family: "Brevia", sans-serif;
  font-weight: 700;
  border-radius: 50px;
}

.primary-btn {
  background: #FFE34E;
  padding: 0.3em 1.4em;
  font-size: 1.3125em;
  color: #000;
}

.secondary-btn {
  background: #F58A41;
  padding: 1em 2em;
  font-size: 1.3125em;
  color: #fff;
}

.wrapper, .whole-page {
  display: none;
}

.whole-page {
  overflow: hidden;
}

.header {
  background: #fff;
  padding-bottom: 1em;
  padding-top: 1em;
}
.header__inner {
  justify-content: center;
  max-width: 1400px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-flex;
}
.header .logo {
  max-width: 174px;
}

.banner, .video, .gallery, .cta, .feed {
  margin-bottom: 3em;
}

.banner {
  position: relative;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feb61a+0,fe8f14+100 */
  background: #feb61a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #feb61a 0%, #fe8f14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#feb61a", endColorstr="#fe8f14",GradientType=0 ); /* IE6-9 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#faa72d+0,fea132+42,d27d1f+78,fea132+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fea132+0,d27d1f+78,fea132+100 */
  padding-bottom: 2em;
  padding-top: 2em;
}
.banner__inner {
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.banner-content {
  text-align: center;
  position: relative;
  margin-bottom: 3em;
}
.banner-title {
  margin-bottom: 1em;
}
.banner-title h1 {
  text-shadow: 8px 0 14px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.banner-image {
  max-width: 250px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.banner .flower1, .banner .flower2, .banner .flower3, .banner .flower4, .banner .flower5, .banner .flower6, .banner .flower7, .banner .flower8, .banner .flower9, .banner .flower10, .banner .flower11 {
  pointer-events: none;
  position: absolute;
  z-index: 4;
  background-image: url("../../images/flower.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.banner .flower1 {
  bottom: 20px;
  left: 34px;
  height: 40px;
  width: 56px;
}
.banner .flower2 {
  right: 76px;
  bottom: 0;
  height: 61px;
  width: 63px;
}
.banner .flower3, .banner .flower4, .banner .flower5, .banner .flower6, .banner .flower7, .banner .flower8, .banner .flower9, .banner .flower10, .banner .flower11 {
  display: none;
}

.video {
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.video-container {
  margin-bottom: 1em;
}
.video-box {
  border: solid 10px #F4B223;
  max-height: 332px;
  max-width: 640px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 37px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.video-box img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.video-box:before {
  content: "";
  z-index: 2;
  background-image: url("../../images/play_btn_fs.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100px;
  width: 100px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-box_no-image:before {
  content: none;
}
.video-title, .video-description {
  text-align: center;
}
.video-title {
  margin-bottom: 2em;
}
.video-title h3 {
  font-family: "Brevia", sans-serif;
  color: #FF6B00;
}

.gallery {
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-container {
  border: solid 10px #F4B223;
  overflow: hidden;
  position: relative;
  border-radius: 37px;
}
.gallery-featured {
  background: #fff;
  position: relative;
  height: 262px;
  z-index: 1;
}
.gallery-featured__item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.gallery-featured__item img {
  max-height: 726px;
}
.gallery-thumb {
  -webkit-backdrop-filter: blur(19px);
          backdrop-filter: blur(19px);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffdc22+100&0.36+0,0.36+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.36) 0%, rgba(255, 220, 34, 0.36) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5cffffff", endColorstr="#5cffdc22",GradientType=0 ); /* IE6-9 */
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  z-index: 2;
  right: 0;
  left: 0;
}
.gallery-thumb .slick-track {
  margin-left: auto;
  margin-right: auto;
}
.gallery-thumb .slick-slide {
  justify-content: center;
  display: flex;
  display: -webkit-flex;
}
.gallery-thumb .slick-current img {
  border: solid 8px #F4B223;
}
.gallery-thumb .slick-arrow {
  background: none;
  position: absolute;
  border: none;
  font-size: 0;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-thumb .slick-arrow:before {
  display: inline-block;
  content: "";
  background-image: url("../../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 50px;
  width: 50px;
}
.gallery-thumb .slick-prev {
  left: -48px;
}
.gallery-thumb .slick-prev:before {
  transform: rotate(180deg);
}
.gallery-thumb .slick-next {
  right: -48px;
}
.gallery-thumb .slick-list {
  position: relative;
  z-index: 1;
}
.gallery-thumb .slick-disabled {
  display: none !important;
}
.gallery-thumb__inner {
  max-width: 60%;
  padding-bottom: 1em;
  padding-top: 1em;
  margin-left: auto;
  margin-right: auto;
}
.gallery-thumb__item {
  cursor: pointer;
  height: 58px;
  width: 60px;
}
.gallery-thumb__item img {
  border-radius: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.cta {
  position: relative;
  max-width: 1000px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.cta-item a{ 
    height: 100%;
}
.cta-slider .slick-track {
  margin-left: auto;
  margin-right: auto;
}
.cta-slider .slick-slide {
  justify-content: center;
  display: flex;
  display: -webkit-flex;
}
.cta-item {
  background: #F4B223;
  overflow: hidden;
  height: 264px;
  border-radius: 50%;
  width: 264px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.cta-item a:hover {
  transform: scale(1.05);
  transition: 0.5s;
}
.cta-item img {
  padding: 1em;
  height: 250px;
  border-radius: 50%;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.wpcf7-not-valid, .wpcf7-not-valid-tip {
  border: solid 1px red !important;
}

.feed-title {
  text-align: center;
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
.feed-title h3 {
  font-family: "Brevia", sans-serif;
  color: #FF6B00;
}
.feed-lists {
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.feed-item {
  padding: 30px 15px;
  position: relative;
}
.feed-item__inner {
  border: solid 10px #F4B223;
  overflow: hidden;
  position: relative;
  border-radius: 37px;
}
.feed-item__inner img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.feed-item:nth-child(3n+1) .heart {
  bottom: 7px;
  left: 68px;
}
.feed-item:nth-child(3n+2) .heart {
  right: 5px;
  top: 16px;
}
.feed-item:nth-child(3n+3) .heart {
  top: 66%;
  right: 0;
  transform: translateY(-50%);
}
.feed .heart {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  background-image: url("../../images/heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 60px;
  width: 60px;
}

.footer {
  padding-bottom: 20em;
  position: relative;
}
.footer .duckie_pose {
  bottom: 0;
  right: 0;
  position: absolute;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../images/duck_side_pose.svg");
  height: 300px;
  width: 300px;
}
.footer__inner {
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.footer-title {
  text-align: center;
  margin-bottom: 2em;
}
.footer-title h3 {
  color: #000;
  font-family: "Brevia", sans-serif;
}
.footer-btn {
  justify-content: center;
  margin-bottom: 3em;
  display: flex;
  display: -webkit-flex;
}
.footer-btn button {
  transition: 0.8s ease-out;
  max-width: 360px;
  cursor: pointer;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.footer-list {
  justify-content: center;
  margin-bottom: 2em;
  display: flex;
  display: -webkit-flex;
}
.footer-list a {
  background: #F4B223;
  margin-right: 1em;
  color: #fff;
  height: 24px;
  width: 25px;
  border-radius: 7px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.footer-list a:last-child {
  margin-right: 0;
}
.footer-copyright {
  max-width: 840px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.footer-copyright p {
  color: #3D3D3D;
  font-size: 0.99em;
}
.footer-copyright p a {
  color: #FF6B00;
  font-weight: 500;
}

@media (min-width: 480px) {
  .banner-image {
    max-width: 300px;
  }
  .banner .flower1 {
    height: 58px;
    width: 58px;
  }
  .banner .flower2 {
    right: 66px;
    bottom: -9px;
    height: 85px;
    width: 85px;
  }
  .banner .flower3 {
    display: block;
    bottom: -20px;
    left: -90px;
    height: 75px;
    width: 75px;
  }
  .gallery-featured {
    height: 300px;
  }

}
@media (min-width: 768px) {
  h1 {
    font-size: 4em;
  }
  h3 {
    font-size: 2.8em;
  }
  .banner, .video, .gallery, .cta, .feed {
    margin-bottom: 4em;
  }
  .banner .flower1 {
    left: 48px;
  }
  .banner .flower3 {
    bottom: -7px;
  }
  .banner .flower4, .banner .flower5 {
    display: block;
  }
  .banner .flower4 {
    bottom: 76px;
    right: -90px;
    height: 42px;
    width: 42px;
  }
  .banner .flower5 {
    bottom: 74px;
    left: -164px;
    height: 38px;
    width: 38px;
  }
  .gallery-featured {
    height: 540px;
  }
  .gallery-thumb .slick-next {
    right: -64px;
  }
  .gallery-thumb .slick-prev {
    left: -64px;
  }
  .gallery-thumb__inner {
    max-width: 76%;
    padding-bottom: 1.4em;
    padding-top: 1.4em;
  }
  .gallery-thumb__item {
    height: 109px;
    width: 112px;
  }
  .gallery-thumb .slick-arrow:before {
    height: 60px;
    width: 60px;
  }
  .feed-item__inner {
    height: 502px;
  }
  .footer {
    padding-bottom: 16em;
  }
  .footer-title {
    margin-bottom: 3em;
  }
  .footer-btn {
    margin-bottom: 5em;
  }
  .footer-list {
    margin-bottom: 3em;
  }
  .footer__inner {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 4.8em;
  }
  .banner__inner {
    justify-content: space-between;
    align-items: center;
    display: flex;
    display: -webkit-flex;
  }
  .banner-content {
    max-width: 70%;
    text-align: left;
    margin-bottom: 0;
  }
  .banner-image {
    max-width: 340px;
    margin-right: 0;
    margin-left: 0;
    flex: 0 0 1;
  }
  .banner .flower6, .banner .flower7 {
    display: block;
  }
  .banner .flower6 {
    bottom: 10%;
    left: 33%;
    height: 48px;
    width: 48px;
  }
  .banner .flower7 {
    bottom: -64px;
    left: 210px;
    height: 131px;
    width: 131px;
  }
  .gallery-featured {
    height: auto;
  }
  .video {
    align-items: center;
    display: flex;
    display: -webkit-flex;
  }
  .video-container {
    margin-right: 3em;
    width: 40%;
    margin-bottom: 0;
  }
  .video-content {
    flex: 2;
  }
  .video-title, .video-description {
    text-align: left;
  }
  .footer {
    padding-bottom: 4em;
  }
  .footer .duckie_pose {
    height: 290px;
    width: 290px;
  }
  .footer .b-foot1, .footer .b-foot2, .footer .b-foot3, .footer .b-foot4, .footer .b-foot5 {
    position: absolute;
    background-image: url("../../images/footprint.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
  }
  .footer .b-foot1 {
    bottom: 44px;
    left: 240px;
    transform: rotate(168deg);
  }
  .footer .b-foot2 {
    bottom: 9px;
    left: 172px;
    transform: rotate(268deg);
  }
  .footer .b-foot3 {
    bottom: 84px;
    left: 114px;
    transform: rotate(200deg);
  }
  .footer .b-foot4 {
    bottom: 84px;
    left: 20px;
    transform: rotate(268deg);
  }
  .footer .b-foot5 {
    bottom: 174px;
    left: 10px;
    transform: rotate(222deg);
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 6em;
    line-height: 1.1;
  }
  h3 {
    font-size: 3.375em;
  }
  .banner, .video, .gallery, .cta, .feed {
    margin-bottom: 6em;
  }
  .banner-content {
    max-width: 68%;
  }
  .banner-image {
    max-width: 416px;
  }
  .banner .flower2 {
    right: 105px;
  }
  .video-container {
    max-width: 640px;
    width: 100%;
  }
  .gallery-thumb__inner {
    max-width: 90%;
  }
  .gallery-thumb .slick-nrext {
    right: -44px;
  }
  .gallery-thumb .slick-prev {
    left: -44px;
  }
  .feed-title {
    margin-bottom: 4em;
  }
  .feed-item__inner {
    height: 602px;
  }
  .footer {
    padding-bottom: 6em;
  }
  .footer__inner {
    max-width: 700px;
  }
  .footer-btn {
    margin-bottom: 6em;
  }
}
@media (min-width: 1380px) {
  .banner .flower8 {
    display: block;
    bottom: 19px;
    left: -64px;
    height: 48px;
    width: 48px;
  }
  .gallery {
    position: relative;
  }
  .gallery .fp_left1, .gallery .fp_left2, .gallery .fp_left3, .gallery .fp_left4, .gallery .fp_left5, .gallery .fp_left6 {
    position: absolute;
    background-image: url("../../images/footprint.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 40px;
    width: 40px;
  }
  .gallery .fp_left1 {
    bottom: 180px;
    left: -100px;
  }
  .gallery .fp_left2 {
    bottom: 84px;
    left: -100px;
    transform: rotate(-40deg);
  }
  .gallery .fp_left3, .gallery .fp_left4, .gallery .fp_left5, .gallery .fp_left6 {
    display: none;
  }
  .gallery .fp_right1, .gallery .fp_right2, .gallery .fp_right3, .gallery .fp_right4, .gallery .fp_right5, .gallery .fp_right6, .gallery .fp_right7 {
    position: absolute;
    background-image: url("../../images/footprint.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 30px;
    width: 30px;
  }
  .gallery .fp_right1 {
    top: 320px;
    right: -40px;
    transform: rotate(22deg);
  }
  .gallery .fp_right2 {
    right: -98px;
    top: 328px;
    transform: rotate(-21deg);
  }
  .gallery .fp_right3, .gallery .fp_right4, .gallery .fp_right5, .gallery .fp_right6, .gallery .fp_right7 {
    display: none;
  }
  .feed .f-fp_left1, .feed .f-fp_left2, .feed .f-fp_left3, .feed .f-fp_left4 {
    position: absolute;
    background-image: url("../../images/footprint.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
  }
  .feed .f-fp_left1 {
    top: 90px;
    left: -100px;
    transform: rotate(224deg);
  }
  .feed .f-fp_left2, .feed .f-fp_left3, .feed .f-fp_left4 {
    display: none;
  }
  .f-fp_right1, .f-fp_right2, .f-fp_right3, .f-fp_right4, .f-fp_right5 {
    position: absolute;
    background-image: url("../../images/footprint.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
  }
  .f-fp_right1 {
    top: 90px;
    right: -100px;
    transform: rotate(238deg);
  }
  .f-fp_right2, .f-fp_right3, .f-fp_right4, .f-fp_right5 {
    display: none;
  }
}
@media (min-width: 1550px) {
  .banner .flower9 {
    display: block;
    left: -200px;
    bottom: -64px;
    height: 120px;
    width: 120px;
  }
  .gallery .fp_left3, .gallery .fp_left4, .gallery .fp_left5, .gallery .fp_left6 {
    display: block;
  }
  .gallery .fp_left3 {
    bottom: 90px;
    left: -218px;
    transform: rotate(10deg);
  }
  .gallery .fp_left4 {
    bottom: -6px;
    left: -240px;
    transform: rotate(-37deg);
  }
  .gallery .fp_left5 {
    bottom: 20px;
    left: -344px;
    transform: rotate(38deg);
  }
  .gallery .fp_left6 {
    bottom: -82px;
    left: -364px;
    transform: rotate(-20deg);
  }
  .gallery .fp_right3, .gallery .fp_right4, .gallery .fp_right5, .gallery .fp_right6, .gallery .fp_right7 {
    display: block;
  }
  .gallery .fp_right2 {
    right: -114px;
  }
  .gallery .fp_right3 {
    right: -146px;
    top: 272px;
    transform: rotate(56deg);
  }
  .gallery .fp_right4 {
    right: -222px;
    top: 294px;
    transform: rotate(-18deg);
  }
  .gallery .fp_right5 {
    right: -280px;
    top: 244px;
    transform: rotate(22deg);
  }
  .gallery .fp_right6 {
    right: -354px;
    top: 264px;
    transform: rotate(-14deg);
  }
  .gallery .fp_right7 {
    right: -354px;
    top: 264px;
    transform: rotate(-14deg);
  }
  .feed .f-fp_left2, .feed .f-fp_left3, .feed .f-fp_left4 {
    display: block;
  }
  .feed .f-fp_left1 {
    left: -154px;
  }
  .feed .f-fp_left2 {
    top: 44px;
    left: -230px;
    transform: rotate(160deg);
  }
  .feed .f-fp_left3 {
    top: 104px;
    left: -303px;
    transform: rotate(267deg);
  }
  .feed .f-fp_left4 {
    top: 50px;
    left: -360px;
    transform: rotate(186deg);
  }
  .feed .f-fp_right2, .feed .f-fp_right3, .feed .f-fp_right4, .feed .f-fp_right5 {
    display: block;
  }
  .feed .f-fp_right1 {
    right: -154px;
  }
  .feed .f-fp_right2 {
    top: 60px;
    right: -240px;
    transform: rotate(208deg);
  }
  .feed .f-fp_right3 {
    top: 170px;
    right: -258px;
    transform: rotate(238deg);
  }
  .feed .f-fp_right4 {
    top: 116px;
    right: -324px;
    transform: rotate(208deg);
  }
  .feed .f-fp_right5 {
    top: 224px;
    right: -350px;
    transform: rotate(274deg);
  }
  .footer {
    padding-bottom: 9em;
  }
  .footer .duckie_pose {
    height: 550px;
    width: 550px;
  }
}
@media (min-width: 1800px) {
  .banner .flower10, .banner .flower11 {
    display: block;
  }
  .banner .flower10 {
    left: -300px;
    bottom: 50px;
    height: 30px;
    width: 30px;
  }
  .banner .flower11 {
    bottom: -68px;
    right: -300px;
    height: 138px;
    width: 138px;
  }
}

@media (max-width: 480px) {
  .footer-copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-copyright p br {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */