.body-content-margin {
    margin: 0 10px 10px 10px;
}

.brand-name-title {
    font-family: 'Source Sans Pro';
    color: #928285;
    vertical-align: middle;
    display: inline;
    font-weight: 500;
    font-size: 30px;
    margin-left: 0.5em;
    white-space: nowrap;
}

.footer-padding {
    padding-right: 10px;
}

.jumbotron-message {
    padding-top: 50px;
    text-align: center;
}

.navbar-brand-logo {
    width: 142px;
    height: 50px;
}

.resource-item-public {
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
    float: left;
    width: 100px;
    height: 100px;
    margin: 10px;
    background-color: #769f3b; /* Lawn Dark*/
    color: #e9e6e7; /* Eng 20%*/
    font-size: larger;
    padding: 10px;
}

.resource-item-restricted {
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
    float: left;
    width: 100px;
    height: 100px;
    margin: 10px;
    background-color: #644f54; /* Eng. Dark*/
    color: #e9e6e7; /* Eng 20%*/
    font-size: larger;
    padding: 10px;
}
