<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.mono-font {
  font-family: "Courier New";
}

html {
  display: flex;
  flex-direction: column;
  align-items: center;
  //background-color: black;
  //color: white;
}

body {
  margin: 0;
  width: 1080px;
}

.extra {
  //display: grid;
  //grid-template-columns: 50% 50%;
  margin-top: 40px;
}

.title {
 text-align: center; 
}

.sub-title {
  margin: -15px 0 15px 0;
}

.no_space {
  margin: 0;
  padding: 0;
}

.mobile {
  display: none;
}

.announcement {
  border: 2px solid;
  border-radius: 10px;
  height: fit-content; //500px;
  //margin-right: 10p;
  margin-bottom: 40px;
}

//.announcement-text {
//  border: 2px solid;
//  border-radius: 5px;
//  margin: 20px;
//  padding: 0 20px 0 20px;
//}

.ann-text {
  padding: 20px;
}

.calendar-container {
  border: 2px solid;
  border-radius: 10px;
  height: 667.5px;
  //margin-left: 10px;
}
/*
.calendar-card {
  border: 2px solid;
  border-radius: 5px;
  padding: 0 20px 0 20px;
  margin: 20px;
}
*/
a {
  color: #755CD9;
}

.header {
  margin-top: 20px;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nowrap {
  flex-wrap: nowrap;
}

.spread {
  justify-content: space-between;
}

.map-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.maps {
  border-radius: 10px;
  border: 2px solid;
}

.text {
  padding: 10px;
}

.calendar {
  border: 0;
  border-radius: 0 0 8px 8px;
  width: 1076px;
  height: 600px;
}


@media (max-width:1200px) {
  body {
    width: auto;//800px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .map1 {
    //border-radius: 10px 0 0 10px;
    //border-right: 1px solid;
    margin-right: 5px;
  }

  .map2 {
    //border-radius: 0 10px 10px 0;
    //border-left: 1px solid;
    margin-left: 5px;
  }

  .calendar {
    width: calc(100%);//796px;
  }
}

/*@media (max-width:1030px) {
  .map1 {
    border-radius: 10px calc(100vw - 1020px) calc(100vw - 1020px) 10px;
  }

  .map2 {
    border-radius: calc(100vw - 1020px) 10px 10px calc(100vw - 1020px);
  }
}*/

/*@media (max-width:1020px) {
  .map1 {
    border-radius: 10px 0 0 10px;
    border-right: 1px solid;
  }

  .map2 {
    border-radius: 0 10px 10px 0;
    border-left: 1px solid;
  }
}*/

@media (max-width:920px) {
  body {
    width: 100%;
    //display: flex;
    //flex-direction: column;
    //justify-content: center;
    //align-items: center;
  }

  //svg {
  //  width: 200px;
  //}

  .mobile {
    display: block;
  }

  .button {
    text-decoration: none;
    color: black;
    border-radius: 5px;
    background-color: #dddddd;
    box-shadow: 2px 2px #555555;
    padding: 5px 10px 5px 10px;
    width: calc(100%-50px);
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }

  .button:active {
    box-shadow: none;
    transform: translate(2px, 2px);
  }

  .map1 {
    width: 100%;
    height: 300px;
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .map2 {
    display: none;
  }

  .announcement {
    border-radius: 0;
    border-right: none;
    border-left: none;
  }

  .calendar-container {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

  .calendar {
    width: 100%;
  }
}


@media (max-width:384px) {
  .icons {
    position: absolute;
    top: 10px;
  }

  .icon1 {
    left: 10px;
  }

  .icon2 {
    right: 10px;
  }

  .main {
    margin-top: 100px;
  }

}

// max height 1770
</pre></body></html>