/* This text is in Helvetica */
body {
	background: #71fa65;
	color: #ec477c;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 7.53vw;
}

h3{
	margin-bottom:5px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #ec477c;
	margin: 0;
}

h1 {
    width: 130px;
    margin: 0;
}

h1 img {
    width: 100%;
    margin: 0;
    font-size: 10px !important;
}

p {
    font-weight: 300;
    letter-spacing: -4px;
}

@media only screen and (max-width:40em) {
	/* This text is in Helvetica */
	body {
		background: #71fa65;
		color: #ec477c;
		font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
		font-size: 7.53vw;
	}
	
	h3{
		margin-bottom:5px;
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: #ec477c;
		margin: 0;
		font-size: 65px;
	}
	
	h1 {
		width: 130px;
		margin: 0;
	}
	
	h1 img {
		width: 100%;
		margin: 0;
		font-size: 10px !important;
	}
	
	p {
		font-weight: 300;
		letter-spacing: 0px;
	}
	}