main.home {
  top: 0px;
}

.page_large_image_title_txt {
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px 10px 10px;
  border-radius: 5px;
  position: absolute;
  text-align: center;
  max-width: 260px;
  font-size: 1.1em;
  color: #fcfcf8;
}
.page_large_image_title_txt .page_large_image_title_button {
  background: #dc9b12;
  font-weight: normal;
  padding: 3px 0px;
  font-size: 0.9em;
  width: 200px;
  margin: 0px auto;
}
.page_large_image_title_txt .page_large_image_title_button a {
  color: #FFFFFF;
  text-shadow: none;
  text-decoration: none;
}
.page_large_image_title_txt .page_large_image_title_button a:hover {
  text-decoration: underline;
}

/** HIGHWAY */
#highway {
  position: relative;
  margin: 0px auto;
  /* background: #CCC; */
  padding: 10px;
  border-radius: 10px;
}
#highway .highway-cat-list {
  position: relative;
}
#highway .highway-cat-list .in_highway_cat_list {
  position: relative;
  margin-right: 10px;
}
#highway .highway-left {
  float: left;
  vertical-align: top;
}
#highway .highway-right {
  width: 100%;
  vertical-align: top;
  padding: 10px;
}
#highway .highway-right div.row {
  padding: 10px;
  border-radius: 10px;
  background: #fcfcf8;
}
#highway .highway-right .introduction {
  border-radius: 5px;
}
#highway .highway-right .link {
  background: #f5f5f5;
  border-radius: 5px;
  margin: 2px 0px 0px 0px;
  padding: 3px;
  position: relative;
}
#highway .highway-right .link div {
  background: #DDD;
  padding: 10px;
  border-radius: 5px;
}
#highway .highway-right .link div:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 16px;
  content: "\f105";
}
#highway .highway-right .link a {
  display: flex;
}

/*  Screen size < 480 */
@media (max-width: 480px) and (orientation: landscape) {
  div.page_large_image_title_txt {
    left: 20px;
    top: 70px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0px 20px 0px 0px;
  }
  .in_highway_cat_list_200 {
    display: none;
  }
  .in_highway_cat_list_100 {
    display: none;
  }
  .in_highway_cat_list_75 {
    display: inline-block;
  }
  .in_highway_cat_list_50 {
    display: none;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  div.page_large_image_title_txt {
    left: 20px;
    top: 70px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0px 20px 0px 0px;
  }
  .in_highway_cat_list_200 {
    display: none;
  }
  .in_highway_cat_list_100 {
    display: none;
  }
  .in_highway_cat_list_75 {
    display: inline-block;
  }
  .in_highway_cat_list_50 {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  div.page_large_image_title_txt {
    left: 20px;
    top: 70px;
    max-width: 400px;
  }
  .in_highway_cat_list_200 {
    display: none;
  }
  .in_highway_cat_list_100 {
    display: inline-block;
  }
  .in_highway_cat_list_75 {
    display: none;
  }
  .in_highway_cat_list_50 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.page_large_image_title_txt {
    left: 20px;
    top: 70px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .in_highway_cat_list_200 {
    display: none;
  }
  .in_highway_cat_list_100 {
    display: inline-block;
  }
  .in_highway_cat_list_75 {
    display: none;
  }
  .in_highway_cat_list_50 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.page_large_image_title_txt {
    left: 120px;
    top: 40px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .in_highway_cat_list_200 {
    display: none;
  }
  .in_highway_cat_list_100 {
    display: inline-block;
  }
  .in_highway_cat_list_75 {
    display: none;
  }
  .in_highway_cat_list_50 {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  div.page_large_image_title_txt {
    left: 120px;
    top: 40px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .in_highway_cat_list_200 {
    display: inline-block;
  }
  .in_highway_cat_list_100 {
    display: none;
  }
  .in_highway_cat_list_75 {
    display: none;
  }
  .in_highway_cat_list_50 {
    display: none;
  }
}
@media (min-width: 1401px) {
  div.page_large_image_title_txt {
    top: 40px;
    width: 600px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .in_highway_cat_list_200 {
    display: inline-block;
  }
  .in_highway_cat_list_100 {
    display: none;
  }
  .in_highway_cat_list_75 {
    display: none;
  }
  .in_highway_cat_list_50 {
    display: none;
  }
}/*# sourceMappingURL=home.css.map */