body {
	font-family: 'Roboto', sans-serif; 
	font-weight: 300; 
	font-style: normal;  
	color:#fff;
	background-color:#7fb37b;
	text-align: center;
	margin: 0px;
}

p {
	font-size: 3em;
}

b {
	color:#111;
}

a {
	color:#d5f5ff;
	border-bottom: 1px solid #d5f5ff;
	text-decoration: none;
}

a:hover {
	color:purple;
	border-bottom: none;
}

#wrapper {
	padding:0;
	max-width: 1024px;
	margin: 0 auto 50px auto;
}

img {
	display: block;
	margin: 0;
	max-width: 100%;
}

@media only screen and (min-device-width : 720px) {
	/* Styles */

#wrapper {
		max-width: 720px;
	}
	
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
    /* Styles */

p {
	font-size: 5em;
}

}
