/*!
Theme Name: BNL theme
Author: Magentum, obrt za programiranje
Description: BNL theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bnltheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.custom-logo {height: 65px;width: auto;}
.site-main{min-height: 100vh;}
.custom-image-section, .custom-image-section .full-screen {min-height: 90vh;}
.custom-image-section {display: flex; flex-direction: column; justify-content: flex-end;}
aside section {padding: 20px 0;}
.container-fluid.position-relative.full-screen {height: calc(100% - 66px);}
footer .border-right {border: none;}
footer p {color:#e8e8e8;}
.cover-element {position:absolute; top:0; left:0; right:0; bottom:0;}
@media screen and (max-width: 767px) {
	footer .wp-block-social-links {justify-content: center;}
}
@media screen and (min-width: 768px) {
	body {font-size: 16px !important;}
	aside section {padding: 0 0 0 20px;}
	.grid{display: flex; flex-direction: row; flex-wrap: wrap;}
}

@media (max-width: 991px) {
    nav.navbar.bootsnav .navbar-nav {        
        background-color: rgba(253, 1, 58, 0.95) !important;
    }
}