body {
    background: url(logo.svg);
    background-repeat: no-repeat;
    background-position: right 120% top 60px;
    background-size: 140%;
    font-size: 14px;
    font-family: Helvetica, Arial, Verdana;
    line-height: 23px;
}

.content {
    width: 93.8%;
    float: right;
    text-align: left;
    padding: 50% 0 0 0;
}

strong {
	font-weight: bold;
	color: #e30613;
	font-size: 18px;
}

a {
	color: #e30613;
}

h1 {
	color: #e30613;
	line-height: 28px;
	margin-bottom: 4px;
}

@media only screen and (min-width: 600px) {
	body {
	    background-position: right 0 top 60px;
	    background-size: 92%;
	}
	
	.content {
	    padding: 30% 0 0 0;
	    width: 93.1%;
	}
}

@media only screen and (min-width: 1024px) {
	body {
	    background-position: right 0 top 60px;
	    background-size: 62%;
	}
	
	.content {
	    padding: 18% 0 0 0;
	    width: 62%;
	}
}

@media only screen and (min-width: 1280px) {
	body {
	    background-position: right 0 top 60px;
	    background-size: 42%;
	}
	
	.content {
	    padding: 14% 0 0 0;
	    width: 41.8%;
	}
}