/* Move down content because we have a fixed navbar that is 50px tall */

body {
    padding-top: 60px;
    padding-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.navbar {
    min-height: 60px;
}

.navbar-brand {
    padding-top: 10px;
    height: 60px;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

.dropdown-menu {
    font-size: 16px;
}

.jumbotron {
    background-color: #39abe5;
    color: white;
    font-size: 20px;
}

.jumbotron .h1,
.jumbotron h1 {
    font-size: 56px;
}

.form-control{
    height: 28px;
    padding: 0px 12px;
}

.form-horizontal .control-label{
    padding-top: 2px;
}

.studio-col h2 {
    background: url('../images/studio_icon.png') no-repeat;
    padding-left: 56px;
    line-height: 50px;
}

.traffic-col h2 {
    background: url('../images/traffic_icon.png') no-repeat;
    padding-left: 56px;
    line-height: 50px;
}

.news-col h2 {
    background: url('../images/news_icon.png') no-repeat;
    padding-left: 56px;
    line-height: 50px;
}

.featureImage {
    float: left;
    margin-right: 10px;
}

.table .tickHeader {
    width: 140px;
}