.body-content {
    padding: 4px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) { /* if viewport is 768 pixels wide or wider */

    .container, .body-content {
        max-width: 1024px;
        margin: 0 auto;
    }
    
    .body-content {
        padding: 1em 0 0 4px;
    }
    
    /* Remove the padding we set earlier */
    .header, .footer {
        padding-left: 0;
        padding-right: 0;
    }
    
    /* Space out the masthead */
    .header {
        /*margin-bottom: 30px;*/
    }
    
    /* Social Media Link */
    .sml {
        display: inline-block;
        position: relative;
        top: 8px;
        border-radius: 4px;
        margin: 0 2px 0 2px;
        width: 16px;
        height: 16px;
        background-color: #496187;
    }

    .sml:hover {
        background-color: #496187 !important;
    }

    .sml > img {
        margin: 0;
        padding: 0;
        border: none !important;
        position: relative;
        top: -10px;
        left: -8px;
    }
}

/* Responsive: desktops and up */
@media screen and (min-width: 992px) { /* if viewport is 992 pixels wide or wider */
    
    .vhp-second .navbar-nav > li {
        min-width: 12.7em;
        text-align: center;
    }
}

.proj-left-menu {
    padding: 0;
}


#google_translate_element {
    height: 2em;
    max-width: 13em;
    float:right;
}