/*  @@@@@ HEADER @@@@@@@ */
/* navbar */
.wiraz_2024_navbar_brand{
    background-color:red;
    text-align:center;
    color:white;
}
.custom_navbar{
    background: linear-gradient(90deg, rgba(40,40,43,1) 20%, rgba(9,9,121,1) 55%, rgba(16,36,151,1) 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.navbar-toggler{
    /* border:1px solid pink; */
    color:white; 
    /* padding-top:20px; */
}
.navbar-toggler-icon{
    background-image: none;
}
/* Set the border color to the desired color */
.custom-toggler.navbar-toggler {
    /* border-color: red; */
	box-shadow: 3px 3px 10px red;
	background-color:transparent;
	height:auto;
}
.custom-toggler.navbar-toggler:focus {
	background-color:transparent;
	height:auto;
}
.navbar_wiraz_2024{
    height:auto;
}
.navbar-nav a{
    color:#e5e4e2;
}
.text_miasta{
    opacity:0.8;
    font-size:1.3rem;
    font-weight:bold;
    color:rgb(240, 12, 46);
}
/* social media row */
.social_div{
    padding-bottom:0.5rem;
    margin-top:0.5rem;
    max-width:1400px;
}
.social_header_txt{
    font-size:1.3rem;
    color:#e5e4e2;
}
.social_header_div{
    padding-top:1.3rem;
}
.starter{
    margin-top:3.0em;
}
.kategoria_row{
    margin-top:0.5rem;
}
.kategoria_header_text_div{
    min-height:auto;
    padding:0.3em;
    margin-top:1.0rem;
    margin-bottom:1.0rem;
    text-align:center;
    background: linear-gradient(90deg,rgba(40,40,43,1) 10% , rgb(240, 12, 46)25%, rgb(237, 85, 108)60% , rgb(240, 12, 46)85% , rgba(16,36,151,1) 100%);
  font-family: Arial, Helvetica, sans-serif;
  /* text-shadow: rgb(253, 253, 251) 1px 0 5px; */
}
.kategoria_head_text{
    font-size:3.0em;
    color:#e5e4e2;
}
.shadow_line{
    /* box-shadow:5px 5px 10px #e5e4e2; */
    box-shadow:5px 5px 10px #3822e2;
}
/* KARTA OBOK ZDJECIA KATEGORII */
.karta_row{
    height:100%;
}
.karta_text{
    padding-top:0.5rem;
    min-height:85%;
    height:auto;
}
.karta_mini_text{
    font-size:0.7em;
    color:rgb(240, 12, 46);
}
.list_categories_txt{
    font-size:1.3rem; 
    color:rgb(240, 12, 46);
}
.short_category_description{
    font-size:1.2em;
}
/* row WRZUC BIEG POCZUJ PASJE */
.wrzuc_bieg{
    margin-top:1.5rem;
    margin-bottom:1.5rem;"
}
.wrzuc_bieg_gearbox_div{
    padding-top:5.0em;
}
/* button kategoria */
.button_kategoria{
    background: linear-gradient(90deg,rgb(240, 12, 46)25%, rgb(237, 85, 108)60% , rgb(240, 12, 46)100%);
  font-family: Arial, Helvetica, sans-serif;
    font-size:1.2em;
    color:#e5e4e2;
    font-weight:bold;
}
.button_kategoria:focus{
    background: linear-gradient(90deg,rgb(240, 12, 46)25% , rgb(230, 9, 145)100%);
  font-family: Arial, Helvetica, sans-serif;
    font-size:1.2em;
    color:#e5e4e2;
    font-weight:bold;
}
/* rzad z motocyklami. karuzela i CTA texty */
.cta_text{
    font-size:3.5em;
    color:rgb(240, 12, 46);
    font-weight:bold;
}

/* @@@@@@@  @@@@@@@@@@@ */
/* MOBILE DEVICES */
@media screen and (max-width: 576px) {
    .kategoria_header_text_div{
        /* background-color:black; */
        min-height: auto;
        padding:0.3em;
    }
    .kategoria_head_text{
        font-size:1.5em;
         
    }
    .kategoria_row_image_wrapper{
        margin-top:1.0em;
    }
    .div_button_kategoria{
        margin-bottom:0.3em;
    }
    .cta_text{
        font-size:2.5em;
        color:rgb(240, 12, 46);
        font-weight:bold;
    }
    .wiraz_welcome_txt{
        font-size:4.5em;
        padding-top:0.5em;
    }
    .starter{
        margin-top:5.0em;
    }
    .wrzuc_bieg{
        margin-top:0.5rem;
        margin-bottom:1.5rem;"
    }
    .wrzuc_bieg_gearbox_div{
        padding-top:1.0em;
    }
  }