/* @import url("https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans&family=Nanum+Gothic&family=Noto+Sans:wght@300&display=swap"); */

html {
    scroll-behavior: smooth;
}

nav {
  padding: 0px 30px;
}

img {
    border-radius: 5px;
}

hr {
  height: .9px;
  background-color: white;
  margin: .8rem auto;
  width: 250px;
}
.custom_subtitle .columns {
  margin: 0px !important;
}
.title i {
  font-size: 1em;
}

i {
  font-size: 4em;
}

.customby {
  width: 2em !important;
}

.bg {
  background: #043566;
  background: -webkit-linear-gradient(bottom, #043566, #021b34);
  background: -moz-linear-gradient(bottom, #043566, #021b34);
  background: linear-gradient(to top, #043566, #021b34);
}

.bg img {
  height: 280px;
}

.hero {
  /* background-image: url("../img/wp3744646-human-anatomy-wallpapers.jpg");  */
  background: linear-gradient(rgba(31, 44, 108, 0.75), rgba(31, 44, 108, 0.75)),
    rgba(0, 0, 0, 0.65) url("/img/jchirobg01.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: white !important;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-family: "Poppins", sans-serif;
}
