@charset "UTF-8";
/* CSS Document */

body {
  background-image: url(images/Website-Background-Color.jpg);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin: 0;
}
@import "~@fortawesome/fontawesome-free/css/all.css";

@font-face {
  font-family: "Hobo";
  src: url(font/hobostd.otf);
}
* {
  font-size: 1em;
}
.oh {
  float: inline-start;
  width: 4% !important;
}
.body-content {
  background: rgb(0, 102, 51);
  padding: 3px;
  width: 100%;
  max-width: 900px;
}
.aid {
  background: none;
  font-style: italic;
  color: #666666;
}
.aid > img {
  width: 15%;
  max-width: 150px;
  padding-right: 1em;
  padding-top: 1em;
}
.mini {
  width: 1%;
}
.main-img {
  width: 100%;
  margin-bottom: 3px;
}
.navbar {
  background-color: #8e14ce;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  text-align: center;
  font-family: "Hobo";
  user-select: none;
}
.navbar > div {
  width: 20%;
}
.button {
  text-decoration: none;
  color: white !important;
  -webkit-text-stroke: 0; /* No stroke by default */
  text-fill-color: white; /* Ensures the inside of the text is filled */
  -webkit-text-fill-color: white; /* For compatibility with text-fill-color */
}
.button:active {
}
.button:hover {
  font-size: 1.1em;
  -webkit-text-stroke: 1px rgb(68, 68, 68);
  -webkit-text-fill-color: white;
  text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 6px white;
}

.links {
  color: #cc00cc;
  text-decoration: none;
}
.links:hover {
  color: #ff33ff;
}
table {
  width: 99%;
  max-width: 900px;
}
img {
  width: 100%;
}
.main {
  min-height: 400px;
}

.textbox {
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Times New Roman", Times, serif;
}
.photoleft {
  padding-right: 20px;
}
.main-container {
  margin-top: 3px;
  background: white;
  height: fit-content;
  padding: 1em;
}
footer {
  margin-top: 10px;
  color: #999999;
  padding-bottom: 1em;
  text-align: center;
}
footer > a {
  color: #666666 !important;
}
footer > a:hover {
  color: #333333 !important;
}
.content {
  vertical-align: baseline;
  width: 100%;
}
.first-p {
  margin-top: 0;
}
.article-image {
  width: 100%;
  margin-right: 0.8em;
  max-width: 600px;
  float: inline-start;
}
.box-content {
  display: flex;
  border-left: 4px double black;
  border-bottom: 4px double black;
  border-right: 4px double black;
}
.box-content:first-child {
  border: 4px double black;
}
.np {
  padding: 0;
}
.content-two {
  width: 65%;
  padding: 10px;
  text-align: center;
}
.content-two > b {
  font-size: 1.3em;
}
.content-one {
  max-width: 600px;
}
.content-one > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a:link.bottom {
  color: #666666;
  text-decoration: none;
}
a:visited.bottom {
  color: #666666;
  text-decoration: none;
}
a:hover.bottom {
  color: #999999;
  text-decoration: none;
}

a:link.bottom-wd {
  color: #ffffff;
  text-decoration: none;
}
a:visited.bottom-wd {
  color: #ffffff;
  text-decoration: none;
}
a:hover.bottom-wd {
  color: #ffffff;
  text-decoration: none;
}
.content-two > div {
  display: flex;
  justify-content: center;
  gap: 0.4em;
}
.flex-off {
  display: block;
  padding: 1em;
}
.mg-top0 {
  margin-top: 0;
}
.pd-top1 {
  padding-top: 1em !important;
}
.pd-top0 {
  padding-top: 0 !important;
}
.pd-right1 {
  padding-right: 1em;
}

.pd-right-1 {
  padding: 1em;
}
.pd-right1 > p {
  margin-left: 1em;
}
.pd-right1 > img {
  margin-left: 0;
}
.about-us-image {
  width: 50%;
  margin-right: 1em;
  float: inline-start;
}
.gap1 {
  gap: 1em;
}
.fr {
  display: flex;
  gap: 5px;
}
.fr > div:first-child {
  width: 15%;
}
.hideonPhone {
  display: inline;
}
.fr > div {
  width: 100%;
}

.fr > div > * {
  text-align: center;
}
.no-border {
  border: none !important;
}
.mb-0 {
}
.miniLb {
  font-weight: 100;
  font-size: small;
}
.w60 {
  width: 60%;
  max-width: 600px;
}
.mg-0 {
  margin-bottom: 0 !important
}
.f-swapc {
  gap:10px;
  display: flex;
  flex-direction: row;
}
form {
  max-width: 600px;
  background: white;
}
.lineInput {
  margin-bottom: 15px;
}
label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
input[type="text"],
textarea,
select {
  width: calc(100% - 20px);
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
textarea {
  resize: vertical;
  height: 100px;
}
input[type="checkbox"] {
  margin-right: 5px;
}
button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
button:hover {
  background-color: #0056b3;
}
#packageContainer {
  margin-top: 10px;
}
/* Modal container */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}

/* Modal content */
.modal-content {
  background-color: #fff;
  margin: 15% auto; /* 15% from top and centered */
  padding: 20px;
  border-radius: 10px;
  width: 80%; /* 80% width */
  max-width: 400px; /* Maximum width */
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Button */
.modal-content button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.modal-content button:hover {
  background-color: #0056b3;
}
.linker {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.3em;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .fr > div:first-child {
    width: 28%;
  }
  #packageContainer {
    margin-top: 15px;
  }
  .linker {
    flex-direction: column;
    align-items: center;
  }
  .w60 {
    width: 100% !important;
  }
  .about-us-image {
    width: 100%;
  }
  .mb-0 {
    margin-bottom: 1em;
  }
  .main-container {
    position: relative;
  }
  .oh {
    width: 15% !important;
  }
  .content {
    position: absolute;
  }
  .pd-right1 {
    padding: 0;
    max-width: 100%;
  }
  .pd-right1 > p {
    margin: 1em;
  }
  .pd-right1 > img {
    margin: 0;
    margin-bottom: 1em;
  }
  .article-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .nb {
    background: none;
  }
  .box-content {
    flex-direction: column;
    border-top: 4px double black;
    background: white;
    margin-top: 0.8em;
  }
  .box-content:first-child {
    margin-top: 0;
  }
  .content-two {
    width: calc(100% - 20px);
  }
  .mb-0 {
    margin-bottom: 15px;
  }
  .hideonPhone {
    display: none;
  }
  .content-two > div {
    flex-direction: column;
    gap: 0;
  }
  .first-p {
    margin-top: 280px;
  }

  .f-swapc {
    flex-direction: column;
    gap: unset;
  }
}
.table_rates {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1em;
  text-align: left;
}

.table_rates thead th {
  background-color: #f2f2f2;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.table_rates tbody td {
  padding: 10px;
  border: 1px solid #ddd;
}

.table_rates tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table_rates tbody tr:last-child td {
  text-align: center;
  font-style: italic;
}
.fgx > div {
  border: 4px double black;
  margin-top: 1em;
  padding: 1em;
}
