body {
    padding: 0 0%;
    position: relative;
}

footer {
    padding: 0;
}


.section {
    padding: 5% 20%;
}

.content-divide {
    margin: 0 30%;
    position: relative;
}

.section-head {
    padding-bottom: 2%;
}


/* NAVBAR */

nav {
    padding: 0 !important;
}

.custom-navbar {
    font-size: 1rem;
    font-weight: light;
    padding-right: 5%;
    background-color: blueviolet; 
    
}

.navbar-brand {
    font-size: 1.5rem !important;
    ;
}

.navbar .navbar-nav .nav-item {
    padding: 0 5px;
}

.navbar .navbar-nav .nav-link:hover {
    background-color: white;
    color: blueviolet !important;
    border-radius: 4px;
}

.nav-item .active {
    background-color: white;
    color: blueviolet !important;
    border-radius: 4px;
}

.navbar .navbar-nav .nav-link:active {
    background-color: white;
    color: blueviolet !important;
    border-radius: 4px;
}

/* INTRO WEBU */
.intro-head {
    color: blueviolet;
}

.btn-primary {
    background-color: blueviolet !important;
    border-color: blueviolet !important;
}

.btn-primary:hover {
    background-color: white !important;
    color: blueviolet !important;
}

.btn-light {
    background-color: white !important;
    border-color: blueviolet !important;
    color: blueviolet !important;
}

.btn-light:hover {
    background-color: blueviolet !important;
    color: white !important;
}

.img-fluid {
    min-width: 100%;
}

/* ALERT */
.alert-bg {
    background-color: blueviolet !important;
    opacity: 70%;
    color: white !important;
    font-size: 1.5rem;
}

#alert-img {
    max-height: 120px;
    opacity: 100%;
}


/* MISE */
.mision-section p {
    line-height: 1.7rem;
}

.fw-bold {
    font-size: 2rem;
    color: blueviolet;
}

/* UCEBNICE */

.textbook-title {
    padding: 5% 0;
}

.textbook-block {
    text-align: justify;
}

.textbook-img-top {
    width: 80%;
    padding: 45% 0 0 0;
}

.textbook-img {
    width: 80%;
    padding: 13% 0 0 0;
}

/* FAQ */

.accordion-button {
    font-weight: bold;
    font-size: 1.3rem !important;
    color: rgb(77, 76, 76) !important;
}
    

.accordion-button:not(.collapsed) {
    color: #FFF  !important;
    background-color: blueviolet !important;
  }
  
  
  
  .accordion-button:link, .accordion-button:visited, .accordion-button:hover, .accordion-button:active  {
    background-color: blueviolet !important;
      color:#FFF !important;
      text-decoration: none !important;
       border: hidden !important;
         border-color: #FFF !important;
      box-shadow: 0px !important;
  
        
  }
  
  .accordion-button:focus {
    z-index: 3;
    border-color: #FFF !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #FFF !important;
  }

/* CLENOVE */

.card img {
    padding: 5% 3% 0;
    height: 15rem;
    object-fit: contain;
}

.card {
    padding-bottom: 3%;
    font-size: 0.9rem;
}

.card-link {
    margin: 0 !important;
}

/* MEDIA */

.media-head {
    padding-bottom: 3%;
}

/* CONTACT */

.contact-name {
    font-weight: bold;
    font-size: 2rem;
}

.mail-icon {
    color: black;
}

.mail-icon:hover {
    color: blueviolet;
}


/* Footer */
footer {
    font-size: 0.8rem !important;
    background-color: rgba(0, 0, 0, 0.05);
}



@media (max-width: 990px) {
    .navbar-brand {
        font-size: 1rem !important;
    }

    .textbook-img-top {
        padding: 5% 0 0 0;
    }

    .section {
        padding: 5% 10%;
    }
}

@media (min-width: 2000px) {
    p {
        font-size: 1.2rem;
    }

    li {
        font-size: 1.2rem;
    }

    ul {
        font-size: 1.2rem;
    }
    
}

