@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
}

/* HOME Section */
#home {
  width: 100%;
  min-height: 630px;
  background-color: #e6e6e6;
  background-image: url(../images/cell.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../images/bio-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(173, 173, 173, 0.45);
}

.logo {
  display: block;
  position: absolute;
  z-index: 2;
  left: 2em;
  top: 1em;
}

.main-navigation {
  margin-top: 2.3em;
}

#main-nav {
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
  transition: 1s;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.57) 0%, transparent 100%);
  background-repeat: no-repeat;
  background-position: center;
}

#main-nav .navbar-brand {
  position: relative;
}

#menu-main-menu li {
  transition: all 0.2s ease-in-out;
}

#menu-main-menu>li {
  margin-left: 30px;
}

.navbar-light #menu-main-menu>li {
  text-align: center;
  margin-bottom: 1em;
}

#menu-main-menu a {
  border-bottom: 1px solid transparent;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}

#menu-main-menu a:hover {
  border-bottom-color: rgba(51, 51, 51, 0.5);
}

.navbar-light #menu-main-menu a.active {
  border-bottom-color: rgba(51, 51, 51, 0.5);
}

#main-nav.navbar-light {
  background-color: rgba(255, 255, 255, 0.95);
  background-image: none !important;
}

.navbar-light #menu-main-menu a {
  color: #333;
}

#main-nav .navbar-brand img.brand-logo {
  opacity: 0;
  position: absolute;
}

#main-nav .navbar-brand img {
  transition: .5s;
}

#main-nav.navbar-light img.brand-logo {
  opacity: 1;
}

/* Products section */

#products {
  background-color: #fff;
  min-height: 670px;
  width: 100%;
}

#products h3 {
  font-size: 32px;
  color: #888;
  margin: 40px 0 10px;
}

#products h5 {
  background-color: #2b56e0;
  color: #fff;
}

/* Publications section */

#publications {
  background-color: #eaeaea;
  min-height: 670px;
  width: 100%;
}

#publications h3 {
  font-size: 32px;
  color: #888;
  margin: 40px 0 10px;
}

#publications .card {
  background-image: url(../images/medical-publication-icon.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 4em;
  height: 160px;
}

#publications .card:hover {
  border: 1px solid #888;
}

#publications .card-text {
  min-height: 63px;
  font-size: 14px;
  color: #888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#publications .card-body a {
  width: 9em;
  justify-content: center;
}

#publications .card-body a i {
  font-size: 1.2em;
  margin-top: 2px;
}

/* About Section */
#about {
  background-color: #ccc;
  min-height: 670px;
  width: 100%;
}

#about h3 {
  font-size: 32px;
  color: #888;
  margin: 40px 0 10px;
}

.parameters {
  margin: 0 auto;
}

.parameters li {
  text-align: left;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.parameters li a {
  font-size: 1em;
  text-decoration: none;
  color: #555;
}

.parameters li a:hover {
  color: #2b56e0;
}

.pdf-ctnr a {
  cursor: pointer;
  width: 100%;
  height: 80px;
  display: block;
  margin: 0 auto;
  color: #2b56e0;
  text-decoration: none;
}

.pdf-ctnr a:hover {
  text-decoration: none;
}

/* Team Section */
#team {
  background-color: #fff;
  min-height: 670px;
  width: 100%;
}

#team h3 {
  font-size: 32px;
  color: #888;
  margin: 40px 0 10px;
}

.rounded-circle {
  max-width: 150px;
  border-radius: 50% !important;
}

.z-depth {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
}

.member-name {
  font-size: 1.3em;
  font-weight: 700;
  margin-top: 30px;
}

.member-position {
  color: #2b56e0;
}

.member-description {
  color: #aaaaaa;
}

.member-social {
  padding: 5px;
  margin: 0 5px;
  color: #2b56e0;
}

/* contact Section */
#contact {
  background-color: #ccc;
  min-height: 670px;
  width: 100%;
}

#contact h3 {
  font-size: 32px;
  color: #888;
  margin: 40px 0;
}

#contact .address h4 {
  font-size: 22px;
  color: #2b56e0;
}

#contact .address address {
  font-size: 16px;
  color: #888;
  margin-bottom: 0.7em;
}

#contact .address address a {
  font-size: 18px;
  color: #2b56e0;
  text-decoration: none;
}

#contact .address address a:hover {
  font-size: 18px;
  color: #888;
  text-decoration: none;
}

#contact .my-form label {
  color: #888;
}

#contact .my-form button {
  color: #fff;
  border: none;
  font-size: 16px;
  margin-bottom: 3em;
  padding: 10px 0;
  transition: 0.5s all;
  text-transform: capitalize;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

#contact .my-form button:hover {
  color: #fff;
  font-weight: bold;
  background-color: #2b56e0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

/* Footer Section */
footer {
  width: 100%;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background-color: #2b56e0;
}

footer p {
  color: white;
  margin: 0;
  font-size: 0.8em;
  font-weight: 100;
}

/*========= Go To Top ===========*/
.gototop a {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #2b56e0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px 0 0 5px;
  opacity: 0.4;
}

.gototop a:hover {
  opacity: 1;
  color: #fff;
}

.gototop a:focus {
  color: #fff;
}

/* MEDIA QUERIES */

@media screen and (max-width: 992px) and (min-width: 320px) {
  .gototop {
    display: none;
  }
}