body {
    font-family: "Roboto", serif;
    font-size: 1.1rem;
}

a {
    color: #1264a3;
    text-decoration-line: none;
}

.hover-zoom {
    border: 1px solid #ced4da;
}

.hover-zoom:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* The container, hide the overflowing of child elements */
.hover-zoom .img-container {
    overflow: hidden; 
}

/* Transition property for smooth transformation of images */
.hover-zoom img {
    transition: transform .5s ease;
}

/* Transforming the image when container gets hovered */
.hover-zoom:hover img {
    transform: scale(1.5);
}

.navbar-brand {
    font-size: 2rem;
    font-weight: bold;
    color: #DFBD69 !important;
}

.navbar-nav .current {
    color: #DFBD69;
}

.nav-link {
    font-size: 1rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border: 2px solid #fff;
}

.article {
    max-width: 728px;
}

.article>.first-paragraph::first-letter {
    initial-letter: 2;
    -webkit-initial-letter: 2;
    font-weight: bold;
    margin-right: .75em;
}

.article p {
    margin-bottom: 20px;
    line-height: 30px;
}

.article-title {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.article-date {
    font-size: .8rem;
}

/* Overwrite breadcrumb with custom styling */
.breadcrumb-item {
    font-size: .9rem;
}

.breadcrumb-item a {
    text-decoration-line: None;
}

.breadcrumb-item a:hover {
    color: #1264a3;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #9c1919;
    text-underline-offset: 5px;
}

.page-hero {
    position: relative;
    margin-bottom: 2rem;
}

.page-hero-overlay {
    position: absolute;
    width: 100%;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 1px 1px 2px #333;
}

figure.quote {
    margin: 2rem 0;
    border-left: 5px solid #1a7f37;
    padding-left: 1.5rem;
}

.quote-text p {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 40px;
}

ul.my-list-group {
    list-style: none;
    margin-left: 10px;
}

.my-list-group li {
    padding: 5px 0;
}

.my-list-group li::before {
    font-family: arial, helvetica, sans-serif;
    position: relative;
    float: left;
    text-indent: -20px;
    speak: none;
    content: '\25A0';
    top: -2px;
}

.paginator a.paginator-link {
    display: inline-block;
    font-size: .9rem;
    color: #091d32;
    padding: 4px 10px;
    margin: 2px;
    text-decoration: none;
}

.paginator a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
}

.paginator a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

.movie-top-badge {
    font-size: .6rem;
}

.poem {
    font-family: Times New Roman;
    font-size: 1.3rem;
    background-color: rgb(242 239 233);
    padding: 20px;
}


.invalid-feedback {
    display: none;
}

.was-validated :invalid {
    border-color: #dc3545;
}

@media print {
    footer, #prev-next-nav {
        display: none !important;
    }
}

