.blog-class {
    background-color: rgb(48, 152, 243);
    color: rgb(255, 255, 255);
    margin: 40px 0px 32px;
    min-height: 334px;
    max-width: 20rem;
}

.lnk {
    color: inherit;
    text-decoration: inherit;
}

.blog-txt {
    color: var(--jaguar);
    font-family: "Architects Daughter", Architects Daughter, Arial, serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 200;
}

.h-intro {
    color: var(--jaguar);
    font-size: 30px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 275;
}

.cat-intro {
    color: var(--header-text);
    font-size: 30px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 275;
}

.bc-txt {
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
}

.blog-header {
    color: rgb(48, 152, 243);

    font-size: 65px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 275;
}

.blog-txt-sm {
    color: var(--jaguar);
    font-size: 23px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 225;
}

.blog-txt-smm {
    color: var(--jaguar);
    font-size: 18px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 225;
}

.blog-txt-tag {
    color: var(--jaguar);
    font-size: 19px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 225;
}

.blog-txt-body{
    color: var(--jaguar);
    font-size: 20px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
}

ul#horizontal-list {
	list-style: none;
    padding-left: 0px;
}

ul#horizontal-list li {
	display: inline;
}

.back-button {
    background-color: var(--header-text);
    color:  var(--jaguar);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    border: 2px solid var(--jaguar);
    border-radius: 10px;
    width: 172px;

    font-family: "Architects Daughter", Architects Daughter, Arial, serif;
    font-style: normal;
    font-weight: 200;
}

/* for the images with text overlay on cms pages */
.card-img-overlay .card-title, .card-subtitle, .card-text {
    color: var(--jaguar);
}

p.card-subtitle {
    color: var(--jaguar);
}

.card.article, .card.theme {
    border: none;
}

.img-front {
    position: relative;
    max-width: 100%;
}

.img-default {
    position: relative;
    max-width: 100%;
    background-color: rgb(48, 152, 243);
}

a:hover {
    opacity: 0.6;
}

/* to make embedded objects responsive https://docs.wagtail.io/en/v2.9/topics/writing_templates.html#responsive-embeds */
.richtext-image {
    max-width: 100%;
    height: auto;
}

.center-blog {
    margin: auto;
}

.move-right {
    float: right;
}

.page-item.active .page-link {
    background-color:  rgb(48, 152, 243);
    border-color:  rgb(48, 152, 243);
}

/* REVISIT SNIPPETS */
/* for the videos inside streamfields */
.block-video-right {
    float: right;
    margin-left: 20px;
    font: italic 12px Georgia, serif;
}
.block-video-left {
    float: left;
    margin-right: 20px;
    font: italic 12px Georgia, serif;
}
.block-video-center {
    display: grid;
    /* margin auto works here because embed adapts to size of container */
    margin: auto;
    overflow: hidden;
    font: italic 12px Georgia, serif;
}
.block-video-small {
    width: 240px;
    height: auto;
}
.block-video-medium {
    width: 480px;
    height: auto;
    max-width: 100%;
}
.block-video-large {
    width: 2400px;
    height: auto;
    max-width: 100%;
}

/* to make embedded objects responsive https://docs.wagtail.io/en/v2.9/topics/writing_templates.html#responsive-embeds */
.rich-text img {
    max-width: 100%;
    height: auto;
}
.responsive-object {
    position: relative;
}
.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.badge {
    color: black !important;
}

/* comment form */
/* #comments > div > div:nth-child(2) > div > div > form > fieldset > div:nth-child(2) {
    margin-bottom: 12px;
} */


div.form-group {
    margin-bottom: 12px;
}

/* button[type="submit"] */

 button.btn {
    color: var(--jaguar) !important;
    background-color: var(--header-text);

    
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border: 2px solid var(--jaguar);
    border-radius: 10px;

    font-family: "Architects Daughter", Architects Daughter, Arial, serif;
    font-style: normal;
    font-weight: 200;
    
}

button.btn-primary:hover {
    opacity: 0.6;
    background-color: #ececc9;
    border: 2px solid var(--jaguar);
}

button.btn-secondary:hover {
    opacity: 0.6;
    background-color: #ececc9;
    border: 2px solid var(--jaguar);
}

.comments {
    color: var(--jaguar);
    font-size: 20px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 225;
}

.py-4 {
    color: var(--jaguar);
    font-size: 20px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 225;
}

.share {
    display:flex;
    justify-content:center;
}

.flt-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

.flt-left {
    float: left;    
    margin: 0 15px 0 0;
}

.flt-right {
    float: right;    
    margin: 0 0 0 15px;
}

.caption-text {
    font-size: initial;
}

.block-video-center {
    display: grid;
    /* margin auto works here because embed adapts to size of container */
    margin: auto;
    overflow: hidden;
    font: italic 12px Georgia, serif;
}

.rich-text img {
    max-width: 100%;
    height: auto;
}
.responsive-object {
    position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Menu Navigation */
/*  */
.menu {
    background: rgba(255, 204, 0, 0.45);
    width: 150px;
    height: 100%;
    padding-left: 50px;
    position: fixed;
    z-index: 100;
    -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
    right: -130px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: var(--jaguar);
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-weight: 100;
}

.menu:hover, .menu:focus {
    transform: translate3d(-130px, 0, 0);
    animation-timing-function: 1s ease-in;
}

.menu .title {
    position: absolute;
    /* display: block; */
    top: 9%;
    font-weight: 800;
    font-size: 20px;
}

.menu .nav {
    position: absolute;
    display: block;
    top: 27%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 100;
}

.menu .nav li {
    padding-bottom: 30px;
    list-style-type: none;
}

.menu .nav li a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.menu .nav li a:hover {
    color: var(--svj-blue);
}

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

.menu a:hover {
    color: var(--svj-blue);
}

.menu_search {
    top: 3%;
    position: absolute;
}


/* COMMENT AND COMMENT FORM */

/* General comment form styling */
.card.card-block {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* Comment form title */
.card-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

/* Form Fields */
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

/* Submit Button */
.comment-form input[type="submit"],
.comment-form button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.comment-form input[type="submit"]:hover,
.comment-form button:hover {
    background-color: #0056b3;
}

/* Comment Tree Styling */
.comments {
    margin-top: 30px;
}

.comments .comment {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.comments .comment .comment-meta {
    font-size: 13px;
    color: #555;
}

/* Reply and Report Links */
.comments a.comment-reply {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.comments a.comment-reply:hover {
    text-decoration: underline;
}

.comments {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.comments .comment {
    padding: 15px;
    border-left: 3px solid #007bff;
    margin-bottom: 10px;
    background: white;
    border-radius: 5px;
    position: relative;
}

/* User avatars */
.comments .comment .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
