/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.logo1 {
	max-width: 200px;
	margin-top: 3px;
}

.logo2 {
	max-width: 120px;
    margin-top: 7px;
}

.logomob {
	max-width: 200px;
    margin-top: 5px;
}

.yellow-color {
    color: #fdd700 !important;
}

.yellow-fill {
    fill: #fdd700 !important;
}
.badge-test {
    background-color: #fdd700 !important;
    color: black !important;
}

.red-background {
    background-color: #fd3c38 !important;
}

.red-text {
    color: #e04744 !important;
}

.c-dark-red {
    color: #580100 !important;
}
.platformy {
	max-height: 90px !important;
}

.c-light-red {
    color: #e80000 !important;
}

.c-green {
	color: #00AA00 !important;
}

.discord-background {
    background-color: #7289da !important;
}

.minceraft-background {
    background-color: #00AA00 !important;
}

.c-discord {
    color: #414d7a !important;
}

.c-orginal-discord {
    color: #7289da !important;
}
.btn-discord {
	background-color: #7289da !important;
	color: white !important;
	border: none;
}

.btn-discord:hover {
	background-color: #4c4a4a !important;
	color: #fff !important;
	border: none;
}

.promo {
	position: relative;
	color: white !important;
	font-size: 20px;
	line-height: 15px;
    font-weight: bold; 
    margin-left: 4%;
}

.promo-m {
	position: relative;
	color: white !important;
	font-size: 20px;
	line-height: 15px;
    font-weight: bold; 
}

.btn-csm {
	text-transform: capitalize;
	cursor: pointer !important;
	border: 1px solid white;
	border-radius: 50px;
	color: white;
	font-size: 17px;
	margin: 0;
    margin-left: 10px;
	padding: 2px 12px;
	position: relative;
	background-color: transparent;
	letter-spacing: 0.2px;
	font-weight: 700;
	box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%);
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}

.btn-csm:hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .30);
    color: whitesmoke;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}