.top-menu{
    background-color: #e2e2e2;
    border-bottom-color: #790024;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    min-height: 60px;
}
#navbar-main {
    margin-top: 8px;
}

.footer-div{
    background-color: #e2e2e2;
}
img.simple-img{
    float: none;
    margin: 0px;
    padding: 0px;
    border: none;
    display: inline-block;
}
img.img-right{
    float: right;
}

img.img-left{
    float: left;
}

img.img-article{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

img.img-article.img-left{
    margin-left: 0px;
}

img.img-article.img-right{
    margin-right: 0px;
}

img.img-gallery-item{
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.article-review{
    background-color: #fffaca;
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 12px;
}

.section-delimiter{
    clear: both;
    width: 100%;
    height: 60px;
}

span.author{
    float: right;
    line-height: 15px;
    text-align: right;
    width: 100%;
}

.navbar-default .navbar-nav > li > a {
    color: #d9230f;
    font-size: 1.2em;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #777777;
    background-color: transparent;
}

@media screen and (min-width: 768px)  {
    .only-mobile{
        display: none;
    }
}

.jumbotron-homepage{
    height: 400px;
}


.article-content {
    min-height: 15em;
}

h2.primary {
    color: #d9230f;
}