/* Style sheet fixes for this blog */

.md-header-nav__topic{
    font-size: 15pt;
}


.md-announce__inner{
    /* upper banner */
    background-position: left 0;
    background-image: url('comtat_venaissin.jpg');
    background-repeat:repeat-x;
    background-attachment: scroll;
    margin:auto;
    height: 150px;}

.md-typeset .md-button{
    /* needed to make this smaller */
    padding: 5px 8px;
    font-size: 14pt;
    border-radius: 5px; /* rounded button */
}

.md-footer-nav{
    /* navigation on the footer */
    max-height: 80px; }

/* 

Other elements

*/



/* You tube videos */
/* .yt {
    position: relative;
    height: 0;
}
.yt iframe {
    top: 0; bottom: 0; left: 0;
    border: 0;
} */

/* caption for an image in a post */
.post-caption {
    font-size: smaller;
}

/* card for rich link previews */
.card {
    min-width: 200px;
    max-width: 500px;
    font-size: smaller;
    color: white;
    /* height: 350px; */
    background-color: #00473F;
    border-radius: 16px;
    padding: 1rem 1.5rem;
    box-shadow: -1rem 0 3rem #000;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.2s;
    margin: 30px;
}

.card-header {
    color: gray;
}

.card-title {
    font-size: larger;
    font-weight: bold;
}

.card p {
    display: block;
    margin: 2px 0 0 0;
}


.card img {
    float: left;
    height: auto;
    max-width: 200px;
}




.card a:link {
    color: white;
}

.card a:visited {
    color: whitesmoke;
}

.card a:hover {
    color: gray;
}