body {
    opacity: .5;
    animation: fadeIn 1s ease-in forwards;
}

blockquote {
    border-left: 4px solid;
    border-color: black;
    padding-left: 1em;
    font-size: 1.25rem;
    text-align: justify;
    word-wrap: break-word;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

body, .font-sans-serif {
    font-family: 'Graphik', sans-serif; 
}

a {
    text-decoration: none;
}

:root {
    --yellow-pink: linear-gradient(158deg, rgba(159, 209, 214, 0.56) 18.75%, #D9DE19 56.25%, rgba(245, 193, 241, 0.57) 79.6875%);
    --deep-purple: linear-gradient(158deg, rgba(75, 0, 130, 0.7) 18.75%, #4B0082 56.25%, rgba(138, 43, 226, 0.6) 79.6875%);
    --blue-slate: #bfdfe3;
}

.yellow-pink {
    background: var(--yellow-pink);
}

.bg-purple {
    background: #4B0082;
}

.overlay {
    background: rgba(255, 255, 255, 0.4);
}

.transparent {
    background: rgba(255, 255, 255, 0.8);
}


.bg-slate-blue {
    background-color: #bfdfe3;

}

.bg-gold {
    background-color: #ffb337;
}

.bg-gray {
    background-color: #f8f8f8;
}

.text-upper {
    text-transform: uppercase;
}
.text-red {
    color: #E21C21;
}
.text-burnt {
    color: #C1380A;
}
.text-brown {
    color: #8b6255;
}

.text-shadow { text-shadow: 2px 2px 4px #000000; }

/* the mixi I colors */
.text-rb-0 { color: #e6462c; }
.text-rb-1 { color: #F28225; }
.text-rb-2 { color: #F9D900; }
.text-rb-3 { color: #B7C256; }
.text-rb-4 { color: #B7C256; }
.text-rb-5 { color: #2367AB; }
.text-rb-6 { color: #90387C; }
.text-rb-7 { color: #D65889; }
.bg-rb-0 { background-color: #e6462c; }
.bg-rb-1 { background-color: #F28225; }
.bg-rb-2 { background-color: #F9D900; }
.bg-rb-3 { background-color: #B7C256; }
.bg-rb-4 { background-color: #B7C256; }
.bg-rb-5 { background-color: #2367AB; }
.bg-rb-6 { background-color: #90387C; }
.bg-rb-7 { background-color: #D65889; }

.HomeLink { 
    line-height: 1; 
    font-size: 32px;
    font-weight: 900;
}
.MainNav .nav-link {
    font-size: 20px;
}


h1, h2, h3, h4 {
    font-weight: 600;
}
.toc-link {
    text-decoration: none;
}

.apa p {
    line-height: 1.25em;
    padding: .25em 0;
    margin: 0;
    margin-left: 2em;
    text-indent: -2em;
}

.container {
    max-width: 980px;
    margin: 0 auto;
}

.page-title {
    text-align: center;
    position: relative;
    margin-top: 1em;
}

.page-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: black;
    margin: 10px auto 0 auto;
}

.font-serif {
    font-family: "Cormorant Garamond", serif;
}

.fs-huge {
    font-size: 3.5rem;
    line-height: 1.15em;
}
