.content .section-title-block:nth-of-type(5n+1) .btn-white:hover {
    color:#28295c
}

.content .section-title-block:nth-of-type(5n+2) .btn-white:hover {
    color:#d16a28
}

.content .section-title-block:nth-of-type(5n+3) .btn-white:hover {
    color:#00565f
}

.content .section-title-block:nth-of-type(5n+4) .btn-white:hover {
    color:#6f72b3
}

.content .section-title-block:nth-of-type(5n+5) .btn-white:hover {
    color:#84cde4
}

.content .section-title-block > div {
    border:solid 2px #000102
}

.content .section-title-block > div > div {
    border:solid 2px #fff
}

.content .content-section:not(.footer-section):nth-child(1n) {
    background-color:#28295c
}

.content .content-section:not(.footer-section):nth-child(2n) {
    background-color:#eae7f4
}

.content .content-section:not(.footer-section):nth-child(3n) {
    background-color:#84cde4
}

.content .content-section:not(.footer-section):nth-child(4n) {
    background-color:#d16a28
}

.content .content-section:not(.footer-section):nth-child(5n) {
    background-color:#ffd467
}

.content .content-section:not(.footer-section):nth-child(6n) {
    background-color:#25378c
}

.content .content-section:not(.footer-section):nth-child(7n) {
    background-color:#00565f
}

.content .content-section:not(.footer-section):nth-child(8n) {
    background-color:#008e9e
}

.content .content-section:not(.footer-section):nth-child(9n) {
    background-color:#f9b510
}

.content .content-section:not(.footer-section):nth-child(10n) {
    background-color:#6f72b3
}

.content .content-section:not(.footer-section):nth-child(11n) {
    background-color:#25378c
}

.content .content-section:not(.footer-section):nth-child(12n) {
    background-color:#f4a368
}

.content .content-section:not(.footer-section):nth-child(13n) {
    background-color:#84cde4
}

.content .content-section:not(.footer-section):nth-child(14n) {
    background-color:#f9b510
}

.content .content-section:not(.footer-section):nth-child(15n) {
    background-color:#fdefe5
}

.content .t-shirt-container .t-shirt-text {
    font-family:Arial;
    color:#000102
}

.content .t-shirt-container .t-shirt {
    position:relative
}

.content .t-shirt-container .t-shirt > div {
    position:relative
}

.content .t-shirt-container .t-shirt:hover a {
    opacity:1
}

.content .t-shirt-container .t-shirt a {
    opacity:0;
    position:absolute;
    font-family:ph-regular;
    font-size:16pt;
    background-color:rgba(255,255,255,.5);
    bottom:0;
    color:#000102;
    text-decoration:none
}