body {
  background-color: #700012;
}

/* 選單 */
.menu ul li:nth-child(3) a {
  filter: contrast(131%) hue-rotate(124deg);
}


.menu ul li:not(:nth-child(3)):not(:last-child):hover {
  filter: contrast(131%) hue-rotate(124deg);
  padding-bottom: 8px;
}


/* 活動辦法 */
.container .row h4 {
  background-image: linear-gradient(to top, #031D53, #06307C);

}



@media screen and (min-width:1280px) {

  /* 獎項 */
  .awards {
    max-width: 1060px;
  }

}







@media screen and (max-width:768px) {

  /* 選單 */
  .menu ul li:not(:nth-child(3)):not(:last-child):hover {
    padding-bottom: 0px;
  }


}