::-moz-selection{
    color: black;
    background: #a1318e;
}

::selection{
    color: black;
    background: #a1318e;
}

body{
    background-image: linear-gradient(black, black, #a1318e, rgb(161, 49, 142), rgb(161, 49, 142));
    background-clip: content-box;
    background-attachment: fixed;
}

.title{
    background-color: black;
    height: 20%;
    width: 30%;
    margin-left: 4%;
    margin-top: 2%;
}

.titlea{
    width: inherit;
    height: inherit;
    font-family: faithcollapsing;
}

.titlea:visited{
    text-decoration: none;
}

.titlea:active{
    text-decoration: none;
}

.titlea:link{
    text-decoration: none;
}

.titlep1{
    font-size: 300%;
    padding: 0px;
    margin: 0px;
    margin-left: 5%;
    color:rgb(128, 2, 2);
    text-shadow: 0px 0px 10px;
    animation: breathe1 2s;
    animation-iteration-count: infinite;
}

@keyframes breathe1{
    0%{
        text-shadow: 0px 0px 10px;
    }
    50%{
        text-shadow: 0px 0px 30px;
    }
    100%{
        text-shadow: 0px 0px 10px;
    }
}

.titlep2{
    font-size: 500%;
    padding: 0px;
    margin: 0px;
    margin-top: -7% !important;
    margin-left: 20%;
    background: linear-gradient(#800202, black);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    float: left;
    text-shadow: 0px 0px 20px rgb(107, 1, 1);
    animation: breathe2 2s;
    animation-iteration-count: infinite;
}

@keyframes breathe2{
    0%{
        text-shadow: 0px 0px 20px rgb(107, 1, 1);
    }
    50%{
        text-shadow: 0px 0px 30px rgb(107, 1, 1);
    }
    100%{
        text-shadow: 0px 0px 20px rgb(107, 1, 1);
    }
}

.mouth{
    float: right;
    height: 70%;
    margin-top: -10%;
    margin-right: 5%;
    -webkit-filter: drop-shadow(0px 0px 10px rgb(80, 0, 0));
    filter: drop-shadow(0px 0px 10px rgb(77, 0, 0));
    animation: breathe3 2s;
    animation-iteration-count: infinite;
}

@keyframes breathe3{
    0%{
        -webkit-filter: drop-shadow(0px 0px 10px rgb(80, 0, 0));
        filter: drop-shadow(0px 0px 10px rgb(77, 0, 0));
    }
    50%{
        -webkit-filter: drop-shadow(0px 0px 5px rgb(80, 0, 0));
        filter: drop-shadow(0px 0px 5px rgb(77, 0, 0));
    }
    100%{
        -webkit-filter: drop-shadow(0px 0px 10px rgb(80, 0, 0));
        filter: drop-shadow(0px 0px 10px rgb(77, 0, 0));
    }
}

.row1{
    float: right;
    height: 30%;
    width: 55%;
    margin-right: 6.5%;
    padding: 0%;
}

.widgets{
    height: 100%;
    margin-left: 4%;
    margin-bottom: 0%;
    color: white;
}

.music-container{
    border: 2px solid white;
    background-image: linear-gradient(#a10b0b, black, black);
    padding-left: 5%;
    padding-right: 5%;
}

.music-info{
    margin: 0px;
    margin-top: -5%;
    font-family: Verdana, sans-serif;
    font-size: 70% !important;
    font-size: 80%;
    text-align: center;
}

.nav{
    margin-top: 5%;
    margin-bottom: 3%;
    width: 100%;
}

.action-btn{
    background-image: linear-gradient(transparent, #a10b0b);
    border: white 1px solid;
    box-shadow: inset black 0px 0px 5px;
    border-radius: 50%;
    width: 15%;
    height: 15%;
    margin-left: 40%;
}

.action-btn:focus, .action-btn:hover{
    cursor: pointer;
}

.action-btn:hover{
    background-image: linear-gradient(transparent, #a10b0b, #a10b0b);
}

.action-btn:focus{
    box-shadow: inset black 0px 0px 7px;
}

.music-info{
    opacity: 1;
}

.music-container.play{
    opacity: 1;
}

.progress-container{
    background-color: white;
    height: 1%;
    width: inherit;
    margin-top: -5%;
    border-radius: 10px;
}

.progress{
    background-color:rgb(132, 1, 1);
    width: 0%;
    height: 100%;
    transition: width .1s linear;
    border-radius: 10px;
}

.currently{
    font-family: Verdana, sans-serif;
    font-size: 70%;
    font-weight: lighter;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 0%;
}

.widgetstuff{
    height: 87px;
    width: 100%;
    background-image: linear-gradient(#a10b0b, black, black);
    margin-top: 5%;
    border: white 2px solid;
    overflow: scroll;
    overflow-x: hidden;
}

.divider{
    width: 100% !important;
    max-height: 10px;
}

.feeling{
    margin-left: 30%;
}

.webbutton{
    margin-top: 5%;
    margin-left: 25%;
    margin-bottom: 5%;
}

.desc1{
    background-color: black;
    color: white;
    width: 100%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    border:2px solid white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.desc1head{
    background-image: linear-gradient(rgb(167, 167, 167), black, black);
    padding-top: 1%;
    padding-left: 3%;
    font-size:large;
    font-weight: bold;
    text-shadow: -3px -2px 2px black, 3px -2px 2px black;
    font-family: "Nunito Sans", sans-serif;
}

.desc1text{
    padding-top: 1%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 2%;
    font-family: Verdana, sans-serif;
    font-size: small;
    font-weight: lighter;
}

.albums{
    height: 30%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}

.albumscont{
    margin-top: 3%;
    padding-left: 3%;
    width: 300%;
    height: 100%;
    overflow: hidden;
    animation: scroll 10s linear infinite;
}

.albumscont:hover{
    animation-play-state: paused;
}

.witchesrune, .musicforthemasses, .isnothingsacred, .infestissumam, .medusa, .rendezvous{
    width: 100%;
    float: right;
}

.albums li{
    margin-right: 5%;
}

.albumtext{
    height: 25%;
    width: 10%;
    opacity: 0;
    color: white;
    position: absolute;
    margin-top: 7%;
    font-size: small;
}

#mftm{
    color: black;
    font-weight: normal;
}

.albumcovers{
    width: 90%;
}

.albumcovers:hover{
    filter: blur(2px);
}

.albums li:hover .albumtext{
    opacity: 1;
    z-index: 999 !important;
}

.albumcovers:hover + .albumtext{
    opacity: 1;
    z-index: 999 !important;
}

@keyframes scroll {
    0%{
        opacity: 1;
        transform: translateX(50%);
    }
    99.9%{
        transform: translateX(-100%);
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.divider{
    color: red;
    text-align: center;
    padding-top: 1%;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track{
    background:rgb(44, 44, 44);
    box-shadow: inset -2px -2px 0px rgb(21, 21, 21), inset 2px 2px 0px rgb(83, 83, 83);
}

::-webkit-scrollbar-thumb{
    background-color: rgb(128, 2, 2);
    box-shadow: inset 1px 1px 0px rgb(224, 183, 183), inset -1px -1px 0px rgb(54, 54, 54), 0px 2px 0px rgb(21, 21, 21);
}

::-webkit-scrollbar-thumb:hover{
    background-color:rgb(77, 0, 0);
}

.leftstuff{
    width: 31%;
    margin-left: 3.85%;
    margin-top: 2%;
    height: 30%;
}

.leftstuff td{
    width: 50%;
}

.navmenu{
    width: 90%;
    height: 80%;
    margin-top: 0%;
    color: white;
    border-width: 2px;
    border-style: solid;
    padding-left: none;
    padding-top: none;
    padding-bottom: 1%;
    font-family: Verdana, sans-serif;
    line-height: 150%;
    font-size: small;
    font-weight: lighter;
    font-weight:lighter;
    background-color: black;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.navmenutitle{
    font-weight: bold;
    background-image: linear-gradient(rgb(167, 167, 167), black, black);
    padding-left: 5%;
    padding-top: 3%;
    margin-bottom: 3%;
    text-shadow: -3px -2px 2px black, 3px -2px 2px black;
    font-size: large;
    font-family: "Nunito Sans", sans-serif;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.navmenuitems{
    padding-left: 5%;
}

.navmenuitems a{
    color: white;
    text-decoration: none;
}

.navmenuitems a:hover{
    text-shadow: 1px 1px 1px gray;
}

.video{
    background-color: black;
    width: 30%;
    margin-left: 4%;
    height: 35%;
    float: left;
    overflow: hide;
}

.columns{
    width: 55%;
    height: 60%;
    float: right;
    margin-right: 6.4%;
    margin-top: -10%;
    overflow: hide;
}

.column1{
    width: 30%;
    margin-right: 46.4%;
    margin-top: 0%;
    font-family: Verdana, sans-serif;
    font-weight: lighter;
    font-size: small;
    height: 60%;
    background-color: transparent;
    float: left;
}

.column1text{
    background-image: linear-gradient(#a10b0b, black, black, black);
    color: white;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

.webblinkie{
    display: block;
  margin-left: auto;
  margin-right: auto;
}

.drippin{
    width: 100%;   
    margin-top: -25%;
    
}

.ankh{
    width: 50%;
    rotate: 90deg;
    margin-left: 10%;
    margin-top: -8%;
}

.column2r1{
    width: 60%;
    height: 52%;
    overflow: scroll;
    overflow-x: hidden;
    margin-top: -32%;
    float: right;
    background-color: black;
    border: 2px white solid;
}

.column2r2{
    width: 60%;
    height: 35%;
    overflow: scroll;
    overflow-x: hidden;
    margin-top: -2%;
    float: right;
    background-color: black;
    border: 2px white solid;
}

.gif1{
    width: 100%;
    box-shadow: 0px 0px 20px black;
    margin-bottom: 20%;
}

.mana{
    width: 35% !important;
}

.bottom{
    background-color: white;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;

}

.marqueetext{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: auto;
    float: left;
}

.nunito-sans{
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto; 
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}

@font-face {
  font-family: FaithCollapsing;
  src: url(Faith\ Collapsing.ttf);
}

html::before {
    content: " ";
    display: block; position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    background: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 50%);
    z-index: 2;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
