﻿.about-title {
    width: auto;
    margin-left: 6px;
    margin-top: 15px;
    font-family: 'Open Sans', Arial;
    font-size: 1.2em;
    font-weight: bold;
    color: #0054aa;
}

.about-body {
    max-width: 850px;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Open Sans', Arial;
    font-size: 1.02em;
    text-indent: 1em;
    color: black;
}
.about-bImg {
    float: left;
    width: 40%;
    max-width: 337px;
    margin: 4px 7px 1px 1px;
    box-shadow: 0px 0px 2px 1px darkgray;
    border-radius: 5px;
}

/*Map and directions*/
.about-map {
    position: relative;
    margin-top: 35px;
}
.about-mapImg {
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    height: 274px;
    background-image: url(/img/about-mapImg.jpg);
    background-position-x: -282px;
    background-position-y: -233px;
    background-size: 200%;
    background-repeat: no-repeat;
}
.about-directionsLink {
    margin-top: 8px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    color: grey;
    text-decoration: underline;
}
    .about-directionsLink a {
        text-decoration: underline;
        color: #245488;
    }
.about-directionsLink a:visited{
    
}
/*#region Window size modifiers*/
@media (max-width: 1050px) {
    .about-body {
        font-size: 0.9em;
        text-indent: 0.4em;
    }
    .about-bImg{
        min-width: 122px;
    }
    .about-mapImg {
        width: 300px;
        height: 184px;
        background-position-x: -224px;
        background-position-y: -181px;
    }
    .about-directionsLink{
        width: 300px;
    }
}
/*#endregion*/