/*importing webkit from Adobe fonts*/
@import url("https://use.typekit.net/trs8eiy.css");

body {
		background-color: #404040 !important;
	
		
		font-family: proxima-nova, sans-serif;
 		font-weight: 400;
		font-style: normal;
		color: #12ccff !important;
}

a {
		color: #e9ff7d;
}

h1, h2, h3, h4, h5, h6 {
		
		font-family: new-order, sans-serif !important;
		font-weight: 400 !important;
		font-style: normal !important;
		color: #e9ff7d;

}

.cover-photo-heading {

		font-family: new-order, sans-serif !important;
		font-weight: 700 !important;	
		text-shadow: 2px 2px 0px #ffa182, 5px 5px 3px black;

}