body {
    font-family: Helvetica;
    font-size: 13px;
    font-weight: 100;
    color: #ffffff;
    line-height: 130%;
    background-color: #bc006b;
    text-align: center;
    max-width: 1000px;
    margin:0 auto;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
}

a:hover {
	color: #ffaddc;
}

.divCentered {
	 	text-align: center;
	 	clear: left;
	}

.button{
	text-align:center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	font-size: 120%;
	font-weight: bold;
	color: #bc006b;
	background: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 37px;
	padding-left: 41px;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	max-width: 100%;
}
.button:hover {
	background: grey;
}

.fourDivs {
	padding: 50px;
}



.fourDivs img {
	margin-left: -10px;
}




@media screen and (min-width: 481px){

	.fourDivs {
		float:left;
		width: 25%;
	}

	.fourDivs p {
		text-align: left;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		padding-left: 5px;
		padding-right: 5px;
	}

}



@media screen and (max-width: 480px){

	.fourDivs p {
		text-align: left;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		padding-left: 30px;
		padding-right: 20px;
	}


}
