

@font-face {
    font-family: andada;
    src: url(../fonts/andada.otf);
}

@font-face {
    font-family: alte-bold;
    src: url(../fonts/alte-haas-grotesk.bold.ttf);
}

@font-face {
    font-family: alte;
    src: url(../fonts/alte-haas-grotesk.regular.ttf);
}

@font-face {
    font-family: libtertine;
    src: url(../fonts/LinLibertine_R.ttf);
}


/*    HTML elements  */

body {
    background-color: #fff;
}

h1,
h2 {
    font-family: alte-bold;
}


h3,
h4,
h5,
h6,
.button {
    font-family: alte-bold;
    text-transform: uppercase;
}


p,
a,
li,
input {
    font-family:
        "Helvetica Neue",
        Helvetica,
        Roboto,
        Arial,
        sans-serif;
}

article {
    padding: 10px;
}

blockquote {
    color: #666;
    border-left: 3px solid #444;
}

/*     FOUNDATION overrides     */


.button,
.button.disabled,
.button[disabled],
.button.disabled:hover,
.button[disabled]:hover,
.button.disabled:focus,
.button[disabled]:focus {
    background-color: #111;
    color: #fefefe;
}



.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 0.25rem 0.5rem 0.5rem 0.5rem;
    background-color: #ccc;
    color: #0a0a0a;
    border: 1px solid #111;
}


.callout.primary {
    background: #fff;
    border: none;
    color: #000;
    border: 1px solid #111;
}


/*    CUSTOM classes  */

#profile-pic {
    width: 100%;
    padding-bottom: 15px;
}

.main-logo-cell {}

.menu-button:focus {
    color: #e90000;
    border-bottom: 1px solid #111;
    background: none;
}

.menu-button {
    border-color: #111;
    background-color: #fefefe;
    color: #111;
    border: 1px solid transparent;
}

.undisplay {
    display: none;
}

.menu-button:hover {
    background-color: #111;
    color: #fefefe;
}

.active {
    color: #e90000;

    @media (max-width: 640px) {
        border: 1px solid #111;
    }
}

.bold-text {
    font-weight: 600;
}

.button-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #111;
    padding: 5px;
}

.date_p {
    font-style: italic;
    text-align: right;
}

.social_button_container {
    align-items: center;      /* vertically align items in the center */
    width: 100%;
}

.button.social {
    background-color: #000;
    padding: 7px;
    margin-bottom: 0px;
    margin-right: 4px;
    text-decoration: none;
    align-items: center;      /* center content vertically inside each button */
    color: white;
}


.button.social:hover,
.button.social:focus {
    background-color: #1a5aef;
    color:#f5f5f5;
}


.button.CTA {
    background-color: #111;
    color: white;
    border: none;
    -webkit-transition: border 0.25s ease-out, color 0.25s ease-out, background-color 0.25s ease-out;
    transition: border 0.25s ease-out, color 0.25s ease-out, background-color 0.25s ease-out;
}

.button.CTA:hover,
.button.CTA:focus {
    background-color: #1a5aef;
    color: #fff;
}


.middle-thing {
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    flex: 25%;

    @media (max-width: 472px) {
        flex: 50%;
    }
}



.music-img {
    float: left;
    height: 150px;
    margin: 5px 7px 2px 0px;

    @media (max-width: 430px) {
        height: 100px;
    }


    @media (max-width: 736px) {
        height: 104px;
    }
}

.music-CTA-lg {
    display: '';

    position: absolute;
    bottom: 0;
    margin-bottom: 0;

    @media (max-width: 736px) {
        display: none;
    }

    @media (max-width: 640px) {
        display: inline-block;
    }

    @media (max-width: 512px) {
        display: none;
    }
}

.music-CTA-sm {
    display: none;
    margin-top: 5px;

    @media (max-width: 736px) {
        display: inline-block;
    }

    @media (max-width: 640px) {
        display: none;
    }

    @media (max-width: 512px) {
        display: inline-block;
    }
}

.music-details {
    position: relative;
    min-height: 100%;
    width: 100%;

    padding-bottom: 0;
}


.book-details {
    height: 100%;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
}

.book-img {
    float: left;
    height: 180px;
    margin: 4px 5px 0px 0px;

    @media (max-width: 800px) {
        height: 150px;
    }


    @media (max-width: 430px) {
        height: 120px;
    }
}

.book-img-wrap {
    float: left;
    width: 30%;
    margin-right: 10px;
}

.book-desc {   /* or word-wrap: break-word; */
}

.book-CTA {
    margin: 5px 5px 0px 0px;
}


.hr {
    border-top: 1px solid #111;
}



.main-wrapper {
    min-height: 100vh;
    width: 100vw;
}

.get-it {
    text-align: center;
}

.music-container {
    width: 100%;
    display: flex;
}

.book-container {
    width: 100%;
    display: flex;
}

.book_callout{
    background-color: #f0f0f0;
    border: 1px solid #000;
}

.grid-test {
    border: 1px dotted blue;
}

.centered-image-container {
    text-align: center;
}

.book-links-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


.books_page_text {
    color: #f5f5f5;
    text-shadow: 3px 3px 7px red;
}

.content_title {
    border-bottom: 2px solid yellow;
    margin-top: 11px;
    color: yellow;
    display: none;
}

.section-title {
    background-color: #fff;
    border: none;
    margin: none;
    padding: none;
}

.section-title-text {
    text-align: left;
    color: #e90000;
    margin: none;
    padding: none;
}


.blog_link {
    font-family: 'alte-bold';
    font-size: large;
    color:#222;
    margin: 0px 3px 0px 3px;
    padding: 0px 3px 0px 3px;
}

.blog_link:hover {
    color:#e3dede;
    background-color: #1f1f1f;
}

.blog_link_cats{
    font-family: 'alte';
}

.attribution {
    font-style: italic;
    color:#222;
    margin-left: 15px;
    margin-top: -10px;
    padding-top: 0px;
}

/*    CUSTOM ids      */


.more_books_link {
    color: red;
    text-align: right;
}

#pattmayne_img {
    margin: auto;
    height: 200px;
    border: 4px solid #222;
}

#the_title {
    color: black;
}

#footer-text {
    font-size: 25px;
    color: black;
    text-align: right;
    font-family: alte-bold;
}



#books_box {}

#music_box {}

#about_box {

}

#podcasts_box {}

#twitter_pic {
    padding-right: 0px;
    height: 21px;
}

#yt_pic {
    padding-right: 7px;
    height: 21px;
}

#substk_pic {
    padding-right: 7px;
    height: 21px;
}


#books-page-title {
    border-bottom: 3px dotted red;
}

#fuckbutton{
    visibility: hidden;
}

#posts_list_box {
    border: 1px solid #111;
    display: inline-block;       /* Make the div shrink to fit content */
    max-width: 100vw;             /* Prevent it from exceeding the viewport width */
    margin: 15px;               /* Center the div if desired */
    box-sizing: border-box;       /* Include padding/border in width calculations if needed */
    /* Optional: add some padding for spacing inside the div */
    padding: 10px;

    @media (max-width: 640px) {
        width: 100vw;
        margin-left: 0px;
        margin-right: 0px;
        border: none;
        padding-top: 0px;
    }
}

#more_posts_list_box {
    margin-left: 15px;
    padding: 10px;
    border: 1px solid #111;
    width: 700px;
    max-width: 700px;

    @media (max-width: 700px) {
        width: 100%;
        margin-left: 0px;
        border-left: none;
        border-right: none;
        border-top: none;
        padding-top: 0px;
    }
}

/* BLOG ARTICLE STYLING */

  .article, .article p {
    font-family: sans-serif, Arial, 'libtertine', 'alte';
    font-size: x-large;
  }

  #article_container {
    margin-left: 15px;
    margin-bottom: 10px;
    padding: 10px;
    width: 700px;
    max-width: 700px;
    background-color: #f1eeeb;
    border: 1px solid #111;

    @media (max-width: 700px) {
        width: 100%;
        margin-left: 0px;
        border-left: none;
        border-right: none;
    }
  }

  /* Optional: clear floats after the paragraph if needed */
  .clearfix::after {
    content: "";
    display: table;
    clear: both;
  }