#header {
  width: 100%;
  background-color: #812990;
  border-bottom: 10px solid rgba(0,0,0,0.2);
}

body {
  background-color: rgb(255,255,255);
}

#logo {
  width: 75px !important;
  float: left;
  margin-right: 10px;
}

.nav-item {
  font-size: 15px;
}

#feature {
  width: 100%;
  height: 20vh;
  background: #dddddd;
}

#content {
  width: 100%;
  text-align: center;
  padding: 60px 0;
}

.title {
  width: 100%;
  font-family: Constantia;
}

p {
  font-family: Constantia;
  font-size: 15px;
  opacity: 0.50;
}

.companyinfo {
  font-size: 14px;
  opacity: 0.60;
}

#footer-logo {
  margin: 10px 0;
}

.form-group {
  margin-bottom: 20px !important;
}

.navbar-light .navbar-toggler {
  border: 0;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px dashed #dee2e6;
}

.table-responsive {
  margin: 15px 0;
  padding: 15px;
  background: #a7a7a712;
}

.img-fluid {
  height: 200px;
  object-fit: cover;
  width: 100%;
  border: 1px solid #eee;
}

#feature img {
  width: 100%;
  height: 20vh;
  object-fit: cover;
  filter: brightness(44%) grayscale(100%);
}

#people {
  background-color: #812990;
  width: 100%;
  text-align: center;
  padding: 60px 0;
  color: #fff;
  border-top: 10px solid rgba(0,0,0,0.2);
  border-bottom: 10px solid rgba(0,0,0,0.2);
}

#people img, #people-mob img {
  border-radius: 100px;
  height: 100px;
  margin-bottom: 20px;
}

#people .container .row div, #people-mob .container .row div {
  margin: 30px 0;
}

#people hr, #people-mob hr {
  border-top: 1px solid rgba(255,255,255,.1);
}

#logoarea {
  /*display: none;*/
  opacity: 0.85;
}

.people-container p {
  font-family: 'Constantia Bold';
  opacity: 1;
}

.people-container span {
  font-family: Constantia;
  opacity: 0.5;
}

.people-container a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  color: #fff;
  filter: grayscale(100%);
  transition: ease-in-out filter .3s;
}

.people-container a:hover {
  filter: grayscale(0%);
  transition: ease-in-out filter .3s;
  text-decoration: none;
}

.item.social a {
  margin-top: 0 !important;
}

.form-control:focus {
  color: #ffffff;
  background-color: transparent !important;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #ffffff;
  padding-right: calc(1.5em + .75rem);
  background-image: url([svg]);
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

::placeholder {
  color: #fff !important;
}

.form-control {
}

@media (max-width: 992px) {
  #people {
    display: none;
  }
}

@media (min-width: 992px) {
  #people {
    display: block;
  }
}

@media (min-width: 992px) {
  #people-mob {
    display: none;
  }
}

@media (max-width: 992px) {
  #people-mob {
    display: block;
  }
}

#people-mob p {
  font-family: constantia !important;
}

.gallery-photos img {
  object-fit: cover;
  height: 200px;
  min-width: 200px;
}

