
@import url("https://use.typekit.net/yjg1tlp.css");
:root {
  line-height: 1.2;
  color-scheme: light dark;
  background: #D3F2E8;
  text-align: center;
  color: #042623;
  font-family: rig-sans, sans-serif;
  font-weight: 400;
  font-size: 22px;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  display: flex;
  min-width: 320px;
  min-height: 100vh;
}

a {
  font-weight: 500;
  color: #3498db;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

.main {
  max-width: 750px;
  margin: 25px auto 15px auto;
  padding: 0px 15px 0px 15px;
  position: relative;
}

.belltower-container {
  position: relative;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.belltower-background {
  position: absolute;
  background-color: white;
  left: 47px;
  width: 55px;
  top: 30px;
  height: 85px;
  z-index: 1;
}

.belltower-container img {
  width: 150px;
  z-index: 3;
  position: relative
}

.title {
  font-family: new-spirit, serif;
  font-size: 2.5em;
  margin: 5px auto 5px auto;
}

.comingsoon {
  margin-top: 1.5rem;
  font-size: 1.8em;
  font-family: new-spirit-condensed, serif;
  color: #2c786d;
  width: 450px;
  text-shadow: 0 0 10px white;
}

.alert-box {
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  background-color: white;
  border: 1px solid #b3dfd6;
  border-radius: 8px;
  color: salmon;
  padding: 20px;
  font-size: 0.6em;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.alert-box i {
  font-size: 2em;
}

@media (max-width: 768px) {

  :root {
    font-size: 18px;

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .comingsoon {
    width: auto
  }
}



