
.banner{
    width: 100%;
}

.title {
    font-weight: bold;
    font-size: 120%;
    margin-top: 2em;
    color: rgb(150,170,255);
}


.entry .illustration {
    display: inline-block;
    width: 50%;   
    vertical-align:  text-top;
}

.entry .illustration-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.entry .illustration-wrapper .illustration-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.entry .illustration a:hover img {
    box-shadow: 3px 3px 8px rgb(200,200,200);
}
.entry img, .entry video {
    max-width: 100%;
    max-height: 100%;
}



.entry .description {
    display: inline-block;
    width: calc(49% - 2em);
    margin-left: 2em;
    vertical-align: text-top;
}
.entry .description p {
    text-align: justify;
}
/* .entry .description a{
    display: block;
} */

.bracket-link-nav a:before {
    content:"[ ";
}
.bracket-link-nav a:after {
    content:" ]";
}

.bracket-link {
    margin-top: 1em;
} 

.bracket-link a{
    color: blue;
}
.bracket-link a:hover{
    color: red;
}

@media(max-width:800px){
    .title {
        margin-top: 2em;
    }
    .entry .illustration {
        display: block;
        width: 90%;
    }
    .entry img, .entry video {
        margin: 0;
    }
    .entry .description {
        margin-left: 0;
        margin-right: 1em;
    }
    p {
        margin-right: 1em;
    }

    .entry .description {
        width: 100%;
        margin: 0;
        margin-right: 1em;
    }
    img.banner {
        width: 90%;
        margin: auto;
    }

    .justify {
        margin-right: 1em;
    }

}


.shadow_highlight {
    padding: 8px;
}
.shadow_highlight:hover {
    box-shadow: 5px 3px 8px rgb(200,200,200);
}
