body {
    font-family: 'Open Sans', sans-serif;
    color: #555;
}

header h1 {
    font-size: 1.5em;
    color: #fff;
    margin-left: 10px;
}

.breadcrumb {
    margin-bottom: 0px;
}

.navbar-header > a {
    text-decoration: none;
    
}

.navbar {
    margin-bottom: 0px;
    /*padding: 30px 15px;*/
    background-color: #ba1c2b;
    border-color: #ba1c2b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 400px) {
    .navbar-header {
        position: relative;
    }

    .navbar img {
        top: 0;
        bottom: 0;
        margin: auto;
        width: 70%;
        }
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
    
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
 color: white;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #e87d87;
}

.dropdown-menu > li > a {
background-color: #ba1c2b;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
background-color: #e87d87;
} 

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
 background-color: #e87d87;
} 

.navbar-inverse .navbar-toggle {
 border-color: #e87d87;
} 

section ol {
    margin-bottom: 5px;
    margin-top: 70px;
}

.latest img{
    width: 105px;
    height: 67px;
    padding-right: 5px;
    margin-top: 5px;
}

.hp{
    margin-top: 30px;
}
H1 {
    color: #555;
}

H3 {
    color: #555; 
    font-size: 20px;
   }

.white {
    margin-bottom: 10px;
    margin-top: 10px;
}

.LMdiv {
    background-color: #c0c6d2;
    border: 1px solid #9da8be;
    padding-left: 3px;
    
}

a.cat {
    color: #555;
}

.LMtext {
    padding-bottom: 7px;
    padding-left: 3px;
}


a.LM {
    color: #ba1c2b;
    font-weight: normal;
    line-height: 130%;
    text-decoration: none;
}

a.LM:hover {
        color: #ba1c2b;
        font-weight: normal;
        line-height: 130%;
        text-decoration: underline;
    }

aside ul {
    list-style: outside none none;
    padding-left: 20px;
}

aside {
    padding-top: 70px;
}

article {
    padding: 0 20px 0 20px;
}

section a, section a:hover {
    color: #555;
    text-decoration: underline;
}

footer {
    background-color: #ba1c2b;
    color: white;
    padding: 20px;
    text-align: center;
}

footer a, footer a:hover {
   color: white;
   text-decoration: underline;
}

  
.img-responsive {
    margin: 0 auto;
}

  .img-responsive.cat {
    margin-right: 10px;
}

  .img-responsive.art {
    margin-left: 10px;
}

  .hpi {
    
}
  .btn-primary {
    background-color: #ba1c2b;
    border-color: #ba1c2b;
    color: #fff;
}

.btn-primary.focus, .btn-primary:hover {
    background-color: #e87d87;
    border-color: #e87d87;
    color: #fff;
}

.containing-block {
            margin: 1em 0 1em 0;
            width: 100%;
            float: left;
        }


        div.video-holder {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
        }

        div.video-holder iframe {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

  
@media screen and (max-width: 720px) {

            h1 {
                font-size: 1.5em;
            }
             
            h2 {
                font-size: 1.5em;
            }

            h3 {
                font-size: 1.2em;
            }

       }


@media (min-width: 768px) and (max-width: 1400px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}