:root {
    --primary: #386bff;
  }
  a {
    color: #386bff;
  }
  .table-primary, .table-primary > th, .table-primary > td {
    background-color: #c7d6ff;
  }
  .table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
    border-color: #98b2ff;
  }
  .table-hover .table-primary:hover {
    background-color: #aec3ff;
  }
  .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #aec3ff;
  }
  .form-control:focus {
    border-color: #386bff;
  }
  .btn:focus, .btn.focus {
    box-shadow: 0 0 0 .2rem rgba(56,107,255,.25);
  }
  .btn-primary, .username .input-group .btn.btn-success {
    background-color: #386bff;
    border-color: #386bff;
  }
  .btn-primary:hover, .username .input-group .btn.btn-success:hover {
    background-color: #124fff;
    border-color: #0545ff;
  }
  .btn-primary:focus, .username .input-group .btn.btn-success:focus, .btn-primary.focus, .username .input-group .focus.btn.btn-success {
    background-color: #124fff;
    border-color: #0545ff;
    box-shadow: 0 0 0 .2rem rgba(86,129,255,.5);
  }
  .btn-primary.disabled, .username .input-group .disabled.btn.btn-success, .btn-primary:disabled, .username .input-group .btn.btn-success:disabled {
    background-color: #386bff;
    border-color: #386bff;
  }
  .btn-primary:not(:disabled):not(.disabled):active, .username .input-group .btn.btn-success:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .username .input-group .btn.btn-success:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .username .input-group .show > .dropdown-toggle.btn.btn-success {
    background-color: #0545ff;
    border-color: #003ff7;
  }
  .btn-primary:not(:disabled):not(.disabled):active:focus, .username .input-group .btn.btn-success:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .username .input-group .btn.btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .username .input-group .show > .dropdown-toggle.btn.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(86,129,255,.5);
  }
  .btn-outline-primary {
    color: #386bff;
    border-color: #386bff;
  }
  .btn-outline-primary:hover {
    background-color: #386bff;
    border-color: #386bff;
  }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(56,107,255,.5);
  }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #386bff;
  }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #386bff;
    border-color: #386bff;
  }
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(56,107,255,.5);
  }
  .btn-link {
    color: #386bff;
  }
  .dropdown-item.active, .dropdown-item:active {
    background-color: #386bff;
  }
  .input-group-text {
    background-color: #386bff;
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #386bff;
    background-color: #386bff;
  }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #386bff;
  }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #ebf0ff;
    border-color: #ebf0ff;
  }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #386bff;
    background-color: #386bff;
  }
  .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(56,107,255,.5);
  }
  .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(56,107,255,.5);
  }
  .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(56,107,255,.5);
  }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(56,107,255,.5);
  }
  .custom-select:focus {
    border-color: #386bff;
    box-shadow: 0 0 0 .2rem rgba(56,107,255,.25);
  }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #386bff;
  }
  .custom-file-label::after {
    background-color: #386bff;
  }
  .custom-range::-webkit-slider-thumb {
    background-color: #386bff;
  }
  .custom-range::-webkit-slider-thumb:active {
    background-color: #ebf0ff;
  }
  .custom-range::-moz-range-thumb {
    background-color: #386bff;
  }
  .custom-range::-moz-range-thumb:active {
    background-color: #ebf0ff;
  }
  .custom-range::-ms-thumb {
    background-color: #386bff;
  }
  .custom-range::-ms-thumb:active {
    background-color: #ebf0ff;
  }
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #386bff;
  }
  .badge-primary {
    background-color: #386bff;
  }
  a.badge-primary:hover, a.badge-primary:focus {
    background-color: #0545ff;
  }
  a.badge-primary:focus, a.badge-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(56,107,255,.5);
  }
  .alert-primary {
    color: #0b1533;
    background-color: #386bff;
    border-color: #1d3885;
  }
  .alert-primary hr {
    border-top-color: #182f70;
  }
  .alert-primary .alert-link {
    color: #020409;
  }
  .progress {
    box-shadow: 0px 0px 5px #386bff;
    border: 1px solid #386bff;
  }
  .progress-bar {
    background-color: #386bff;
  }
  .list-group-item.active {
    background-color: #386bff;
    border-color: #386bff;
  }
  .list-group-item-primary {
    color: #1d3885;
    background-color: #c7d6ff;
  }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1d3885;
    background-color: #aec3ff;
  }
  .list-group-item-primary.list-group-item-action.active {
    background-color: #1d3885;
    border-color: #1d3885;
  }
  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #386bff;
  }
  .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #386bff;
  }
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #386bff;
  }
  .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #386bff;
  }
  .tooltip-inner {
    background-color: #386bff;
  }
  .bg-primary {
    background-color: #386bff !important;
  }
  a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #0545ff !important;
  }
  .border-primary {
    border-color: #386bff !important;
  }
  .text-primary {
    color: #386bff !important;
  }
  a.text-primary:hover, a.text-primary:focus {
    color: #003ceb !important;
  }
  
  .top-text {
      text-align: center;
      font-size: 20px;
      color: var(--main-color);
      padding: 0;
      padding-bottom: 15px;
      position: relative;
      font-weight: bold;
  }
  
  .info-text {
      text-align: center;
      font-size: 20px;
      color: var(--main-color);
      position: relative;
      font-weight: bold;
  }
  
  .continent-name {
      text-align: center;
      font-size: 40px;
      color: var(--main-color);
      position: relative;
      font-weight: bold;
  }
  
  
  .server-catagory-container img {
      max-width: 100%;
      transition: 150ms ease-in-out;
      width: 100%;
  }
  
  .server-catagory-container img:hover {
      transition: 150ms ease-in-out;
      transform: scale(1.1);
  }
  
  .server-catagory-container {
      display:flex;
      flex-direction:row;
      flex-wrap: wrap;
  }
  
  .server-catagory-container a {
      margin: 0 auto;
      padding: 25px 0;
   width: calc(33.333% - 30px);
  }
  
  
  @media only screen and (max-width: 600px) {
    .server-catagory-container a {
   width: calc(75% - 30px);
    }
  }
  
  footer img {
      height: 6rem!important;
      margin-bottom: 2rem!important;
  }
  
  html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

footer {
    padding: 1rem 0 !important;
    background-color: #151827 !important;
    color: white;
    text-align: center;
    margin-top: auto; /* This will push the footer to the bottom */
}
  
  .card {
      border: none!important;
      border-radius: 0!important;
  }
  
  .card-header {
      border-radius: 0 !important;
  }
  
  .darker .card {
      background: #17171e!important;
  }
  .srv-label {
      background-color: #1a1d30!important;
      color: rgba(255,255,255,.75)!important;
      padding: 1rem;
      margin-top: 0px!important;
      bottom: 0px;
      font-size: 1.25rem;
  }
  
  .srv-box {
      padding-top: 0px;
      height: 200px;
      margin-bottom: 0px!important;
  }
  
  .srvbox {
      margin-top: 25px;
      margin-bottom: 50px;
      border: 1px solid transparent;
      transition: .2s ease-in-out border-color;
      -o-transition: .2s ease-in-out border-color;
      -moz-transition: .2s ease-in-out border-color;
      -webkit-transition: .2s ease-in-out border-color;
  }
  
  .srvbox:hover {
      border-color: var(--primary);
  }
  
  .srv-box::after {
      z-index: 1;
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      top: 0;
      left: 0;
      background: rgba(23, 23, 30, 0.8);
      filter: rgba(23, 23, 30, 0.8);
  }
  
    .col-md-6 {
          flex: 0 0 50%;
          max-width: 25%;
      }
  