.avatar {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit:cover;
}

.team-block{
    background: #191e25;
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 0.5rem;
    box-shadow: 0 0 14px 1px rgb(0 0 0 / 20%);
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    line-height: 1.5;
}

#zeta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 45vh;
    overflow-x: hidden
}

.zeta-header-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background: linear-gradient(90deg, #222831, transparent, #222831), url('../img/background.png') no-repeat center 100% / cover;
    animation: header-background_reveal 2s ease;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0 80%);
}

.zeta-header-status {
    padding: 1rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
    background: rgba(0, 0, 0, 0.65);
    animation: header_reveal 2s ease;
}

.zeta-header-status .container {
    background: transparent;
    justify-content: center;
    display: flex;
}

.zeta-card .zeta-card-body {
    padding-top: 1rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 0.75rem;
    box-shadow: none;
    background-color:#222831;
}

.zeta-card-body2{
    background-color:#2827279c;
    padding:1.0rem calc(1.0rem * 1.5);
    border:none;
    border-radius:0 !important;
    font-size:0.8rem
}

::-moz-selection { /* Code for Firefox */
    color: white !important;
    background: #56a14f !important;
  }
  
::selection {
    color: white !important;
    background: #56a14f !important;
}

.btn-primary {

    background-color: #56a14f !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;

}

.btn-primary:hover {
    background-color: #387533 !important;
    font-weight: 700;
    text-transform: uppercase;
}

.card-body h2 {
    color: #56a14f;
    font-weight: 700;
}

.bio {
background:none;
border: none;
}

.bio:focus{
    border: 0;
    outline:0;
  }
  
body h3 {
    background: none;
    margin-bottom: 1.25rem;
    padding: 0;
    padding-left: 1.25rem;
    color: #D4E0F7;
    font-size: 1.2rem;
    font-weight: 700;
    border-left: solid 3px #56a14f;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    margin-top: 2rem;
    max-height: 1.4rem;
}

/*	 FOOTER
==================== */

.zeta-footer {
    z-index: 10;
    background: none;
    margin-top: auto;
    padding: 0 0 1.5rem;
}

.zeta-footer .zeta-footer-content {
    background: #191e25;
    padding: 1.75rem 2rem;
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 0.5rem;
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    line-height: 1.5;
}

/*   servers.css
==================== */

.grid-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
}

.mine:hover{
    cursor: pointer;
    color: #333333;
    opacity: 0.4;
}

.mine{
    background-image: url("../img/minecraft.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 35vh;
    transition: opacity 1000ms;
    position: relative;
}

.gmod{
    transition: opacity 1s;
    background-image: url("../img/gmod.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 35vh;
    transition: opacity 1000ms;
    position: relative;
}

.csgo{
    transition: opacity 1s;
    background-image: url("../img/csgo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 35vh;
    transition: opacity 1000ms;
    position: relative;
}

.third:hover{
    cursor: pointer;
    color: #333333;
    opacity: 0.4;
}

.fivem{
    background-image: url("../img/fivem.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 35vh;
    transition: opacity 1000ms;
    position: relative;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
}

.rek {
    padding: 20px;
    height: 150px;
}


/*   SLIDE.css
==================== */

.content2{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
}

.content2 span{
    display: block;
}

.overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease !important;
    -moz-transition: .5s ease !important;
    transition: .5s ease !important;
    overflow: hidden;
    background-color: #333333;
    opacity: 0.6;
    font-size:1.2rem;
}

.mine:hover .overlay{
    height: 100%;
}

.gmod:hover .overlay{
    height: 100%;
    background-color: darkred;
}

.fivem:hover .overlay{
    height: 100%;
    background-color: darkred;
}

.csgo:hover .overlay{
    height: 100%;
    background-color: darkred;
}


/*	 ANIMACE
==================== */

@keyframes header_reveal {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes header-background_reveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes logo_reveal {
	0% {
		opacity: 0;
		transform: scale(0.75);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes logo_pulse {
	0% {
		transform: scale(0.90) translateY(0);
	}
	50% {
		transform: scale(1) translateY(10px);
	}
	100% {
		transform: scale(0.90) translateY(0);
	}
}