/* Rejestracja */

.cool-banner {
    background: url(../img/tlo\ strona.png) top center no-repeat;
    background-position-y: -6rem !important;
    background-size: cover;
    padding: 60px 0 10px;
    text-align: center;
    min-height: 380px;
}

.teams__header {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    margin: 2rem 0;
}

.reg-list {
    margin: 2% 0 2%;
}

.main-nav-outer {
    -webkit-box-shadow: 0px 8px 22px -12px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 8px 22px -12px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 8px 22px -12px rgba(0, 0, 0, 0.42);
    background-color: white;
}


.main-nav li {
    margin-left: auto !important;
    margin-right: auto !important;
}

.nav-tabs>a {
    text-decoration: none;
    color: #000;
    text-align: center !important;
    font-size: 1.4rem;
    padding: 0 0.5rem 0 0.5rem;
}

.nav-tabs,
.nav-link {
    border-bottom: none !important;
}

.nav-tabs a:hover,
.nav-tabs a:focus {
    text-decoration: none;
    color: #fb9d17;
}

.reg-line {
    display: block;
    margin-top: 0.1rem !important;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    border-width: 10px;
    border-color: #fb9d17;
}

.reg-p {
    font-size: 1.2rem;
    margin-top: 2%;
    margin-bottom: 2%;
    color: #222222;
    text-align: justify;
    line-height: 1.7rem;
}

.reg-p:first-of-type {
    margin-top: 6%;
}

@media screen and (max-width: 576px) {
    .reg-list>li>a {
        font-size: 1.1rem;
        padding: 0 0.3rem 0 0.3rem;
    }
}

label {
    font-size: 1.2rem;
    color: #353535;
}

/* Navigation
---------------------------------*/
.ext-nav-outer {
    padding: 0px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 4px 5px -3px #ececec;
}

.ext-nav {
    text-align: center;
    margin: 10px 0 0px;
    padding: 0;
    list-style: none;
}

.ext-nav li {
    display: inline;
    margin: 0 1px;
}

.ext-nav li a {
    display: inline-block;
    color: #222222 !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    line-height: 20px;
    margin: 17px 32px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 1.5rem;
}

.ext-nav li a:hover {
    text-decoration: none;
    color: #fb9d17 !important;
}


@media screen and (max-width: 576px) {
    .nav-item {
        color: #222222;
        font-size: 1.2rem !important;
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
    }

    .cool-banner {
        background: url(../img/tlo\ strona\ bez\ napisu.png) top center no-repeat;
        background-position-y: -10rem !important;
    }
}

.visible {
    display: block !important;
}

.hidden {
    display: none;
}

.orange {
    color: #fb9d17 !important;
}

.red {
    color: rgb(255, 100, 100);
}

.green {
    color:rgb(98, 241, 105);
}

.yellow {
    color: rgb(247, 237, 108);
}

.blue {
    color: rgb(97, 184, 255);
}

.teams__score {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.teams__name {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2rem;
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: black;
}

.fa-trophy{
    color: white;
    text-align: center;
    font-size: 10rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 5rem;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #dddddd;
}