.top {
  width: 100%;
  height: 200px;
  position: relative;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.top img {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  object-fit: cover;
}
.top h1 {
  position: absolute;
  width: 100%;
  height: fit-content;
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: white;
  top: 70px;
  left: 0px;
  text-align: center;
  -webkit-text-stroke: 1px black;
}

h2,
.topApeal {
  width: 80%;
  margin: auto;
}

table {
  margin: auto;
  border: 1px solid #356cb6;
  text-align: center;
  vertical-align: bottom;
}
table th,
table td {
  border: 1px solid #356cb6;
}
.logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.image {
  min-width: 200px;
  min-height: 200px;
  max-width: 400px;
  max-height: 300px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cadButton {
  padding: 0px;
  border: 0px;
  background-color: inherit;
  cursor: pointer;
}

.link {
  color: #0044cc;
}
.link:hover {
  color: #4b7cdd;
  text-decoration-line: underline;
}
.bold{
  font-weight: bold;
}

/* Define color palette */
:root {
  --main-color: #0077b6; /* Main color for dynamic blue */
  --accent-color: #d35400; /* Accent color for pumpkin/terracotta */
  --background-color: #f8f9f9; /* Background color */
  --text-color: #2c3e50; /* Text color */
}

/* Apply new color palette */
body {
  background-color: var(--background-color);
  color: var(--text-color);
}

@media screen and (max-width: 768px) {
  .image {
    width: 100px;
    height: 100px;
  }
  .logo {
    width: 60px;
    height: 60px;
  }
}
