@charset "utf-8";
/* CSS Document */

/*font group*/
/*Sans serif font for headline:
.poppins-regular {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}

.poppins-medium {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
}
*/

/*Serif font for paragrah:
.playfair-display-regular {
font-family: "Playfair Display", serif;
font-weight: 400;
font-style: normal;
}

.playfair-display-bold {
font-family: "Playfair Display", serif;
font-weight: 700;
font-style: normal;
}
*/

/*Script front for accent:
.inspiration-regular {
  font-family: "Inspiration", cursive;
  font-weight: 400;
  font-style: normal;
}
*/

/*color group*/
/*fuse.:
peacoat: #212B40
opal*: #A4BFB5
gainsboro*: #D9D8D7
aluminim*: #8C8C8C
eigengrau*: #131926
flamingo: #E35D40
*/

.container-fluid {
    padding-top: 50px; /* ✅ Adjust this value as needed */
}

h1 {
	color: #E35D40;
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	padding-bottom: 10px;
}

h4 {
	color: #E35D40;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
}

p {
	color: #131926;
	font-family: "Playfair Display", serif;
	font-size: 16px;
}

li {
	color: #131926;
	font-family: "Playfair Display", serif;
	font-size: 16px;
}

footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

footer p {
  background-color: #212B40;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 0;
	padding: 20px 0 20px;
}

#flowerup {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  margin-left: auto;
	margin-right: 0;
}

.email-link {
  display: inline-block;
  margin-left: 15px;
  text-decoration: none;
}

.bi-envelope-fill {
  width: 30px;
  height: auto;
  fill: white !important;
  transition: transform 0.3s ease-in-out;
}

.email-link:hover .bi-envelope-fill {
  transform: scale(1.1);
}

@media screen and (min-width: 350px) {
	h4 {
    font-size: 18px;
    text-align: left;
  }

  p,
  li {
    font-size: 14px;
    padding-left: 12px;
  }
    
}

@media screen and (min-width: 576px) {
    .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  h4 {
    font-size: 18px;
    text-align: left;
  }

  p,
  li {
    font-size: 14px;
    padding-left: 12px;
  }
}

@media screen and (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
	h4 {
    font-size: 24px;
    text-align: left;
  }

  p,
  li {
    font-size: 16px;
    padding-left: 12px;
  }
}


@media screen and (min-width: 992px) {
    
}


@media screen and (max-width: 575.98px) {
  .branding-section {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
