@font-face {
  font-family: "Bahamas";
  src: url("Bahamas.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background: #fff;
  overflow: auto;
  margin: 0;
  padding: 0;
  font-family: Bahamas, system-ui, -apple-system, "Segoe UI",
               Roboto, "Noto Sans", "Liberation Sans", Arial,
               "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

span { color: #000; }

hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #000;
}
hr.inverse { background: #000; }

a {
  color: rgb(191, 25, 0);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
}
a:hover {
  color: rgb(191, 25, 0);
  -webkit-transition: none;
  text-shadow:
    0 0 5px rgba(0, 0, 0, 1),
    0 0 7px rgba(0, 0, 0, 1),
    0 3px 15px rgba(0, 0, 0, 0.60);
}
a:active,
a:visited { color: rgb(191, 25, 0); }

img {
  box-shadow:
    0 0 2px rgba(0, 0, 0, 1),
    0 2px 25px rgba(0, 0, 0, 1);
  outline: #000 solid 2px;
  outline-offset: 0;
  -webkit-transition: all 0.5s ease-in-out;
}
a img {
  opacity: 1;
  -webkit-filter: grayscale(40%);
  box-shadow:
    0 0 2px rgba(0, 0, 0, 1),
    0 2px 25px rgba(0, 0, 0, 1);
  outline: #000 solid 2px;
  outline-offset: 0;
  -webkit-transition: all 0.5s ease-in-out;
}
a:hover img {
  -webkit-transition: none;
  opacity: 1;
  -webkit-filter: grayscale(0%);
  box-shadow:
    0 0 5px rgba(0, 0, 0, 1),
    0 0 25px rgba(0, 0, 0, 1),
    0 6px 25px rgba(0, 0, 0, 0.5);
  outline: #fff solid 1px;
  outline-offset: 0;
}

.fixed { position: fixed; }
.layer-one { z-index: 1; }
.layer-two { z-index: 2; }
.layer-tree { z-index: 3; }
.layer-four { z-index: 4; }
.layer-five { z-index: 5; }
.layer-six { z-index: 6; }
.layer-seven { z-index: 7; }
.layer-eight { z-index: 8; }
.layer-nine { z-index: 9; }

.overlay-gradient {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
    at 50% 45%,
    rgba(255, 255, 255, 0) 5%,
    rgba(0, 0, 0, 1) 140%
  );
}
.overlay-middle {
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(139, 0, 0, 0.15);
  font-weight: bold;
  font-size: 800px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.overlay-internet {
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  bottom: 30px;
  right: 13px;
  line-height: 35px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

div { font-size: 14px; }

.button {
  background-color: rgb(47, 106, 49);
  border: none;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.75),
    0 2px 15px rgba(0, 0, 0, 0.40);
  box-shadow:
    0 0 2px rgba(0, 0, 0, 0.5),
    0 2px 25px rgba(0, 0, 0, 0.5);
}
.button:hover {
  background-color: rgb(78, 177, 81);
  color: #fff;
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.75),
    0 2px 15px rgba(0, 0, 0, 0.40);
  box-shadow:
    0 0 2px rgba(0, 0, 0, 0.5),
    0 2px 25px rgba(0, 0, 0, 0.6),
    0 6px 25px rgba(0, 0, 0, 0.2);
}

.content-layer-a {
  display: table;
  position: absolute;
  height: 86%;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 40px;
  letter-spacing: 1px;
}
.content-layer-b { display: table-cell; vertical-align: middle; }
.content-layer-c {
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.75),
    0 2px 15px rgba(0, 0, 0, 0.40);
}
.div-center { text-align: center; }

.header-text { font-size: 26px; color: rgb(0, 0, 153); }
.service-text {
  font-family:
    Consolas, Monaco, "Lucida Console", "Liberation Mono",
    "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New",
    monospace;
  font-size: 36px;
  color: #8b0000;
}
.contact-text { font-size: 14px; }
