

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.bgAR {
    background-image: url('img/Athenaeum-Bucharest.jpg');
    background-repeat: no-repeat;
    background-position: center -300px;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.col-md-4,
.col-md-3 {
    /*border: solid 1px black;*/
}
.col-md-4 img,
.col-md-3 img {
    max-height: 250px;
}














