/* Move down content because we have a fixed navbar that is 50px tall */
body 
{
    padding-top: 50px;
    padding-bottom: 20px;  
}

.container
{
    display:table;
    width: 100%;
}

.row
{
    height: 100%;
    display: table-row;
}
.col-lg-4
{
    display: table-cell;
}

.marketing h2 
{
    text-align: center;
    font-weight: normal;
}

.marketing .img-circle
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.info
{
    margin-left: 25px;
}

.info h4
{
    margin-top: 25px;
}

.k-grid 
{
    height: calc(100vh - 250px);
    margin: 0px 25px 0px 25px;
    width: 95%;
}

.k-content 
{
    font-size: 12px;
}

.page-content 
{
    font-size: 12px;
}

.page-content h2
{
    margin: 20px 25px 10px 25px;
}

footer 
{
    font-size: 12px;
    margin: 0px 25px 0px 25px;
}