.gray-lg {
		color: #404246!important;
		/*Dark slate grey*/
		font-size: 38px!important;
		line-height: 1.1em;
		font-weight: bold;
	}


	.white-lg {
		color: #ffffff!important;
		/*Dark slate grey*/
		font-size: 29px!important;
		line-height: 1.1em;
		font-weight: bold;
	}


		.white {
        color: #ffffff!important;
            font-size: 1.3em!important;
            line-height: 1.4em;
            font-weight: bold;
        }
        .white-super-large {
        color: #ffffff!important;
            font-size: 3em!important;
            line-height: 1.5em;
            font-weight: bold;
        }


		.grey  {
	     color: #3e4146!important;
	         font-size: 1.2em!important;
	         line-height: 1.4em;
	         font-weight: bold;
	        }
	    .grey-super-large {
	     color: #3e4146!important;
	         font-size: 2.8em!important;
	         line-height: 1.5em;
	         font-weight: bold;
	        }


		.margins {
		  margin-left: 8%;
		  margin-right: 8%;
		}


		/*TABLET*/
@media (max-width: 768px) {
	.margins {
		margin-left: 4%;
		margin-right: 4%;
	}
 }

/*MOBILE*/
@media (max-width: 414px) {
		.margins {
		margin-left: 0%;
		margin-right: 0%;
	}
}
