/*NavBar*/

.navigation {
    background: rgba(0, 0, 0, 0.5) !important
}

.logo {
    width: 60px;
    height: 60px;
    background-image: url("PNG/Logo_white.png");
    background-repeat: no-repeat;
}

.odkazNav {
    color: white !important;
    text-align: center;
}

.odkazNav:hover {
    background-color: white;
    color: black !important;
    border-radius: 10px;
}

.ikonaTlacitka {
    background: white !important;
}


/*HeroArea Jumbotron*/

.heroArea {
    padding-top: 100px;
    background: url("PNG/HeroBckg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}




.heroText {
  font-size: 2.5em;
    color: #303030;
}

/


*.bColor {
    color: #4cb847;
    font-weight: bold;
}

.iColor {
    color: #c3203c;
    font-weight: bold;
}

.eColor {
    color: #eeb42c;
    font-weight: bold;
}

.pColor {
    color: #225ca5;
    font-weight: bold;
}*/

.heroButton {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid white !important;
    border-radius: 20px;
    color: white;
}

.heroButton:hover {
    background: white;
    color: black;
    border: 2px solid black !important;
    border-radius: 20px;
}

.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px;
    line-height: normal;
}

.heroButtonLearn {
    margin-right: 20px;
}

.heroButtonJoin {
    margin-left: 20px;
}


/*Karty*/

.card-img-top {
    background-position: center;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 20px auto;
}

.balicek {
    margin-right: 50px;
    margin-left: 50px;
}

.card-title {
    text-align: center;
}

.card-text {
    text-align: center;
}

.card-footer {
    text-align: center;
    background: none;
    border: none;
    text-decoration: none;
}

.karta1 {
    border: 4px solid #4cb847;
    border-radius: 10px;
}

.karta1:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.footerK1 {
    color: #333333;
}

.footerK1:hover {
    color: #4cb847;
    text-decoration: none;
}

.karta2 {
    border: 4px solid #c3203c;
    border-radius: 10px;
}

.karta2:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.footerK2 {
    color: #333333;
}

.footerK2:hover {
    color: #c3203c;
    text-decoration: none;
}

.karta3 {
    border: 4px solid #eeb42c;
    border-radius: 10px;
}

.karta3:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.footerK3 {
    color: #333333;
}

.footerK3:hover {
    color: #eeb42c;
    text-decoration: none;
}

.karta4 {
    border: 4px solid #225ca5;
    border-radius: 10px;
}

.karta4:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.footerK4 {
    color: #333333;
}

.footerK4:hover {
    color: #225ca5;
    text-decoration: none;
}


/*Footer*/

.footer {
    height: 450px;
    margin-top: 20px;
    padding: 0px;
    text-align: center;
    background-image: url("PNG/footer.png");
    background-position: center;
    background-size: 100% 100%;
    justify-content: center;
}

.footerText {
    color: black;
    height: 30px;
    padding-top: 400px;
}

.footerIco {
    color: black;
}

.footerIco:hover {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 768px) {

    .footer {
        height: 200px;
        text-align: center;
        background-image: url("PNG/footerSmall.png");
        background-position: center;
        background-size: 100% 100%;
    }
    .footerText {
        color: black;
        height: 30px;
        padding-top: 125px;
    }
    .textC1 {
        float:left;
        width:100%;
        background-color:#d6eff7;
        border:#a5bdef;
        padding:1em;
        text-align:center;
    }
}


/*WHAT IS BIEP*/


/*Waht is BIEP content*/

.WhatIsBiepContent {
    /*margin-top: 100px;*/
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-size: 1.5em;
    font-family: 'Source Sans Pro';
    text-align: justify;
}

.whatIsBiepVideo {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.Nadpis1 {
text-align: center;
margin-left: auto;
margin-right: auto;
}

/*Who is in?*/


/*Who is in content*/

.map {
    /* display:block; */
    width: 700px;
    height: 830px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("PNG/europeMap.png");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 1px solid black;
}

.headWhosIn {
    /*margin-top: 100px;
    text-align: center;
    font-family: 'Source Sans Pro';*/
}

.whoIsInTable {
    /*margin-top: 50px;*/
    margin-left: auto;
    margin-right: auto;
    /* display:flex;  */
    /*float:left; */
    /*display:none; */
}

.countryTable {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
}

.Nadpis2 {
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}


@media screen and (max-width: 2000px) {

    .map {
        display: none;
    }
    .whoIsInTable {
        display: table;
    }
    .textC1 {
        float:left;
        width:18em;
        background-color:#d6eff7;
        border:#a5bdef;
        margin-right:0.5em;
        padding:1em;
        text-align:center;
    }
    .textC2 {
        float:left;
        width:17em;
        background-color:#d6eff7;
        border:#a5bdef;
        margin-right:0.5em;
        padding:1em;
        text-align:center;
    }
    .textC3 {
        float:left;
        width:26em;
        background-color:#d6eff7;
        border:#a5bdef;
        margin-right:0.5em;
        padding:1em;
        text-align:center;
    }
}



/*Join BIEP*/


/*Join BIEP content*/

.joinBiepContent {
    /*margin-top: 50px;*/
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-size: 1.5em;
    font-family: 'Source Sans Pro';
    text-align: justify;
}

.joinBiepContentP2 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-size: 1.5em;
    font-family: 'Source Sans Pro';
    text-align: justify;
}

.faqText {
   /* margin-top: 100px;*/
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

h2 {
  font-weight:bold;
  margin: 1em 0 0 0;
}