
@font-face {
	font-family: 'Great Vibes';
	src: url('/fonts/GreatVibes.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Permanent Marker';
	src: url('/fonts/PermanentMarker.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: "Icons";
	src: url('/fonts/Icons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.icon {
  font-family: "Icons";
  font-style: normal;
  font-size: 1.5rem;
  text-align: center;
  color: black;
  /*margin: 0;*/
  /*padding: 0;*/
}

body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
}

header {
  border-bottom: 5px solid #FFD700;
  position: sticky;
  top: 0;
  z-index: 10000;
  padding: 5px;
  background-color: white;
  align-items: center;
}

header img {
  width: 50px;
  height: 50px;
}

header .activities {
  display: none;
}

footer {
  background-color: #d6bfa9;
  padding: 10px 0px;
  font-size: 0.9rem;
}

h1 {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  font-weight: normal;
}

h2 {
  font-family: 'Great Vibes', cursive;
  font-size: 2.0rem;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  font-family: 'Permanent Marker', cursive;
  font-size: 1.3rem;
  font-weight: normal;
}

h4 {
  font-family: 'Permanent Marker', cursive;
  font-size: 1.3rem;
  font-weight: normal;
}

p {
  font-size: 1rem;
}

a {
  color: black;
}

a:hover {
  color: #8B5A2B;
}

main img {
  max-width: 100%;
  height: auto;
}

.activity {
  font-family: 'Great Vibes', cursive;
  font-size: 1.2rem;
  text-align: center;
}

.price {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: right;
}

.description {
  font-size: 1rem;
}

.quantity {
  font-size: 1.1rem;
  font-weight: bold;
}

.size {
  font-size: 1.1rem;
  font-weight: bold;
}

a.cart {
  padding: 3px 5px 3px 5px !important;
  position: relative;
}

a.cart span:nth-child(2) {
    position: absolute;
    top: 24px;
    left: 20px;
    font-size: .6em;
    font-weight: bold;
    background: red;
    border-radius: 50%;
    width: 1.1em;
    height: 1.1em;
    text-align: center;
    color: white;
}

