/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */


/**
 * ===================================
 * Add local styles to this stylesheet
 * ===================================
 *
 * (they may be applied to this theme without affecting other sub-themes)
 **/


/**
 * NOC Responsive theme uses Bootstrap v3.4.1
 * 
 * see https://getbootstrap.com/docs/3.4
 **/


.m-logo {
  --logo-w: 463px; }

.m-logo img {
  width: var(--logo-w);
  height: 85px; }
  @media (max-width: 767px) {
    .m-logo img {
      width: calc(60 / 85 * var(--logo-w));
      height: 60px; } }
  @media (max-width: 500px) {
    .m-logo img {
      width: calc(52 / 85 * var(--logo-w));
      height: 52px; } }
/* Addition smaller size to fit on screen */
  @media (max-width: 375px) {           
    .m-logo img {
      width: calc(40 / 85 * var(--logo-w));
      height: 40px; } }




/* Other CSS below */
/* --------------- */

#edit-advanced { display: none; }		/* Hide button on search results */
