﻿.PinkBackground {
    background-color: #F30378;
    color:#ffffff;
}
 img {
     object-fit: cover;
 }
 .Button.golden-bn-btn {
    background: #ffffff;
    color: #F30378;
    max-width: fit-content;
    height: 34px;
    border-radius: 17px;
    box-shadow: 0 5px 10px 0 rgba(204, 204, 204, 0.3);
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    border: none;
}
.Button.btn-golden-mobile {
    font-size: 4.5vw;
    border-radius: 5vw;
    padding: 1vw 3vw;
    margin-top: 3vw;
    background-color: #ffffff;
    color: #F30378;
    height: 9vw;
    width: fit-content;
}
.Img-Golden {
    max-width: 500px;
    height: auto;
    margin: auto;
}
.banner-content {
    padding: 0 40px 40px 40px;
}
.main-content {
    background: url('/SpitfireImage_Lib/img/Web_GoldenNumberCat.png?4500');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
.GDN-text {
    font-size: 2.2em;
    line-height: 95%;
    font-weight:700;
}
.GDN-body {
    font-size: 1.4em;
    line-height: 110%;
}
.small-size-adjust {
    text-align: center;
    max-width: 650px;
}

@media only screen and (min-width: 1200px) {  
    .small-size-adjust {
        font-size: larger;
    }
    .banner-content {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1800px) {  
    .margin-auto {
        margin: 40px 0;
    }
    .small-size-adjust {
        /* font-size: x-large; */
        padding: 40px 0;
    }
    .banner-content {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 950px) {  
    .small-size-adjust {
        font-size: x-small;
    }
}