@import url("https://use.typekit.net/fpk4vyl.css");

html {
  overflow-x: hidden;
}

body {
  background-color: #FFEEF2;
}

.logocontainer {
  display: flex;
  justify-content: center;
  margin-bottom: 1%;
}

.navigation {
  font-family: minion-pro-condensed-display, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 130%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 0;
  background-color: transparent;
  border-top: 2px solid #E96479;
  border-bottom: 2px solid #E96479;
  width: 75%;
}

.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation li {
  display: inline-block;
  margin-right: 30px;
}

.navigation li a {
  color: #258E6E;
  text-decoration: none;
  padding: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  transition: .8s;
}

.navigation li a:hover {
  background-color: #7ED7C1;
  color: #258E6E;
  border-radius: 30px;
  transition: .8s;
}


.welcomeribbon {
  background-color: #FFD4DC;
  width: 100%;
  height: 260px;
  margin-top: 7%;
  position: absolute;
  z-index:-1;
}

.welcome img {
  position: absolute;
  margin-left: 61%;
  margin-top: -15%;
}

.welcome h1 {
  font-family: "cantoni-pro", serif;
  font-weight: 700;
  font-size: 800%;
  font-style: normal;
  color: #258E6E;
  margin-bottom: -5.5%;
  margin-left: 15%;
  margin-top: -0.5%;
}

.welcome h1 span.color-1 {
  color: #E96479;
}

.welcome h2 {
  margin-left: 16%;
  color: #E96479;
  font-family: minion-pro-condensed-display, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 190%;
  margin-bottom: -1%;
}

.welcome p{
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 45%;
  font-size: 130%;
  margin-left: 16%;
  color: #E96479;
  line-height: 120%;
  text-align: left;
}

.learn-it {
  background-color: #FFEEF2;
  padding: 20px 0;
}

.ribbon {
  text-align: center;
  padding:5px 0;
  width: 100%;
  margin-top: 10%;
  z-index: 10;
}

.learn-it .pinkbar {
  background-color: #FFD4DC;
  width: 100%;
  height: 350px;
  margin-top: -2.2%;
}

.ribbon h3 {
  color: #E96479;
  font-family: minion-pro-condensed-display, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 250%;
  margin-top: -4%;
}

.cards {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: auto;
  width: 75%;
  margin-top: -17%;
}

.card {
  width: 400px;
  height: 770px;
  margin: 10px;
  background-color: #D0EAE2;
  border-radius: 30px;
}

.card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card h3 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 140%;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 8%;
  padding-right: 8%;
  color: #E96479;
}

.card p{
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 110%;
  padding-left: 8%;
  padding-right: 8%;
  color: #258E6E;
}

.learn-it-button {
  font-family: minion-pro-condensed-display, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 120%;
  text-align: center;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #7ED7C1;
  color: #258E6E;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  float: right;
  margin-right: 8%;
}

.learn-it-button:hover {
  background-color: #258E6E;
  color: #fff;
  text-decoration: none;
}

.subscribe-and-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  background-color: #FFD4DC;
}

.subscribe {
  padding: 20px;
  flex: 1;
  margin-right: 2%;
  margin-left: 15%;
}

.subscribe h2 {
  font-family: minion-pro-condensed, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 200%;
  font-weight: bold;
  margin-bottom: -3%;
  color: #E96479;
  text-align: left;
}

.subscribe h3 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 120%;
  margin-bottom: -1%;
  color: #258E6E;
}

.subscribe p {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120%;
  color: #258E6E;
}

.subscribe form {
  margin-top: 20px;
  width: 100%;
  display: flex;
}

.subscribe input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 2px solid #ccc;
  border-radius: 10px;
  border-color: #E96479;
  background-color: #D0EAE2;
}

.subscribe .subscribe-button {
  font-family: minion-pro-condensed, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 100%;
  background-color: #E96479;
  color: #FFF;
  font-weight: bold;
  border: solid;
  border-color: #E96479;
  border-radius: 20px;
  padding: 10px;
  padding-left: 10%;
  padding-right: 10%;
  cursor: pointer;
  transition: 0.8s;
}

.subscribe .subscribe-button:hover {
  transition: 0.8s;
  color: #258E6E;
  background-color: #7ED7C1;
  border-color: #E96479;
}

.subscribe-and-image img {
  margin-right: 18%;
  object-fit: cover;
  width: 25%;
}

.image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72%;
  margin: auto;
}

.image-container {
  width: 20%;
  margin: 10px;
  position: relative;
}

.image-section img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.gallerysection h2 {
  margin-top: 3%;
  text-align: center;
  color: #E96479;
  font-family: minion-pro-condensed-display, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 250%;
}

.gallerysection h3 {
  text-align: center;
  margin-top: -1.5%;
  margin-bottom: 2%;
  color: #258E6E;
  font-family: minion-pro-condensed-display, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 140%;
}

.pinkbargallery {
  background-color: #FFD4DC;
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1.5%;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container:hover .image-overlay {
  background-color: rgba(208, 234, 226, 0.8);
  opacity: 1;
}

.image-text {
  font-family: "cantoni-pro", serif;
  font-weight: 700;
  font-style: normal;
  color: #258E6E;
  font-size: 500%;
}

.social-media-follow {
  text-align: center;
  padding: 20px;
}

.follow-me-heading {
  color: #E96479;
  font-family: minion-pro-condensed-display, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 250%;;
  margin-bottom: 20px;
  margin-top: -4.5%;
}

.social-media-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media-icons li {
  margin: 0 10px;
  list-style: none;
}

.social-media-icons img {
  width: 70px;
  height: 70px;
  transition: 0.2s ease-in-out;
}

.social-media-icons img:hover {
  transform: scale(1.1);
}

.pinkbarfollow {
  background-color: #FFD4DC;
  width: 100%;
  height: 20px;
  margin-top: 5%;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 10px;
  text-align: center;
  width: 70%;
  margin: auto;
}

.gallery-title {
  color: #E96479;
  font-family: minion-pro-condensed-display, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 250%;;
  margin-bottom: 20px;
  margin-top: 5%;
  text-align: center;
}

.image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pinkbarchristmasgallery {
  width: 100%;
  height: 500px;
  background-color: #FFD4DC;
  margin-top: -1%;
  padding-top: 3%;
  margin-bottom: 110%;
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #D0EAE2;
}

.footersubscribe {
  padding: 20px;
  flex: 1;
  margin-left: 15%;
}

.footersubscribe h2 {
  font-family: minion-pro-condensed, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 200%;
  font-weight: bold;
  margin-bottom: -1%;
  color: #258E6E;
  text-align: left;
}

.footersubscribe h3 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 120%;
  margin-bottom: -1%;
  color: #258E6E;
}

.footersubscribe p {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120%;
  color: #258E6E;
  width: 60%;
}

.footersubscribe form {
  margin-top: 20px;
  width: 40%;
}

.footersubscribe input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 2px solid #ccc;
  border-radius: 10px;
  border-color: #E96479;
  background-color: #D0EAE2;
}

.footersubscribe .subscribe-button {
  font-family: minion-pro-condensed, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 100%;
  background-color: #E96479;
  color: #FFF;
  font-weight: bold;
  border: solid;
  border-color: #E96479;
  border-radius: 20px;
  padding: 10px;
  padding-left: 3%;
  padding-right: 3%;
  cursor: pointer;
  transition: 0.8s;
}

.footersubscribe .subscribe-button:hover {
  transition: 0.8s;
  color: #258E6E;
  background-color: #7ED7C1;
  border-color: #E96479;
}

.mininav {
  margin-right: 5%;
  line-height: 40%;
  text-align: center;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 110%;
  color: #258E6E;
}

.mininav a{
  text-decoration: none;
  color: #E96479;
  transition: 0.2s;
}

.mininav a:hover {
  font-size: 115% ;
}

.miniconnect a{
  text-decoration: none;
  color: #E96479;
  transition: 0.2s;
}

.miniconnect a:hover {
  font-size: 115% ;
}

.miniconnect {
  margin-right: 15%;
  line-height: 40%;
  text-align: center;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 110%;
  color: #258E6E;
}
