body{
    background:#efe8d6;
    font-family:Georgia, serif;
    color:#2d2d2d;
}

a, a:visited{
    color: #000;
}
a:hover{
    color: #2B4C33;
}

/* HEADER */

.hero{
    height:60px;
    /* background:
        linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
        url("images/banner.jpg") center center; */
    background-color: #2b4c33;
    background-size:cover;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hero h1{
    color:white;
    font-size:64px;
    font-weight:bold;
    text-shadow:0 0 20px black;
}

.hero p{
    color:white;
    font-size:22px;
}

/* NAVBAR */

.navbar{
    background:#2b4c33;
}

.navbar a{
    color:white !important;
}

.navbar-brand{
    font-weight:bold;
}

/* SEARCH */

.search-box{

    margin-top:-50px;

    background:#fdfbf4;

    border-radius:12px;

    padding:30px;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

}

/* COLLECTIONS */

.collection-card{

    transition:.2s;

    border:0;

    /* background-color: #fdfbf4; */

    box-shadow:0 2px 10px rgba(0,0,0,.08);

}

.collection-card:hover{

    transform:translateY(-4px);

    box-shadow:0 10px 20px rgba(0,0,0,.15);

}

.collection-icon{

    font-size:48px;

}

.card-body {
    cursor: pointer;
}

/* FOOTER */

footer{

    background:#2b4c33;

    color:white;

    padding:40px;

    margin-top:80px;

}

.collection-card{
    border:0;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.2s;
}

.collection-card:hover{
    transform:translateY(-5px);
}

.carousel-item{
    padding:20px 10px 50px;
}

.carousel-indicators{
    bottom:-20px;
}

.carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
}

/* breadcrumbs */

.breadcrumb{

    margin-top:35px;

}

/* ---------- HEADER ---------- */

.collection-header{

    margin:15px auto 40px;

    background:#fdfbf4;

    border:1px solid #d4c8a8;

    box-shadow:0 8px 30px rgba(0,0,0,.08);

    padding:45px;

}

.collection-title{

    font-size:48px;

    margin-bottom:10px;

}

.collection-description{

    color:#666;

    font-size:19px;

    line-height:1.8;

}

.collection-meta{

    margin-top:30px;

    font-size:15px;

    color:#777;

}

/* ---------- CONTENTS ---------- */

.contents{

    background:#fcfbf7;

    border:1px solid #d8cfb5;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

    padding: 0 45px;

}

.contents h2{

    text-align:center;

    margin-bottom:50px;

    letter-spacing:4px;

}

/* ---------- YEAR ---------- */

.year{

    margin-top:60px;

}

.year-title{

    font-size:32px;

    border-bottom:2px solid #a0885b;

    padding-bottom:10px;

    margin-bottom:25px;

}

/* ---------- ENTRY ---------- */

.entry{

    display:flex;

    align-items:flex-start;

    gap:15px;

    padding:14px 0;

    border-bottom:1px dotted #d2c7ab;

    transition:.2s;

}

.entry:hover{

    background:#f6f2e8;

    padding-left:10px;

}

.number{

    width:40px;

    font-weight:bold;

    color:#777;

}

.article{

    flex:1;

}

.article-title{

    font-size:21px;

    text-decoration:none;

    color:#2c2c2c;

}

.article-title:hover{

    color:#2b4c33;

}

.meta{

    font-size:14px;

    color:#888;

    margin:4px 0 8px;

}

.description{

    color:#555;

    line-height:1.6;

}

.page{

    width:80px;

    text-align:right;

    color:#777;

}

/* ---------- SIDEBAR ---------- */

.sidebar{

    position:sticky;

    top:30px;

}

.sidebar .card{

    border:none;

    background:#fcfbf7;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.sidebar h5{

    margin-bottom:15px;

}

.sidebar a{

    display:block;

    color:#555;

    text-decoration:none;

    margin-bottom:8px;

}

.sidebar a:hover{

    color:#2b4c33;

}

.badge-sgf{

    background:#2b4c33;

}

/* paper */

.paper{

    background:#fffdf8;

    border:1px solid #d7cdb5;

    box-shadow:0 10px 35px rgba(0,0,0,.10);

    padding:60px;

}

.meta{

    width:100%;

}

.meta td{

    padding:8px;

    border-bottom:1px solid #eee;

}

.article{

    font-size:20px;

    line-height:2;

    text-align:justify;

}

.article p{

    margin-bottom:30px;

}

.section{

    margin-top:70px;

}

.comment{
    font-size: 20px;
    background:white;

    padding:20px;

    border-radius:8px;

    margin-bottom:15px;

    box-shadow:0 3px 8px rgba(0,0,0,.08);

}

.scan{

    border:1px solid #ddd;

    border-radius:8px;

    overflow:hidden;

}

.scan img{

    width:100%;

}
