@media only screen and (max-width: 500px) {
  h2 {
    font-size: 15px;
  }

  h3,
  h4 {
    font-size: 12px;
  }

  i {
    font-size: 14px;
  }

  button {
    border: 1px solid grey;
    border-radius: 12px;
    background: none;
    font-size: 12px;
    font-family: "Montserrat";
  }

  button:hover {
    cursor: pointer;
  }

  .sidenav {
    top: 50px;
    text-align: center;
    display: table;
    position: absolute;
    width: 90%;
  }

  .objective {
    display: none;
  }

  .my-stats,
  .ai-stats {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }

  #mobile-objective-modal {
    display: block;
  }

  .stocks {
    top: 100px;
    text-align: center;
    display: table;
    position: absolute;
    height: 99%;
    width: 100%;
  }

  .stock-entries {
    display: table-cell;
    vertical-align: middle;
  }

  .mail,
  .bot,
  .lem,
  .fin,
  .bank,
  .fans {
    width: 33%;
    float: left;
  }

  #you-win,
  #you-lose {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    display: none;
  }

  .stock-name {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
  }

  .question-icon {
    font-size: 12px;
  }

  .question-icon:hover {
    font-size: 14px;
    cursor: pointer;
  }

  .modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: none;
  }

  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 70%;
  }

  .close {
    color: #aaa;
    float: right;
    font-size: 26px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .objective-description {
    display: none;
  }

  .mobile-hide {
    display: none !important;
  }
}
