
@import url("/assets/bootstrap-2ce93619.css"); /* css written after bootstrap will override it (So we have control) */
@import url("/assets/actiontext-f5d537aa.css");
@import url("https://unpkg.com/trix@2.0.8/dist/trix.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

/* Julsapp-live css files */
@import url("/assets/_album-d0e33fff.css");
@import url("/assets/_admin_album-1a1d2db6.css");
@import url("/assets/_music-8d0796af.css");
@import url("/assets/_categories-e3803940.css");
@import url("/assets/_home_page-d5d21f2d.css");
@import url("/assets/_blog_posts-9634c8ae.css");

/*adding my personal font */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: normal;
src: url("/assets/Lato-Regular-3df94fc9.woff") format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
src: url("/assets/Lato-Bold-7be3696d.woff") format('woff');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
src: url("/assets/Lato-Italic-d5ad1d22.woff") format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 100;
src: url("/assets/Lato-Hairline-525d10e7.woff") format('woff');
}

body {
  background-color: black;
  font-family: Lato;
}

.admin-button-container {
  position: relative;
  bottom: 0px;
  margin: auto;
  margin: 15rem 50% 0% 50%;
}

.lockbutton {
  position: absolute;
  background-color: black;
  translate: -50%;
  font-size: 1rem;
  padding: .5rem 3rem;
  font-weight: 900;
  border: 1px solid white;
  border-radius: 2rem;
  bottom: 1rem;
}

.back-button {
  text-align: center;
  display: block;
  margin: 1rem auto;
  font-weight: 900;
  width: 10%;
  padding: 1% 2% 1% 2%;
  background-color: black;
  color: white;
  border-radius: .25rem;
  text-decoration: none;
  color: white;
}

.action-button {
  background-color: white;
  margin: auto;
  color: black;
  width: 30%;
  border-radius: .25rem;
  font-weight: 900;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  bottom: 2rem;
}

.content {
  padding-top: 71.5px;
}
@media screen and (max-width: 600px) {
  .content {
    padding-top: 79.59px;
  }
}


.app-css.top-bar {
    z-index: 1;
    position: fixed;
    top: 0px;
    margin: auto;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: center;
    border-color: white;
    background: black;
}

.app-css.top-bar .nav-link.active {
    color: white;
    text-decoration: none;
    font-size: 25px;
}

.app-css.top-bar ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: white;
    display: block;
    margin: auto;
    transition: 0.4s;
}

.app-css.top-bar ul li:hover::after {
    width: 100%;
}

.app-css.top-bar ul li {
    flex: 1;
    text-align: center;
    letter-spacing: 5px;
    list-style: none;
    display: inline-block;
    padding: 8px 40px;
    position: bottom;
}

.app-css.top-bar navbar-nav {
    display: flex;
    margin-top: 10%;
    justify-content: space-between;
    align-items: center;
}

.app-css.top-bar .navbar-toggler {
    position: relative;
    margin: 5% auto;
    color: white;
    text-decoration-color: white;
    background-color: white;
}

.app-css.top-bar .navbar-toggler .navbar-toggler-icon {
}

.app-css.top-bar #navbarSupportedContent {
    justify-content: center;
}

.visitor-message
{
  color: orange;
  padding: 1%;
  margin: 1%;
}

.background {
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}

/* blog posts and albums use same header image style */
img.header-img {
  margin: auto;
  height: 432px;
  width: 432px;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  border-radius: 2rem;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.drag-handle {
  cursor: grab;
  border-radius: 2px;
  border: 1px solid #7694dc;
  background-color: #b5c4e6;
  width: 100px;
  justify-content: center;
}

.drag-handle:active {
  cursor: grabbing;
}

/* admin dashboard */
.dashboard.index {
  .album-small {
    min-height: 90px;
    margin: 2%;
  }
  .category-card {
    background-color: #efefef;
    text-decoration: none;
    color: black;
  }
  .album-card {
    height: 290px;
    margin-right: 3%;
    margin-bottom: 3%;

    .title {
      font-size: 18px;
      text-align: center;
      background-color: white;
    }
  } /* end album card */
  .dashboard-panel {
    margin: 1%;

    min-width: 512px;
    max-width: 30%;
    background-color: white;
  }
} /* end admin dashboard */

.admin-album {
  background-color: white;
}

.category-blogs-container {
  display:flex;
  margin: auto;
  width: max-content;
}
