/* DEFAULT */
@media only screen {
  .axe {
    height: 62px;
    width: 253px;
  }
  .border3 {
    background-color: rgba(0, 0, 0, .8);
    border: 3px solid #659DE0;
    border-radius: 20px;
  }
  .border4 {
    border: 2px solid #DE2D12;
    border-radius: 10px;
    margin: 10px 3vw;
    padding: 4px;
  }
  .diamond {
    height: 15px;
    margin: 0 10px 6px 10px;
    width: 29px;
  }
  .half {
    background-color: rgba(0, 0, 0, .8);
    border: 3px solid #DE2D12;
    border-radius: 10px;
    margin: 10px 2vw;
    padding: 1px 2vw;
    width: 40vw;
  }
  .item {
    font-size: 1.1em;
    font-weight: bold;
    margin: 1.1em 0 .2em 0;
  }
  .logo-sm {
    height: auto;
    max-width: 400px;
    width: 60%;
  }
  .menu2 {
    max-width: 20em;
    min-width: 100px;
    margin: 16px;
  }
  .spear {
    height: auto;
    max-width: 800px;
    width: 80%;
  }
  .whole {
    background-color: rgba(0, 0, 0, .8);
    border: 3px solid #DE2D12;
    border-radius: 10px;
    margin: 10px 2vw;
    padding: 1px 2vw;
  }
  #history-logo {
    height: auto;
    max-width: 280px;
    width: 25vw;
  }
  #history {
    background: url("../images/background-a.webp") repeat-y 50% 0;
  }
  #history2 {
    background: url("../images/background-c.webp") repeat-y 50% 0;
  }
  #history h2 {
    color: #EF4C32;
    font-size: 2em;
  }
  #history2 h2 {
    border-bottom: 3px solid #659DE0;
    color: #659DE0;
    font-size: 2em;
  }
  #history5 {
    height: auto;
    max-width: 280px;
    width: 25vw;
  }
  #logo5 {
    height: auto;
    max-width: 400px;
    width: 15vw;
  }
  #spicy {
    height: 22px;
    margin-bottom: -2px;
    width: 60px;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {
  .content3 {
    padding: 3vw 20vw;
  }
}
/* DESKTOP */
@media only screen and (max-width: 2000px) {
  .content3 {
    padding: 3vw;
  }
}
/* MOBILE */
@media only screen and (max-width: 950px) {
  .content3 {
    padding: 2vw;
  }
  .half {
    width: 100%;
  }
  .logo-sm {
    width: 80vw;
  }
  .menu {
    max-width: 100%;
    min-width: 50%;
  }
  #history-logo {
    width: 280px;
  }
  #history5, #logo5 {
    width: 50vw;
  }
  #spicy {
    height: 14px;
    width: 40px;
  }
}