html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}
body {
    font-family: 'Libre Franklin', FranklinBook, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body p {

    line-height: 1.55;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #fff;
}
.footer ul {
    margin-top:5px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Libre Franklin', FranklinBook, Helvetica, sans-serif;
}

a:hover,
a h2:hover {
    text-decoration: none;
    border-bottom: 0;
}
.hn {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
a h2.ormialeTitle {
    font-family: 'Cooper Black', 'cooper-black-std';
    color:#990000;
    font-size: 2em;
    letter-spacing: 110%
}
a h2:hover {
    color:#990000;
}
a h2.ormialeTitle:hover {
    color:#000;
}
.content h1 {
    margin: 0 0 10px 0;
    font-size: 22px
}

.content h2 {
    font-size: 22px

}
.content h3 {
    font-size: 18px

}
.navbar {
    font-family: 'Libre Franklin', FranklinBook, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #ffffff;
    font-weight: normal;
}

.navbar-header {
 float: none;
}

#mainNavigation {
    padding: 0 10px 0 0;
    background-color: #ffffff;
}
#mainNavigation li a,
#mainNavigation li a:hover,
#mainNavigation li a:visited {
    background-color: #ffffff;
    color:black;
    font-weight: bolder;
}

#mainNavigation li a.active,
#mainNavigation li a:hover {
    background-color: #ffffff;
    color:#990000;
}
.redLabel {

    color:#990000;
}
.navbar-default {
    border: none;
}
ul.nav {
    margin:0px  0 2px  20px;
}
.nav > li > a {
    padding: 1px 0;
}
i.social a img,
li.locale a img {
    opacity: 0.7;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
li.social a img:hover,
li.locale a img:hover{
    opacity: 0.9;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.content
{
    font-size: 15px;
    background-color: #FFFFFF;
    border: none;
}

.content h1
{
    color:#990000;
}

.content a.view_detail {
    color: #000;
}
.content a.view_detail:hover {
    color:#990000;
    text-decoration: none;
}

@media (min-width: 768px) {

    body {
        padding-top: 60px;
    }
    #mainNavigation {
        float: right;
        padding-left: 10px;
    }
    .col-sm-4 {
        width:30%;
    }
    .navbar-collapse {
        padding: 0 10px 0 0;
    }

    .content
    {
        font-size: 15px;
        padding: 60px 20px 40px;
        border: none;
    }
}
