/*
    Theme Name: revealize
    Author: revealize
    Author URI: https://revealize.com/
    Version: 1.1.1
	Description: Incorporating HTML5 Boilerplate into Clean Minimal Design
	Tags: blank, html5, minimal, clean, html5 boilerplate, best practices
*/

.nav-item a {
    text-transform: uppercase;
    color: '#0F0F0F';
    font-size: 13px;
}
body.nav-transparent .navbar {
    background: #ffffff !important;
    border-bottom: unset !important;
}
body.nav-transparent .navbar .navbar-nav .nav-link, 
body.nav-transparent .navbar .navbar-nav .nav-link:hover, 
body.nav-transparent .navbar .navbar-nav .nav-link:focus, 
body.nav-transparent .navbar .navbar-toggler::before {
    color: #000000;
}

.nav-transparent img.logo-main{
    display: block;
}
.nav-transparent img.logo-white{
    display: none;
}