@charset "UTF-8";
.CummyHeader {
    color: hsla(338,90%,77%,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 6vw;
    text-align: center;
    font-weight: bold;
    background-color: hsla(218,92%,24%,1.00);
    text-shadow: 1px 1px hsla(0,0%,99%,1.00);
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
.CummyHeaderlight {
    color: hsla(239,100%,49%,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 6vw;
    text-align: center;
    font-weight: bold;
    background-color: hsla(0,0%,99%,1.00);
    text-shadow: 1px 1px hsla(338,90%,77%,1.00);
    -webkit-box-shadow: 1px 0px;
    box-shadow: 1px 0px;
}
.CummyHeaderPink {
    color: hsla(0,0%,99%,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 6vw;
    text-align: center;
    font-weight: bold;
    background-color: hsla(338,95%,84%,1.00);
    text-shadow: 1px 1px hsla(239,100%,49%,1.00);
    -webkit-box-shadow: 1px 0px;
    box-shadow: 1px 0px;
    text-transform: uppercase;
}
.CummyFooterTitles {
    color: hsla(0,0%,99%,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 2vw;
    text-align: center;
    font-weight: bold;
    background-color: hsla(206,100%,49%,1.00);
    text-shadow: 1px 1px hsla(239,100%,49%,1.00);
    -webkit-box-shadow: 1px 0px;
    box-shadow: 1px 0px;
    text-transform: uppercase;
}
.CummyBody {
    background-size: contain;
}
.CummyText {
    color: hsla(239,100%,49%,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 4VW;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}
.CummySmallText {
    color: hsla(0,0%,99%,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 2VW;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}
.CummyHeader {
    padding-top: 66px;
    padding-bottom: 5px;
}
.CummyFooter {
    padding-bottom: 5px;
    padding-top: 5px;
}

a {
    color: white; /* Default color of the text */
    text-decoration: none; /* Removes underline from the text */
    transition: color 0.3s, font-weight 0.3s; /* Smooth transition for color and font weight */
}

a:hover {
    color: pink; /* Color when hovered */
    font-weight: bold; /* Bold text when hovered */
}

a:visited {
    color: white; /* Remains white after being clicked */
}
.CummyBox   {
    border: medium solid hsla(0,0%,99%,1.00);
    padding-top: 15px;
}

.Cummy-responsive-text {
    font-size: 16px; /* Base font size for desktop */
}
.CummyButton {
    background-color: hsla(338,90%,77%,1.00);
    color: hsla(226,95%,58%,1.00);
    border: thin solid hsla(0,0%,99%,1.00);
}

.CummyButton:hover {
    color: white; /* Color when hovered */
    font-weight: bold; /* Bold text when hovered */
}

/* Adjust text size for tablets */
@media (max-width: 768px) {
    .responsive-text {
        font-size: 14px; /* Slightly smaller for tablets */
    }
}

/* Further adjust text size for mobile devices */
@media (max-width: 480px) {
    .responsive-text {
        font-size: 12px; /* Smaller text for mobile */
    }
}
