/* Global */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #414e5e;
    font-size: 1.05rem;
}

p {
    margin-bottom: 0.6rem;
}

ul {
    padding-left: 0;
}

a {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #414e5e;
}

.row {
    --bs-gutter-x: 0;
}


/* Header */

#title {
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 2.4rem;
}

h1 {
    font-family: 'Patrick Hand', cursive;
    font-size: 3.6rem;
    text-align: right;
    margin-bottom: 0.8rem;
}

h2 {
    font-size: 1.2rem;
    text-align: right;
    text-transform: lowercase;
}


/* Navbar */

#nav-row {
    /* background-color: #c2daf2; */
    /* background-color: #c6ddf4; */
    /* background-color: #c9e1f5; */
    text-transform: lowercase;
}

.nav-tabs {
    background-color: #c9e1f5;
    --bs-nav-tabs-border-width: 0;
    --bs-nav-tabs-border-radius: 0;
    border-left: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
}

.nav-link {
    color: #39577c;
    font-size: 1.15rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border-left: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    border-top: none !important;
    border-bottom: none !important;
}

.nav-link:hover {
    color: #f7fbff;
    text-decoration: underline;
    /* --bs-nav-tabs-link-active-color: #e2eefd; */
    --bs-nav-tabs-link-active-color: #e5f0fd;
}

.active {
    --bs-nav-tabs-link-active-color: #39577c;
    --bs-nav-tabs-link-active-bg: #a7c4ec;
    --bs-nav-tabs-link-active-border-color: #fff;
}


/* Main Section */

#content-row {
    margin-left: 3rem;
    margin-right: 3rem;
}

/* Panels */

.panel {
    background-color: #e1ebf4;
    padding: 2.5rem 3rem;
}

.inner-panel {
    background-color: #fff;
    padding: 2.6rem;
}

.side-panel {
    padding: 2rem;
    margin: 2.5rem;
}

#side-panel-1{
    background-color: #527db1;
    margin-bottom: 0;
}

#side-panel-2 {
    background-color: #64c2e7;
    margin-top: 0;
}

/* Articles */

h3 {
    font-size: 1.8rem;
}

h4 {
    font-family: Diphylleia, serif;
    font-weight: 600;
    font-size: 1.05rem;
    font-style: italic;
}

hr {
    width: 75%;
    margin: auto;
    border: solid 1px;
    border-radius: 10px;
}

.separator {
    background-color: #fff;
}

.entry-date {
    margin-bottom: 1.2rem;
}

.tag {
    color: #71849b;
    font-size: 89%;
    font-style: italic;
    letter-spacing: 0.05rem;
    margin-top: 1.25rem;
    margin-bottom: 0;
}

#back-to-top {
    display: block;
    font-size: 1.15rem;
    font-style: italic;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.top-link {
    text-decoration: none;
}

.top-link:hover {
    text-decoration: underline;
}

/* Sidebar */

#sidebar {
    background-color: #88a9d7;
    
}

.sidebar-text {
    color: #fff;
}

.sidebar-text p {
    margin-bottom: 0.4rem;
}

.side-list {
    list-style-type: none;
}

.side-list a {
    color: #fff;
    text-decoration: none;
}

.side-list a:hover {
    text-decoration: underline;
}


/* Footer */

#footer-row {
    /* background-color: #c6daf4; */
    background-color: #c9e1f5;
    padding: 1.6rem 0 1.6rem 0;
}

h5 {
    color: #39577c;
    font-size: 1.05rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}
