.svg-title {
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
}

.svg-title-16 {
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
}

.svg-title-18 {
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
}

.svg-title-20 {
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
}
 
.svg-text {
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.svg_fill-transparent {
	fill: transparent;	
}

.svg_fill-brown {
	fill: #9b9179;	
	background-color: #9b9179;	
}

.svg_fill-dark {
	fill: #262626;	
	background-color: #262626;	
}

.svg_fill-green {
	fill: #99CC33;	
	background-color: #99CC33;	
}

.svg_fill-white {
	fill: white;	
}

.svg_stroke-brown {
	color: #9b9179;	
	stroke: #9b9179;	
}

.svg_stroke-dark {
	color: #262626;	
	stroke: #262626;	
}

.svg_stroke-green {
	color: #99CC33;	
	stroke: #99CC33;	
}

.svg_stroke-red {
	color: #ff0000;	
	stroke: #ff0000;	
}

.svg_nav-link {
	font-size: 12px;
    color: #262626;
    text-decoration: none;
    text-transform: uppercase;
}

.svg_nav-link:hover {
    color: #ff0000;
    text-decoration: none;
}
