/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
*= require icons.css
*= require iconfill.css
*= require style.css
*= require smart_tab.css
*= require list_drill.css
 */

.navbar {
  padding: 0 !important
}

.navlogo {
	width:110px !important;
	height:50px !important;
}


.image-size {
  width: 100%;
  height: 7rem;
}
  

@media only screen and (max-width: 600px) {
  .side-logo {
    display: none;
  }

  .image-size {
    width: 100%;
    height: 4rem;
  }
}


@media only screen and (max-width: 1200px) {
  .image-size {
    width: 100%;
    height: 5rem;
  }
}
  
@media only screen and (max-width: 800px) {
  .image-size {
    width: 100%;
    height: 5rem;
  }
}




  
