/*!
 * Start Bootstrap - Portfolio Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 30px 0 5px 0;
}

#bs-example-navbar-collapse-1 li:nth-child(2) a{
color: #f08080 ;
}

#bs-example-navbar-collapse-1 li:nth-child(2) a:hover{
    color: #fff ;
}

#bs-example-navbar-collapse-1 li:nth-child(5) a{
    color: #fff ;
    }
    
    #bs-example-navbar-collapse-1 li:nth-child(5) a:hover{
        color: #fff ;
    }

#bs-example-navbar-collapse-1 li.stando a {
   color:red;
   font-weight: bold; 
}



#npbuttons .btn {font-size: 20px}
#npbuttons  {margin-right: 0}
#npbuttons #pageTokenPrev {margin-right: 5px}
#find-videos h3 {margin-top: 10px}
#find-videos  {padding:0;}
#search-videos {margin-bottom: 10px}
#video-results {margin-bottom: 20px}
.featured {margin-top:10px;}

@media (max-width: 992px) {
.sidebarright {
	margin-top: 10px;
	/* display: none; */
}
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-left: 7px;
        padding-right: 7px;
    }
}


@media (prefers-color-scheme: dark) {
    body {
      color: white;
      background-color: black;
    }
  
    // And any other “dark mode” styles
  }