.html {
    font-family: 'Roboto Mono', monospace;
}

/* navbar */
.navbar-brand {
    height: 5.5em;
    width: 10em;
}

.nav-link {
    font-weight: 500;
}

@media (min-width: 991px) and (max-width: 1152px) {
    .navbar-nav .nav-link {
        font-size: 0.9rem;
    }
}

/* kraj navbara  */

/* footer  */
.footerBtn {
    color: #ffffff;
    margin-left: 0.5em;
}

.subscription-form .footerBtn {
    width: 100%;
    max-width: 100%;
}

.footerBtn:hover {
    color: #0F044C;
    background-color: #ffffff;
    border-color: #0F044C;
}

.social a:hover {
    text-decoration: none;
}

.form-control {
    border-radius: 20px;
}

.form-inline .btn {
    border-radius: 20px;
}


footer {
    background-color: #141E61;
    color: #fff;
    padding: 40px 0;
}

.subscription-form h3 {
    color: #fff;
}

.footer-copy a {
    color: #fff;
}

.newsletter,
.social,
.mission {
    margin-bottom: 1rem;
}

@media (min-width:768px) and (max-width:991px) {
    .footerBtn {
        margin: 1em;
    }
}

/* kraj footera  */

/* carousel  */

.carousel-item img {
    width: 100%;
    height: 30rem;
    object-fit: fill;
}



.carousel-caption {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    text-shadow: -1px 0px 15px rgba(0, 0, 0, 0.43);
    max-height: 10em;
    overflow: hidden;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
    background-image: none;
}

.carousel-control-next-icon:after {
    content: '>';
    font-size: 55px;
    color: black;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 55px;
    color: black;
}


.artHeader {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width:1000px) {

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        height: 50px;
        width: 50px;
    }

    .carousel-control-prev-icon:after,
    .carousel-control-next-icon:after {
        font-size: 25px;
    }
}

@media (max-width:768px) {
    .carousel-caption {
        overflow: hidden;
        font-size: 14px;
    }
    .artHeader{
        font-size: 2.5rem;
    }
}

/* kraj carousela  */

/* VESTI: */

.orderPhoto {
    height: 100% !important;
    width: auto;
}

@media (max-width: 768px) {
    .cultureHeader {
        font-size: 1.2rem;
    }

    .newsInfo {
        font-size: 0.8rem;
    }

    .orderPhoto {
        height: auto !important;
        width: auto;
        object-fit: cover;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .orderPhoto {
        width: auto;
        object-fit: cover;
    }

    .newsInfo {
        font-size: 0.8rem !important;
    }

    .cultureHeader {
        font-size: 1.2rem !important;
    }
}

.cultureHeader {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.newsInfo {
    line-height: 1.5;
}

/* kraj vesti */

/* kartice */
.card:hover {
    box-shadow: -1px -5px 54px 0px rgba(120, 122, 145, 0.75);
    -webkit-box-shadow: -1px -5px 54px 0px rgba(120, 122, 145, 0.75);
    -moz-box-shadow: -1px -5px 54px 0px rgba(120, 122, 145, 0.75);
    transition: 0.4s;
    cursor: pointer;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}

/* VRLO VAZNO ZBOG KARTICA U SEARCHU*/
.card img,
.rtu img {
    height: 200px;
    object-fit: cover;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.cardLink {
    color: black;
}

.cardLink:hover {
    text-decoration: none;
    color: #33419b;
}

@media (min-width: 768px) and (max-width: 992px) {
    .card-body h3 {
        font-size: 1.2rem !important;
    }

    .card-body p {
        font-size: 0.8rem;
    }
}

@media (max-width:768px) {
    .card-body h3 {
        font-size: 1rem;
    }

    .card-body p {
        font-size: 0.8rem;
    }
}

@media (max-width:575.2px) {

    .card {
        width: 75vw;
        /* margin: auto; */
    }
}

/* kraj kartica */


/* dugme za vrh */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

/* banner  */
.bannerHome {
    position: relative;
    background-image: url(banner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px;
    color: white;
}

.bannerHome::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.bannerContent {
    text-align: center;
    width: 100%;
    color: white;
    height: auto;
    margin-top: 200px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    padding: auto;
    margin: auto;
}

.programsHeader1 {
    font-size: 7em;
    font-family: 'Roboto Mono', monospace;
    text-shadow: -5px 4px 2px rgba(0, 0, 0, 0.6);
}

.programsHeader2 {
    /* margin-top: -17px; */
    font-family: 'Roboto Mono', monospace;
    font-size: 1.7em;
    text-align: center;
    font-weight: 400;
    text-shadow: -5px 4px 2px rgba(0, 0, 0, 0.6);
}

.aBtn {
    display: inline-block;
    width: 200px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    border: 4px solid #fff;
    text-align: center;
    outline: none;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
    margin: 0.3em;

}

.aBtn:hover,
.aBtn:active {
    background-color: #fff;
    color: #000;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
    text-decoration: none;
    text-shadow: none;
}

@media only screen and (max-width: 920px) {
    .bannerContent {
        margin-top: 100px;
    }

    .programsHeader1 {
        font-size: 3.5rem
    }

    .programsHeader2 {
        font-size: 1.5rem
    }
}

@media only screen and (max-width: 540px) {
    .bannerHome {
        background-position: top;
    }
    .bannerContent {
        margin-top: 150px;
    }

    .programsHeader1 {
        font-size: 3em;
    }

    .programsHeader2 {
        font-size: 1.4em;
    }
    .artHeader{
        font-size: 2rem;
    }
}
/* kraj bannera  */

/* Google Translate element */
body{
    top:0px !important;
}
#google_translate_element {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

#google_translate_element img {
    display: none;
    width: 30px;
    height: auto;
    vertical-align: middle;
}

#google_translate_element a {
    font-size: 1rem;
    padding: 0.3rem;
    margin: 40px;
    text-decoration: none;
}

#google_translate_element span {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #333;
    padding: 5px;
    border-radius: 10%;
    background-color: #f8f8f8;
    transition: background-color 0.3s ease;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}
/* kraj google-translate  */