body {
  font-family: 'Julius Sans One', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');
img {
  max-width: 100%;
}
.carousel-indicators li {
  background-clip: unset;
  border-top: none;
  border-bottom: none;
  opacity: 1;
  transition: opacity 0.6s ease;
  border-radius: 1em;
  width: 0.8em;
  height: 0.8em;
  border: solid 1px #fff;
  background-color: transparent;
  margin: 0 0.4em;
}
.navbar-brand img {
  /* min-height: 50%; */
  /* max-height: 50%; */
  height: 3em;
}
.so_link {
  display: inline-block;
  text-align: right;
}
.so_link img {
  max-width: 15%;
  margin-left: 1em;
}
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
  top: 50%;
}
.carousel-indicators .active {
  opacity: 100;
  background-color: #fff;
}
h5 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-family: "garamond";
}
footer {
  background-color: #3f3f3f;
  padding: 0em 0;
  position: absolute;
  z-index: +9;
  bottom: 0;
  width: 100%;
  color: #969696;
  font-family: "Times New Roman", "serif";
}
footer img {
  max-width: 4.5%;
  text-align: center;
  margin: auto 0.8%;
}
footer img:hover {
  filter: brightness(0.5);
}
footer .container-fluid{
	    padding: 0rem 2.1rem;
}
.carousel-indicators {
  bottom: 15%;
}
.desk {
  display: block;
  width: 100%;
}
.mobile {
  display: none;
}
@media (max-width:767.98px) {
  body {
    background-color: #004769;
    height: 100vh;
    position: relative;
  }
  .desk {
    display: none;
  }
  .mobile {
    display: none;
  }
  .fixed-top {
    position: relative;
  }
  footer img {
    max-width: 9%;
    margin: auto 3%;
  }
  footer {
    padding: 2.2em 0;
    padding-top: 0em;
    padding-bottom: 1.5em;
  }
  .navbar-brand img {
    height: 3.3em;
  }
  h5 {
    font-size: 1.6em;
  }
  .carousel-indicators {
    bottom: calc(100% - 77%);
  }
  .carousel-caption {
    top: 35%;
    padding-left: 10%;
    padding-right: 10%;
  }
  .it1 {
    background-image: url("../images/banner1_m.jpg");
    background-repeat: no-repeat;
    height: 85vh;
    background-size: cover;
  }
  .it2 {
    background-image: url("../images/banner3_m.jpg");
    background-repeat: no-repeat;
    height: 85vh;
    background-size: cover;
  }
  .it3 {
    background-image: url("../images/banner2_m.jpg");
    background-repeat: no-repeat;
    height: 85vh;
    background-size: cover;
  }
}