body {
	font-family: monospace;
	margin: 0;
	padding: 0;
}
h1 {

	margin: 0;
	color: white;
	padding: 320px 0px 0px 8px;
	font-size: 96px;
}
h2 {
	
	margin: 0;
	padding: 32px;
	font-size: 64px;
	color: #fff;
}
h3 {

	margin: 0;
	padding: 32px;
	font-size: 64px;
	color: white;
}
h4 {

	margin: 16px;
	padding: 20px;
	font-size: 40px;
	color: white;
	font-style: oblique;
}
h5 {
	
	margin: 0;
	padding: 32px;
	font-size: 64px;
	color: white;
}
p {

	color : white;
	font-size: 32px;
	padding: 0px 0px 0px 8px;
}

 /* im lazy so css.generator.com */ 
 
 .dropbtn, a:not([data-attr="img"]) { 
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	padding: 16px;
	margin: 0px;
	font-family: monospace;
	font-size: 32px;
	border: none;
   } 
.dropdown-content a:hover , .dropdown:hover .dropbtn, a:hover:not([data-attr="img"]) { 
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF; 
	cursor: pointer;
	font-family: monospace;
   }

/**/

/*slides*/

.fwh-slide {
	height: 100vh;
	box-sizing: border-box;
	background: black;
}
.slide2 {
	height: 100vh;
	background: black;
	box-sizing: border-box;
}
.slide3 {
	height: 100vh;
	background: black;
	box-sizing: border-box;
}
.slide10 {
	height: 100vh;
	background: black;
	box-sizing: border-box;
}

/**/

.blinking {
	animation: opacity 2s ease-in-out infinite;
	opacity: 1;	
}
@keyframes opacity {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}
.racist {
	color: black;
	font-size: 32px;
}

/*divs or waahtevah*/

/* slide divs */

.slide1bg {
	filter: blur(10px);
	height: 100%;
	background: #000000 url("cat-nawpic-1 (1).jpg") center center/cover no-repeat;
}
.slide1txt {
	position: absolute;
	filter: none;
	z-index: 2;
}	


.slide2bg {
	filter: blur(10px);
	height: 100%;
	background: black url("images.jpeg") center center/cover no-repeat;
}
.slide2txt {
	position: absolute;
	filter: none;
	z-index: 2;
}


.slide3bg {
	filter: blur(10px);
	height: 100%;
	background: black url("6DDCFA87-54A8-4BC4-B8CD-8451EFB853FE.jpeg") center center/cover no-repeat;
}
.slide3txt {
	position: absolute;
	filter: none;
	z-index: 2;
}


.slide10bg {
	filter: blur(10px);
	height: 100%;
	background: black url("images (1).jpeg") center center/cover no-repeat;
}
.slide10txt {
	position: absolute;
	filter: none;
	z-index: 2;
}


/**/

.info {
	margin: 16px;
	color: #fff;
	font-size: 32px;
	padding: 0px 0px 0px 8px;
}
.links {
	margin: 16px;
	font-size: 3vh;
	line-height: 72px;
}
.thepieceofshitthatfeelsspecial {
	max-width: 260.72px;
} 
.chonkerinfo {
	margin: 32px;
	font-size: 32px;
	line-height: 32px;
	color: white;
}
.chonkerpic {
	padding: 30px;
	border-radius: 50%;
	width: 10vw;
	height: 10vw;
	margin-top: 22vh;
	margin-left: 84.25vw;
	position: absolute;
	z-index: 69;
}

/* hyperlinkcode.com */
.chonkeradd {
	padding: 10px;
	min-width: fit-content;
	min-height: fit-content;
	background-color:#3d94f6;
	-webkit-border-top-left-radius:22px;
	-moz-border-radius-topleft:22px;
	border-top-left-radius:22px;
	-webkit-border-top-right-radius:22px;
	-moz-border-radius-topright:22px;
	border-top-right-radius:22px;
	-webkit-border-bottom-right-radius:22px;
	-moz-border-radius-bottomright:22px;
	border-bottom-right-radius:22px;
	-webkit-border-bottom-left-radius:22px;
	-moz-border-radius-bottomleft:22px;
	border-bottom-left-radius:22px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:2.3vw;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	position: absolute;
	top: 245%;
	left: 88.1%;
	z-index: 69;
	position: absolute;
}.chonkeradd:hover {
	background-color:#1e62d0;
}

/* more pasted code bc im lazy */
  
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
  
.dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
  
.dropdown:hover .dropdown-content {
	display: block;
}

@media screen and (max-device-width: 1024px) {
	.chonkerpic {
		width: 0px;
		height: 0px;
	}
	.chonkeradd {
		width: 0px;
		height: 0px;
	}
  }

  @media screen and (max-width: 1400px) {
	  .info {
		  font-size: 24px;
		  line-height: 26px;
	  }

	  .chonkerinfo {
		  font-size: 24px;
		  line-height: 26px
	  }
	  
  }
