body {
  background-color: #FFFFFF !important;
}

a[href^="tel:"] {
  color: inherit; /* Or your desired color */
  /* text-decoration: none;  Removes underline */
}

.bg-page {
  background-color: #432646 !important;
}

.nav-top {
  background-color: #432646 !important;
  color: #FFFFFF;
}

nav {
  background-color: #FFFFFF !important;
}

main {
  overflow: auto;
  padding-bottom: 90px;
}

footer {
  background-color: #f52988 !important;
  position: relative;
  margin-top: -90px; /* negative value of footer height */
  height: 90px;
  clear :both;
  padding-top:20px;

}

.bg-quote {
  background-color: #006851 !important;
}

.bg-sections {
  background-color: #006851 !important;
}
.featurette {
 background-color: #006851 !important;
}

.bg-buttons {
  background-color: #432646 !important;
  color: #FFFFFF !important;
}


.smooch-sans-default {
  font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 250;
  font-style: normal;
}

  #afc_btt {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #FFFFFF;
    z-index: 999;
  }

  #afc_btt:hover {
    opacity: 0.7;
    }

  .bi-arrow-up-circle-fill {
      color: #432646 !important;
    }


  .bg-white {
    background-color: #FFFFFF !important;
  }


    
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

	header {
		/* min-height: 360px; */

	}

  #front_row_logo {
  width: 200px;
  height: auto;
}

#front_row_text {
  width: 350px;
  height: auto;
}

#home-profile-pic {
  width: 200px;
  height: auto;
}

#home-profile-card {
  width: 220px;
  height: auto;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	header {
		/* min-height: 390px; */

	}
#front_row_logo {
  width: 200px;
  height: auto;
}

#front_row_text {
  width: 350px;
  height: auto;
}

#home-profile-pic {
  width: 200px;
  height: auto;
}

#home-profile-card {
  width: 220px;
  height: auto;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	header {
		/* min-height: 360px; */

	}

  #front_row_logo {
  width: 300px;
  height: auto;
}

#front_row_text {
  width: 450px;
  height: auto;
}

#home-profile-pic {
  width: 300px;
  height: auto;
}

#home-profile-card {
  width: 320px;
  height: auto;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	header {
		/* min-height: 400px; */

	}

  #front_row_logo {
  width: 300px;
  height: auto;
}

#front_row_text {
  width: 450px;
  height: auto;
}

#home-profile-pic {
  width: 300px;
  height: auto;
}

#home-profile-card {
  width: 320px;
  height: auto;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	header {
		/* min-height: 460px; */

	}

  #front_row_logo {
  width: 300px;
  height: auto;
}

#front_row_text {
  width: 450px;
  height: auto;
}

#home-profile-pic {
  width: 300px;
  height: auto;
}

#home-profile-card {
  width: 320px;
  height: auto;
}
}

/* Extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	header {
		/* min-height: 460px; */

	}

  #front_row_logo {
  width: 300px;
  height: auto;
}

#front_row_text {
  width: 450px;
  height: auto;
}

#home-profile-pic {
  width: 300px;
  height: auto;
}

#home-profile-card {
  width: 320px;
  height: auto;
}


}