a {
    color: inherit !important;
    text-decoration: inherit !important;
}
body {
    height: 100%;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    position: relative;
    width: 100%;
}
.card {
    cursor: pointer;
    border-radius: 0;
    margin-bottom: 2rem !important;
    min-width: 310px;
    max-width: 310px;
}
.card:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.deck-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: left;
    margin-bottom: 30px;
    list-style-type:none;
    max-width: 1756px;
}
.card-footer {
    font-size: 14px;
    text-align: center;
}
.card-header {
    background-color: #04819B;
    border-radius: 0 !important;
    color: white;
    font-weight: 650;
    padding: .5rem 1rem;
    text-align: center;
}
.card-img-top {
    height: 200px;
    margin: 0 auto;
    margin-top: 10px;
    width: 250px;
}
.card-item-container {
  display:flex;
  justify-content:space-between;
  flex-basis:20%;
}
.card-footer {
    text-align: center;
}
.card-title {
    font-size: 1.25rem;
}
.code {
    background-color: black;
    height: 18px;
    margin-top: 3px;
    width: 30px;
}
.coh-close {
    position: absolute;
    color: darkslategray;
    cursor: pointer;
    display: none;
    z-index: 10;
    right: 10px;
    top: 5px;
    font-size: 1.5rem;
    font-weight: 550;
}
.color-container {
    display: none;
    margin: 0 auto;
}
.fa-times-thin:before {
	content: '\00d7';
    font-size: 2.25rem;
}
.flex-container {
    display: flex;
    flex-direction: row;
    position: relative;
}
.patch-container {
    align-content: center;
    display: flex;
    justify-content: center;
}
.row {
    text-align: center;
}
.search {
    border-radius: 0px;
}
.shadow {
    -moz-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
    -webkit-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
    box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
    zoom: 1;
  }

.shadow .content {
    position: relative; /* This protects the inner element from being blurred */
    padding: 100px;
    background-color: #DDD;
}

.text-muted{
    white-space: pre;
}

.orange-bg {
    background-color: #CE7D25
}
.red-bg {
    background-color: #C72F49
}

#wrapper {
    max-width: unset;
	margin-top: 1rem;
}

.title-container {
    width: calc(1756px - 4.25rem);
    margin-bottom: 1.5rem;
}

.search-title {
    color: #037088;
    overflow: hidden;
    font-size: 1.5em;
    font-weight: 700;
    margin-top: .25em;
    line-height: 1.2;
}

@media only screen and (max-width: 1756px) {
  .card-item-container {
    flex-basis:25%;
  }
  .title-container {
    width: calc(1414px - 4.25rem);
  }
  .deck-container {
    max-width: 1414px;
  }
}

@media only screen and (max-width: 1414px) {
  .card-item-container {
    flex-basis:calc(100% / 3);
  }
.title-container {
    width: calc(1072px - 4.25rem);
  }
  .deck-container {
    max-width: 1072px;
  }
}

@media only screen and (max-width: 1072px) {
  .card-item-container {
    flex-basis:50%;
  }
  .title-container {
    width: calc(762px - 5.5rem);
  }
  .deck-container {
    max-width: 762px;
  }
}

@media only screen and (max-width: 762px) {
    .card-item-container {
        flex-basis:100%;
        justify-content: center;
    }
    .deck-container  {
        width: 100%;
        padding: 0;
    }
    .card {
        max-width: 400px;
        margin-bottom: 1rem;
    }
    .display-4 {
        font-size: 3rem;
    }
    .lead {
        font-size: 1.15rem;
    }
    .title-container {
        width: 100%;
        margin: 0 auto;
        max-width: 400px;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 440px) {
    .card-description {
        font-size: 0.9rem;
    }
    .card-title {
        font-size: 1.2rem;
    }
    .display-4 {
        font-size: 2rem;
    }
    .lead {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 350px) {
    .card-description {
        font-size: 0.9rem;
    }
    .card-title {
        font-size: 1.2rem;
    }
}

