body {
    font-family: Arial, sans-serif;
    height: 100hw;

}

@font-face {
    font-family: "Lovely Coffee";
    /* Give your font a name */
    src: url("../fonts/LovelyCoffee-jEVeO.ttf") format("truetype");
    /* Specify font file path and format */
}

.navbar-nav .nav-link {
    display: flex;
    align-items: center;
  }
  .navbar-nav .dropdown-menu {
    right: 0;
    left: auto;
  }


#auth-section {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    margin-top: 50px;
}

.d-none {
    display: none;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
}

.btn {
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
}

.story-list .card {
    margin-bottom: 20px;
}

.comment-input {
    margin-top: 10px;
}

.comments-section {
    margin-top: 10px;
}

.box {
    padding1: 20px;
    margin-bottom: 10px;
  }

.title {
    text-transform: uppercase;
    font-size: 0.8em;
    font-kerning: auto;
    color: #0cb653;
}

.hdr {
    font-size: 2em;
    font-family: 'Open Sans';
    font-weight: 500;
}

.upper {
    text-transform: uppercase;
}

.bgr {
    font-size: 1.3em;
    line-height: 150%;
}

.small {
    font-size: 0.8em;
}

.empty-block {
    height: 25px;
    border-radius: 15px;
    height: 180px;
    border: 1px dashed silver;
    margin-bottom: 20px;
    background-color: #fafafa;
}

.alike {
    cursor: pointer;
}

#anb {
    margin-top: 45px;
    font-size: 2em;
    color: gray;
    text-transform: lowercase;
    cursor: pointer;
    font-family: "Crimson Text", serif;
}

.jblock:hover {
    background-color: #eee;
}

.jblock {
    border-radius: 20px;
}

a {
    text-decoration: none;
}

.card-title {
    background-color: #eee;
    height: 220px;
    border: 0px;
    text-transform: capitalize;
    padding: 15px;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.35em;
    color: gray;
    overflow: hidden;
    border-bottom: 1px solid silver;


}

.card-title p {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-title span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    text-transform: lowercase;
    text-decoration: overline;
}

div#bgimg {
    height: 200px;
    width: 300px;
    position: fixed;
    bottom: 0;
    right: 0;
    padding-right: 80px;
    z-index: -1;
}

div#bgimg img {
    width: 100%;
    bottom: 0;
}

#aMe:focus {
    border:0px !important;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
}

#commentsSection {
    max-height: 70vh;
    /* Adjust as needed */
}

.next-block {
    overflow: hidden;
    font-family: "Crimson Text", serif;
    padding: 15px;

}

#txtNB {
    border: 0px;
    background-color: #fafafa;
    font-family: "Crimson Text", serif;
    font-size: 1.2em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;



}



footer {
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
    padding-top: 120px;
    text-align: center;
    margin-bottom: 150px;
}


/*..........................*/

.crimson-text-regular {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
}

.crimson-text-semibold {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: normal;
}

.crimson-text-bold {
    font-family: "Crimson Text", serif;
    font-weight: 700;
    font-style: normal;
}

.crimson-text-regular-italic {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: italic;
}

.crimson-text-semibold-italic {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: italic;
}

.crimson-text-bold-italic {
    font-family: "Crimson Text", serif;
    font-weight: 700;
    font-style: italic;
}