/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

/* html {
  position: relative;
  min-height: 100%;
} */

html,
body {
  /* margin-bottom: 30px !important; */
  font-family: "Open-Sans", sans-serif;
  height: 99%;
  /* border: 1px solid red; */
  overflow: hidden;
}

* {
  margin: 0;
}

#container1 {
  height: 100%;
  width: 100%;
  /* border: 1px solid green; */
  overflow: hidden;
}

#container2 {
  width: 100%;
  height: 99%;
  /* border: 1px solid blue; */
  overflow: auto;
  padding-right: 15px;
}

.card-header {
  background-color: #fff !important;
}

.my-branding {
  min-height: 40px;
  margin-top: 12px;
}

.my-title {
  font-size: 15px;
  position: relative;
  top: -10px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif;
}

header {
  padding: 0;
  border-bottom: 1px ridge;
  min-height: 50px;
  background-color: #fff;
  z-index: 1000;
}

.nav-item.active>.nav-link {
  background-color: transparent !important;
}

.nav-item.active>.nav-link small {
  font-weight: 400;
}

/* Carousel */

/*carousel modals */
.modal-body.my-1.py-1 p {
  margin-bottom: 8px !important;
}

.portfolio-carousel-modal.close {
  margin: 0px 0px -10px auto;
  padding: 0px 5px 5px 0px;
}

/*carousel modals */

.carousel {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#carouselButton {
  position: absolute;
  right: 0;
  bottom: 0;
}

.carousel {
  margin: 1.5rem;
}

.carousel-inner {
  height: auto;
}

/* .carousel-caption {background-color: rgba(0, 0, 0, 0.5);} */
/* .carousel-control.left {margin-left: -25px;}
.carousel-control.right {margin-right: -25px;} */

i.fa.fa-chevron-circle-left.fa-2x,
i.fa.fa-chevron-circle-right.fa-2x {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.carousel-control-prev {
  margin-left: -100px;
}

.carousel-control-next {
  margin-right: -100px;
}

.carousel-item {
  height: 320px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000;
}

.carousel-indicators {
  bottom: -50px;
}

/* !Carousel */

.content-divider-top {
  padding: 20px 0 10px;
  border-top: 1px ridge;
}

.content-divider-bottom {
  padding: 10px 0 20px;
  border-bottom: 1px ridge;
}

.navbar,
footer {
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.10),
    0 1px 5px 1px rgba(0, 0, 0, 0.10)
}

footer {
  border-top: 1px ridge rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.site-footer {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #fff;
  /* Set the fixed height of the footer here */
  line-height: 30px;
  /* Vertically center the text there */
}

a.social-link-text {
  font-size: 12px;
}

i.fa.fa-linkedin,
i.fa.fa-github {
  margin-top: 2px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {

  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* === MOBILE STYLES === */
@media (max-width: 576px) {
  body {
    overflow: hidden;
  }

  .navbar {
    box-shadow:
      0 1px 5px 1px rgba(0, 0, 0, 0.10),
      0 1px 5px 1px rgba(0, 0, 0, 0.10)
  }

  .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .2) !important;
    padding: .65rem !important;
  }

  .carousel-control-prev {
    margin-left: 0;
  }

  .carousel-control-next {
    margin-right: 0;
  }

  .carousel-item {
    height: 200px !important;
  }

  .fixed-bottom {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1030;
    background-color: #fff;
  }
}


.card-header {
  background-color: #fff !important;
}