@font-face {
	font-family: "MyArial";
	font-weight: normal;
	src: url(ArialRounded.otf);
}

.default1{
    color: transparent;
}

.page-1{
	display: block;
	font-family: 'Russo One', sans-serif;
	
}
.page-2{
	display: none;
	font-family: 'Russo One', sans-serif;
}
.page-3{
	display: none;
	font-family: 'Russo One', sans-serif;
}

.non_default{
/*color: #47BFAB;*/
	background: linear-gradient(330deg, darkgreen, green, seagreen, lightseagreen, lightskyblue, skyblue, blue, darkblue, darkgreen);
	 -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 2100px;
	animation: 10s infinite linear gradient_text;
}
.rare{
    color: green;
}
.super_rare{
    color: blue;
}
.epic{
    color: purple;
}
.mythic{
    color: red;
}
.legendary{
    color: yellow;
}
.default{
    color: skyblue;
}
.ultralegendary{
    background: linear-gradient(330deg, darkviolet, purple, red, orange, yellow, lightgreen, white, lightgreen, orange, red, purple, darkviolet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 2100px;
    animation: 10s infinite linear gradient_text;
}
.chromatic{
	background: linear-gradient(330deg, purple, red, orange, purple, red, orange, purple);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 2100px;
	animation: 10s infinite linear gradient_text;
}

.poisk{
	width: 400px;
	height: 40px;
	border-radius: 5px;
	border: none;
}
.poisk:focus{
	border: 3px solid #ae0004;
}

.not_found{
	font-family: 'Russo One', sans-serif;
	color: red;
	text-align: center;
}

body{
    margin: 0;
    padding: 0;
    background-color: pink;
}

.brawler{
	width: 230px;
	height: 230px;
	margin: 5px;
	
	border: 1px solid red;
	border-radius: 5px;
	align-self: center;
	
	animation: 5s infinite linear brawler_recolor;
}

.events{
	width: 230px;
	height: 230px;
	margin: 5px;
	
	border: 1px solid red;
	border-radius: 5px;
	align-self: center;
	transition-duration: 1s;
}

.skin{
	width: 230px;
	height: 230px;
	margin: 5px;
	
	border: 1px solid red;
	border-radius: 5px;
	align-self: center;
}

.events:hover{
	filter: invert(100%);
	transition-duration: 1s;
}

.card-body{
	margin: 0;
	padding: 0;
}

.interact{
	filter: hue-rotate(0deg);
    border: 1px solid fuchsia;
    animation-name: blur;
    animation-duration: 1s;
    animation-timing-function: linear;
    
    transition-duration: 1s;
}

.interact:hover{
	filter: hue-rotate(360deg);
	transition-duration: 1s;
}

.title{
    color: red;
    font-size: 60px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin: 5px;
    font-family: 'Russo One', sans-serif;
}

.menu-2{
    width: 100vw;
    padding-top: 0px;
    font-family: 'Russo One', sans-serif;
    text-align: center;
    
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}



.item{
    width: 100px;
    font-size: 50px;
    color: black;
    font-weight: bolder;
    text-shadow: 1px 1px 10px white;
    margin: 1px 1px;
    margin-top: 1px;
    box-sizing: border-box;
    font-family: 'Russo One', sans-serif; 
}

a{
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
    font-family: 'Russo One', sans-serif;
}

a:link{
    color: blue;
    text-decoration: none
}

a:visited{
    color: blue;
    
}

a:hover{
    color: yellow;
    transition: all 0.5s ease-out
}

a:active{
    color: green;
}

.border{
    margin: 0 auto;
    border-width: 80%;
    width: 80%;
    text-align: center;
    border-style: solid;
    border-color: red;
    font-family: 'Russo One', sans-serif;
    font-size: 25px;
}

.events:hover{
    transform: scale(0.8);
    transition-duration: 1s;
}
.events:active{
    filter: blur(2px);
    transition-duration: 1s;
}

.font{
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    align-content: flex-start;
}
.font-1{
    font-size: 26px;
}

.a.title{
	color: red;
	cursor: default;
	text-decoration: none;
	cursor: pointer;
	
	font-size: 60px;
}

@media (min-width:900px){
    .title{
        color: blue;
        background-size: 80%;
    }
    .cover{
        max-height: 30vh;
    }
}



@media (min-width:768px){
    .title{
        color: green;
        background-size: 80%;
    }
    .cover{
        min-height: 30vh;
    }
}
@media (min-width:500px){
    .title{
        color: red;
        background-size: 80%;
    }
    .cover{
        min-height: 30vh;
    }
}

.card{
	width: 250px;
	z-index: -1;
	border-radius: 10px;
	border: 5px solid black;
	margin: 5px;
}
.card-group{
	display: flex;
	flex-wrap: wrap;
}

ol, p, h2, h6, .card-title, .card-text, .rules-bolder{
	font-family: 'MyArial', Arial, sans-serif;
}
.card-title{
	text-transform: uppercase;
	text-align: center;
}

.cover{
    width: 100vw;
    height: 100vh;
    background-image: url(../Cover.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: content;
    background-size: 100%;
    
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    
    box-shadow: 0px 4px 0px black;
	
	filter: invert(0%);
    transition-duration: 5s;
}

.cover:hover{
    filter: invert(100%);
    transition-duration: 5s;
}

.rules-bolder{
	font-weight: bolder;
	text-align: center;
	color: fuchsia;
	animation: 10s infinite linear hue_text;
}

@media (min-width: 640px){
	.row{
		margin-bottom: 60px;
		margin-top: 15px;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
}
@media (max-width: 640px){
	.row{
		justify-content: center;
	}
}

/* brawl menu */
@media (min-width: 720px){
	.brawl_menu{
		position: fixed;
		top: 20px;
		left: 100px;
		right: 100px;
		z-index: 10000;
		
		border-radius: 15px;
		
		display: flex;
		flex-wrap: wrap;
	}
	.invs{
		display: flex;
	}
}

@media (min-width: 540px) and (max-width: 720px){
	.brawl_menu{
		position: fixed;
		top: 4px;
		left: 10px;
		right: 10px;
		z-index: 10000;
		
		display: flex;
		flex-wrap: wrap;
	}
	
	.invs{
		display: flex;
	}
}
@media (max-width: 540px){
	.brawl_menu{
		position: fixed;
		bottom: 60px;
		left: 0px;
		right: 0px;
		z-index: 10000;
		
		display: flex;
		flex-wrap: wrap;
	}
	
	.invs{
		display: none;
	}
	
	.btn{
		font-size: 20px;
		width: 250px;
	}
}

/* menu_button */
@media (max-width: 540px){
	.menu_button{
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0px;
		z-index: 10000;
		
		width: 100vw;
		height: 60px;
		
		font-family: 'Russo One', sans-serif;
		font-size: 30px;
	}
}
@media (min-width: 541px){
	.menu_button{
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 10000;
		
		width: 100vw;
		height: 45px;
		
		font-family: 'Russo One', sans-serif;
		font-size: 30px;
		display: none;
	}
}

/* SKINS.HTML */
.carousel{
	margin: 100px auto;
	width: 90%;
	border: 5px solid red;
	display: flex;
	overflow: hidden;
	height: 250px;
}

.group{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	height: 250px;
	position: absolute;
	left: 0;
}

.group::-webkit-scrollbar{
	display: flex;
}

.scard{
	flex: 1 1 0;
	height: 250px;
	width: 250px;
	background: linear-gradient(330deg, purple, red, orange);
	font-size: 60px;
	border-radius: 125px;
	text-align: center;
	align-content: center;
/*
	animation: 12s infinite linear rotate_cube;
*/
	overflow: hidden;
}


