/*EXTERNI FONTY*/
/*TELKA, Proxima Nova*/

@font-face {
    font-family: Telka Wide MD;
    src: url(../fonts/Telka-Wide-Medium.woff2);
}

@font-face {
    font-family: Telka Wide BL;
    src: url(../fonts/Telka-Wide-Black.woff2);
}

@font-face {
    font-family: Proxima Nova;
    src: url(../fonts/ProximaNova-Regular.woff2);
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Proxima Nova Semibold;
    src: url(../fonts/ProximaNova-Semibold.woff2);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Proxima Nova Bold;
    src: url(../fonts/ProximaNova-Bold.woff2);
    font-weight: 700;
    font-style: normal
}

/*STYLING NA PC*/

@media only screen and (min-width: 768px) {

    .jumbotext-t {
        font-size: x-large !important;
    }

    .jumbotext-b {
        font-size: x-large !important;
    }

    body{
        background-size: 2200px !important;
    }

    .p-main {
        font-size: large !important;
    }

    .copyright-text {
        font-size: large !important;
    }

    .small-logo {
        width: 30% !important;
    }


    .footer-logo {
        width: 25% !important;
    }

    .st-trailer {
        width: 80% !important;
    }

    .minipalm {
        width: 13% !important;
    }
}

body {
    scroll-behavior: smooth;
    font-family: "ProximaNova Semibold", serif !important;
    font-weight: 500;
    background: url("../img/tiles_white.jpg") repeat-y center center; /*kachlicky*/
    background-attachment: scroll;
    background-size: 1000px;
}

.navbar {
    min-height: 80px;
    z-index: 100; !important;
    margin-bottom: 0;
    background: rgba(100,100,100,0.25) !important;
    font-family: "Telka Wide MD", serif;
}

.social-circle {
    width: 35%;
    margin-top: 5px;
    padding-left: 10px;
    margin-left: 18px;
}

.navbar-socials {
    flex-direction: row;
    padding-left: 0px;
}

.minipalm {
    width: 35%;
}

.navbar-toggler {
    position: relative;
    border: none !important;
}

.nav-item-left {
}

.nav-link {
    color: white !important;
    padding-right: 0;
}

.menutext {
    color: white;
    font-size: medium;
}

.jumbotron {
    background: url("../img/defaultBG.jpg") no-repeat center center;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

/*VRCHNI TEXT*/

.jumbotext-t {
    color: white;
   font-family: "Proxima Nova", serif;
    font-size: large;
    font-weight: 300;
}

/*SPODNI TEXT*/

.jumbotext-b {
    color: white;
     font-family: "Proxima Nova Bold", serif;
      font-size: large;
      font-weight: 700;
}

.palm {
    width: 35%;
}


/*STOPTIME LOGO*/


.big-logo {
    position: absolute;
    width: calc(90% - 50px);
    max-width: 1200px;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.small-logo {
    width: 60%;
}

.p-main {
    font-size: medium;
    font-family: Proxima Nova, serif;
}

/*KARTY*/

.card {
    background-color: black !important;
    color: white;
    --bs-card-border-color: none !important;
    --bs-card-border-radius: 1rem !important;

}

.card-img, .card-img-top {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

/*tohle mozna upravit pro zacisteni*/

.nav-link {
    color: white !important;
    text-decoration: none !important;
}

a {
    color: white !important;
}

.card-title {
    font-family: "Telka Wide MD", serif !important;
}

.card-text {
    font-family: "Proxima Nova", serif;

}

.btn-primary {
    font-family: "Proxima Nova Semibold";
    background-color: black;
    --bs-btn-hover-bg: grey !important;
    --bs-btn-border-color: black !important;
    --bs-btn-hover-border-color: grey !important;
    --bs-btn-active-bg: lightgrey !important;
    --bs-btn-active-border-color: lightgrey !important;
    padding-left: 20px !important;
    padding-right: 20px !important;

}

.st-trailer {
    width: 90%;
}

/*FOOTER*/

footer {
    padding-bottom: 7vw;
}

footer > a {
    color: black !important;
}

.footer-logos {
    flex-direction: row;
}

.footer-logo {
    width: 60%;
}

.footer-socials {
    flex-direction: row;
    padding-right: 45px;
}

.copyright-text {
    font-family: Proxima Nova, serif;
    font-size: small;
}