@font-face {
	font-family: 'Lazurski';
	src: url('../fonts/lazurski_regular.woff');
    font-weight: normal;
}
@font-face {
	font-family: 'Lazurski';
	src: url('../fonts/lazurski_bold.woff');
    font-weight: bold;
}
.newfonts {
	font-family: "Anonymous Pro", monospace;
}
.newfonts .heading {
	font-family: 'Lazurski';
	font-weight: bold;
}
.newfonts .article h2, 
.newfonts .article h3,
.newfonts  .article h4 {
	font-family: 'Lazurski';
	font-weight: bold;
}
.newfonts .header__nav-item {
	font-family: 'Lazurski';
	font-weight: bold;
}

.newfonts .order-add-title,
.newfonts .place__title,
.newfonts .team__name,
.newfonts .jumbotron__title,
.newfonts .secret__item-title {
	font-family: 'Lazurski';
}


.newfonts .header__logo {
	background: url('../svg/logo_newfonts.svg') no-repeat left bottom;
	background-size: contain;
	height: 50px;
	top: 8px;
}
.newfonts .header__logo .header__logo-text,
.newfonts .header__logo a:first-child {
	display: none;
}
.mobile-home-link {
	display: none;
}
@media (max-width: 1150px) {
	.newfonts .header__logo {
        background-size: 122px;
        background-position: left center;
	}
}
@media (max-width: 960px) {
	.newfonts .header__logo {
        background-size: 100px;
        width: 39px;
        top: 2px;
	}
	.mobile-home-link {
		display: block;
		width: 45px;
		height: 50px;
		position: absolute;
		left: 33px;
		top: 2px;
	}
}


