*{
    color: white;
}
body{
    font-family: Arial;
}
header{
    background-color: rgb(152,152,153);
}
.navbar{
    background-color: rgba(64, 64, 64, 0.8);
}
.navbar-brand, .navbar-nav{
    align-items: center;
}
.navbar-brand img{
    height: 55px;
    width: 55px;
}
.nav-link p{
    margin-top: 0;
    margin-bottom: 5px;
}
.sipkanahoru img{
    filter: invert(87%);
    height: 50px;
    width: 50px;
}
.section{
    padding-top: 80px;
    padding-bottom: 80px;
}
.section1{
    padding-top: 20px;
    padding-bottom: 20px;
}
.BastaCheerCup{
    background-color: yellow;
}
.BastaCheerCup p{
    color: blue;
}
.BastaCheerCup p a{
    color: inherit;
}
.Treninky{
    background-color: rgb(60,159,153);
}
.InfoKTreninku{
    background-color: rgb(158,206,204);
}
.KontaktTeplice, .KontaktUstiNadLabem, .KontaktJilove{
    color: rgb(80,163,157);
}
.FacebookTeplice a, .InstagramTeplice a, .FacebookUstiNadLabem a, .InstagramUstiNadLabem a, .FacebookJilove a, .InstagramJilove a{
    color: rgb(80,163,157);
}
#InfoKSoutezim{
    color: rgb(60, 124, 120);
}
h5{
    word-break: break-word;
}
.Treneri{
    background-color: rgb(34,34,34);
}
.Treneri h1{
    color: rgb(60,159,153);
}
.Treneri img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}
.Treneri img:hover{
    filter: grayscale(0%);
}
.Asistenti{
    background-color: rgb(30, 30, 30);
}
.Asistenti h1{
    color: rgb(60,159,153);
}
.Asistenti img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}
.Asistenti img:hover{
    filter: grayscale(0%);
}
#CoachName{
    color: rgb(75, 205, 190);
}
#CoachInfo{
    color: rgb(61,158,145);
}
.ONas{
    background-color: rgb(231,149,51);
}
#HlavniText{
    text-align: justify;
}
.Partneri{
    color: black;
}
.Partneri #Finvox img{
    width: auto;
    height: auto;
}
#Mesto img{
    height: 150px;
    width: 250px;
}
#Mesto p{
    color: black;
}
#Mesto a{
    color: black;
}
.Partneri p span{
    color: black;
}
.PrihlasSe{
    background-color: rgb(152,152,153);
}
.Instagram{
    background-color: white;
}
.Instagram .row{
    margin: 0;
}
.Instagram .inner-container{
    background-color: rgb(66, 146, 231);
    border-radius: 10px;
    padding: 10px;
} 
.Instagram a{
    color: white;
}
.Instagram img{
    height: 60px;
    width: 60px;
}
.PodporaMesta p{
    color: black;
}
.PodporaMesta img{
    height: 200px;
    width: 400px;
}
.PodporaMesta a{
    color: black;
}
.Kontakt{
    background-color: rgb(51,113,179);
}
.Kontakt img{
    height: 150px;
    width: 150px;
}