/*

Theme Name: bootstrap-5-album
Theme URI: http://themeforest.net
Description: Bootstrap 5 Album Theme
Version: 0.0.1
Author: aragon
Author URI: http://themeforest.net/user/anonymous
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: photoalbum

*/

.myBlogPost {
	margin-top: 16px;
}

@media (min-width: 768px){  
    .navbar-menu {
	     flex-direction: row;
    }
}
.navbar-menu > li { 
    padding: 0 20px;
}

.nav-link{
	color: rgba(var(--bs-white-rgb),var(--bs-text-opacity));
}

.card-img-top{
	height: 40vh;
	object-fit: cover;
}

.akcontainer{
	margin-top: 40px;
}

.woocommerce .products, .woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-notices-wrapper, .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-products-header, .woocommerce .woocommerce-result-count {
    max-width: 1400px !important;
}