body {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.flex-even {
  flex: 1 1 0%;
}

@media all {
    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
    }

    p,
    li {
        font-size: 1.2em;
        line-height: 1.7em;
    }

    .result-title {
        font-size: 18px;
    }

    .tag-cloud {
        text-align: center;
        border: 1px solid #BBB;
        padding: 8px;
    }

    .tag-cloud span {
        line-height: 25px;
        padding: 12px;
    }

    .tag-1 {
        font-size: 12px;
        font-weight: 100;
    }

    .tag-2 {
        font-size: 14px;
        font-weight: 200;
    }

    .tag-3 {
        font-size: 16px;
        font-weight: 300;
    }

    .tag-4 {
        font-size: 18px;
        font-weight: 400;
    }

    .tag-5 {
        font-size: 20px;
        font-weight: 500;
    }

    .tag-6 {
        font-size: 22px;
        font-weight: 600;
    }

    .tag-7 {
        font-size: 24px;
        font-weight: 700;
    }

    .tag-8 {
        font-size: 26px;
        font-weight: 800;
    }

    .jumbotron h1 {
        font-size: 52px;
        margin-top: 0;
        line-height: 60px;
    }

    .jumbotron h1.subtitle {
        font-size: 1.5em;
        line-height: 2em;
    }

    /* CSE */
    .gsc-control-cse {
        font-size: 17px !important;
    }

    .gsc-cursor-box.gs-bidi-start-align {
        text-align: center;
        margin: 22px 0 !important;
    }

    .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page {
        font-size: 20px;
        padding: 3px;
    }

    .gs-title {
        text-align: left;
    }

    .gs-result .gsc-table-result,
    .gs-result .gsc-thumbnail-inside,
    .gs-result .gsc-url-top {
        padding-left: 0;
    }

    .gsc-search-button .cse .gsc-search-button input.gsc-search-button-v2,
    .gsc-search-button input.gsc-search-button-v2 {
        height: 29px;
        width: auto;
    }

    #gs_tti50,
    .gsc-input table.gsc-search-box td {
        vertical-align: top;
    }

    .gsc-input .gsc-input-box {
        height: 29px;
    }

    .gsc-input .gsst_a {
        padding-top: 7px;
    }

    /* results page refinement section */
    .gsc-tabsArea {
        text-align: left;
    }

    .gsc-results-wrapper-visible .gsc-refinementsArea {
        line-height: 2em;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: left;
    }

    .navbar .nav-link, .navbar .navbar-brand {
        text-shadow: none;
    }
    /* end screen */

    @media print {

        .top-nav,
        header,
        .ads,
        .links {
            display: none;
        }

        a[href]:after {
            content: none !important;
        }

        #div.contentcolumn {
            margin-left: 0px;
        }

        #googleads,
        #results,
        #startLocation,
        #searchCheckboxes,
        #tabs ul,
        #infoWindow {
            display: none
        }

        #directiontab {
            overflow-y: visible;
        }
    }
}