/*
Theme Name: NPG
*/


/* =============================================================================
  Elements
   
  ========================================================================== */

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

body {
  font-size: 15px;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover img{
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: “alpha( opacity=80 )”;
}

.container {
  height: auto;
  overflow: hidden;
}

  
/* =============================================================================
   Header
   
  ========================================================================== */

ul.navbar-nav {
  width: 100%;
}

a.nav-link {
  color: #333 !important;
  text-align: center;
}

a.nav-link:hover {
  background: #eee;
}

.site-logo a {
  display: inline-block;
}


/* =============================================================================
   Body
   
  ========================================================================== */

.site-body {
}

.site-body .container {
  min-height: 700px;
}




/* =============================================================================
   Sidebar
   
  ========================================================================== */



/* =============================================================================
   Footer
   
  ========================================================================== */

footer {
  text-align: center;
}



/* =============================================================================
   Home
   
  ========================================================================== */




/* =============================================================================
   Print Style
   
  ========================================================================== */


@media print {
  .container {
    width: auto;
  }
}