:root {
  --bg-color: #222327;
  --text-color: #fff;
  --main-color: #4deaff;
  --secondary-color: orange;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  color: var(--text-color);
}

body {
  background: var(--bg-color);
}

a img {
  background: none;
  border-radius: 10px;
  border: none;
  width: 6rem;
  height: 2rem;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--text-color);
}

a.button {
  padding: 0 0.25rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: 8px 4px 4px #000000;
  display: flex;
  justify-content: space-evenly;
  padding: 0.5rem 1rem 0;
}

#intro-space {
  padding-bottom: 1rem;
}

h5.top {
  padding-top: 1.5rem;
}

/* header  */

/* burger menu */

.menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 30px;
}

.btn-line {
  width: 100%;
  height: 0.25rem;
  background-image: linear-gradient(#00444d, #4deaff);
  margin: 2px auto;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.hamburger-menu {
  display: none;
}

ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}

ul.navbar {
  display: flex;
  justify-content: space-between;
}

ul.strings li {
  padding-right: 1rem;
}

.navbar {
  margin-bottom: 0;
}

.navbar a:hover,
.navbar button:hover,
.container-fluid a:hover,
.brand-title a:hover {
  color: var(--main-color);
}

header.flex-container {
  position: sticky;
  z-index: 10000;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  background-image: linear-gradient(#333, #666);
  transition: all 0.5s ease;
  text-shadow: 8px 4px 4px #000000;
  text-decoration: none;
  /* border-bottom: 0.16em solid #d7fd91; */
}

/* modal adjustments */

.modal-header {
  justify-content: center;
}

.modal-body {
  padding: 0;
}

button.close {
  background-color: var(--secondary-color);
  border-radius: 0.5rem;
  margin-left: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

button.submit {
  display: flex;
  justify-content: center;
  width: 50%;
  margin: 0.5rem 0;
  background-image: linear-gradient(#00444d, #4deaff);
}

div.center-bottom-button {
  display: flex;
  justify-content: center;
}

div.modal-content {
  background-image: linear-gradient(#333, #666);
  opacity: 0.95;
}

div.input-control {
  display: flex;
  flex-direction: column;
}

label {
  color: var(--main-color);
  margin: 0.25rem 0;
}

#name,
#email,
#message {
  border-radius: 10px;
  padding-left: 0.25rem;
}

.input-control input:focus {
  outline: 0;
}

.input-control.success input {
  border-color: #4deaff;
}

.input-control.error input {
  border-color: #ff3860;
}

input,
textarea {
  color: black;
}

/* main content sections */

.flex-container2 {
  display: flex;
  height: 100%;
  justify-content: center;
  background-size: cover;
}

.flex-container3 {
  background-image: linear-gradient(#00444d, #00cbe6);
}

.weird-container {
  background-image: linear-gradient(#00444d, #00cbe6);
}

.card-container {
  background-image: linear-gradient(#00444d, #00cbe6);
  display: flex;
  justify-content: center;
  background-size: cover;
  flex-wrap: wrap;
  padding: 1rem;
}

main.flex-container2 {
  display: flex;
  flex-direction: column;
}

div.image-container {
  background-image: linear-gradient(#00444d, #00cbe6);
  display: flex;
  justify-content: center;
  padding: 0.625rem 0 0;
  width: 100%;
}

div.image-container2 {
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 0.625rem 0 0;
  width: 100%;
}

div.image-slider-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1rem;
}

div.string-container {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 0.125rem;
  padding: 1rem;
}

.content-box video {
  max-height: 39rem;
  align-items: center;
  overflow: inherit;
}

div.string-container img {
  height: 3rem;
  width: 3rem;
  border: none;
}

div.card-container #stringCards {
  padding-top: 1rem;
}

#stringContent {
  justify-content: center;
}

.top-banner,
.menu-items {
  display: contents;
  padding: 0.25em;
}

.menu-items ul li {
  text-decoration: none;
  list-style: none;
  padding: 0 0.25em;
  border-left: 0.16em solid #d7fd91;
}

#blockFirstBorder {
  border: none;
}

/* images and icons */

#mainLogo {
  border-radius: 25px;
  border: none;
  height: 45px;
  width: 45px;
}

#emailButton {
  text-shadow: none;
  border-radius: 25px;
  padding: 0.25rem;
  background-image: linear-gradient(#00444d, #00cbe6);
  font-size: small;
  color: #fff;
  height: auto;
  width: auto;
}

#ppr,
#usa {
  height: 3rem;
  width: 6rem;
  border: none;
}

#ptr {
  height: 5rem;
  width: 13rem;
  border: none;
  padding: 1rem;
}

#ppr {
  padding-bottom: 0.25rem;
}

.icon img {
  width: 50px;
  height: 55px;
  border-radius: 25px;
  border: none;
  padding: 0.25rem 0;
}

/* lessons and stringing cards*/

.card {
  background-image: linear-gradient(orangered, orange);
  border-radius: 10px;
  width: 12.5em;
  text-shadow: 8px 4px 4px #000000;
  margin: 0.25rem;
}

.card-content {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  text-shadow: none;
  font-weight: 700;
}

.card-header {
  color: var(--text-color);
  align-items: center;
  padding: inherit;
}

div#stringPrice.card {
  justify-content: center;
}

.card-content a.btn {
  border: 2px;
}

p.intro,
p.lessons-intro,
p.location-intro,
p.intro2 {
  text-shadow: 2px 2px 2px #000000;
  align-items: center;
  padding: 1rem;
  margin: 0;
}

p.location-intro {
  display: flex;
  justify-content: center;
}

p.intro {
  background-image: linear-gradient(#00444d, #00cbe6);
  display: flex;
  justify-content: center;
}

#weird {
  background-image: none;
}

p.lessons {
  padding: 0.5rem;
  margin: 0;
}

p.string {
  display: flex;
  align-items: center;
  text-shadow: 6px 3px #000000;
}

p.footer,
p.footer a {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  margin: 0;
}

div.blue-tile {
  background-image: linear-gradient(#00444d, #00cbe6);
}

/* for locations.html */

/* for dupr.html */

p.dupr {
  margin: 2rem;
}

h4.dupr {
  color: white;
  margin: 1rem;
}

p.card-container-footer {
  padding-top: 0.5rem;
}

.container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}

.container-fluid a {
  text-shadow: 2px 2px 2px #000000;
  border-bottom: 0.16em solid #d7fd91;
}

/* tennis  */

.btn {
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  color: var(--text-color);
  font-size: clamp(0.25rem, 1.125rem, 1.25rem);
  /* new button tryout additions below */
  align-items: center;

  padding: 0.6rem;
  cursor: pointer;
  border: none;
  position: relative;
}

#blockP {
  border: none;
}

@media (max-width: 768px) {
  p.string {
    padding: 1rem;
  }
}

@media (max-width: 485px) {
  /* .hamburger-menu {
    display: block;
    align-items: center;
  } */
  ul.navbar {
    /* display: none; */
    flex-direction: column;
    padding: initial;
  }
  div.top-banner {
    padding-top: 0.375rem;
  }
  .menu-items ul li {
    padding: 0;
    border-left: none;
    border-bottom: 0.125em solid #d7fd91;
  }
  #blockFirstBorder {
    border-bottom: 0.125em solid #d7fd91;
  }
  #blockLastBorder {
    border-bottom: none;
  }
  div.image-container,
  div.image-container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  br {
    display: none;
  }
  #ptr {
    padding: 0;
  }
  /* #usa {
    padding-top: 0.25rem;
  } */
  #ppr {
    padding-bottom: 1rem;
  }
  p.footer,
  p.footer a {
    flex-wrap: wrap;
  }
  p.string {
    padding: 1rem;
  }
}

@media (max-width: 375px) {
  /* header.flex-container {
    flex-direction: column;
  } */
  div.top-banner {
    padding-bottom: 0;
  }
  div.menu-items {
    padding-top: 0;
  }

  div.image-slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  #mainLogo {
    margin-top: 0.25rem;
  }
}
