html {
    background-color: #3cbcfc;
}
.smb2banner {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-content:space-between;
    align-items: center;
	width: 80%;
    object-fit: fill;
}
.smb2banner img {
    width: 100%
}
.smb2content {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-content: space-between;
    align-items: center;
	width: 70%;
    background-image: url("bannerloop.png");
    background-size: contain;
    background-repeat: repeat-y;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
}
.smb2content h1 {
    text-shadow: 0.15em 0.15em 0 var(--bg);
    font-family: AlexyoFont;
    font-size: 4rem;
    color:white;
}
.smb2content h2 {
    padding-top: 0;
    text-shadow: 0.15em 0.15em 0 var(--bg);
    font-family: AlexyoFont;
    font-size: 2rem;
    color:#bbbbbb;
}
.smb2content h3 {
    text-shadow: 0.15em 0.15em 0 var(--bg);
    font-family: AlexyoFont;
    font-size: 2rem;
    color:white;
    text-align: center;
}
.smb2content h4 {
    text-shadow: 4px 4px 0 var(--bg);
    font-family: FortyFont;
    font-size: 3rem;
    color: var(--link);
    text-decoration: none;
    text-align: center;
    margin: 0;
}
.smb2content h5 {
    text-align: center;
    text-shadow: 3px 3px 0 var(--bg);
    margin-top: 0;
    font-family: FortyFont;
    font-size: 2rem;
    color:var(--greytxt);
}
.smb2content p {
    text-shadow: 0.15em 0.15em 0 var(--bg);
    font-family: MDFont;
    font-size: 1.5rem;
    color:var(--grey15);
}
.smb2content li {
    text-shadow: 0.15em 0.15em 0 var(--bg);
    font-family: MDFont;
    font-size: 1.5rem;
    color:var(--grey15);
}
.smb2content a {
    text-decoration: none;
}
.smb2content a:link h5,h4{
    color: var(--link);
}
.smb2cast {
    width: 80%;
    display: flex;
    align-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}
.smb2castbox {
    flex-basis: 200px;
    height: 40vh;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.smb2castbox img {
    height: 100%;
    image-rendering: pixelated;
    cursor: pointer;
}
.smb2castbox p {
    max-width: max-content;
}
.smb2castbox #img_2 {
    display: none;
}
.smb2castbox #img_3 {
    display: none;
}
.smb2castbox:hover #img_1 {
    display: none;
}
.smb2castbox:hover #img_2 {
    display: block;
}
.smb2castbox:active #img_2 {
    display: none;
}
.smb2castbox:active #img_3 {
    display: block;
}
.footer {
    margin-top: 0%;
}