@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

header {
    width: 100%;
    margin: auto;
    }

.logo {
  	scale: .88;
    position: relative;
    perspective-origin: -1200px;
    scale: .88;
    cursor: crosshair;
    display: inline;
    animation-name: rotate, translate;
    animation-duration: 666s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    transform-origin: 51%;
    transition-delay: 0s;
    margin: 0 auto 0 auto;
    z-index: 0;
}

@keyframes rotate {

    25% {
        transform: rotate(90deg);
        }
  	100% {
        transform: rotate(360deg);
        }
}
@keyframes translate {
  90% {
        transform: translateY(-2000px);
    }    
}

body {
    cursor: url("sc_cursor.gif"), auto;
    padding-bottom: 90px;
    width: 100%;
  	height: auto;
}

.backgroundcrc {
    cursor: crosshair;
    display: inline-flex;
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
    animation-name: rotatecrc;
    animation-duration: 666s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    transform-origin: 50%;
    transition-delay: 2s;
    z-index: 5;
}

@keyframes rotatecrc {
        10% {
            transform: rotate(360deg);
            }
}

nav {
    width: 100vw;
    display: block;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
}

.email {
    display: block;
    font-size: 1em;
    font-style: italic; 
    line-height: 1em;
    bottom: 21px;
    position: relative;
    margin: 9vh 0 9vh 0;
    padding: 1em;

}
.email:hover {
    border: dashed red;
    transform-origin: 15px 25px;
    transform: rotate(-6.66deg);
    font-size: 1em;
    font-style: normal; 
    font-kerning: auto;
}

h1 {
    font-family: 'Space Mono', monospace;
    font-style: normal;
    font-size: 4em;
    margin: 1em 6px 1em 6px;
    padding: 0;
}

a {
    display: block;
    color: blue;
    font-family: 'Space Mono', monospace;
    cursor: crosshair;
    text-decoration: none;
}

p {
    font-family: 'Space Mono', monospace;
    font-size: 18px;
    margin: auto 0 auto 0;
}


.container {
    background-image: url(sc_background.gif);
    width: 100vw;
    height: 100vh;
    margin: auto;
    z-index: 3;
}

body {
    padding-bottom: 60px;
    width: 100vw;
  	height: auto;
}

.page {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: auto;
}

.emailcontainer {
    display: inline-block;
    position: relative;
    bottom: 0px;
    margin: 99% 20vw 10% 20vw;
    z-index: 3;
}

.email a:hover {
    color: blue;
  	text-decoration: none;
}

footer {
    font-size: 9px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding-bottom: 16px 0 2px 0;
    margin: 6vh auto 0 0;
    z-index: 1;
}

.footer p a {
    font-style: italic;
}

.footer p a:hover {
    font-style: normal;
}

.footer marquee {
    opacity: .09;
    background-color: #fafafa;
}

.sig { 
    z-index: 1;
    margin: 6px 6vw 0 6vw;
  	padding: 0 20px 0 20px;
    position: relative;
}

.aboutpage {
 	 	display: flex;
  	background-image: url("sexyhorse.gif");
  	background-repeat: repeat;
  	position: relative;
  	height: auto;
}
.aboutpage p {
		font-size: 3em;
  	color: chartreuse;
  	margin: 5% 10% 10% 10%;
  	padding: 1em;
  	line-height: 3em;
}

.modal {
  z-index: 1;
	display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}

.menu {
  display: inline-block;
	position: relative;
  z-index: 2;
  margin: 0 0 0 0;
}

.overlay-bg.visible {
	opacity: 1;
  z-index: -3;
}

.overlay-bg-shop {
  background-image: url("shop.gif");
}
.overlay-bg-about {
  background-image: url("about.png");
}
.overlay-bg-blog {
  background-image: url("blog.gif");
}
.overlay-bg-instagram {
	  background-image: url("instagram.gif");
}

.overlay-bg {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100%;
  opacity: 0;
  transition: opacity .2s ease;
}

ol, ul {
	list-style: none;
}

h1 span{
transition: color 1.2s;
}
h1 span:hover {
transition: color .2s;
}
h1 span:nth-child(1n):hover {
  color: midnightblue;
}
h1 span:nth-child(2n):hover {
  color: burlywood;
}
h1 span:nth-child(3n):hover {
  color: lightcoral;
}
h1 span:nth-child(4n):hover {
  color: plum;
}
h1 span:nth-child(5n):hover {
  color: goldenrod;
}
h1 span:nth-child(6n):hover {
  color: purple;
}
h1 span:nth-child(7n):hover {
  color: teal;
}
h1 span:nth-child(8n):hover {
  color: tomato;
}
h1 span:nth-child(9n):hover {
  color: skyblue;
}

h1 span:hover {
color: green;
}
