* {
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.toggler {
    color: #002153;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.toggler:focus {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.toggler:active {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.container {
    color: #002153;
}
.source-sans  {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.alert {
    border-radius: 0;
}

.navbar {
    background-color: white;
}
#bannner1 {
    background: url("/photos/home_b1.jpeg") no-repeat center;
    height: 90vh;
    width: 100%;
    background-size: cover;
    max-width: none;
    max-height: none;
    /* -webkit-box-shadow: 2px 2px 60px 0px rgba(0,33,83,0.2);
    -moz-box-shadow: 2px 2px 60px 0px rgba(0,33,83,0.2);
    box-shadow: 2px 2px 60px 0px rgba(0,33,83,0.2); */
}
.banner-block {
    background-color: white;
    width: 70%;
    min-width: 350px;
}

.btn {
    background-color: white;
    color: #002153;
    border: none;
    border-radius: 0;
    border: solid #002153 1px;
}

.btn-start:hover {
    background-color: #002153;
    color: #ffffff;
    border-left: solid #002153 1px;
    border-right: solid #002153 1px;
    border-top: solid #002153 1px;
    border-bottom: none !important;
}

.btn:hover {
    background-color: #002153;
    color: #ffffff;
    border: solid #002153 1px;
}

.btn-start:active {
    background-color: #002153;
    color: #ffffff;
    border-left: solid #002153 1px;
    border-right: solid #002153 1px;
    border-top: solid #002153 1px;
    border-bottom: none !important;
}

.btn:active {
    background-color: #002153;
    color: #ffffff;
    border: solid #ffffff 1px;
}
:not(.btn-check)+.btn:active {
    color: #ffffff;
    background-color: rgba(0,33,83,1);
    border-color: rgba(0,33,83,1);
}
.btn:focus-visible {
    color: #ffffff;
    background-color: rgba(0,33,83,1);
    border-color: rgba(0,33,83,1);
    outline: 0;
    box-shadow: none;
}

.contact-bar .btn {
    background-color: #ffffff;
    color: #002153;
    border: solid #002153 1px;
}

.contact-bar .btn-start:hover {
    background-color: #002153;
    border-left: solid #ffffff 1px;
    border-right: solid #ffffff 1px;
    border-top: solid #ffffff 1px;
    border-bottom: none !important;
}

.contact-bar .btn:hover {
    background-color: #002153;
    border: solid #ffffff 1px;
    color: #ffffff;
}

.contact-bar .btn-start:active {
    background-color: #002153;
    border-left: solid #ffffff 1px;
    border-right: solid #ffffff 1px;
    border-top: solid #ffffff 1px;
    border-bottom: none !important;
    color: #ffffff;
}

.contact-bar .btn:active {
    background-color: #002153;
    border: solid #ffffff 1px;
    color: #ffffff;
}
.contact-bar :not(.btn-check)+.btn:active {
    color: #ffffff;
    background-color: #002153;
    border-color: #ffffff;
}
.contact-bar .btn:focus-visible {
    color: #ffffff;
    background-color: #002153;
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
}
a {
    color: #002153;
}
a:hover {
    background-color: unset;
}

.btn-kurzy {
    background-color: white;
    color: #002153;
    margin: 15px 0;
    box-shadow: 2px 2px 13px 2px rgba(0, 33, 83, 0.2);
}

.btn-kurzy:hover {
    border: solid #002153 1px;
    transition: all .15s ease-in-out;
}

.btn-kurzy:active {
    border: solid #002153 1px;
}

.start-flag {
    left: 40px;
}
.end-arrow {
    right: 20px;
}
.start-text {
    left: 50px;
}

.card {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 60px 0 rgba(0,33,83,0.2);
    -moz-box-shadow: 2px 2px 60px 0 rgba(0,33,83,0.2);
    box-shadow: 2px 2px 60px 0 rgba(0,33,83,0.2);
}

.card-img-top {
    border-radius: 0;
    object-fit: cover;
    height: 300px;
}

.card-img-lang {
    border-radius: 0;
    object-fit: cover;
    height: 18vw;
}

.card-lang {
    max-width: 330px;
}

.card-scroll {
    max-width: 450px;
    min-width: 450px;
}
.card-flag {
    border: 1px solid #ffffff;
    width: 45px;
}
.card-body {
    color: #002153;
}

.cth-container {
    display: flex;
    width: 100%;
}

.no-dec {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 90%;
}

#footer {
    background-color: #002153;
    width: 100%;
    max-width: none;
    max-height: none;
    color: white;
}
.contact-bar {
    background-color: #002153;
    color: #ffffff;
    position: sticky;
    bottom: 0;
    right: 0;
    width: 50%;
}
.contact-bar button {
    background-color: #ffffff;
    border: 1px solid #002153;
    color: #002153;
}
.contact-bar button:hover {
    background-color: #002153;
    border: 1px solid #ffffff;
    color: white;
}

.form-label {
    margin-bottom: .3rem;
}
.form-control {
    border-radius: 0;
    border: none;
    box-shadow: inset 2px 2px 30px rgba(0,33,83,0.3);
}

.form-check-input[type=checkbox] {
    border-radius: 0;
} 
.form-check-input:checked {
    background-color: rgba(0,33,83,1);
}

.white {
    color: #fff !important;
    line-height: 10px;
    min-height: 10px;
    height: 10px;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 250;
}

*::-webkit-scrollbar {
    /* display: block;
    background-color: lightblue;
    background: #fff;
    outline: solid 1px #002153;
    width: 0.5rem;
    height: 0.5rem; */
    display: block;
    background: none;
    width: 0.5rem;
    height: 0.5rem;

}

*::-webkit-scrollbar-thumb {
    background: #002153;
    width: 0.5rem;
    height: 0.5rem;
}
  