body {
  margin: 0;
  background-color: black;
  color: white;
  font-family: "Cabin", sans-serif;
}

#attractLayer {
  width: 100vw;
  height: 100vh;
  /* background-image: url("/img/sat_1920x1080.png"); */
  background-color: #000000;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

.attract {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0px;
  left: 0px;
}

#attractImg1 {
  z-index: 1001;
}

#attractPinLine {
  position: absolute;
  /* width: 1820px;
    height: 980px;
    top: 50px;
    left: 50px; */
  height: 100vh;
  width: 100vw;
  border-color: white;
  /* background-color: blue; */
  /* border-width: 3px; */
  /* border-style: double; */
  z-index: 20000;
  /* padding: 0px; */
}

.titleBlock {
  height: 200px;
  width: 100vw;
  position: absolute;
  top: 100px;
  z-index: 30000;
  /* background-color: #c0c0c0; */
  opacity: 90%;
}

.titleBlockCon {
  height: 200px;
  text-align: left;
  width: 100vw;
  position: absolute;
  /* top: 50vh; */
  z-index: 30000;
  padding: 13px 0px 0px 25px;
  /* background-color: #c0c0c0; */
  /* opacity: 60%; */
  /* border: 1px solid red; */
}

.titleBlockCon h1 {
  color: white;
  font-family: "Cabin", sans-serif;
  font-size: 5rem;
  font-weight: bolder;
  letter-spacing: 2px;
  margin: 0px;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  margin-block-start: 23px;
  margin-block-end: 0px;
  line-height: 0.8;
}

.titleBlockCon #locationBlock {
  position: absolute;
  right: 25px;
}

.titleBlockCon #locationBlock img {
  position: absolute;
  top: -50px;
  right: 0px;
}

.titleBlockCon #locationBlock .address {
  width: 500px;
  position: absolute;
  right: 300px;
  top: 35px;
  text-align: right;
  color: white;
  font-family: "Cabin", sans-serif;
  font-size: 2rem;
  letter-spacing: 2px;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.titleBlockCon .clock {
  /* border: 1px solid white; */
  color: white;
  font-family: "Cabin", sans-serif;
  font-size: 3rem;
  /* font-weight: bolder; */
  letter-spacing: 2px;
  position: relative;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  opacity: 100%;
}

.titleBlockBg {
  height: 200px;
  width: 100vw;
  position: absolute;
  /* top: 50vh; */
  z-index: 30000;
  background-color: #252525;
  /* opacity: 60%; */
  border-top: 5px solid #f1f1f1;
  border-bottom: 5px solid #f1f1f1;
}
