body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-family: "Open Sans", sans-serif;
    font-family: "Commissioner", sans-serif;
    font-family: "Istok Web", sans-serif;
    font-family: "Montserrat", sans-serif;
    font-family: "Nunito", sans-serif;
    font-size: 1.3rem;
}

.content {
    padding-bottom: 2rem;
}

.content {
    position: relative;
}

.content:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url("../resources/images/news_bck.jpg");
    background-position: 100% 0;
}

.content-inner {
    position: relative;
}

.page-inner {
    background: white;
}

.hero-divider {
    height: 2rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.rounded-circle {
    height: 140px;
    width: 140px;
}

/* .partner-logo:hover {
    box-shadow: 0 1rem 3rem rgba(63, 103, 176, 0.8) !important;
} */

.eng-flag {
    width: 40%;
}

.eng-flag-sm {
    width: 60%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.srb-flag {
    width: 40%;
}

.srb-flag-sm {
    width: 60%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-link img {
    transition: all .5s;
}

.my-link img:hover {
    box-shadow: 0 1rem 3rem rgba(63, 103, 176, 0.8) !important;
}

/* .my-link:hover, a:hover {
    text-decoration: underline;
} */

.hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0)
    );
}

.text-body {
    width: 100%;
}

.news-img {
    width: 100%;
}

.file-download {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.file-download .btn {
    /* width: 50%; */
    height: 4rem;
}

.course-item {
    cursor: pointer;
}

.dropdownMenuButton {
    cursor: pointer;
}

#downloadButton3 {
    width: 75%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.shadow-blue {
    box-shadow: 0 1rem 2rem rgba(63, 103, 176, 0.3) !important;
}

.shadow-xl {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.4) !important;
}

.shadow-xl-blue {
    box-shadow: 0 1rem 3rem rgba(63, 103, 176, 0.5) !important;
}

.shadow-xxl-blue {
    box-shadow: 0 1rem 3rem rgba(63, 103, 176, 0.8) !important;
}

.shadow-reverse-blue {
    box-shadow: 0 -1rem 1rem rgba(63, 103, 176, 0.15) !important;
}

.shadow-reverse {
    box-shadow: 0 -1rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.nav-text {
    font-size: 1.2rem;
    font-weight: 300;
    color: red;
}

.active {
    font-size: 1.2rem;
    font-weight: 300;
    text-decoration: underline;
    color: blue;
}

.img-fluid {
    max-width: 20%;
    height: auto
}

.main-logo {
    width: 100%;
}

.arrow {
    /* width: 5rem;
    height: 3rem; */
    text-align: center;
    position: absolute;
    /* bottom: 30px; */
    left: 0;
    right: 0;
    margin: 0 auto;
}

.arrow:hover {
    cursor: pointer;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.collapse:not(.show) {
    height: 30rem;
    display: block;
    /* overflow: hidden; */
    /* -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, 
    from(rgba(0,0,0,.8)), to(rgba(0,0,0,0))); */
}

div .collapse:not(.show) {
    -webkit-mask-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 1)),
        to(rgba(0, 0, 0, 0))
    );
}

.collapsing {
    height: 30rem;
    overflow: hidden;
}

div[aria-expanded="true"] .fa-chevron-circle-down {
    display: none;
}

div[aria-expanded="false"] .fa-chevron-circle-up {
    display: none;
}

#backTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background: rgba(1, 1, 1, 0); /* Set a background color */
    color: #ee2024; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    /* padding: 15px; Some padding */
    /* border-radius: 10px; Rounded corners */
    /* font-size: 18px; Increase font size */
  }
  
  #backTopBtn:hover {
    /* background-color: #ee20231e; Add a dark-grey background on hover */
    font-size: 1.05em;
    transition: all 0.75s;
    cursor: pointer;
  }

  .arrow .fa-chevron-circle-up:hover {
    /* background-color: #ee20231e; Add a dark-grey background on hover */
    font-size: 3.4em;
    transition: all 1s;
    cursor: pointer;
  }




.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #2f3640;
    color: #f5f6fa;
    padding: 0 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    transition: 400ms;
  }

  .cookie-container p {
    margin: 24px 0;
    line-height: 2;
  }
  
  .cookie-container.active {
    bottom: 0;
  }
  
  .cookie-container a {
    color: #f5f6fa;
  }
  
  .cookie-btn {
    background: #e84118;
    border: 0;
    color: #f5f6fa;
    padding: 12px 48px;
    font-size: 18px;
    /* margin-bottom: 16px; */
    border-radius: 8px;
    cursor: pointer;
  }


  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .col-3 {
        width: 25%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.66%;
    }
    .col-12 {
        width: 100%;
    }

    .news-img {
        width: 40%;
    }

    .text-body {
        width: 75%;
    }

    .img-fluid {
        max-width: 100%;
        height: auto
    }

    .main-logo {
        width: 70%;
    }


}