/* MENU */
.znav-container .navbar {
	font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.navbar-brand {
    line-height: 16px !important;
	text-align: center;
	color: #c32420 !important;
	letter-spacing: -0.05em;
}
.navbar-brand-b {
	font-size: 17px;
	text-align: center;
	font-weight: 200;
	color: #c32420;
	letter-spacing: 0.25em;
}
.znav-white a:not(.btn):active, .znav-white a:not(.btn):hover, .znav-white a:not(.btn):focus, .znav-white a:not(.btn):active:focus {
    color: #c32420 !important;
}

/* HEADER */
.background-holder.overlay-0:before {
    background: rgba(0, 0, 0, 0.5) !important;
}

/* FOOTER */
#footer a {
	font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
#footer a:hover, a:focus  {
    color: #c32420 !important;
	-webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

h6 {
    font-weight: 400;
}
/* LINK */
.btn-link {
    color: #c32420;
    FONT-SIZE: 25px !important;
}

/* MOZILLA OUTLINE */
a:hover, a:focus {
    outline: none;
	-moz-outline: none;
	text-decoration: none;
}

@media (max-width: 1024px) {
.btn-link {
    FONT-SIZE: 16px !important;
	}
}