.bg-sun-yellow {background-color:#ffc428; background-size:100%;}
.bg-sun-pink {background-color:#e31563;}
.bg-sun-teal {background-color:#068c7e;}
.bg-sun-yellow h1 {text-transform: uppercase;
    color: #e41664;
    font-weight: 500;
    font-size: 31px;}
	
.bg-sun-yellow h1>strong {font-size: 68px;}

@media (width: 768px){
	.bg-sun-yellow h1>strong {font-size: 96px;}
}

.bg-sun-yellow a, .bg-sun-yellow .btn-link {color:#e41664 !important;}

.page-content h2 {line-height: 82%;}

.page-content .btn-outline-primary {box-shadow: inset 0 0 0 2px #e31563, 0 0 1px transparent;}
.page-content .btn-outline-primary:hover {background-color:#e31563; color:#ffffff !important;}