/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {

font-family:"Open Sans" !important;

    background-color:#FFFFFF;
}


p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}
.box {
    margin-bottom: 30px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}


@media screen and (min-width:768px) {
    .img-left {
        float: left;
        margin-right: 25px;
    }


}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}