﻿
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover 
{
    background-color: #99CC22;
    color: #fff;
}

#htflogo, #tfplogo
{
    height:60px
}

#topnav 
{
    height:90px;
    margin-right:10px;
}

@media screen and (max-width: 780px) {
    .carousel-caption h1 {
        font-size: 16px;
    }
    .carousel-caption p 
    {
        font-size:12px;
    }
    .carousel .item 
    {
        height: 150px;
        background-color: #ffffff;
    }
    .carousel-inner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 150px;
    }
}

body 
{
    padding-top:90px;
}

