.LoginBox {
  margin: auto;
  background-color: #333;
  border: 0.5vh red solid;
  border-radius: 4vh;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  .LoginBox {
    width: 75vw;
    height: 35vh;
    margin-top: 25vh;
  }
}

@media screen and (min-width: 950px) {
  .LoginBox {
    margin-top: 25vh;
    width: 15vw;
    height: 25vh;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-width: 2000px) {
  .LoginBox {
    margin-top: 25vh;
    width: 30vh;
  }
}

.LoginBox .input-box {
  font-size: 1.5vh;
  border: none;
  padding: 1.5vh 1.5vh 1.5vh 1.5vh;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f2f2f2;
  border: .25vh black solid;
  border-radius: 1vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  .LoginBox .input-box {
    width: 70vw;
    height: 3vh;
    margin-top: 0vh;
    margin-bottom: 2vh;
  }
}

@media screen and (min-width: 950px) {
  .LoginBox .input-box {
    width: 12vw;
    margin-top: .2vh;
    margin-bottom: .2vh;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-width: 2000px) {
  .LoginBox .input-box {
    width: 25vh;
    margin-top: .5vh;
    margin-bottom: 1vh;
  }
}

.LoginBox #loginbutton {
  border-radius: 10vh;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1vh;
  font-size: 1.5vh;
}

@media screen and (max-width: 950px) {
  .LoginBox #loginbutton {
    width: 65vw;
    height: 5vh;
    margin-bottom: 2vh;
  }
}

@media screen and (min-width: 950px) {
  .LoginBox #loginbutton {
    width: 8vw;
    height: 3vh;
    margin-bottom: 2vh;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-width: 2000px) {
  .LoginBox #loginbutton {
    width: 25vh;
    height: 3vh;
    margin-bottom: 2vh;
  }
}

.forgotPassword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: center;
          flex-direction: center;
  margin-top: 3vh;
  margin-bottom: 30vh;
  font-size: 1.5vh;
}

.forgotPassword ul {
  color: white;
}

.forgotPassword a {
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.forgotPassword a:-webkit-any-link {
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.NavBar {
  color: white;
  font-size: 2vh;
  width: 100vw;
  height: 5vh;
  top: 0px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.5vh;
  text-align: center;
  background-color: #333;
}

@media screen and (max-width: 950px) {
  .NavBar {
    color: white;
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 950px) {
  .NavBar {
    color: white;
  }
}

.NavBar .NavBarRight {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 100%;
  right: 0px;
}

@media screen and (max-width: 950px) {
  .NavBar .NavBarLeft {
    line-height: 5vh;
  }
}

@media screen and (min-width: 950px) {
  .NavBar .NavBarLeft {
    line-height: 2.5vh;
  }
}

.NavBar .NavBar_item {
  color: white;
  background-color: #333;
  list-style-type: none;
  text-align: center;
  height: 5vh;
  line-height: 5vh;
}

@media screen and (max-width: 950px) {
  .NavBar .NavBar_item {
    float: none;
    width: 100vw;
  }
}

@media screen and (min-width: 950px) {
  .NavBar .NavBar_item {
    float: right;
    width: 5vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-height: 20000px) {
  .NavBar .NavBar_item {
    width: 8vh;
  }
}

.NavBar .NavBar_item:hover {
  background-color: #222;
}

.NavBar .NavBar_item a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.data-graph {
  display: block;
  margin-top: 1vh;
  padding-left: 1vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 950px) {
  .data-graph {
    width: 80vw;
    margin-bottom: 5vh;
  }
}

@media screen and (min-width: 950px) {
  .data-graph {
    width: 50vw;
    margin-bottom: 15vh;
    margin-right: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-width: 2000px) {
  .data-graph {
    width: 80vw;
    margin-bottom: 1vh;
    margin-left: 0vw;
  }
}

.status-check {
  padding-top: 0vh;
  padding-bottom: 3vh;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0vw;
  font-size: 3vh;
}

.hvac2-control {
  margin-top: 5vh;
  margin-left: 5vw;
  color: white;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10vh;
  font-size: 1.5vh;
  height: 2vh;
}

.hvac2-control form {
  margin-top: 2vh;
  color: white;
}

.hvac2-control form text {
  color: white;
}

#input-button {
  color: black;
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  font-size: 1rem;
  position: relative;
  border-radius: 2vh;
  border-color: 2px solid white;
  background-color: white;
  text-decoration: none;
  font-size: 1.5vh;
  height: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  #input-button {
    width: 30vw;
  }
}

@media screen and (min-width: 950px) {
  #input-button {
    width: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-height: 20000px) {
  #input-button {
    width: 30vw;
  }
}

#input-button:hover {
  color: gray;
}

@media screen and (max-width: 950px) {
  #input-button {
    width: 30vw;
  }
}

.input-field {
  font-size: 1.5vh;
  text-align: center;
}

@media screen and (max-width: 950px) {
  .input-field {
    width: 40vw;
    height: 5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vh;
    border-radius: 1vh;
  }
}

@media screen and (min-width: 950px) {
  .input-field {
    width: 15vw;
    height: 3vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vh;
    border-radius: 1vh;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-width: 2000px) {
  .input-field {
    width: 45vw;
    height: 3vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1vh;
  }
}

#large-window {
  color: white;
  list-style: none;
  list-style-type: none;
  border-color: 1vh solid red;
  padding: 5vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #222;
}

@media screen and (max-width: 950px) {
  #large-window {
    -webkit-column-count: 1;
            column-count: 1;
    width: 80vw;
    margin-top: 30vh;
    margin-bottom: 10vh;
    border-radius: 5vh;
  }
}

@media screen and (min-width: 950px) {
  #large-window {
    -webkit-column-count: 2;
            column-count: 2;
    margin-top: 10vh;
    margin-bottom: 10vh;
    width: 80vw;
    border-radius: 5vh;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-width: 2000px) {
  #large-window {
    -webkit-column-count: 1;
            column-count: 1;
    margin-top: 10vh;
    margin-bottom: 10vh;
    width: 80vw;
    border-radius: 5vh;
  }
}

#hvac2-display {
  list-style: none;
  list-style-type: none;
}

@media screen and (max-width: 950px) {
  #hvac2-display {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 950px) {
  #hvac2-display {
    margin-top: 10vh;
    padding-top: 5vh;
    margin-left: 10vw;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-width: 2000px) {
  #hvac2-display {
    margin-left: auto;
    margin-right: auto;
  }
}

body {
  background-image: url("https://i.imgur.com/116NUD4.png");
  background-repeat: repeat-y repeat-x;
  margin: 0px;
  font-family: "Times New Roman", Times, serif;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #222;
  -webkit-transition: color 0.05s ease;
  transition: color 0.05s ease;
}

input:-ms-input-placeholder {
  color: #222;
  -webkit-transition: color 0.05s ease;
  transition: color 0.05s ease;
}

input::-ms-input-placeholder {
  color: #222;
  -webkit-transition: color 0.05s ease;
  transition: color 0.05s ease;
}

input::placeholder {
  color: #222;
  -webkit-transition: color 0.05s ease;
  transition: color 0.05s ease;
}

button {
  margin-left: auto;
  margin-right: auto;
}

.footer1 {
  background-color: #333;
  color: white;
  width: 100%;
  height: 5vh;
  line-height: 5vh;
  font-size: 2.5vh;
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0px;
}

.footer1 p {
  margin-left: auto;
  margin-right: auto;
}

#signUpForm {
  color: white;
  margin-right: auto;
  margin-left: auto;
  width: 23rem;
  background-color: #222;
  width: 300px;
  position: relative;
  top: 15vh;
  background-size: 100vh 100vw;
  border-style: solid;
  border-radius: 15px;
  border-color: red;
  border-width: 2px;
}

#signUpForm #redText {
  color: red;
  font-size: 12px;
  margin: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

#signupbutton {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  width: 150px;
  height: 25px;
  border-radius: 150px;
  background-color: white;
}

#redText {
  color: red;
  font-size: 12px;
  margin: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.signedup {
  color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: center;
          flex-direction: center;
  margin-top: 40vh;
}

#loginbutton {
  border-radius: 240px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#about-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}

#about-box {
  color: white;
  z-index: 2;
  background-color: #333;
  margin: 20vh 10vw;
  max-width: 80%;
  width: 100%;
  border: 3px solid red;
  padding: 20px;
  text-align: center;
  border-radius: 2vw;
  overflow: auto;
  padding: 20px;
  /* adjust this as needed */
}

#about-list {
  -webkit-column-count: 1;
          column-count: 1;
  list-style: none;
}

#about-list-panel-1 {
  margin-bottom: 20px;
}

#about-list-panel-2 {
  background-color: grey;
}

.white-text {
  color: white;
}

.hyperlink-blue {
  color: gray;
  text-decoration: underline;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}

.test-image {
  height: 50%;
  width: 15%;
  margin-top: 5vh;
  border: 2px black solid;
  border-radius: 10px;
}

.data-list {
  margin-top: 5vh;
  list-style: none;
  list-style-type: none;
}

#HVAC1 {
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  font-size: 1rem;
  position: relative;
  border-radius: 2vh;
  border-color: 2px solid white;
  background-color: white;
  text-decoration: none;
  font-size: 1.5vh;
  height: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  #HVAC1 {
    width: 30vw;
  }
}

@media screen and (min-width: 950px) {
  #HVAC1 {
    width: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-height: 20000px) {
  #HVAC1 {
    width: 30vw;
  }
}

#HVAC1:hover {
  color: gray;
}

#HVAC2 {
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  font-size: 1rem;
  position: relative;
  border-radius: 2vh;
  border-color: 2px solid white;
  background-color: white;
  text-decoration: none;
  font-size: 1.5vh;
  height: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  #HVAC2 {
    width: 30vw;
  }
}

@media screen and (min-width: 950px) {
  #HVAC2 {
    width: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-height: 20000px) {
  #HVAC2 {
    width: 30vw;
  }
}

#HVAC2:hover {
  color: gray;
}

#LIGHT1 {
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  font-size: 1rem;
  position: relative;
  border-radius: 2vh;
  border-color: 2px solid white;
  background-color: white;
  text-decoration: none;
  font-size: 1.5vh;
  height: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  #LIGHT1 {
    width: 30vw;
  }
}

@media screen and (min-width: 950px) {
  #LIGHT1 {
    width: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-height: 20000px) {
  #LIGHT1 {
    width: 30vw;
  }
}

#LIGHT1:hover {
  color: gray;
}

#FAN1 {
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  font-size: 1rem;
  position: relative;
  border-radius: 2vh;
  border-color: 2px solid white;
  background-color: white;
  text-decoration: none;
  font-size: 1.5vh;
  height: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  #FAN1 {
    width: 30vw;
  }
}

@media screen and (min-width: 950px) {
  #FAN1 {
    width: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-height: 20000px) {
  #FAN1 {
    width: 30vw;
  }
}

#FAN1:hover {
  color: gray;
}

#SERVERS {
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  font-size: 1rem;
  position: relative;
  border-radius: 2vh;
  border-color: 2px solid white;
  background-color: white;
  text-decoration: none;
  font-size: 1.5vh;
  height: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  #SERVERS {
    width: 30vw;
  }
}

@media screen and (min-width: 950px) {
  #SERVERS {
    width: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-height: 20000px) {
  #SERVERS {
    width: 30vw;
  }
}

#SERVERS:hover {
  color: gray;
}

#hvac1-off {
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  font-size: 1rem;
  position: relative;
  border-radius: 2vh;
  border-color: 2px solid white;
  background-color: white;
  text-decoration: none;
  font-size: 1.5vh;
  height: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  #hvac1-off {
    width: 30vw;
  }
}

@media screen and (min-width: 950px) {
  #hvac1-off {
    width: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-height: 20000px) {
  #hvac1-off {
    width: 30vw;
  }
}

#hvac1-off:hover {
  color: gray;
}

#hvac1-on {
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  font-size: 1rem;
  position: relative;
  border-radius: 2vh;
  border-color: 2px solid white;
  background-color: white;
  text-decoration: none;
  font-size: 1.5vh;
  height: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  #hvac1-on {
    width: 30vw;
  }
}

@media screen and (min-width: 950px) {
  #hvac1-on {
    width: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-height: 20000px) {
  #hvac1-on {
    width: 30vw;
  }
}

#hvac1-on:hover {
  color: gray;
}

#hvac1-neutral {
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  font-size: 1rem;
  position: relative;
  border-radius: 2vh;
  border-color: 2px solid white;
  background-color: white;
  text-decoration: none;
  font-size: 1.5vh;
  height: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  #hvac1-neutral {
    width: 30vw;
  }
}

@media screen and (min-width: 950px) {
  #hvac1-neutral {
    width: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-height: 20000px) {
  #hvac1-neutral {
    width: 30vw;
  }
}

#hvac1-neutral:hover {
  color: gray;
}

#hvac2-off {
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  font-size: 1rem;
  position: relative;
  border-radius: 2vh;
  border-color: 2px solid white;
  background-color: white;
  text-decoration: none;
  font-size: 1.5vh;
  height: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  #hvac2-off {
    width: 30vw;
  }
}

@media screen and (min-width: 950px) {
  #hvac2-off {
    width: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-height: 20000px) {
  #hvac2-off {
    width: 30vw;
  }
}

#hvac2-off:hover {
  color: gray;
}

#hvac2-on {
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  font-size: 1rem;
  position: relative;
  border-radius: 2vh;
  border-color: 2px solid white;
  background-color: white;
  text-decoration: none;
  font-size: 1.5vh;
  height: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  #hvac2-on {
    width: 30vw;
  }
}

@media screen and (min-width: 950px) {
  #hvac2-on {
    width: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-height: 20000px) {
  #hvac2-on {
    width: 30vw;
  }
}

#hvac2-on:hover {
  color: gray;
}

#hvac2-neutral {
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  font-size: 1rem;
  position: relative;
  border-radius: 2vh;
  border-color: 2px solid white;
  background-color: white;
  text-decoration: none;
  font-size: 1.5vh;
  height: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  #hvac2-neutral {
    width: 30vw;
  }
}

@media screen and (min-width: 950px) {
  #hvac2-neutral {
    width: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-height: 20000px) {
  #hvac2-neutral {
    width: 30vw;
  }
}

#hvac2-neutral:hover {
  color: gray;
}

#hvac2-display {
  color: white;
  list-style: none;
  list-style-type: none;
}

@media screen and (max-width: 950px) {
  #hvac2-display #HVAC2-image {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 950px) {
  #hvac2-display #HVAC2-image {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-width: 2000px) {
  #hvac2-display #HVAC2-image {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 950px) {
  #hvac2-display #HVAC2-image #dynamicImage {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 950px) {
  #hvac2-display #HVAC2-image #dynamicImage {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-width: 2000px) {
  #hvac2-display #HVAC2-image #dynamicImage {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.data-button {
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vh;
  font-size: 1rem;
  position: relative;
  border-radius: 2vh;
  border-color: 2px solid white;
  background-color: white;
  text-decoration: none;
  font-size: 1.5vh;
  height: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 950px) {
  .data-button {
    width: 30vw;
  }
}

@media screen and (min-width: 950px) {
  .data-button {
    width: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-height: 20000px) {
  .data-button {
    width: 30vw;
  }
}

.data-button:hover {
  color: gray;
}

@media screen and (max-width: 950px) {
  .data-button {
    width: 30vw;
  }
}

@media screen and (min-width: 950px) {
  .data-button {
    width: 15vw;
  }
}

@media screen and (max-height: 1300px) and (min-height: 950px) and (max-width: 2000px) {
  .data-button {
    width: 30vw;
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}

.control-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.control-list li {
  margin: 5px 0;
}

.control-list li a {
  padding: 8px 12px;
  display: inline-block;
  text-decoration: none;
  background-color: #007bff;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.control-list li a:hover {
  background-color: #0056b3;
}

@media only screen and (max-width: 768px) {
  .control-list li a {
    padding: 6px 10px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */