body {
  background-color: #001F3F !important;
}

.bg-page {
  background-color: #001F3F !important;
}

nav {
  background-color: #ADD8E6 !important;
}

.bg-quote {
  background-color: #EFE8DB !important;
}

.bg-sections {
  background-color: #CCD5AE !important;
}

.bg-buttons {
  background-color: #EFE8DB !important;
}

.flower-images {
  height: 100px;
  width: 100px;
}
.darker-grotesque-default {
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 14;
    font-style: normal;
  }

  #afc_btt {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #FFFFFF;
  }

  #afc_btt:hover {
    opacity: 0.7;
    }

  .bi-arrow-up-circle-fill {
      color: #001F3F !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;

	}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	header {
		min-height: 390px;

	}


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	header {
		min-height: 360px;

	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	header {
		min-height: 400px;

	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	header {
		min-height: 460px;

	}
}

/* Extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	header {
		min-height: 460px;

	}
}