@charset "UTF-8";
/* Add yer custom styles in yer! */

html, body {
	font-family: 'source_sans_prolight';
	font-size: 16px;
}
.ice-cream {
	bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.text {
    position: relative;
    z-index: 2;
}

.right {
    margin-right: 60px;
}

.sponsor {
    padding: 20px;
}

@media (max-width: 1028px) {
	
	.right {
    margin-right: 80px;
}	

}

@media (max-width: 768px) {
	
	.right {
    margin-right: 0px;
}	

.ice-cream {
	display:none;
}
	

}

@media (max-width: 768px) {
	
	.text {
		margin-top:10px;
		margin-bottom:200px;
	}
	

}