
h1, h2, h3, h4, h5, h6, .tb-list {
    font-family: "Roboto Condensed", sans-serif;
}
.title.medium, .title.large {
    text-transform: uppercase;
}
.bg-gold {
    background-color: #A88D55;
}
b, strong {
    font-weight: 600;
}
/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/


@media (min-width: 1200px) {
	.title.large {
    	text-transform: uppercase;
	    font-size: 6.125rem;
		line-height: 1em;
	}
	span.alt {
		color:#A88D55;
	}

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
/*@media (min-width: 200px) and (max-width: 991px) {
	
}*/


/*===========================================*/
/*	TABLET
/*===========================================*/
/*@media (min-width: 768px) and (max-width: 991px) {

}*/


/*===========================================*/
/*	MOBILE
/*===========================================*/
/*@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}*/