/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image: url("images/hero.jpg");
  min-height: 100%;
}

.w3-bar .w3-button {
  padding: 16px;
}
.w3-text-white {
  font-size: 24px !important;
}

#square {
  width: 8px;
  height: 8px;
  background: #454545;
  margin-top: -22px;
}
.border-sq {
  border-bottom: 4px solid #454545 !important;
  margin-right: 60px;
  margin-bottom: 0.7rem !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (scripting: enabled) {
  [loading="lazy"] {
    opacity: 0;
    transition: opacity 1.5s;
  }
}

.w3-input {
  width: 60% !important;
}

/* Form Elements */

.bg-body {
  width: 60% !important;
  background-color: rgb(236, 236, 236) !important;
}

@media only screen and (max-width: 600px) {
  .bg-body {
    width: 100% !important;
  }
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.rounded {
  border-radius: 0.375rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}

.form-label {
  margin-bottom: .5rem;
}

label {
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}



.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #595c5f;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(1px) * 2));
}

.d-none {
  display: none !important;
}

.gap-2 {
  gap: .5rem !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.w-100 {
  width: 100% !important;
}
.d-flex {
  display: flex !important;
}

.btn-lg {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.btn-primary {
  color: #FFF !important;
  background-color: #000 !important;
  border-color: #929292 !important;
  hover-color: #fff;
  hover-bg: #0b5ed7;
  hover-border-color: #0a58ca;
  focus-shadow-rgb: 49,132,253;
  btn-active-color: #fff;
  btn-active-bg: #0a58ca;
  btn-active-border-color: #0a53be;
  btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  btn-disabled-color: #fff;
  btn-disabled-bg: #0d6efd;
  btn-disabled-border-color: #0d6efd;
}

.btn {
  btn-padding-top: 0.75rem;
  btn-padding-bottom: 0.375rem;
  btn-font-family: ;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  btn-color: #212529;
  btn-bg: transparent;
  btn-border-width: 1px;
  btn-border-color: transparent;
  btn-border-radius: 0.375rem;
  btn-hover-border-color: transparent;
  btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  btn-disabled-opacity: 0.65;
  btn-focus-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  display: inline-block;
  padding: 0.5rem 0rem;
  font-family: ;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #0d6efd;
  border-radius: 0.5rem;
  background-color: #0d6efd;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary:hover {
    color: #212529 !important;
    background-color: #cccccc !important;
    border-color: #919191 !important;
}
