#link:link,
#link:active,
#link:visited {
    font-size: x-large;
    color: white;
    transition: color 0.5s;
}

#link:hover {
    color: darkviolet;
    text-decoration: none;
}

#wallButton
{
    border: none;
    padding: 0.4%;
    border-radius: 74px;
    margin-left: 21%;
    margin-right: 21%;
    font-size: 93%;
    -webkit-backdrop-filter: blur(44px);
    backdrop-filter: blur(44px);
    background-color: rgb(4,4,4,0.4);
    color: white;
    margin: 0;
    position: fixed;
    right: 3%;
    bottom: 2.34%;

    transition: color 0.4s, background-color 0.7s, transform 0.4s;
}

#wallButton:hover
{
    color: black;
    cursor: none;
    background-color: white;
    transform: scale(1.1347);
}

body
{    
    background-color: transparent;
    background-image: url("../csSIDesigns/mmm.gif");
/*    background-image: linear-gradient(147deg, aqua, blue, darkviolet);
*/  background-attachment: fixed;
    background-size: auto;
    background-position: center;
    background-size: 100% 100%;
    animation-name: zooomWall;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}

@keyframes Tunes {
    0% {
        opacity: 0;
        transform: scale(0.4);
    }
}

@-webkit-keyframes Tunes {
    0% {
        opacity: 0;
        transform: scale(0.4);
    }
}

@keyframes zooomWall {
    0% {
        background-size: 139% 139%;
    }
}

@-webkit-keyframes zooomWall {
    0% {
        background-size: 139% 139%;
    }
}

#welcome {
    font-size: 749%;
    font-family: 'Comfortaa', cursive;
    padding-top: 20%;
    padding-bottom: 30%;
    color: white;
    background-color: transparent;
    margin:0;
    /*-webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);*/
    height: 100%;
}

#title
{
    margin-left: 21%;
    margin-right: 21%;
    font-size: 74%;
    -webkit-backdrop-filter: blur(47px);
    backdrop-filter: blur(47px);
    background-color: rgb(44,44,44,0.2);
    color: white;
    border-radius: 74px;
    animation-name: Tunes;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

#para
{
    padding-left: 3%;
    padding-right: 3%;
    margin:0;
    background-color: transparent;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    background-color: rgb(44,44,44,0.2);
    border-radius: 13px;
}

/*frame controls are in html*/
#playlist1, #playlist2
{
    color: white;
    font-size: 300%;
    font-family: 'Comfortaa', cursive;
    margin:0;
    border-radius: 0;
    background-color: transparent;
    /*background-image: url("../csSIDesigns/music1_bright.png");
    background-attachment: fixed;
    background-size: auto;
    background-position: center;
    background-size: 100% 100%;
    box-shadow: 0px 0px 74px black;*/
}

#playlist2
{
    /*background-image: url("../csSIDesigns/music2_bright.png");
    background-attachment: fixed;
    background-size: auto;
    background-position: center;
    background-size: 100% 100%;*/

    padding-bottom: 20%;
}

@media only screen and (max-width: 1250px) {

body
    {
        background-attachment: scroll;
        background-size: auto;
        animation: none;
    }

#playlist1, #playlist2, #welcome
{
    font-size: 200%;
    background-size: auto;
}
#title
{
    border-radius: 74px;
    margin-left: 17%;
    margin-right: 17%;
    font-size: 139%;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    color: white;
    background-color: rgb(44,44,44,0.2);
}
#link:link,
    #link:active,
    #link:visited {
        font-size: medium;
    }
}
