h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
    font-size: 18px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    padding-left: 15px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}


h1, .h1 {
color: #49B4C7;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 35px;
    letter-spacing: 10px;
}

h2, .h2 {
    color: #49B4C7;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

h3, .h3 {
    color: #49B4C7;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

/*

.box {
    width: 90%;
    height: 90%;
  }
*/
img {
	max-width:100%; 
	/*padding-left: 15px;*/
}
/*
h2 {
    color: #49B4C7;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding-left: 20px;
}
h3 {
    color: #49B4C7;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding-left: 25px;
    font-size: 18px;
}
.additional.text {
    width: 650px;
    background-color: #CEF7E9;
    font-size: 30px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #49B4C7;
}
.additional.text:hover {
	background-color: antiquewhite;
}


body {
	margin: 0;
    background-color: #FDF7E7;
}
.container {
    width: 80%;
    margin: 0 auto;
}

header {
    background-color: #FFFFFF;
}

header::after {
	content: '';
	display: table;
	clear: both;
}

.logo {
	float: left;
	width:100%;
	height:100%;
}

nav {
	float: right;
}

nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

nav li{
	display: inline-block;
	margin-left: 70px;
	padding-top: 45px;
	
	position: relative;
}

nav a {
    color: #49B4C7;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;	
}

nav a:hover {
	color:#6B6B6B;
	}

nav a::before {
	content: '';
	display: block;
	height: 5px;
	width: 100%;
	background-color: #000000;
		
	position: absolute;
	top: 0;
	width: 0%;
	
	transition: all ease-in-out 250ms;
}

nav a:hover::before {
	width: 100%;
}
*/

.addpad {
    padding-top: 40px !important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 99.9%;
}

.center:hover {
  filter: grayscale(100%);
}

.textcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    text-align: center;
    padding-top: 20px;
}

.padpic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 99.9% !important;
	height: auto !important;
}

.padpic:hover {
  transform: scale(1.1) !important;
}

.padpic2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 99.9% !important;
	height: auto !important;
	border: 5px solid black;
	border-radius: 10px;
}

.padpic2:hover {
  filter: grayscale(100%);
}

.padpic3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.padpic3:hover {
  filter: grayscale(100%);
}

.prettybox {
    font-size: 20px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    border-style: solid;
    background-color: #49B4C7;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    color: #FCF7F2;
    font-weight: bold;
	flex: 1;
}

.prettyboxrow {
  font-size: 20px;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  border-style: solid;
  background-color: #49B4C7;
  color: #FCF7F2;
  flex: 1;  /* Makes each box flex to fill available space equally */
  width: 300;  /* Adjust width as needed (total should be less than 100% for the row) */
  height: 270px;
 flex-direction: column; /* Stack elements vertically */
  align-items: center; /* Centers content horizontally within the box */
  justify-content: center;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}

.imgfit {
    width: 500px; 
    height: 550px;
    object-fit: cover;
	text-align: center;
}

/* Style all font awesome icons for social media icons*/
.fab {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Instagram */
.fa-instagram {
  background: #962fbf;
  color: white;
}

/* TikTok */
.fa-tiktok {
  background: #000000;
  color: white;
}


/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.container-fluid-nav div{
  display: flex;
justify-content: space-around;}

.logo{
    color: #fff;
    font-weight: bold;
    text-align: undefined;
    width: 10%;
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    letter-spacing: 4px;
    font-family: Helvetica;
}

.share-button {
  background-color: #49B4C7 !important;
  border-color: #49B4C7 !important;
  color: #ffffff !important;
}

.share-button:hover {
  background-color: #224f57!important;
  border-color: #224f57 !important;
}

a {
  color: #224f57;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #49B4C7;
  text-decoration: underline;
}

.nav-subheading {
  text-align: center; /* Centers the text */
  position: absolute; /* Positions the element absolutely */
  left: 50%; /* Positions the element horizontally at 50% */
  transform: translateX(-50%); /* Centers the element by shifting it back half its width */
  margin: 0; /* Removes default margin for absolute positioning */
}

ul {
  /* Existing styles */
  text-align: left; /* Left-justifies the list items */
} 

.original-price {
  text-decoration: line-through;
}

.badge {
  position: absolute; /* Positions the badge absolutely within the card-body */
  top: 10px; /* Adjusts the top position from the edge */
  right: 10px; /* Adjusts the right position from the edge */
  padding: 5px 10px; /* Adds padding to the badge */
  background-color: #49B4C7; /* Sets the background color */
  color: white; /* Sets the text color */
  font-size: 0.8em; /* Adjusts the font size */
  border-radius: 50%; /* Creates a rounded badge */
}

.btn-custom {
  background-color: #49B4C7;
  border-color: #49B4C7;
  color: #ffffff;
}

.btn-custom:hover {
  background-color: #224f57;
  border-color: #224f57;
}
