body {
    background-color: #121212;
    color: #ededed;
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 16px;
}

/* HEADER */

.navbar-brand {
    padding-top: 25px;
}

.navbar-brand h1 {
    /* Blog Name */
    color: #e8e8e8;
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 90px;
}

.navbar-brand a:hover,
.navbar-brand a:focus {
    text-decoration: none;
}

.navbar-brand p span {
    /* tagline */
    font-size: 0.7em;
    font-style: italic;
}

.nav-item {
    border-radius: 10px;
    padding: 0 1em;
    margin: 0 0.5em;
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-header button.navbar-toggler {
    clear: both;
    margin-top: 30px;
}

/* END HEADER */

/** MAIN BODY **/

#main-container.container {
    /* padding: 0; */
    padding-left: 2em;
    margin: auto;
}

.row {
    justify-content: center;
}

.dp {
    padding: 0px;
    margin: 20px 0px;
    border-style: solid;
    border-radius: 50%;
    border-width: 2.5px;
    border-color: #009ab3;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.channel-type {
    font-size: 0.6em;
}

a:hover.link-text,
a:focus.link-text {
    text-decoration: none;
}

a.link-text {
    color: #e8e8e8;
}

/* MAIN CONTENT */
#main-content {
    align-content: center;
    border-radius: 10px;
    margin: 1em 0.5em;
    /* background-color: rgba(0, 0, 0, 0.3); */
    /* font-size: 0.75em; */
}

#main-content > section {
    align-content: center;
    border-radius: 10px;
    margin: 1em 0.5em;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1.25em;
    padding: 20px;
}

.article-title {
    font-size: 1.5em;
    font-weight: bold;
}

.article-info {
    font-size: 0.75em;
    padding-top: 1em;
}

/* END MAIN CONTENT */

/** END MAIN BODY **/

/* FOOTER */
footer {
    /* font-family: "Arial"; */
    /* font-size: 0.5em; */
}
/* END FOOTER */

/* ABOUT PAGE */

.about-bottom {
    background-color: #2e2e2e;
    border-radius: 10px;
    margin: 1em 0.5em;
    padding: 10px;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about-page-top {
    font-size: 1em;
    margin-right: 15px;
}

#about-page-top-name {
    padding-bottom: 15px;
    font-size: 2em;
    font-weight: bold;
}

#about-page-bottom-title {
    padding-bottom: 15px;
    font-size: 2em;
    font-weight: bold;
}

#about-page-bottom {
    margin-right: 15px;
}

#about-page-book {
    margin-right: 15px;
}

#book-title {
    font-size: 2em;
}

#contact-me {
    background-color: #2e2e2e;
    border-radius: 10px;
    margin: 1em 0.5em;
    padding: 10px;
}

#contact-me-title {
    padding-bottom: 15px;
    font-weight: bold;
}

.social-icons {
    font-size: 1.5em;
}

div#socials > a {
    padding: 0.5em;
}

.about-container {
    align-content: center;
    border-radius: 10px;
    margin: 1em 0em;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 0.75em;
}

.about-row > .about-bottom {
    font-size: 15em;
}

#book-frame {
    background-color: #2e2e2e !important;
}

.kp-bookcard-container {
    background: #2e2e2e !important;
}

.kp-bookcard-button,
.kp-bookcard-primary-button {
    color: #e8e8e8 !important;
}

/* END ABOUT PAGE */

/**** EXTRA SMALL DEVICES ****/

/*  Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */

@media (max-width: 576px) {
    .col-xs {
        font-size: 0.5em;
    }

    /* ABOUT PAGE */

    #about-row {
        margin: 0;
        padding: 0;
    }

    /* END ABOUT PAGE */
}

/**** END EXTRA SMALL DEVICES ****/

/* Small devices (landscape phones, 576px and up)  */
@media (min-width: 576px) {
    /* ABOUT PAGE */

    #about-row {
        margin: 0;
        padding: 0;
    }

    /* END ABOUT PAGE */
}

/* END of Devices with screen less than 768 */

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* ABOUT PAGE */

    .social-icons {
        height: 1.3em;
        width: 1.3em;
    }

    div#socials > a {
        padding: 0.2em;
    }

    /* END ABOUT PAGE */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* ABOUT PAGE */

    .social-icons {
        height: 2em;
        width: 2em;
    }

    div#socials > a {
        padding: 0.3em;
    }
    /*END ABOUT PAGE */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* ABOUT PAGE */

    div#socials > a {
        padding: 0.5em;
    }

    /*END ABOUT PAGE */
}
