@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin+Condensed:wght@400;500;600;700&display=swap');

a {
    outline: none !important;
}


body, p {
	font-family: 'Lato', sans-serif !important;
}


h1, h2, h3, h4, h5 {
	font-family: 'Cabin Condensed', sans-serif !important;
}


	
	body, p {
		font-size: 20px;
		line-height: 2;
		letter-spacing: 0px;
		font-style: normal;
		font-weight: 300;
		text-decoration: none;
	}	
	
	
	
	.h1, h1 {
		font-size: 2.5em !important;
		line-height: 1em !important;
		letter-spacing: -1px !important;
		font-weight: 300  !important;
		font-style: normal !important;
		text-decoration: none !important;
		text-transform: uppercase !important;
	}	
	
	
	
	.h2, h2 {
		font-size: 2em !important;
		line-height: 1em !important;
		letter-spacing: -1px !important;
		font-weight: 300  !important;
		font-style: normal !important;
		text-decoration: none !important;
		text-transform: uppercase !important;
	}	
	
	
	
	.h3, h3 {
		font-size: 1.75em !important;
		line-height: 1em !important;
		letter-spacing: -1px !important;
		font-weight: 300  !important;
		font-style: normal !important;
		text-decoration: none !important;
		text-transform: uppercase !important;
	}	

	.h4, h4 {
		font-size: 1.5em !important;
		line-height: 1em !important;
		letter-spacing: -1px !important;
		font-weight: 300  !important;
		font-style: normal !important;
		text-decoration: none !important;
		text-transform: uppercase !important;	
	}



	@media only screen and (max-width: 991px) {
	  .mobile_only {
		display: inline-block;
	  }
	}
	@media only screen and (min-width: 992px) {
	  .mobile_only {
		display: none;
	  }
	}	


	
	@media (max-width: 991px) {
		.h1, h1 {
			font-size: 2em !important;
			line-height: 1em !important;
			letter-spacing: -1px !important;
			font-weight: 300  !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: uppercase !important;
		}	
	}
	
	@media (max-width: 991px) {
		.h2, h2 {
			font-size: 1.6em !important;
			line-height: 1em !important;
			letter-spacing: -1px !important;
			font-weight: 300  !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: uppercase !important;
		}	
	}
	
	@media (max-width: 991px) {
		.h3, h3 {
			font-size: 1.4em !important;
			line-height: 1em !important;
			letter-spacing: -1px !important;
			font-weight: 300  !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: uppercase !important;
		}	

		.h4, h4 {
			font-size: 1.2em !important;
			line-height: 1em !important;
			letter-spacing: -1px !important;
			font-weight: 300  !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: uppercase !important;
		}	
		
		
		
	}
	
	@media (max-width: 480px) {
		.h1, h1 {
			font-size: 2.5em !important;
			line-height: 1em !important;
			letter-spacing: 0px !important;
			font-weight: 300  !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: uppercase !important;
		}	
	}
	
	@media (max-width: 480px) {
		.h2, h2 {
			font-size: 2em !important;
			line-height: 1em !important;
			letter-spacing: 0px !important;
			font-weight: 300  !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: uppercase !important;
		}	
	}
	
	@media (max-width: 480px) {
		.h3, h3 {
			font-size: 1.75em !important;
			line-height: 1em !important;
			letter-spacing: 0px !important;
			font-weight: 300  !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: uppercase !important;
		}	
		
		.h4, h4 {
			font-size: 1.5em !important;
			line-height: 1em !important;
			letter-spacing: 0px !important;
			font-weight: 300  !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: uppercase !important;
		}			
	}
	
	@media (max-width: 991px) {
		body, p {
			font-size: 20px;
			line-height: 1.2em;
			letter-spacing: 0px;
			font-style: normal;
			font-weight: 300;
		}	
	}
	
	@media (max-width: 480px) {
		body, p {
			font-size: 25px;
			line-height: 1.2em;
			letter-spacing: 0px;
			font-style: normal;
			font-weight: 300;
		}	
	}
	
	@media (max-width: 991px) {
		body, p {
			text-decoration: none !important;
		}	
	}
	
	@media (max-width: 480px) {
		body, p {
			text-decoration: none !important;
		}	
	}
	