/* This calls the Font Family of Press 2P */
.press-start-2p-regular {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
}
/* This calls the font information for welcome message. */
a {
    color: inherit;
    text-decoration: underline;
}
h1 {
    color: rgb(91, 212, 123);
    font-family: "Press Start 2P", "consolas", sans-serif;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    border-style: groove;
    border-radius: 20px;
    box-shadow: outset 10px rgb(207, 93, 28);
    border-color: rgb(54, 19, 94);
    padding: min(36em, 15%);
    background-color: rgb(49, 134, 209);
    text-shadow: 1px 10px 10px rgb(12, 78, 199);
}

/* This website is dedicated to message, see details. */
h2 {

}
.Banner {
    display: inline-flex;
    color: rgb(250, 135, 115);
    font-style: oblique;
    border: 10px;
    border-width: 20px;
    border-radius: 10px;
    padding: 20px;
    background-color: rgba(171, 130, 232,0.25);
    border-image-source: linear-gradient(20deg, rgb(249, 186, 97), rgb(185, 149, 255), orange);
    margin: 20px;
    border-style: solid;
    border-image-slice: 20;
}
#Music {
padding: 20px;
border-width: 5px;
}
#DAAM {
padding: 20px;
border-width: 5px;
}
#RA  {
padding: 20px;
border-width: 5px;
}
#ITOS {
padding: 20px;
border-width: 5px;
}
#PAS {
padding: 20px;
border-width: 5px;
}
#CI {
padding: 20px;
border-width: 5px;
}
/* This styles the page elements specifically. */
p {
    font-family: "consolas", sans-serif;
    text-align: center;
    color: rgb(91, 212, 150);
    border: 10px solid black;
    font-style: ;
    border: 10px solid black;
    border-width: 5px;
    border-radius: 5px;
    padding: 5px;
    background-color: rgba(50, 50, 175,0.50);
    border-image-source: linear-gradient(20deg, rgb(55, 137, 130), rgb(90, 255, 163), green);
    margin: 5px;
    border-style: solid;
    border-image-slice: 5;
}
/* This styles the body section only, unless otherwise specified per deliniations. */
body {
    background-image: url("../BandPhotos/B10.jpg");
    background-image: url("../BandPhotos/B6.jpg");
    font-size: 1.00vw;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0,0,0);
    text-align: center;
    color: black;
}
