body{
    background-image: url(https://i.pinimg.com/originals/22/93/ed/2293ed602af37203c07a2739d353d5ed.gif);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: hidden;
}

.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.559);
}

.wrapper{
    background-color: transparent;
    height: 80%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0px 0px 30px #a1318e92;
}



.home{
    width: 80%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(black, purple);
}

.hometitle{
    color: white;
    font-family: Verdana, sans-serif;
    width: 100%;
    margin-top: 5%;
    text-align: center;
    text-shadow: 3px 2px purple;
}

.webtitle{
    background-color: transparent;
    height: 20%;
    width: 30%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: 50%;
    margin-top: 10%;
    margin-right: auto;
}

.titlea{
    width: inherit;
    height: inherit;
    font-family: "faithcollapsing" !important;
}

.titlea p{
    font-family: "faithcollapsing" !important;
}

.titlea:visited{
    text-decoration: none;
}

.titlea:active{
    text-decoration: none;
}

.titlea:link{
    text-decoration: none;
}

.titlealeft{
    height: 100%;
    float: left;
    background: transparent;
    width: 70%;
}

.titlep1{
    font-size: xx-large;
    padding: 0px;
    margin: 0px;
    margin-left: 5%;
    color: #8607c1;
    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: xxx-large;
    padding: 0px;
    margin: 0px;
    margin-left: 10%;
    background: linear-gradient(#8607c1, #8607c1, black);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: breathe2 2s;
    animation-iteration-count: infinite;
}

@keyframes breathe2{
    0%{
        text-shadow: 0px 0px 20px #8607c1;
    }
    50%{
        text-shadow: 0px 0px 30px #8607c1;
    }
    100%{
        text-shadow: 0px 0px 20px #8607c1;
    }
}

.mouth{
    background: transparent;
    float: right;
    margin-top: 5%;
    margin-right: 5%;
    width: 25% !important;
    animation: breathe3 2s;
    animation-iteration-count: infinite;
}

@keyframes breathe3{
    0%{
        -webkit-filter: drop-shadow(0px 0px 10px #690398);
        filter: drop-shadow(0px 0px 10px #690398);
    }
    50%{
        -webkit-filter: drop-shadow(0px 0px 5px #690398);
        filter: drop-shadow(0px 0px 5px #690398);
    }
    100%{
        -webkit-filter: drop-shadow(0px 0px 10px #690398);
        filter: drop-shadow(0px 0px 10px #690398);
    }
}

.warning{
    position: absolute;
    top: 80%;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    height: 60px;
    width: 468px;
}

.warning:hover{
    cursor: pointer;
}



.images{
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    position: absolute;
    background-color: green;
    visibility: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
    background-image: url(https://i.pinimg.com/originals/88/dd/14/88dd1414cb2944cfdd117a250a03e0b3.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

.pic{
    width: 30%;
    filter: blur(1px) brightness(1.5);
    margin: 1.5%;
    box-shadow: rgba(255, 255, 255, 0.304) 0px 0px 25px;
}

.pic:hover{
    filter: none;
}

.blinkie{
    margin-left: .5%;
}

.stamp{
    margin-left:1%;
}

#first{
    margin-left: 2%;
}

.pinterest{
    height: 30%;
    margin-left: 3%;
    margin-bottom: 2%;
}

.images.show{
    visibility: visible;
}

.pictitle{
    margin-top: 2%;
    margin-bottom: 2%;
    color: white;
    width: 100%;
    text-align: left;
    font-size: larger;
}

.button{
    margin-left: 3%;
    margin-right: -3%;
    margin-bottom: 2%;
}

.button:hover{
    cursor: vertical-text;
}



.videos{
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    position: absolute;
    box-shadow: inset black 2px 2px 20px, inset black -2px -2px 20px;
    visibility: hidden;
    overflow-y: scroll;
    background: url(https://i.pinimg.com/originals/d8/3a/35/d83a35989593df4003d039cc5e1b5789.gif);
    background-size: cover;
    background-repeat: no-repeat;
}

.videos.show{
    visibility: visible;
}

.vidtitle{
    margin-top: 2%;
    margin-bottom: 2%;
    color: white;
    text-shadow: 0px 0px 10px black, 0px 0px 10px black, 0px 0px 5px black;
    width: 100%;
    text-align: left;
    font-size: larger;
}

.videocontent{
    margin-left: 3%;
    box-shadow: rgb(255, 34, 104) 0px 0px 15px, white 0px 0px 5px;
}



.right{
    float: right;
    height: 100%;
    width: 20%;
    background-image: url(https://64.media.tumblr.com/f53756988c10cacb96f0b3a2d36b2123/c33ef4067bcde5db-dc/s250x400/81a3d54b35b71998e630307be9eeaa7db377433d.gifv);
    background-size: 40%;
    /* background-image: linear-gradient(black, rgb(224, 6, 79)); */
    animation: bordercolor 1.5s;
    animation-iteration-count: infinite;
}

.buttons{
    background-color: transparent;
    margin-top: 10%;
    width: 100%;
    padding: 10%;
}

.menutitle{
    margin-top: 5%;
    text-decoration: underline dashed blue;
    color: white;
    width: 100%;
    text-align: center;
    font-size: larger;
}

.icons{
    margin-left: 5%;
    width: 40%;
}

.right button{
    background-color: transparent;
    border: 2px white solid;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
    margin-bottom: 7%;
}

.right button:hover{
    cursor: pointer;
    box-shadow: white 0px 0px 5px;
}

@keyframes bordercolor{
    0%{  
        box-shadow: inset 2px 2px 10px #aa02fe, inset -2px -2px 10px #aa02fe;
    }
    33%{
        box-shadow: inset 2px 2px 10px #d30202, inset -2px -2px 10px #d30202;
    }
    66%{
        box-shadow: inset 2px 2px 10px #ff00ae, inset -2px -2px 10px #ff00ae;
    }
    100%{
        box-shadow: inset 2px 2px 10px #aa02fe, inset -2px -2px 10px #aa02fe;
    }
}

::-moz-selection{
    color: white;
    background: #750707;
}

::selection{
    color: white;
    background: #750707;
}

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: 288;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}

::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
    background-image: linear-gradient(rgb(193, 193, 193), rgb(151, 151, 151));
    box-shadow: inset -2px -2px rgb(95, 95, 95), inset 2px 2px rgb(205, 205, 205);
}

::-webkit-scrollbar-thumb{
    background-image: linear-gradient(#0dff15, #1bb512);
    box-shadow: inset -1px -1px rgb(6, 111, 2), inset 1px 1px white, 0px 2px rgb(95, 95, 95);
}

::-webkit-scrollbar-thumb:hover{
    background-image:linear-gradient(#0ac616, #13a000);
    box-shadow: inset -1px -1px rgb(3, 83, 12), inset 1px 1px white, 0px 2px rgb(95, 95, 95);
}

@font-face{
    font-family: "faithcollapsing";
    src: url(Faith\ Collapsing.ttf);
}