/* Main Page */

* {
  font-family: Arial, Helvetica, sans-serif;
  /* outline: 1px solid red !important; */
}


/* @media (max-width: 640px) { */

.container {
  max-width: 100%;
  margin: auto;
}

.maintitle {
  margin-left: 2%;
  margin-right: 2%;
}

h1 {
  font-size: 300%;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  max-width: 100%;

}

.centered-heading {
  text-align: center;
  position: relative;
  /* Essential: makes the TM position relative to this heading */
  font-size: 80px;
  /* Your large font size */
  line-height: 1.1;
}

.tm-fix {
  position: absolute;
  /* Removes it from the centering calculation */
  font-size: 0.3em;
  /* Adjust size to your liking */
  margin-left: 5px;
  /* Space between word and symbol */
  top: 0;
  /* Adjust height to align with top of letters */
}


h2 {
  text-align: center;
  font-size: 175%;
  margin-top: 5%;
  margin-bottom: 5%;
  max-width: 100%;
  padding-left: 2%;
  padding-right: 2%;

}

img {
  display: block;
  /* Images are inline by default, change to block */
  margin-left: auto;
  margin-right: auto;
  /* Optional: Define a width so the auto margins have space to work */
  width: 90%;

}

p {
  padding-top: 1%;
  margin: auto;
  max-width: 95%;
}

button {
  position: fixed;
  right: 10px;
  top: 200px;
  z-index: 9999;
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 75px 5px;
  cursor: pointer;
}

/* Footer */

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}

.copyright {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  font-size: 10px;
  font-weight: bold;
  margin: auto;
}

.images {
  font-size: 8px;
  color: rgb(120, 119, 119);
}








@media (min-width: 1100px) {
  /* * {
    outline: 1px solid red !important;
  } */

  .container {
    max-width: 100%;
    margin: auto;
  }

  .maindescription p {
    padding-top: 30px;
    margin-left: 70px;
    margin-right: 55px;
    text-align: left;
    font-size: 20px;
    clear: both;
  }

  .left_col {
    float: left;
    width: 40%;
  }

  .right_col {
    margin: auto;
    float: right;
    width: 60%;
  }

  .center {
    text-align: center;
  }

  img {
    width: 500px;
    padding-top: 20px;
    padding-left: 40px;
  }

  .maintitle {
    margin-left: 2%;
    margin-right: 2%;
  }

  h1 {
    font-size: 500%;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 0%;
    margin-right: 0%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
  }

  h2 {
    text-align: center;
    font-size: 250%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 2%;
    margin-right: 2%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
  }

  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;

  }

  p {
    padding-top: 1%;
    margin: auto;
    max-width: 95%;
  }

  button {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999;
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px 5px;
    cursor: pointer;
  }


  /* HSK */

  .housekeeping {
    display: inline-block;
  }

  .hskleft_col {
    display: inline;
    margin-top: 50px;
    float: left;
    width: 40%;
  }

  .hskright_col {
    margin-top: 50px;
    float: right;
    width: 60%;
  }

  .hskparagraph p {
    margin-left: 50px;
    text-align: left;
    font-size: 20px;
  }

  .hskparagraph {
    padding-top: 30px;
  }


  /* Guest Services */

  .guestservices {
    display: inline-block;
  }

  .gsleft_col {
    margin-top: 50px;
    float: left;
    width: 40%;
  }

  .gsright_col {
    margin-top: 50px;
    float: right;
    width: 60%;
  }

  .gsparagraph p {
    margin-left: 50px;
    text-align: left;
    font-size: 20px;
  }

  .gsparagraph {
    padding-top: 30px;
  }

  /* Maintenance */

  .maintleft_col {
    margin-top: 50px;
    float: left;
    width: 40%;
  }

  .maintright_col {
    margin-top: 50px;
    float: right;
    width: 60%;
  }

  .maintparagraph p {
    margin-left: 50px;
    text-align: left;
    font-size: 20px;
  }

  /* Recreation */

  .recleft_col {
    margin-top: 270px;
    float: left;
    width: 40%;
  }

  .recright_col {
    margin-top: 50px;
    float: right;
    width: 60%;
  }

  .recparagraph p {
    margin-left: 50px;
    text-align: left;
    font-size: 20px;
  }


  /* Footer */

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  .copyright {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    font-size: 15px;
    font-weight: bold;
    margin: auto;
  }

  .images {
    font-size: 12px;
    color: rgb(120, 119, 119);
  }

}