/*general styles*/
html {
    font-size: 1rem;
    font-family: Arial, sans-serif;
}

@font-face {
    font-family: "Minecraft";
    src: url("https://db.onlinewebfonts.com/t/320cca572227f02a57aa55f479564218.eot");
    src: url("https://db.onlinewebfonts.com/t/320cca572227f02a57aa55f479564218.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/320cca572227f02a57aa55f479564218.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/320cca572227f02a57aa55f479564218.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/320cca572227f02a57aa55f479564218.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/320cca572227f02a57aa55f479564218.svg#Minecraft")format("svg");
}

@font-face {
    font-family: "Futured";
    src: url("https://db.onlinewebfonts.com/t/44005d11d0f64730917882b7b7c5e479.eot");
    src: url("https://db.onlinewebfonts.com/t/44005d11d0f64730917882b7b7c5e479.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/44005d11d0f64730917882b7b7c5e479.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/44005d11d0f64730917882b7b7c5e479.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/44005d11d0f64730917882b7b7c5e479.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/44005d11d0f64730917882b7b7c5e479.svg#Futured")format("svg");
}

body {
    background-color: #C583DD;
    color: white;
    font-size: 1.3rem;
    padding-top: 3.5rem;
    margin: 5rem;
    margin-top: 0.5rem;
}

a {
    color: white;
    text-decoration: none;
}

a:visited {
    color: rgb(255, 255, 255);
}

.fixed-top a:visited {
    color: rgb(255, 255, 255) !important;
}

a:hover, a:active {
    color: rgb(235, 198, 137);
}

.fixed-top a:hover, .fixed-top a:active {
    color: rgb(255, 255, 255) !important;
}

.shadow-dance-tumbwa {
    font-size: 1.8rem;
    color: #fff;
    text-shadow: 0.1rem 0.1rem 0 #ec197bae, 0.2rem 0.2rem 0 #2db8f4ae;
    animation: shadow-dance 0.1s infinite;
}

@keyframes shadow-dance {
    0%, 100% {
        text-shadow: 0.2rem 0.2rem 0 #ec197bae, 0.4rem 0.4rem 0 #2db8f4ae;
    }
    50% {
        text-shadow: -0.1rem -0.1rem 0 #2db8f4ae, -0.2rem -0.2rem 0 #ec197bae;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    background-color: #b465d1;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-left: -5rem;
    height: 4rem;
    border-bottom: 0.125rem solid white;
    font-weight: 750;
    z-index: 1000;
}

.fixed-top > * {
    padding: 4.5rem;
    padding-bottom: 0rem;
    padding-top: 0.2rem;
    font-size: 1.5rem;
}

h1 {
    font-family: "Futured";
    line-height: 1;
    text-align: center;
}

h2 {
    font-style: italic;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
}
/*home page*/
.homepage {
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shadow-dance-tumbwa.site-title {
    font-size: 5rem;
    font-weight: 700;
    margin-top: 2rem;
    text-align: center;
}
.construction {
    font-family: "Minecraft";
    font-size: 2rem;
    text-align: center;
    padding: 1rem;
}
/*music 2100*/

.cover {
        display:block;
        margin-left: auto;
        margin-right: auto;
    }
body.music2100 {
    margin-top: 1rem;
    background-color: #ecab43 !important;
}
body.music2100 .fixed-top {
    background-color: #FF8E1B !important;
}
/*music 2024-25*/
body.music2025 {
    margin-top: 3rem;
    background-color: #3063C8 !important;
    background: linear-gradient(180deg,rgba(48, 99, 200, 1) 0%, rgba(197, 131, 221, 1) 100%) !important;

}
body.music2025 > * {
    padding: 0.5rem;
}
body.music2025 .fixed-top {
    background-color: #2053b7 !important;
}
.music2025 p {
    font-family: "Minecraft" !important;
    font-size: 1.5rem;
}
.music2025 ol {
    font-family: "Minecraft" !important;
    font-size: 1.5rem;
}

.music2025 .shadow-dance-tumbwa {
    font-family: "Arial" !important;
}

.bentley {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
   
}

.bentley iframe {
    flex-shrink: 0;
}   

div.bentley {
    padding: 3rem;
    padding-bottom: 7rem;
}





/*

h2.title {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2;
}

h3 {
    font-style: italic;
    transform: skewX(-5deg);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 0.75;
}

p.entry {
    font-family: "Minecraft";
    font-size: 1.3rem;
}

h3.location, h3.media {
    font-style: italic;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1.2;
}

pre {
    float: right;
}

abbr {
    text-decoration: none;
    border-bottom: 0.1rem dotted white;
    cursor: help;
}
*/