@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

body {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}

ul li {
    line-height: 34px;
}

strong, b, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
}

h2 {
    font-size: 20px;
}

.header {
    border-bottom: 1px solid #e5e5e5;
}

.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

.brand a {
    color: black;
}

.brand a:hover {
    text-decoration: none;
}

.breadcrumb {
    font-size: 12px;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.footer {
    margin-top: 50px;
    padding-top: 19px;
    color: #777;
    font-size: 12px;
    border-top: 1px solid #e5e5e5;
}

.container-narrow > hr {
    margin: 30px 0;
}

.page-header h2 {
    font-size: 28px !important;
}

.jumbotron {
    background: url("../img/table_bg_home.jpg") no-repeat;
    background-size: 70%;
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
    padding-right: 0 !important;
    text-shadow: 0 1px 0 white;
}

.jumbotron h1 {
    font-size: 50px;
}

.jumbotron .btn {
    font-size: 19px;
    padding: 10px 15px;
    text-shadow: none;
}


@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

@media (max-width: 768px) {
    .btn-group .btn {
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 768px) {
    .header {
        margin-bottom: 30px;
    }
    .jumbotron {
        border-bottom: 0;
    }
}