
body {
    font-family: arial, sans-serif;
    text-align: left;
    overflow-y: scroll;
    color: #0F0F0F;
    background-color: #F9F9F9;
    image-rendering:auto;
}

p {
    text-indent: 20px;
    margin: 1%
}
.indent {
    text-indent: 40px;
}

.title {
    font-size: xx-large;
}

.subtitle {
    font-size: x-large;
}

.article {
    width: 65%;
    margin-left: 1%;
    margin-bottom: 2%;
}

.details {
    width: 30%;
    float: right;
    margin: 1.5%;
}

table {
    width: 100%;
    border-collapse: collapse;
}
td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.quote {
    font-style: italic;
}

img {
    width: 100%;
}

.gallery {
    height: 500px;
    width: auto;
    margin-left: 1%;
}

.section_banner {
    height: 200px;
    width: auto;
    float: left;
}

a{
    font-weight: bold;
}
a:link{
    color: #003cff;
}
a:visited{
    color: #842593;
}
a:hover{
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
}


/* MOBILE */
@media only screen and (max-width: 600px){
    
    .details {
        width: 97%;
        float: left;
    }

    .article {
        width: 97%;
    }

    .gallery {
        width: 100%;
        height: auto;
    }

}