﻿

/* this is how far to push down the big logo with the seconardy line from the top this is made */
/* TODO: could be eliminated  completely */
a.navbar-brand.center-block {
  padding-top: 17px;
}

/* OR margin: 6px; for the containing <p> tags would work */
/* a.navbar-brand.center-block { line-height: 49px; } */

.body-content {
    /* What is body-content class in bootstrap? https://stackoverflow.com/questions/42018260/what-is-body-content-class-in-bootstrap 
   removed .container so we could also use .container-fluid. This only applies when there is a fixed top!
   "Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. 
        A fixed navbar has been added with padding-top: 60px; on the body > .container."

       margin-top: 109px;
*/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    /* makes the menu on the front page tall enough to fit the logo
        and secondary line of since 1938
    */
    /* TODO could be 35px; */
    .site-lrc * .navbar-nav > li > a {
        line-height: 44px;
    }
}

/* Large Devices, Wide Screens => Max Width */
@media only screen and (max-width : 1200px) {
   
}

/* Kendall loading frame for tables */
#frameLoadingDiv {
	padding: 1px;
	position:absolute;
	left: 50%;
	display: none;
	font-family: verdana;
	font-size: 9pt;
	text-align:center;
}