@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
html,
body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  height: 100%;
}

html *,
body * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  font-size: 100%;
}

html a:hover,
body a:hover {
  color: #50B2FB;
}

html button:focus,
body button:focus {
  outline: 5px auto #50B2FB;
}

.navbar {
  background-color: #FFFFFF;
  padding-left: 3rem;
  padding-right: 3rem;
}

.navbar .navbar-container {
  padding: 0 4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar a {
  max-width: 30%;
}

.navbar a img {
  width: auto;
  height: 3rem;
}

.navbar .nav-item {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  margin-right: 30px;
}

.navbar .nav-item:last-of-type {
  margin-right: 0;
}

.navbar .nav-item.active .nav-link {
  color: #50B2FB;
}

.navbar .nav-item .nav-link {
  color: #000000;
}

.parallex {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../images/research.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/research.jpg");
  background-position: center;
  background-size: cover;
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.parallex.home-bg {
  height: calc(100vh - 4.5rem);
}

.parallex.about-bg {
  height: 40vh;
}

.parallex h1 {
  font-weight: bold;
}

.section {
  padding: 2rem 4rem;
  background-color: #f3eff5;
}

.section_title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}

.section_title.blue {
  color: #50B2FB;
}

.section .row {
  font-size: 0.9rem;
}

.section .row p {
  padding: 0.5rem 0;
  letter-spacing: 0.2px;
}

.section .equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section_image .overview_image {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_image .overview_image img {
  height: 100%;
  max-width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
  z-index: 1;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.section_image p {
  text-align: justify;
}

.section_image.overview img {
  -webkit-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
  box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
}

.section_image.about .overview_image::before {
  content: "";
  position: absolute;
  top: 3%;
  left: 0;
  bottom: -2%;
  right: 5%;
  max-width: 75%;
  margin: auto;
  background: #50B2FB;
}

.features {
  padding-left: 0;
  padding-right: 0;
}

.features_item {
  background-color: #50B2FB;
  padding: 2rem;
  color: #FFFFFF;
  border-left: 5px solid #FFFFFF;
}

.features_item:nth-child(even) {
  background-color: #000000;
}

.features_item p {
  text-align: center;
}

.page_footer {
  background-color: #000000;
  padding: 2rem;
  width: 100%;
}

.page_footer h4 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5rem 0 1rem;
}

.page_footer .footer-content {
  color: #777777;
  font-size: 0.9rem;
}

.page_footer .footer-content .list_style {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page_footer .footer-content .list_style li {
  margin-bottom: 0.5rem;
}

.page_footer .footer-content .list_style a {
  text-decoration: none;
  display: inline-block;
}

.page_footer .footer-content .list_style a:hover, .page_footer .footer-content .list_style a:active {
  text-decoration: none;
}

.page_footer .border-line {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background: #777777;
}

table thead th {
  font-weight: bold;
}

table .list_style {
  list-style: none;
  margin: 0;
  padding: 0;
}

table .list_style li {
  margin-bottom: 0.5rem;
}

.table-striped tbody tr {
  background-color: #50b2fb !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(80, 178, 251, 0.3) !important;
}

@media (max-width: 768px) {
  .features_item {
    border-top: 5px solid #ffffff;
  }
}
/*# sourceMappingURL=styles.css.map */