/*scrolling effect */
html {
    scroll-behavior: smooth;
}
#blackbg {
    background-color: black;
}
#blogs {
    width: 60%;
    float: left;
}
body {
    width: 100vw;
}

#about {
    display: block;
    float: none;
    clear: both;
    margin-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    position: relative;
    transform: translate3d(0, 0, 0);
}



.animationcontainer {
  /*  border-bottom: 4px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-style: groove;
    border-color: #E83633;
    overflow: hidden;
    border-radius: 50%;
    border-style:groove;
    position: relative;
    background-color: #E83633;*/
    height: 40vh;
    width: 80vw;
    display: block;
    background-color: #EFE9DD;
}

article {
    background-color: white;
    border-radius: 20%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    overflow: hidden;
}

/*#about h2 {
    display: none;
}*/
.layer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



article {
    margin: 5%;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
}

a {
    text-decoration: none;
    color: black;
}

.article {
    background-color: white;
    margin-left: 40%;
    display: block;
}

article img {
    max-width: 100%;
}
#bg {
    background-image: url(parallaxbg.png);
    transform: translate3d(0, 0, 0);
    width: 100%;
    background-color: red;
    position: fixed;
    z-index: 1px;
}

#booksintro {
    display: block;
    clear: both;
}

#booksintro p {
    font-family: smythe-regular;
    font-size: 1.5em;
}

#booksforsale {
    margin: 0px;
    padding: 0px;
}

#bookslides {
    width: 80%;
    margin-right: 10%;
    padding-top: 3%;
}

.carousel {

    margin: 0;
    padding: 0;
}
#contact {
    display: block;
    float: none;
}
#contactform {
    background-image: url(formbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    overflow: hidden;
    display: block;
    float: none;
}

#dashboard {
    display: inline-block;
    float: left;
}

figcaption {
    font-family: smythe-regular;
    font-size: 1em;
    text-align: center;
}

footer {
    clear: both;
    float: none;
    background-color: #4B5C69;
    color: white;
}

form {
    background-color: white;
}

.gravitas-one-regular {
    font-family: "Gravitas One", serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    /* height: 20vh;*/
    font-family: ClimateCrisis-regular;
  /*  background: -webkit-linear-gradient(#EA5B5B, #E83633);
    -webkit-background-clip: text;
    background-color: transparent;
    font-size: 2em;
    text-align: center;
    text-shadow: 2px 2px 4px black;
    padding: 1%;
    overflow: hidden;
    position: relative;*/
    padding: 0%;
    font-size: 4em;
    font-weight: bold;
    background-image: linear-gradient(to top,#EBA569, #E83633);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-align: center;
    z-index: 6;
    position: relative;
    text-shadow: 2px 2px 4px;
    display: block;
    margin: 0%;
}

h3 {
    font-family: ClimateCrisis-regular;
    font-size: 1.5em;
    /*  border-bottom: 4px;
    text-align: center;
    border-top: none;
    border-left: none;
    border-right: none;
    border-style: groove;
    border-color: #E83633;
    background-color: #EBA569;
    padding: 1%;
    border-radius: 50%; */
    border-bottom: 4px;
    border-style: groove;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-align: center;
    border-color: #EBA569;
    background-image: linear-gradient(to top,#EBA569, #E83633);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

header {
    width: 100vw;
    height: 25vh;
    background-color: #4B5C69;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(sgheroimage.png);
    position: relative;
}

header:hover {
    cursor: pointer;
}

#home {
    display: none;
}

#fg {
    background-image: url(parallaxfg.png);
    transform: translate3d(0, 0, 0);
    width: 100%;
    background-color: orange;
    position: fixed;
    z-index: 4px;
}

@font-face {
    font-family: smythe-regular;
    src: url(Smythe-Regular.ttf);
}

@font-face {
    font-family: gravitas-one;
    src: url(GravitasOne-Regular.ttf);
}

@font-face {
    font-family: Climate Crisis;
    src: url(ClimateCrisis-Regular-VariableFont_YEAR);
}

#mg {
    background-image: url(parallaxmg.png);
    transform: translate3d(0, 0, 0);
    width: 100%;
    background-color: yellow;
    position: fixed;
    z-index: 3px;
}

.myBtn {
    display: none;
    /* comment this out at first*/
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    font-family: Tahoma, sans-serif;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #EBA569;
    color: black;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    box-shadow: gray 2px 2px 4px;
}

.myBtn:hover {
    cursor: pointer;
    color: white;
    background-color: #E83633;
}

#navcontact {
    padding-right: 5%;
}

nav {
    background-color: #4B5C69;
    width: 100vw;
    border-bottom: 4px;
    border-style: groove;
    height: 4em;
}

nav ul li {
    text-decoration: none;
    display: inline-block;
    float: left;
    font-family: smythe-regular;
    font-size: 1.5em;
    padding-right: 10%;
    color: white;
    list-style: none;
    transition: font-size color text-shadow 0.75s ease-in-out;
    transform: translate3d(0, 0, 0);
    text-shadow: 2px 2px gray;
}

.navitem:hover {
    cursor: pointer;
    color: #EBA569;
    text-shadow: 3px 3px black;
}

nav ul li a {
    color: white;
}

#newdescription {
    width: 35%;
    padding: 1%;
    display: inline-block;
    float: right;
    position: relative;
    height: auto;
}
#newdescription a {
    color: blue;
}
#newthing {
    display: inline-block;
    float: left;
    position: relative;
}

#newthingpic {
    width: 70%;
    margin-top: 1%;
    box-shadow: 2px 4px 6px;
}

#originalart {
    display: block;
    float: none;
    clear: both;
}

#originalartheading {
    background-image: url(originalartheader.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 20vh;
    color: black;
    font-size: 4em;
    text-shadow: 2px 2px 4px black;
}

p {
    font-family: Tahoma;
}

.parallax {
    width: 70vw;
    height: 20vh;
    border: 4px;
    border-style: solid;
    position: relative;
    overflow: hidden;
}

.pitch {
    font-family: smythe-regular, Times New Roman, serif;
    font-size: 1.5em;
}
.procenium {
    border: 2px;
    border-radius: 40%;
    border-style: groove;
    display: block;
    overflow: hidden;
    z-index: 8;
    background-color:transparent;
    height: 40vh;
    width: 80vw;
    position: relative;
}
#pulp {
    width: 100vw;
}
/*#pulpheader {
    background-image: url(texturebg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
    width: 100vw;
    
}*/
section {
    display: block;
    float: none;
}

#sidebar {
    width: 40%;
    height: 85vh;
    float: right;
    background-color: #4B5C69;
    color: white;
    border-radius: 25%;
    box-shadow: 4px 4px 6px;
}

.sliderimg {
    max-width: 70%;
    border-radius: 50px;
}

.slider li {
    display: inline-block;
    text-decoration: none;
    float: left;
    width: 25%;
    height: 40%;
    font-style: normal;
    padding-left: 2%;
    padding-right: 2%;

}

@keyframes imagegrow {
    from {
        width: 25%;
        height: 40%;
    }

    to {
        width: 30%;
        height: 45%;
        transform: translateZ(1px);
        box-shadow: 2px 2px 4px;
    }
}


/*slider styling via chatgpt*/

.slider-container {
    width: 100%;
    position: relative;
        /* Hide overflowing content on the left and right*/
    overflow-x: hidden;
    overflow-y: visible;
}

.slider {
    display: flex;
    /* Arrange slides horizontally */
    width: fit-content;
    /* Allow content to dictate width */
    transition: transform 0.5s ease-in-out;
    /* Smooth transition for sliding */
}

.slide {
    flex-shrink: 0;
    /* Prevent slides from shrinking */
    width: 25%;
    height: 40%;
    padding-left: 2%;
    padding-right: 2%;
    /* Add more styling for individual slides */
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 2px 4px 6px gray;
    /* Style buttons as desired */
}

.prev-btn {
    left: 15px;
    font-family: smythe-regular;
    font-size: 1.5em;
    background-color: #EBA569;
    width: 10%;
    height: 10%;
    box-shadow: 2px 4px 6px gray;
}

.next-btn {
    right: 10px;
    font-family: smythe-regular;
    font-size: 1.5em;
    background-color: #EBA569;
    width: 10%;
    height: 10%;
    box-shadow: 2px 4px 6px gray;
}

.prev-btn:hover {
    cursor: pointer;
    background-color: #E83633;
    color: white;
}

.next-btn:hover {
    cursor: pointer;
    background-color: #E83633;
    color: white;
}

/*Docs Art slider*/
.slider2 {
    display: flex;
    /* Arrange slides horizontally */
    width: fit-content;
    /* Allow content to dictate width */
    transition: transform 0.5s ease-in-out;
    /* Smooth transition for sliding */
    overflow: visible;
}

.slide2 {
    flex-shrink: 0;
    /* Prevent slides from shrinking */
    width: 25%;
    max-height: 300%;
    height: 40%;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
    overflow: visible;
}

.prev-btn2,
.next-btn2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 2px 4px 6px gray;
    /* Style buttons as desired */
}

.prev-btn2 {
    left: 10px;
    font-family: smythe-regular;
    font-size: 1.5em;
    background-color: #EBA569;
    width: 10%;
    height: 10%;
    box-shadow: 2px 4px 6px gray;
}

.next-btn2 {
    right: 10px;
    font-family: smythe-regular;
    font-size: 1.5em;
    background-color: #EBA569;
    width: 10%;
    height: 10%;
    box-shadow: 2px 4px 6px gray;
}

.prev-btn2:hover {
    cursor: pointer;
    background-color: #E83633;
    color: white;
}

.next-btn2:hover {
    cursor: pointer;
    background-color: #E83633;
    color: white;
}



/*Ricks Art slider*/
.slider3 {
    display: flex;
    /* Arrange slides horizontally */
    width: fit-content;
    /* Allow content to dictate width */
    transition: transform 0.5s ease-in-out;
    /* Smooth transition for sliding */
}

.slide3 {
    flex-shrink: 0;
    /* Prevent slides from shrinking */
    width: 25%;
    height: 40%;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
    /* Add more styling for individual slides */
}

.prev-btn3,
.next-btn3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 2px 4px 6px gray;
    /* Style buttons as desired */
}

.prev-btn3 {
    left: 10px;
    font-family: smythe-regular;
    font-size: 1.5em;
    background-color: #EBA569;
    width: 10%;
    height: 10%;
    box-shadow: 2px 4px 6px gray;
}

.next-btn3 {
    right: 10px;
    font-family: smythe-regular;
    font-size: 1.5em;
    background-color: #EBA569;
    width: 10%;
    height: 10%;
    box-shadow: 2px 4px 6px gray;
}

.prev-btn3:hover {
    cursor: pointer;
    background-color: #E83633;
    color: white;
}

.next-btn3:hover {
    cursor: pointer;
    background-color: #E83633;
    color: white;
}

/*Bobs Art slider*/
.slider4 {
    display: flex;
    /* Arrange slides horizontally */
    width: fit-content;
    /* Allow content to dictate width */
    transition: transform 0.5s ease-in-out;
    /* Smooth transition for sliding */
}

.slide4 {
    flex-shrink: 0;
    /* Prevent slides from shrinking */
    width: 25%;
    height: 40%;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
    /* Add more styling for individual slides */
}

.prev-btn4,
.next-btn4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 2px 4px 6px gray;
    /* Style buttons as desired */
}

.prev-btn4 {
    left: 10px;
    font-family: smythe-regular;
    font-size: 1.5em;
    background-color: #EBA569;
    width: 10%;
    height: 10%;
    box-shadow: 2px 4px 6px gray;
}

.next-btn4 {
    right: 10px;
    font-family: smythe-regular;
    font-size: 1.5em;
    background-color: #EBA569;
    width: 10%;
    height: 10%;
}

.prev-btn4:hover {
    cursor: pointer;
    background-color: #E83633;
    color: white;
}

.next-btn4:hover {
    cursor: pointer;
    background-color: #E83633;
    color: white;
}



.smythe-regular {
    font-family: "Smythe", system-ui;
    font-weight: 400;
    font-style: normal;
}
.socialmedia {
    transition: height width 0.5s;
}
.socialmedia:hover {
    cursor: pointer;
    width: 30;
    height: 30;
    z-index: 5;
}
#submitbutton {
    background-color: #EBA569;
}

#submitbutton:hover {
    cursor: pointer;
    background-color: #E83633;
    color: white;
}

textarea {
    width: 300px;
    height: 250px;
}

#whatsnew {
    display: block;
    width: 70%;
    height: 70vh;
    border: 2px;
    border-style: solid;
}

.youtubelink {
    width: 320px;
    height: 180px;
    border-radius: 20%;
    background-color: #EBA569;
}

.youtube {
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 8%;
    background-color: transparent;
}



/* ********************* Slider ********************** */
/* New in version 1.7+ */
#slider3 {
    width: 99%;
    height: 400px;
    list-style: none;
    text-decoration: none;
    /*added by me*/
}

/* images with caption */
#slider3 img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

/* position the panels so the captions appear correctly */
#slider3 .panel {
    position: relative;
}

/* captions */
#slider3 .caption-top,
#slider3 .caption-right,
#slider3 .caption-bottom,
#slider3 .caption-left {
    background: #515B61;
    color: #FFBB65;
    padding: 5px;
    margin: 0;
    position: relative;
    z-index: 10;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* Top caption - padding is included in the width (480px here, 500px in the script), same for height */
#slider3 .caption-top {
    left: 0;
    top: 0;
    width: 480px;
    height: 30px;
}

/* Right caption - padding is included in the width (130px here, 150px in the script), same for height */
#slider3 .caption-right {
    right: 0;
    bottom: 0;
    width: 130px;
    height: 180px;
}

/* Bottom caption - padding is included in the width (480px here, 500px in the script), same for height */
#slider3 .caption-bottom {
    left: 0;
    bottom: 0;
    width: 480px;
    height: 30px;
}

/* Left caption - padding is included in the width (130px here, 150px in the script), same for height */
#slider3 .caption-left {
    left: 0;
    bottom: 0;
    width: 130px;
    height: 180px;
}

/* Caption close button */
.caption-top .close,
.caption-right .close,
.caption-bottom .close,
.caption-left .close {
    font-size: 80%;
    cursor: pointer;
    float: right;
    display: inline-block;
}

video {
    float: left;
    padding: 5px;
    margin-top: 10px;
}

/* slider2*/
#slider2 {
    width: 99%;
    height: 400px;
    list-style: none;
    text-decoration: none;
    /*added by me*/
}

/* images with caption */
#slider2 img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

/* position the panels so the captions appear correctly */
#slider2 .panel {
    position: relative;
}

/* captions */
#slider2 .caption-top,
#slider2 .caption-right,
#slider2 .caption-bottom,
#slider2 .caption-left {
    background: #515B61;
    color: #FFBB65;
    padding: 5px;
    margin: 0;
    position: relative;
    z-index: 10;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* Top caption - padding is included in the width (480px here, 500px in the script), same for height */
#slider2 .caption-top {
    left: 0;
    top: 0;
    width: 480px;
    height: 30px;
}

/* Right caption - padding is included in the width (130px here, 150px in the script), same for height */
#slider2 .caption-right {
    right: 0;
    bottom: 0;
    width: 130px;
    height: 180px;
}

/* Bottom caption - padding is included in the width (480px here, 500px in the script), same for height */
#slider2 .caption-bottom {
    left: 0;
    bottom: 0;
    width: 480px;
    height: 30px;
}

/* Left caption - padding is included in the width (130px here, 150px in the script), same for height */
#slider2 .caption-left {
    left: 0;
    bottom: 0;
    width: 130px;
    height: 180px;
}


/*title animations*/



@keyframes bookanimation1 {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0deg);
    }

    25% {
        transform: translate3d(10px, -10px, 0) rotateX(0.3deg);
    }

    50% {
        transform: translate3d(20px, -5px, 0) rotateX(-0.5deg);
    }

    75% {
        transform: translate3d(10px, -10px, 0) rotateX(0.2deg);
    }

    100% {
        transform: translate3d(0, 0, 0) rotateX(0deg);
    }
}
@keyframes bookanimation2 {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0deg);
    }

    25% {
        transform: translate3d(20px, -1px, -3) rotateX(0.3deg);
    }

    50% {
        transform: translate3d(30px, -5, -6) rotateX(-0.5deg);
    }

    75% {
        transform: translate3d(20px, -1px, -3) rotateX(0.2deg);
    }

    100% {
        transform: translate3d(0, 0, 0) rotateX(0deg);
    }
}
#bookheading {
    position: absolute;
    z-index:9;
    background-color: transparent;
    width: 80vw;
    height: 40vh;
}
@keyframes bookanimation3 {
    0% {
        transform: translate3d(700px, 0px, 0);
    }
    50% {
        transform: translate3d(675px, -50px, 0);
    }
    100% {
        transform: translate3d(700px, 0px, 0);
    }
}
#booklayer1 {
    background-image: url(bookheaderfg.png);
    background-size: cover;
    z-index: 4;
    display: block;
    position:absolute;
    height: 40vh;
    width: 80vw;
    transform: translate3d(0, 0, 0);
    transform: translateX(0, 0, 0);
    background-repeat: no-repeat;
    animation-name: bookanimation1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.21, .37, .95, 1.01);
    animation-direction: normal;
}

#booklayer2 {
    background-image: url(bookheaderbg.png);
    background-size: cover;
    z-index: 3;
    display: block;
    position: absolute;
    height: 40vh;
    width: 80vw;
    transform: translate3d(0, 0, 0);
    background-repeat: no-repeat;
    animation-name: bookanimation2;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.21, .37, .95, 1.01);
    animation-direction: normal;
}

#booklayer3 {
    background-image: url(docskull.png);
    background-size: contain;
    z-index: 2;
    display: block;
    position:absolute;
    height: 40vh;
    width: 80vw;
    transform: translate3d(700px, 0px, 0);
    background-repeat: no-repeat;
    animation-name: bookanimation3;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.21, .37, .95, 1.01);
    animation-delay: 2s;
    animation-direction: alternate;
}


#aboutheading {
    position: absolute;
    z-index:9;
    background-color: transparent;
    width: 80vw;
    height: 40vh;
}

#aboutlayer1 {
    background-image: url(aboutheaderfg.png);
    background-size: cover;
    z-index: 4;
    overflow-y: visible;
    display: block;
    position:absolute;
    height: 40vh;
    width: 80vw;
    transform: translate3d(0, 0, 0);
    transform: translateX(0, 0, 0);
    background-repeat: no-repeat;
    animation-name: aboutanimation1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.21, .37, .95, 1.01);
    animation-direction: normal;
}

@keyframes aboutanimation1 {
    0% {
        transform: translateY(20%);
    }
    50% {
        transform: translateY(22%);
    }
    100% {transform: translateY(20%);
    } 
}
#aboutlayer2 {
    background-image: url(aboutheadermg.png);
    background-size: cover;
    z-index: 3;
    display: block;
    overflow-y: visible;
    position: absolute;
    height: 60vh;
    width: 80vw;
    transform: translate3d(-15px, -150px, 0);
    background-repeat: no-repeat;
    animation-name: aboutanimation2;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.21, .37, .95, 1.01);
    animation-direction: normal;
}
@keyframes aboutanimation2 {
    0% {
        transform: translate3d(-15px, -150px, 0);
        
    }
    50% {
        transform: translate3d(5px, -160px, 0);
        
    }
    100% {
        transform: translateY(-15px, -150px, 0);
        
    }
}
#aboutlayer3 {
    background-image: url(aboutheaderbg.png);
    background-size: cover;
    z-index: 2;
    display: block;
    position:absolute;
    height: 80vh;
    width: 80vw;
    transform: translate3d(0, -30%, 0);
    background-repeat: no-repeat;
    animation-name: aboutanimation3;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.21, .37, .95, 1.01);
    animation-delay: 0s;
    animation-direction: alternate;
}
@keyframes aboutanimation3 {
    0% {
        transform: translateY(-30%);
    }
    50% {
        transform: translateY(-28%);
    }
    100% {
        transform: translateY(-30%);
    }
}






#artheadingparallax {
    border: 4px;
    border-style: solid;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    height: 20vh;
    width: 80vw;
    z-index: 0;
}
#artlayer1 {
    background-image: url(originartheaderfg.png);
    background-size: cover;
    z-index: 4;
    position: absolute;
    height: 40vh;
    width: 80vw;
    transform: translate3d(0, 0, 0);
    background-repeat: no-repeat;
    animation-name: artanimation1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.21, .37, .95, 1.01);
    animation-delay: 0s;
    animation-direction: alternate;
}
@keyframes artanimation1 {
    0% {transform: translate3d(0, 0, 0);
    }
    50% {
    transform:translate3d(5px, -25px, 0);
    }
    100% {
    transform: translate3d(0, 0, 0);
    }
}

#artlayer2 {
    background-image: url(originartheadermg.png);
    background-size: cover;
    z-index: 3;
    position: absolute;
    height: 40vh;
    width: 80vw;
    transform: translate3d(0, 0, 0);
    background-repeat: no-repeat;
    animation-name: artanimation2;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.21, .37, .95, 1.01);
    animation-delay: 0s;
    animation-direction: alternate;
}
@keyframes artanimation2 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(5px, 30px, 0);
    }
    100% {transform: translate3d(0, 0, 0);
}

}
#artlayer3 {
    background-image: url(originartheaderbg.png);
    background-size: cover;
    z-index: 2;
    position: absolute;
    height: 40vh;
    width: 80vw;
    transform: translate3d(0, 0, 0);
    background-repeat: no-repeat;
    animation-name: artanimation3;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.21, .37, .95, 1.01);
    animation-delay: 0s;
    animation-direction: alternate;
}
@keyframes artanimation3 {
    0% {
        transform: translate3d(0, 0, 0);
    } 
    50% {
        transform: translate3d(-6px, 20px, 0);
    }
    0% {
        transform: translate3d(0, 0, 0);
    }
}

#pulplayer1 {
    height: 160vh;
    width: 80vw;
    background-image: url(texturebg2.png);
    background-size: cover;
    z-index: 2;
    animation-name: pulppage;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform: translate3d(0, -250px, 0);
    overflow: visible;
}
@keyframes pulppage {
    0% {
        transform: translate3d(0, -250px, 0);
        opacity: 1;
    }   
    5% {
        transform: translate3d(0, -255px, 0);
        opacity:1;
    }
    98% {
        transform: translate3d(0, -798px, 0);
        opacity: 1;
    }
    99% {
        transform: translate3d(0, -799px, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, -800px, 0);
        opacity: 0;
    }
}
#pulpstuffheading {
    top: 40%;
    z-index: 5;
}

/*//////art slider overlays///////

#overlayframe {
    width: 60vw;
    height: 80vh;
    z-index: 5;
    position: absolute;
    z-index: 6;
    display: block;
    left: 20%;
}
*/
/*.artoverlay1, .artoverlay2, .artoverlay3, .artoverlay4, .artoverlay5, .artoverlay6, .artoverlay7, .artoverlay8, .artoverlay9, .artoverlay10, .artoverlay11, .artoverlay12, .artoverlay13 {
    z-index: 5;
    width: 60vw;
    height: auto;
    position: absolute;
    display: block;
    left: 20%;
    opacity:0;    
    bottom: 10%;
    transition: .5s ease;
    overflow: visible;
}*/
.overlay {
    z-index: 6;
    opacity: 1;
    display: block;
    position: fixed;
}

/*
.artoverlay2 {
    z-index: 7;
}
.artoverlay3 {
    z-index:8;
}
.artoverlay4 {
    z-index:9;
}
.artoverlay5 {
    z-index:10;
}
.artoverlay6 {
    z-index:11;
}
.artoverlay7 {
    z-index: 12;
}
.artoverlay8 {
    z-index:13;
}
.artoverlay9 {
    z-index:14;
}
.artoverlay10 {
    z-index: 15;
}
.artoverlay11 {
    z-index:16;
}
.artoverlay12 {
    z-index:17;
}
.artoverlay13 {
    z-index:18;
}
*/

/*
#overlaypane {
    width: 60%;
    height: auto;
    border: 2px;
    border-style: solid;
    border-color: beige;
    position: fixed;
    z-index: 9;
}


.slide2:hover {
    cursor: pointer;
}
*/
.slide2:hover {
    cursor: pointer;
}
.slide2:hover .overlay {
    opacity: 1;
}
/*
#docart2:hover .artoverlay2 {
    opacity:1;
}
#docart3:hover .artoverlay3 {
    opacity: 1;
}
.slide3:hover .artoverlay {
    opacity: 1;
}
#docart1 {
    border: 4px;
    border-style: solid;
    border-color:aqua;
}

    /* slider */

            .content {
              float: left;
              width: 700px;
              height: 400px;
              white-space: normal;
              background-repeat: no-repeat;
            }
            #itemOne {
              background-color: indianred;
              background-image: url(22-403-tentacles-sg_orig.jpg);
                background-repeat: no-repeat;
                background-size: cover;

            }

            #itemTwo {
              background-color: gold;
              background-image:  url(22-404-vampire-sg_orig.jpg);
                background-repeat: no-repeat;
                background-size: cover;
            }

            #itemThree {
              background-color: skyblue;
               background-image: url(22-405-wolf-man-sg_orig.jpg);
                background-repeat: no-repeat;
                background-size: cover;
            }

            #itemFour {
              background-color: indianred;
              background-image: url(22-406-nessie-sg.jpg);
                background-repeat: no-repeat;
                background-size: cover;
            }
            .wrapper {
              width: 2200px;
              transform: translate3d(0, 0, 0);
              transition: transform .5s ease-in-out;
            }
            .contentContainer {
              width: 700px;
              height: 500px;
              border: 5px solid black;
              overflow: hidden;
            }


    /*slider nav*/
            #navLinks {
              text-align: center;
              width: 550px;
            }
            #navLinks ul {
              margin: 0px;
              padding: 0px;
              display: inline-block;
              margin-top: 6px;
            }
            #navLinks ul li {
              float: left;
              text-align: center;
              margin: 10px;
              list-style: none;
              cursor: pointer;
              background-color: #CCCCCC;
              padding: 5px;
              border-radius: 50%;
              border: black 5px solid;
            }
            #navLinks ul li:hover {
              background-color: #FFFF00;
            }
            #navLinks ul li.active {
              background-color: #333333;
              color: #FFFFFF;
              outline-width: 7px;
            }
            #navLinks ul li.active:hover {
              background-color: #484848;
              color: #FFFFFF;
            }
