@font-face {
		font-family: 'bungasai';
		font-style: normal;
		src: url('fonts/bungasai-webfont.woff2') format('woff2'),
			url('fonts/bungasai-webfont.woff') format('woff');



	}
@font-face {
		font-family: 'rythmus';
		font-style: normal;
		src: url('fonts/rythmusregular-webfont.woff2') format('woff2'),
			url('fonts/rythmusregular-webfont.woff') format('woff');

	}
@font-face {
		font-family: 'love';
		font-style: normal;
		src: url('fonts/love-webfont.woff2') format('woff2'),
			url('fonts/love-webfont.woff') format('woff');
		
	}

@font-face {
		font-family: 'painting';
		font-style: normal;
		src: url('fonts/painting-webfont.woff2') format('woff2'),
			url('fonts/painting-webfont.woff') format('woff');
		
	}

/* https://www.fontsquirrel.com/   */


@font-face {
		font-family: 'blog';
		font-style: normal;
		src: url('fonts/komtxt__-webfont.woff2') format('woff2'),
			url('fonts/komtxt__-webfont.woff') format('woff');
		
	}


@font-face {
		font-family: 'blog';
		font-style: bold;
		src: url('fonts/komtxtb_-webfont.woff2') format('woff2'),
			url('fonts/komtxtb_-webfont.woff') format('woff');
		
	}


@font-face {
		font-family: 'insect';
		font-style: normal;
		src: url('fonts/wiggles_-webfont.woff2') format('woff2'),
			url('fonts/wiggles_-webfont.woff') format('woff');
		
	}
	
	
@font-face {
		font-family: 'wood';
		font-style: normal;
		src: url('fonts/pinewood-webfont.woff2') format('woff2'),
			url('fonts/pinewood-webfont.woff') format('woff');
		
	}

@font-face {
		font-family: 'school';
		font-style: normal;
		src: url('fonts/backtoschool-webfont.woff2') format('woff2'),
			url('fonts/backtoschool-webfont.woff') format('woff');
		
	}

@font-face {
		font-family: 'typing';
		font-style: normal;
		src: url('fonts/specialelite-webfont.woff2') format('woff2'),
			url('fonts/specialelite-webfont.woff') format('woff');
		
	}

@font-face {
		font-family: 'library';
		font-style: normal;
		src: url('fonts/library_3_am-webfont.woff2') format('woff2'),
			url('fonts/library_3_am-webfont.woff') format('woff');
		
	}

@font-face {
		font-family: 'atalon';
		font-style: normal;
		src: url('fonts/atalon-webfont.woff2') format('woff2'),
			url('fonts/atalon-webfont.woff') format('woff');
		
	}

@font-face {
		font-family: 'another';
		font-style: normal;
		src: url('fonts/another_-webfont.woff2') format('woff2'),
			url('fonts/another_-webfont.woff') format('woff');
		
	}


@font-face {
		font-family: 'catty';
		font-style: normal;
		src: url('fonts/cat-webfont.woff2') format('woff2'),
			url('fonts/cat-webfont.woff') format('woff');  
		


	}
	



body {
/* background-color: #929191; <--- Old background color */ 

background-color: #212121;
 margin: 0px;
 border-top: 0px;
}



nav {
		background: #212121;
	padding-top: 3%;
	padding-bottom: 3.5%;
	margin-bottom: 0%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: all .2s linear;
}

nav:hover {
	background: #111111;


}

nav h1 {
display: inline;
font-size: 175%;
padding-left: 4%;
}
nav h1 a {
	color: floralwhite;
	text-decoration: none;
	padding-bottom: 4%;
}


nav ul {
	
	display: inline;
	width: 80%;
	
}

nav ul:hover{
	background-color: #111111;
}


nav ul li{
	margin: 0px 2% 0px 2%;
	display:  inline-block;
	list-style-type: none;
	
	
	font-family: rythmus;
	padding: 6px 1% 3px 1%;
	font-weight: bolder;
	font-size: 125%;

/*
	border-bottom: 2px solid;
	add js later when on page, appear
*/
	letter-spacing: 0.1em;
float: right;
	text-transform: uppercase;
}

nav ul li a {
	color: floralwhite;
	text-decoration: none;

}

.top-bg {
	background-image: url('images/design for blog snipped 1.png');
	background-repeat: no-repeat;
	background-size: 100%;

}


#top-title {
	font-family: bungasai;
	text-align: center;
	padding-top: 25%;
	color: floralwhite;
	margin-block-start: 0;
	margin-block-end: 0;
}

#center-title {
	font-family: bungasai;
	text-align: center;
	padding-top: 25%;
	padding-bottom: 25%;
	color: floralwhite;
	margin-block-start: 0;
	margin-block-end: 0;
	font-size: 50px;
	letter-spacing: 0.2em;
}

div {
	margin: 0 0 0 0;
}


/*FOR INDEX.HTML */
#index-bg {

	background-color: #212121;
}



.description-top {
	font-family: bungasai;
	padding: 5%;
	background-color: #929191;
	text-align: center;
	min-height: 790px;
}

/*
.description{
	padding: 5%;
	min-height: 790px;
	background: #212121;
}
*/

#art

.description-title {
padding-bottom: 5%;
	margin-block-start: 0;
	margin-block-end: 0;
	font-size: 45px;

}
.description-title-content {
padding-bottom: 5%;
	margin-block-start: 0;
	margin-block-end: 0;
	font-size: 45px;
	font-family: rythmus;
	font-weight: bolder;
}

.welcome {
	font-family: rythmus;
	font-size: 35px;

}
.description-content {
	font-family: rythmus;
	color: floralwhite;
	font-size: 35px;
}

#right {
	text-align: right;
}

#top-description {
	min-height: 800px;
	background: #212121;
	padding: 5%;
}

#middle-description {
	min-height: 790px;
	background-color:#929191;
	padding: 5%;

	border: 10px solid #212121;
border-top: none;
border-radius: 40px;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
}

#bottom-description {
	min-height: 790px;
	background: #212121;
	padding: 5%;
}	

#dark {
	color: black;
}

#bloglol {
	color: #18833a;
	text-transform: uppercase;
}

#top-light {
	border: 10px solid #212121;
border-top: none;
border-radius: 40px;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
}


/*FOR INDEX.HTML END */







/*FOR DESCRIPTION TITLES > INDEX.HTML */
#art-description {
	text-decoration: none;
	color: #3a42ba;
}

#art-description:hover{
	text-decoration: underline;
}

#projects-description {
	text-decoration: none;
	color: #0495d4;
}

#projects-description:hover{
	text-decoration: underline;
}

#blog-description {
	text-decoration: none;
	color: #1ea449;
}

#blog-description:hover{
	text-decoration: underline;
}

#school-description {
	text-decoration: none;
	color: #e8d804;
}

#school-description:hover{
	text-decoration: underline;
}

#yt-description {
	text-decoration: none;
	color: #af0505;
}

#yt-description:hover{
	text-decoration: underline;
}
#about-description {
	text-decoration: none;
	color: #8b0404;
}

#about-description:hover{
	text-decoration: underline;
}
/*FOR DESCRIPTION TITLES > INDEX.HTML END */








/* FOR ALL FOOTERS */

.footer-div-dark {
background-color: #212121;

}


.footer-div-light {
background-color: #373737;

}


.footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: rythmus;
	color: floralwhite;
	font-size: 35px;
	background: black;
	background-blend-mode: gradient;

border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

.footer a{
	color: floralwhite;
	text-decoration: none;

}

.footer a:hover{
	color: lightgray;
}

/* FOR ALL FOOTERS END*/






/*FOR HEADING COLORS*/

#art {
	color: #3a42ba;
	text-transform: uppercase;

}

#projects {
	color: #0495d4;
	text-transform: uppercase;
}

#blog {
	color: #1ea449;
	text-transform: uppercase;
}

#life {
	color: #e8d804;
	text-transform: uppercase;
}

#yt {
	color: #af0505;
	text-transform: uppercase;
}

#about {
	color: #8b0404;
	text-transform: uppercase;
}


/*END HEADING COLORS*/

/*DROPDOWN GENERAL BELOW*/
.dropdown-content {

    display: none;
    /*removes menu display when not hovering*/
    position: absolute;

    overflow: auto;
    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
   	border: 5px solid #212121;
}

.dropdown:hover .dropdown-content {
    display: block;
    background-color: #212121;
  
/*Shows menu when hovering*/
}

.dropdown-content a {
    display: block;
    color: #FFFFFF;
    padding: 5px;
    text-decoration: none;
    border-radius: 8px;

	/*styles the links without blue and underline*/
}

.dropdown-content a:hover {
    background-color: #171717;
    /*Color changes when user hovers*/
}
/*DROPDOWN GENERAL ABOVE */





/*ART MENU SPECIFIC*/

#art-title:hover{
	color: #3a42ba;
	text-decoration: underline;
}

#art-dropdown-items a:hover {
    color: #3a42ba;
    /*Color changes when user hovers*/
}

.dropdown:hover #art-title{
	color: #3a42ba;
	text-decoration: underline;
}
/*ART MENU SPECIFIC END*/





/*ABOUT MENU SPECIFIC*/
#about-title:hover{
	color: #8b0404;
	text-decoration: underline;
}

#about-dropdown-items a:hover {
    color: #8b0404;
    /*Color changes when user hovers*/
}

.dropdown:hover #about-title{
	color: #8b0404;
	text-decoration: underline;
}
/*ABOUT MENU SPECIFIC END*/


/*YT MENU SPECIFIC*/
#yt-title:hover{
	color: #af0505;
	text-decoration: underline;
}

#yt-dropdown-items a:hover {
    color: #af0505;
    /*Color changes when user hovers*/
}

.dropdown:hover #yt-title{
	color: #af0505;
	text-decoration: underline;
}

/*YT MENU SPECIFIC END*/




/*PROJECT MENU SPECIFIC*/
#projects-title:hover{
	color: #0495d4;
	text-decoration: underline;
}

#projects-dropdown-items a:hover {
    color: #0495d4;
    /*Color changes when user hovers*/
}

.dropdown:hover #projects-title{
	color: #0495d4;
	text-decoration: underline;
}

/*PROJECT MENU SPECIFIC END*/


/*BLOG MENU SPECIFIC*/
#blog-title:hover{
	color: #1ea449;
	text-decoration: underline;
}

#blog-dropdown-items a:hover {
    color: #1ea449;
    /*Color changes when user hovers*/
}

.dropdown:hover #blog-title{
	color: #1ea449;
	text-decoration: underline;
}

/*BLOG MENU SPECIFIC END*/


/*SCHOOL MENU SPECIFIC*/
#school-title:hover{
	color: #e8d804;
	text-decoration: underline;
}

#school-dropdown-items a:hover {
    color: #e8d804;
    /*Color changes when user hovers*/
}

.dropdown:hover #school-title{
	color: #e8d804;
	text-decoration: underline;
}

/*SCHOOL MENU SPECIFIC END*/





/*FOR GOING HOME*/
#home:hover{
	color: lightgray;
}



/* MAIN PAGE GENERAL STYLING STARTS */
.more-space {
	background-color: #212121;
	
	padding-bottom: 25px;

}
.main{
	background-color: #212121;
	min-height: 760px;
	display: flex;
	width: 100%;
	padding-top: 10px;
	font-family: rythmus;
	display:  flex;
	flex-wrap: wrap;
}

.right-paragraph {
	letter-spacing: 0.1em;
	text-transform: capitalize;
	font-weight: 900;
	text-align: center;
}

.left-side {
	font-weight: 900;
	padding-left: 2%;
	
	font-size: 30px;
	
	min-width: 40%;
	text-align: center;
	text-transform: uppercase;

}

.right-side {
	text-transform: none;
	text-align: none;
	padding-left: 2%;
	
	font-size: 30px;
	
	min-width: 40%;
	text-align: center;
	text-transform: uppercase;

	flex-flow: wrap;
}

.right-side li {
	list-style-type: none;
	text-align: center;
	text-transform: none;
}

.right-side li a{
	text-decoration: none;
}

.right-side li a:hover{
	font-weight: 600;
	
	letter-spacing: 0.01em;
}

.main-image {
	max-width: 300px;

	min-height: 50%;
	min-width: 30%;
}
/* MAIN PAGE GENERAL STYLING ENDS*/





/* ART MAIN SPECIFIC */
#art-main li a {
	color: #3a42ba;
}
#art-main li a:hover {
	color: #656cd6;
}
#art-main {
	color: #3a42ba;
}


/* PROJECTS MAIN SPECIFIC */
#projects-main li a {
	color: #0495d4;
}
#projects-main li a:hover {
	color: #36aadd;
}
#projects-main {
	color: #0495d4;
}



/* BLOG MAIN SPECIFIC */
#blog-main li a {
	color: #23b14e;
}
#blog-main li a:hover {
	color: #4fc171;
}
#blog-main {
	color: #23b14e;
}



/* SCHOOL MAIN SPECIFIC */
#school-main li a {
	color: #e8d804;
}
#school-main li a:hover {
	color: #e6da00;
}
#school-main {
	color: #e8d804;
}


/* YOUTUBE MAIN SPECIFIC */
#yt-main li a {
	color: #d3101a;
}
#yt-main li a:hover {
	color: #dc4048;
}
#yt-main {
	color: #d3101a;
}


/* ABOUT MAIN SPECIFIC */
#about-main li a {
	color: #9b0d14;
}
#about-main li a:hover {
	color: #af3d43;
}
#about-main {
	color: #9b0d14;
}




















/*PROJECT MANDARIN PAGE*/
/*  .mandarin-preview {
	background-color: black;
}  <--- when old color was in place */

.mandarin {
	background-color: #212121;
}

.mandarin-image{
min-height: 350px;

filter: blur(1px);
}

#project-mandarin {
text-align: center;
}

.mandarin-image:hover {
filter: blur(50px);

}

.right-mandarin {
	font-weight: 900;
	text-align: center;
	text-transform: none;
	content: overflow;
	flex-wrap: nowrap;
	align-items: stretch;
	padding-left: 10px;
	padding-right: 10%;
	text-align: center;
}

.main-mandarin {
	background-color: #212121;
	min-height: 760px;
	display: flex;
	width: 100%;
	padding-top: 10px;
	font-family: rythmus;
	display:  flex;
	flex-wrap: nowrap;
	color: #9b0d14;
letter-spacing: 0.1em;

}
/*
.right-mandarin a:hover{
	font-weight: 600;
	
	letter-spacing: 0.125em;
}
*/
.right-mandarin-fake {
	font-weight: 900;
	text-align: center;
	text-transform: none;
	content: overflow;
	flex-wrap: nowrap;
	align-items: stretch;
	padding-left: 10px;
	padding-right: 10%;
	text-align: center;
	list-style-type: none;
}

.right-mandarin-fake li a{
	color: #9b0d14;
	
}

.right-mandarin-fake li a:hover {
	color: #af3d43;
	font-weight: 600;
	
	letter-spacing: 0.060em;
}

/*MANDARIN PREVIEW*/

#alt{
padding-top: 20px;

}
.header-not-footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: rythmus;
	color: floralwhite;
	font-size: 35px;
	background: black;
	background-blend-mode: gradient;
}

.header-not-footer a{
	color: floralwhite;
	text-decoration: none;

}

.header-not-footer a:hover{
	color: lightgray;
}










/*GAMES */

.main-top-game {
font-family: rythmus, bungasai, monospace;
	background-color: #212121;
	min-height: 460px;
	display: flex; 
		color: #0495d4;
	padding-top: 10%;
	font-size: 125px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 1%;
	justify-content: center;
	text-align: center;
    margin: auto;
}

.content-game-odd {
	font-family: rythmus, monospace;
	background-color: #111111;
		min-height: 300px;
	display: flex; 
		color: #0495d4;

	font-size: 125px;
	
	
	/*text-align: center; */

border-radius: 20px;
border: 6px solid #212121;
text-transform: none;
padding:  3%;
padding-right: 2%;
}

.content-game-odd a {
	color: #0495d4;
	text-decoration: none;
}

.content-game-odd a:hover {
	color: #1da0d8;
	letter-spacing: 0.01em;
	font-weight: bold;
}

.content-game-even a {
	color: #0495d4;
	text-decoration: none;
}

.content-game-even a:hover {
	color: #1da0d8;
	letter-spacing: 0.01em;
	font-weight: bold;
}
.content-game-even {
	font-family: rythmus, bungasai, monospace;
	background-color: #212121;
	min-height: 300px;
	display: flex; 
	color: #0495d4;

	font-size: 125px;
	
	/*text-align: center; */
text-transform: none;


}

#game-content {
margin: auto;
	text-transform: none;

}

#game-content-2 {
margin: auto;
	text-transform: none;
	padding-top: 5%;
	padding-bottom: 5%;
}

/*GAMES */































/*LANGUAGE AND LINGUISTICS PAGE + RABBIT HOLES*/ 
.language {
	font-size: 40px;
	color: #1ea449;
	text-align: center;
	align-content: center;
	background-color: #212121;
	min-height: 760px;
		width: 100%;
	padding-top: 10px;
	font-family: rythmus;
	font-weight: 600px;

}


/*GAP YEAR PAGE*/
.main-gap{
	background-color: #212121;
	min-height: 760px;
	display: flex;
	width: 100%;
	padding-top: 10px;
	font-family: rythmus;
	display:  flex;
	flex-wrap: none;
	font-weight: 300px;
}

.normal-gap {
	text-transform: none;
}

#gap-page{
	color: #e8d804;
	font-weight: 600px;
	justify-content: center;
align-content: center;

}


.gap-year-image {
	margin-top: 6%;
	margin-bottom: 0%;
max-width: 95%;
max-height: 80%;
border: 6px solid #e8d804;
border-radius: 3px;

box-shadow: 10px;
justify-content: center;
align-content: center;
}

/* END GAP YEAR PAGE */
































/* TRADTIONAL SCHOOL PAGE */

.main-top-tradschool {
font-family: school, rythmus, monospace;
	background-color: #212121;
	min-height: 460px;
	display: flex; 
		color: #e8d804;
	padding-top: 10%;
	font-size: 125px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 1%;
	justify-content: center;
	text-align: center;
    margin: auto;
}

.content-trad-odd {
	font-family: typing, rythmus, monospace;
	background-color: #929191;
		min-height: 300px;
	display: flex; 
		color: #e8d804;

	font-size: 125px;
	
	
	/*text-align: center; */

border-radius: 20px;
border: 6px solid #212121;
text-transform: none;
padding:  3%;
padding-right: 2%;
}

.content-trad-even {
	font-family: typing, rythmus, monospace;
	background-color: #212121;
	min-height: 300px;
	display: flex; 
	color: #e8d804;

	font-size: 125px;
	
	/*text-align: center; */
text-transform: none;


}

.content-trad-odd a {
    	color: #e8d804;
    	text-decoration: none;
}

.content-trad-odd a:hover {
    	color: #efe44f;
    	letter-spacing: 0.01em;
    	font-weight: 500;
}

.content-trad-even a {
    	color: #e8d804;
    	text-decoration: none;
}


.content-trad-even a:hover {
    	color: #efe44f;
    	letter-spacing: 0.01em;
    	font-weight: 500;
}

#trad-description {
margin: auto;
	text-transform: none;
font-size: 30px;
text-align: center;
display: flex;
}



#trad-content {
margin: auto;
	text-transform: none;

}

.big-container4 {
display: flex;
align-items: inline;
gap: 30px;
justify-content: center;
padding-top: 2%;
}

#trad-counter {
    min-height: 400px;
    
}

#trad-content-counter {
margin: auto;
	text-transform: none;
background: #313131;
padding: 0;
padding-top: 4%;
padding-bottom: 4%;
border: solid 6px #212121;
border-radius: 20px;
}

.school-description {
    
    font-size: 24px;
    
    
}

.school-image {
	margin-top: 6%;
	margin-bottom: 0%;
max-width: 75%;
max-height: 70%;
border: 6px solid  #e8d804;
border-radius: 3px;

box-shadow: 10px;

}

#school-images-small {
    max-width: 60%;
}


#trad-content-2 {
margin: auto;
	text-transform: none;
	padding-top: 5%;
	padding-bottom: 5%;
}

#copyright-trad {
	font-size: 10px;
	letter-spacing: 0.05em;
}

/* END TRADTIONAL SCHOOL PAGE */


#logo {
    padding-top: 25px;
    max-width:20px;
    
}
/* FOR LOGOS ON GAP YEAR 2025 PAGE */











/*HYPER THYROID? NEED TO CONFIRM */
#topper2{
margin-top: 10px;
max-height: 100px;
}
#alt2{
padding-top: 20px;
max-height: 100px;
}











/*rln game */

.rlngame {
    
    align-content: center;
    justify-content: center;
    
}

.rlngamelink {
    min-height: 760px;
    
     align-content: center;
    justify-content: center;
}



















/*PRE HS ART*/
.main-top{
font-family: painting, rythmus, monospace;
	background-color: #212121;
	min-height: 460px;
	display: flex; 
	color: #3a42ba;

	font-size: 125px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 5%;

justify-content: center;
}




.content-art-odd {
	font-family: painting, rythmus, monospace;
	background-color: #373737;
		min-height: 300px;
	display: flex; 
	color: #3a42ba;

	font-size: 125px;
	
	letter-spacing: 0.1em;
	/*text-align: center; */
	text-transform: uppercase;
border-radius: 20px;
border: 6px solid #212121;

}

.content-art-even {
	font-family: painting, rythmus, monospace;
	background-color: #212121;
	min-height: 300px;
	display: flex; 
	color: #3a42ba;

	font-size: 125px;
	
	letter-spacing: 0.1em;
	/*text-align: center; */
	text-transform: uppercase;


}



.left-side-content {
	font-size: 30px;
	max-width: 40%;
	min-width: 40%;
	padding-left: 5%;
	text-align: center;
	text-transform: uppercase;
	align-content: center;
}

.right-side-content {
	text-transform: none;
	text-align: none;
	padding-left: 10%;
	padding-right: 5%;
	font-size: 30px;
	max-width: 40%;
	min-width: 40%;
	text-align: center;
	text-transform: uppercase;

	/*flex-flow: wrap; */
}

.art-image {
	margin-top: 6%;
	margin-bottom: 0%;
max-width: 95%;
max-height: 80%;
border: 6px solid #3a42ba;
border-radius: 3px;

box-shadow: 10px;
}


#copyright-art {
	font-size: 10px;
	letter-spacing: 0.05em;
	font-family: painting, rythmus, monospace;
}

#school-art-ms {

font-family: painting, rythmus, monospace;
	display: flex; 
	color: #3a42ba;
	


	font-size: 125px;
	
	letter-spacing: 0.1em;
	justify-content: center;
	text-align: center; 
	text-transform: uppercase;
padding-top: 3%;
border-radius: 20px;

padding-bottom: 3%;
}


#msart {
	background-color: 	#212121;
}
/* PRE HS ART END */


/* 9th GRADE ART */
.main-top-9th{
font-family: painting, rythmus, monospace;
	background-color: #212121;
	min-height: 560px;
	display: flex; 
	color: #3a42ba;
	
	font-size: 125px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 5%;
	justify-content: center;
	text-align: center;
}

#art-main-2 {
margin: auto;
letter-spacing: 0.0em;
font-weight: none;
/* text-transform: none;  */
padding-bottom: 3%;
}

#art-main-2-description {
    
  margin: auto;

font-weight: none;
text-transform: none;  
padding-bottom: 3%;
	font-size: 30px;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	align-content: center;

	font-family: atalon, rythmus, monospace;
	background-color: #373737;
		min-height: 300px;
	display: flex;   
	color: #3a42ba;
	
border-radius: 20px;
border: 6px solid #212121;
padding-top: 5%;

justify-content: center;


}

#title-of-art {
    letter-spacing: 0.1em;
    font-size: 45px;
    text-transform: none;
}
/* 9th GRADE ART END */

/* Outside HS ART START */


/* Styles for the slider container and images */
.slider-container {
  width: 100%;
  overflow: hidden;
}

.slider {
  display: flex;
  /* Set the width to fit all images in a row */
  /* Make sure to multiply the number of images by 100% */
  width: calc(100% * 11); /* Adjust '3' to the total number of images you have */
  /* Reset the margin to prevent spacing between images */
  margin: 0;
  /* Reset the padding to prevent extra space around images */
  padding: 0;
  /* Set the animation duration and timing function */
  animation: slide 10s linear infinite; /* Change 10s to set the interval in seconds */
}

.slider img {
  width: 40%;
  height: auto;
}

/* Keyframes for the animation */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Slide to the left by the total width of the slider */
    transform: translateX(calc(-100% * 11)); /* Adjust '3' to the total number of images you have */
  }
  
}

#describing-art {
    
    
    text-transform: none;
    font-family: atalon, rythmus, monospace;
    font-size: 26px;
    
}

/* Outside HS ART END */






/* Art Portfolio */

#material {
    font-family: rythmus;
    text-transform: none;
    
    
}

#art-main-2-portfolio {
margin: auto;
letter-spacing: 0.0em;
font-weight: none;
/* text-transform: none;  */
padding-bottom: 3%;

}

#describing-art-portfolio {
    
    
    text-transform: none;
    font-family: rythmus, monospace;
    font-size: 30;
    
}

#art-main-2-description-portfolio {
    
  margin: auto;

font-weight: none;
text-transform: none;  
padding-bottom: 3%;
	font-size: 35px;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	align-content: center;
letter-spacing: 0.0;
	font-family:  rythmus, monospace;
	background-color: #373737;
		min-height: 300px;
	display: flex;   
	color: #3a42ba;
	
border-radius: 20px;
border: 6px solid #212121;
padding-top: 5%;

justify-content: center;


}




























.main-top-blog{
font-family: insect, blog, monospace;
	background-color: #212121;
	min-height: 460px;
	display: flex; 
	color: #1ea449;
	padding-top: 10%;
	font-size: 125px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 1%;
	justify-content: center;
	text-align: center;
    margin: auto;
}

#blog-main-2 {
margin: auto;
letter-spacing: 0.0em;
font-weight: none;
text-transform: none;  
padding-bottom: 3%;
text-align:center;
}

#art-main-2 {
margin: auto;
letter-spacing: 0.0em;
font-weight: none;
/* text-transform: none;  */
padding-bottom: 3%;
}

#blog-main-links {
margin: auto;
letter-spacing: 0.0em;
font-weight: none;
text-transform: none;  
padding-bottom: 3%;

text-align:center;
}

#blog-main-links a {
    text-decoration: none;
    color: #1ea449;
}

#blog-main-links a:hover {
    
    color: #4fc171;

	font-weight: 600;
	
	letter-spacing: 0.01em;

}

.content-blog-odd {
	font-family: blog, rythmus, monospace;
	background-color: #373737;
		min-height: 300px;
	display: flex; 
	color: #1ea449;

	font-size: 125px;
	
	letter-spacing: 0.1em;
	/*text-align: center; */
	text-transform: uppercase;
border-radius: 20px;
border: 6px solid #212121;

}


.day-silkworm {
    display: flex;
    align-items: stretch;
}


.silkworm-slide {
  
   /*  border: 6px solid #1ea449; */
    max-width: 10%;
    
}

.day-silkworm-image {
    max-height: 100%;
 align-items: stretch;
  display: flex;
 

}

#silkworm-image {
    max-height: 300px;
    
}
.left-side-content-sw {
	font-size: 30px;
	max-width: 30%;
	min-width: 30%;
	padding-left: 5%;
	text-align: center;
	text-transform: uppercase;
	align-content: center;
}

.right-side-content-sw {
	text-transform: none;
	text-align: none;
	padding-left: 10%;
	padding-right: 5%;
	font-size: 30px;
	max-width: 50%;
	min-width: 50%;
	text-align: center;
	text-transform: uppercase;

	/*flex-flow: wrap; */
}

#blog-main-3 {
margin: auto;
letter-spacing: 0.0em;
font-weight: none;
text-transform: none;  
padding-bottom: 3%;
text-align:center;
}

.silkworm-population-title {
    font-size: 48px;
    letter-spacing: 0.1em;
    font-family: wood, insect, monospace;
    padding-top: 5%;
}




.content-blog-odd-2 {
	font-family: blog, rythmus, monospace;
	background-color: #373737;
		min-height: 350px;
	
	display: flex; 
	color: #1ea449;
min-width: 75%;
	font-size: 125px;
	margin: 5%;
	margin-left: 10%;
	
	letter-spacing: 0.1em;
	/*text-align: center; */
	text-transform: uppercase;
border-radius: 20px;
border: 6px solid #212121;

}

#no-swborder-left {
    
    border-left: none;
    
}

.content-blog-even {
	font-family: blog, rythmus, monospace;
	background-color: #212121;
	min-height: 300px;
	display: flex; 
	color: #1ea449;

	font-size: 125px;
	
	letter-spacing: 0.1em;
	/*text-align: center; */
	text-transform: uppercase;

}

#copyright-blog {
	font-size: 10px;
	letter-spacing: 0.05em;
}

#silkworm-counter {
    	font-size: 30px;

	text-align: center;
 text-transform: none;
	align-content: center;
		display: inline; 
}

.pop-counter-silkworm {
   
    background: #646464;
    padding: 4%;
    padding-top: 0;
    border-radius: 10px;
    border: 6px solid #646464;
}

.big-container-silkworm {
display: flex;
align-items: center;
gap: 30px;
justify-content: center;
padding-top: 2%;
}

.group-dark-silkworm {
		background-color: #b3b2b2;
		padding: 	1%;
		border-radius: 5px;


}

.blog-image {
	margin-top: 6%;
	margin-bottom: 0%;
max-width: 95%;
max-height: 80%;
border: 6px solid #1ea449;
border-radius: 3px;

box-shadow: 10px;
}

#too-large-sw {
    
   max-width: 85%;
    
}

/* END SILKWORM */







/* START CAT */


#cat {
    max-width: 55%;
    
}

#cat-button {
    
/*   background-color: #212121;
   border:solid #111111 3px;
   
   border-bottom-width: 4px; */
/*    padding-top: 10px;
   padding-bottom: 10px;
   
   color: white;*/
    text-decoration: none;
   font-weight: bold;
   border-radius: 5px;
   max-width: 100px;
   font-family: blog;
  
}

#cat-button:hover {
    
 /*  background-color: #111111;
   border:solid black;
   
    color: gray;*/
  
}
/* 
#cat-button:click {
    
   background-color: #111111;
   border:solid black;
  
}*/



#cat-logo {
    padding-top: 25px;
    max-width:20px;
    
}


#cat-font {
    
    font-family: catty, insect, blog;
    spacing: 0.5em;
}

.content-blog-odd a {
    	color: #23b14e;
    	text-decoration: none;
}

.content-blog-odd a:hover {
    	color: #4fc171;
    	letter-spacing: 0.01em;
    	font-weight: 500;
}


#blog-main li a {
	color: #23b14e;
}
#blog-main li a:hover {
	color: #4fc171;
}


/*END CAT*/











































/* BUSINESS START */

.main-top-portrait-com {
    
    font-family: library, rythmus, monospace;
	background-color: #212121;
	min-height: 460px;
	display: flex; 
		color: #d3101a;
	padding-top: 10%;
	font-size: 125px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 1%;
	justify-content: center;
	text-align: center;
    margin: auto;
    
    
    
}





#portrait-description {
margin: auto;
	text-transform: none;
font-size: 30px;
text-align: center;
display: flex;
letter-spacing: 0.01em;
	justify-content: center;
	align-items: center;
	

	
}

#portrait-description-form {
margin: auto;
	text-transform: none;
font-size: 30px;
text-align: center;
display: block;
letter-spacing: 0.01em;
	justify-content: center;
	align-items: center;
	

	
}

.portrait-link {
    
    text-decoration: none;
    color: #d3101a;
    
}

.portrait-link:hover {
    
    letter-spacing: 0.02em;
    color: #e0585f;
    font-weight: 200;
    
}

.business-art  {
	margin: 0;
	padding: 0;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #929191;
}

.content-portrait-odd {
	font-family: atalon, rythmus, monospace;
	background-color: #111111;
		min-height: 300px;
	display: flex; 
		color: #d3101a;

	font-size: 125px;
	
	
	/*text-align: center; */

border-radius: 20px;
border: 6px solid #212121;
text-transform: none;
padding:  3%;
padding-right: 2%;
}

.content-portrait-even {
	font-family: atalon, rythmus, monospace;
	background-color: #212121;
	min-height: 300px;
	display: flex; 
	color: #d3101a;

	font-size: 125px;
	
	/*text-align: center; */
text-transform: none;


}

#copyright-portrait {
	font-size: 10px;
	letter-spacing: 0.05em;
}

#portrait-content-2 {
margin: auto;
	text-transform: none;
	padding-top: 5%;
	padding-bottom: 5%;
}

.slider-portrait {
	width: 360px;
	height: 500px;
	border-radius: 10px;
	overflow: hidden;
	border: 6px solid #d3101a;
    justify-content: center;
}


.slides {
	width: 500%;
	height: 500px;
	display: flex;  

}

.slides input {
	display: none;
}

.slide {
	width: 20%;
	transition: 4s;  
}

.slide img {
	width: 360px;
	height: 500px;
}

/* css for manual slide navigation */

.navigation-manual {
	position: absolute;
	width: 360px;
	margin-top: -40px;
	display: flex;
	justify-content: center;
}

.manual-btn {
	border: 2px solid #d3101a;
	padding: 5px;
	border-radius: 10px;
	cursor: pointer;
	transition: 2s;  

}

.manual-btn:not(:last-child) {
	margin-right: 40px;
}

.manual-btn:hover {
	background: #d3101a;
}

#radio1:checked ~ .first {
	margin-left: 0;

}

#radio2:checked ~ .first {
	margin-left: -20%;

}

#radio3:checked ~ .first {
	margin-left: -40%;

}

#radio4:checked ~ .first {
	margin-left: -60%;

}


/* css for automatic navigation */



.navigation-auto {
	position: absolute;
	display: flex;
	width: 360px;
	justify-content: center;
	margin-top: 460px;

}

.navigation-auto div {
	border: 2px solid #d3101a;
	padding: 5px;
	border-radius: 10px;
	transition: 1s;  

}

.navigation-auto div:not(:last-child) {
	margin-right: 40px;

}

#radio1:checked ~ .navigation-auto .auto-btn1 {
	background: #d3101a;
}

#radio2:checked ~ .navigation-auto .auto-btn2 {
	background: #d3101a;
}

#radio3:checked ~ .navigation-auto .auto-btn3 {
	background: #d3101a;
}

#radio4:checked ~ .navigation-auto .auto-btn4 {
	background: #d3101a;
}


#business-img {
	height: 100%;
}










/* BUSINESS END */













































/* ABOUT ME */
.main-top-about{
font-family: love, rythmus, monospace;
	background-color: #212121;
	min-height: 460px;
	display: flex; 
	color: #7d0404;
	
	font-size: 125px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 5%;
	justify-content: center;
	text-align: center;
	
}

.main-middle-about{
font-family: love, rythmus, monospace;
	background-color: #212121;
	min-height: 460px;
	display: flex; 
	color: #7d0404;
	padding-top: 10%;
	font-size: 125px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 10%;
	justify-content: center;
	text-align: center;
}


.content-about-odd {
	font-family: love, rythmus, monospace;
	background-color: #929191;
		min-height: 300px;
	display: flex; 
	color: #7d0404;

	font-size: 125px;
	
	
	/*text-align: center; */

border-radius: 20px;
border: 6px solid #212121;
text-transform: none;
padding:  3%;
padding-right: 2%;
}

.content-about-even {
	font-family: love, rythmus, monospace;
	background-color: #212121;
	min-height: 300px;
	display: flex; 
	color: #7d0404;

	font-size: 125px;
	
	/*text-align: center; */
text-transform: none;


}

#about-content {
margin: auto;
	text-transform: none;

}

.about-image {
	margin-top: 6%;
	margin-bottom: 0%;
max-width: 95%;
max-height: 80%;
border: 6px solid #7d0404;
border-radius: 10px;

border-right: ;
box-shadow: 10px;


}

.about-image-round {
	margin-top: 6%;
	margin-bottom: 0%;
max-width: 95%;
max-height: 80%;
border: 6px solid #7d0404;
border-radius: 50%;

box-shadow: 10px;
background-color: #7d0404;
filter: blur(0.5px);
}

.big-container2 {
display: flex;
align-items: inline;
gap: 30px;
justify-content: center;
padding-top: 2%;
}

.group {
		background-color: #929191;
		padding: 	1%;
		border-radius: 5px;


}

.big-container3 {
display: flex;
align-items: inline;
gap: 30px;
justify-content: center;
padding-top: 2%;
}

#bottom-about-content {
	justify-content: 	center;
	

	font-size: 30px;

	text-align: center;
	

	/*flex-flow: wrap; */
}

.big-container1 {
display: flex;
align-items: inline;
gap: 40px;
justify-content: center;
padding-top: 2%;
padding-bottom: 	2%;
}


.group-dark {
		background-color: #b3b2b2;
		padding: 	1%;
		border-radius: 5px;


}

#term-and-cond {
    
    color: black;
   font-family: 'Times New Roman', serif;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

#privacy-policies {
    
     color: black;
    font-family: 'Times New Roman', serif;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

#privacy-policies a {
   
    color: black;
    
}


#privacy-policies a:hover {
   
    color: darkgrey;
    
}


#support-image {
    
   max-width: 62%;
    
}

/* ABOUT ME END */








/*SUPPORT*/


.content-about-odd a {
    	color: #8b0404;
    	text-decoration: none;
}

.content-about-odd a:hover {
    	color: #ae4f4f;
    	letter-spacing: 0.01em;
    	font-weight: 500;
}

#about-small {
    
    font-size: 16px;
}















