.sigma-logo{
	width:100%;
max-width: 300px;
}
.bg-sigma-light {
		background-color: #F2F5F5 !important;
}
.bg-sigma-white {
		background-color: #ffffff !important;
}
.bg-sigma-dark {
		background-color: #667B81 !important;
}
h1{
	font-size: calc( 52px + 20 * ( (100vw - 480px) / 1440 ));
	font-family: dharma-gothic-e,sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #c71232;
	text-transform: uppercase;
	letter-spacing: .125rem;
}
h2{
	font-size: calc( 42px + 20 * ( (100vw - 480px) / 1440 ));
	font-family: dharma-gothic-e,sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #677b81;
	text-transform: uppercase;
	letter-spacing: .125rem;
}
sup{font-size:60%;}
.btn-outline-sigma{
	width:100%;
	border: 3px solid #667B81;
	border-radius: 0;
	font-family: dharma-gothic-e,sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #677b81;
	font-size:20px;
	letter-spacing: .2rem;
}
.footer-text a{
font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}