a,
a:focus,
a:hover {
  color: #fff;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 630;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    margin-right: 2rem;
  }


  
  html,
  body {
    height: 100%;
  }
  
  body {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-top: 4.5rem;
    background-color: rgb(232, 232, 232);
  }

section {
  height: auto;
  margin-bottom: 15rem;
}

.mylist .active {
      background-color: rgb(233, 136, 24);
      border-color: rgb(233, 136, 24);
  }

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

  main {
      padding-top: 2rem;
      padding-bottom: 4rem;
  }

  button .btn .my-btn {
    background-color: rgb(233, 136, 24);
    color: rgb(10, 20, 40);
  }

 .my-card .my-header{
    background-color: rgb(233, 136, 24);
  }
  
  .mastfoot {
      background-color:rgb(10, 20, 40);
      color: #9f9f9f;
      border-top: 0.25rem solid rgb(233, 136, 24);
      padding-top: 1.25rem;
      padding-bottom: 0.75rem;
      height: auto;
      /* margin-top: 2.5rem; */
      width: 100%;
  }
  
#results_opts {
  text-align: right;
  align-items: right;
}

.btn-highlight {
  background-color: rgb(233, 136, 24);
  border-color: transparent; color: white;
}
.btn-row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  justify-content: right;
}

@media screen and (max-width: 767px) {
  /* start of medium tablet styles */
  #results_col {
    margin-top: 3rem;
  }
  #results_col_2 {
    width: 100%;
  }
  #results_opts {
    margin-top: 3rem;
    text-align: center;
    align-items: center;
  }
  .btn-row {
    justify-content: center;
  }
}


@media screen and (max-width: 479px) {
  /* start of phone styles */
  #results_col {
    margin-top: 3rem;
  }
  #results_col_2 {
    width: 100%;
  }
  #results_opts {
    margin-top: 3rem;
    text-align: center;
    align-items: center;
  }
  .btn {
    font-size: 0.8rem;
  }
  .btn-row {
    justify-content: center;
  }
}