@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&family=Open+Sans:ital,wght@0,300;0,700;1,400;1,800&family=Tilt+Prism&display=swap");
body {
  font-size: 14px;
  font-family: "Lato", sans-serif;
}

.nav-elem {
  list-style: none;
}

.nav-elem--mobile {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  padding: 0;
}

.nav-elem-item {
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
  border-bottom: solid thin white;
}

.nav-elem-item::hover {
  color: rgba(83, 83, 83, 0.8509803922);
}

.nav-elem-item .fa {
  margin-right: 25px;
}

.header1 {
  font-size: 2rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

.header2 {
  font-size: 1.6rem;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header3 {
  font-size: 1.35rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header--fancy {
  font-family: "Tilt Prism", cursive;
}

.mobile-sidebar {
  right: 0;
  left: auto;
  top: 0;
  background-color: #e7e1db;
  height: 100vh;
  padding: 15px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.nav-link {
  color: inherit !important;
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (max-width: 420px) {
  body {
    font-size: 14px;
  }
  .header-cover {
    height: 70vh;
  }
  .navbar-brand > img {
    width: 50px !important;
  }
  .overlay-text {
    bottom: 20% !important;
  }
}
@media screen and (max-width: 280px) {
  body {
    font-size: 12px;
  }
  .overlay-text {
    bottom: 8% !important;
  }
}
.card-image {
  border-bottom: solid thin #ccc;
}

.search-height {
  height: 50px;
}

.ims-primary-btn {
  background-color: rgb(221, 151, 95) !important;
  color: white !important;
  border-color: rgb(221, 151, 95) !important;
}

.ims-btn-outline-primary {
  border-color: rgb(221, 151, 95) !important;
}

.ims-secondary-btn {
  background-color: rgb(79, 76, 75) !important;
  color: white !important;
  border-color: rgb(79, 76, 75) !important;
}

.ims-btn-outline-secondary {
  border-color: rgb(79, 76, 75) !important;
}

.cover-name {
  color: #eec39c;
  font-weight: bold;
  text-transform: uppercase;
}

.navbar {
  width: 100%;
  top: 0;
  z-index: 5;
  background-color: rgba(248, 249, 250, 0.368627451);
}

.navbar-brand > img {
  width: 70px;
}

.overlay {
  background-color: rgba(83, 83, 83, 0.8509803922);
  top: 0;
}

.overlay-text {
  bottom: 40%;
  width: 100%;
  color: white;
  text-align: center;
}

.cover-image > img {
  max-width: 100%;
  top: 0;
  height: 100%;
}

.section-header {
  background-color: #edf1f4;
}

.content-section {
  background-color: #dee3e6;
  min-height: 70vh;
}

.sidebar--hidden {
  right: -70%;
}

.sidebar--slide {
  transition: right 1s ease-out;
}

@media screen and (min-width: 420px) {
  .card-image {
    border-bottom: none !important;
    border-right: solid thin #ccc;
  }
}
.pri-color {
  color: rgb(221, 151, 95);
}

.sec-color {
  color: rgb(79, 76, 75);
}

.bg-pri {
  background-color: rgb(221, 151, 95);
}

.bg-sec {
  background-color: rgb(79, 76, 75);
}

.bg-pri-light {
  background-color: #fdf5ef;
}

.container--login {
  min-height: 100vh;
}

.login-form {
  border-radius: 6px;
  color: white;
}

@media screen and (min-width: 450px) {
  .container--login {
    background-image: url(../../img/bgs/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .login-form {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: rgba(20, 20, 20, 0.7607843137) !important;
  }
  .login-form button, .login-form .form-control {
    height: 55px;
  }
  .login-form button {
    background-color: #5d4c3e !important;
    border-color: #5d4c3e !important;
  }
  .login-overlay {
    background-color: rgba(101, 99, 99, 0.631372549);
  }
}

/*# sourceMappingURL=home.css.map */
