.link-all::after {
  display: none;
}

.alert-notice .alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-bottom: 0;
}

.alert-notice {
  width: 100%;
  height: auto;
  padding: 20px;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.16);
}

.alert-notice .alert-dismissible .alert-text {
  padding-right: 40px;
}

.alert-notice.notice-fixed-top {
  width: 100%;
  padding: 0;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.alert-notice.notice-fixed-bottom {
  width: 100%;
  padding: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.alert-notice.notice-top-level,
.alert-notice.notice-main-menu,
.alert-notice.notice-submenu {
  width: 100%;
  padding: 0;
}

.alert-notice.notice-top-left {
  width: 270px;
  top: 20px;
  left: 20px;
  position: fixed;
  z-index: 99999;
  padding-right: 30px;
}

.alert-notice.notice-top-right {
  width: 270px;
  top: 20px;
  right: 20px;
  position: fixed;
  z-index: 99999;
  padding-right: 30px;
}

.alert-notice.notice-bottom-left {
  width: 270px;
  bottom: 20px;
  left: 20px;
  position: fixed;
  z-index: 99999;
  padding-right: 30px;
}

.alert-notice.notice-bottom-right {
  width: 270px;
  bottom: 100px;
  right: 20px;
  position: fixed;
  z-index: 99999;
  padding-right: 30px;
}

.btn-dismiss {
  color: #ffffff;
  top: 10px;
  right: 10px;
  position: absolute;
}

.btn-dismiss:hover {
  color: #f0f0f0;
}

.alert-notice .alert-dismissible .close {
  color: #ffffff;
}

/*# sourceMappingURL=custom.css.map */

img {
  max-width: 100%;
  height: auto;
}


/*Added by Nate 9/5/2022*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Kanit", sans-serif;
}
a {
  font-family: "Kanit", sans-serif;
}
a:link {
  font-family: "Kanit", sans-serif;
}
a:visited {
  font-family: "Kanit", sans-serif;
}
a:hover {
  font-family: "Kanit", sans-serif;
}
a:focus {
  font-family: "Kanit", sans-serif;
}
a:active {
  font-family: "Kanit", sans-serif;
}

