/*!
Theme Name: chayyanepal
Theme URI: https://chayyanepal.org/
Author: Chayya Nepal
Author URI: https://chayyanepal.org/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chayyanepal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

chayyanepal is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

#footer-index {
  
  padding: 0;
  color: #eee;
  font-size: 14px;
}
#footer-index .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer-index .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}


.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
     color: #fff;
     text-decoration:none;
}

.navigation li {
     display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
     background-color: #459a93;
     border-radius: 3px;
     cursor: pointer;
     padding: 12px;
     padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
     background-color: #eaaf6d;
}


.Portfolio {
    position: relative;
    margin: 5px;
    border: 2px solid black;
    float: left;
    width: 180px;
    transition-duration: 0.4s;
    border-radius: 5px;
    animation: winanim 0.5s ;
-webkit-backface-visibility:visible;
    backface-visibility:visible;
    box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)
}

.Portfolio:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.Portfolio img {
    width: 100%;
    height: auto;
    border-radius: 5px
}

.desc {
    padding: 5px;
    text-align: center;
    font-size: 90%;
    background:black;
    color:hotpink
}

.nav {
    padding:20px;
      text-align: center;
    margin-top:-30px;
}

.nav li a { 
    margin:5px;
    padding: 15px 50px; 
    font-size:16px; 
    color:#fff; 
    background: #459a93;
    transition-duration: 0.4s;
}
.nav a:hover { 
    background:#333; 
}
.nav .active { 
    background-color:#eaaf6d !important;
    color:#fff;
}

@keyframes winanim {
    0%{opacity:0;transform:scale3d(.3,.3,.3)}
    50%{opacity:1}
    
}

.page-numbers {
    color: #fff;
    background-color: #459a93;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
}
.page-numbers:hover{
    background-color: #eaaf6d;
    color: #fff;
}
 .current{
    background-color: #eaaf6d;
     color: #FFF;
}
.pum-theme-667 .pum-title, .pum-theme-lightbox .pum-title { color: #f26722!important; text-align: center!important; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px; margin-bottom: 20px; } 
