.shadow-box {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#header-contact {
  /*font-size: 28px;*/
  color: #000080;
  /*font-weight: bold;*/
}

@media (min-width: 576px) {
  #header-contact {
    font-size: 28px;
    /*color: #000080;*/
    font-weight: bold;
  }
}

@media (max-width: 1199px) {
  #header-contact p {
    display: block;
    /*float: left;*/
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  #header-contact p {
    margin: 0;
  }
}

.bg-primary {
  background-color: #000080 !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

.bg-success {
  background-color: #508b30 !important;
}

.bg-info {
  background-color: #3477d0 !important;
}

.bg-warning {
  background-color: #F26B22 !important;
}

.bg-danger {
  background-color: #eb3d28 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-white {
  background-color: #fff !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-success {
  border-color: #508b30 !important;
}

.border-light {
  border-color: #B1DCDB !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50%;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #000080 !important;
}

.text-success {
  color: #508b30 !important;
}

.text-warning {
  color: #F26B22 !important;
}

.text-danger {
  color: #eb3d28 !important;
}

.text-light {
  color: #B1DCDB !important;
}

a {
  color: #000080;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #000034;
  text-decoration: underline;
}

.btn-outline-primary {
  color: #000080;
  background-color: transparent;
  background-image: none;
  border-color: #000080;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #000080;
  border-color: #000080;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 128, 0.5);
}

.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #000080;
  border-color: #000080;
}

.collapse-partial.collapse:not(.show) {
  display: block;
  height: 400px;
  width: auto;
  overflow: hidden;
}

[data-bs-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}

@media (min-width: 1200px) {
  #intro-header {
    margin-top: -60px;
  }
}

#job-cards .card img {
  object-fit: cover;
  height: 200px;
}

#job-cards .card-body .facts span {
  padding: 0 0 10px 0;
  font-weight: bold;
  display: block;
  font-size: 12px;
}

#job-cards .card-body .facts i {
  font-size: 22px;
  color: #000080;
  vertical-align: #middle;
  float: left;
  width: 22px;
  margin-right: 5px;
}

.bg-texture1 {
  background-image: url("../../assets/img/background-3246124-3.png");
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  transition: all .3s;
  color: #fff;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

