@font-face {
    font-family: PoiretOne;
    src: url('PoiretOne-Regular.ttf');
    font-style: normal;
    font-weight: normal;
}


html{
    position: relative;
    min-height:100%;
}

body{
    margin-bottom: 50px;
}

/******* OMOTAC SADRZAJA ******/

#content_wrapper{
    width: 100%;
    margin: auto;
    min-height:100%;
    position: relative;
}

/********* DNO STRANE *******/
footer{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 50px;
    padding-top: 5px;
    border-top: 1px solid #1793d0;
}

footer .matf{
    font-family: 'Tahoma', sans-serif;
    font-size: 15px;
    text-align: center;
    color: #444444;
}


/****** DEKORACIJA *********/
#decoration{
    background-image: url("../images/sarica.gif");
    height: 56px;
    width: 100%;
    background-repeat: repeat-x;
}


/****** NASLOV *********/
header h2{
    text-align: center;
    font-weight: bold;
    color: #1793d0;
    font-family: 'PoiretOne', cursive;
    letter-spacing: 2px;
    font-size: 60px;
    margin-top: 30px;
    margin-bottom: 30px;

}


/****** NAVIGACIJA ******/
#panels{
    padding-top: 50px;
    padding-bottom: 50px;
}

.nav-link{
    color: #212529;
    text-transform: uppercase;
    font-size: 14px;
}

.nav-link:hover{
    /*color: #fdcc52;*/
    color: #1793d0;

}

.nav-item a.active{
    color: white;
    background-color: #1793d0 !important;
}

div.active{
    color: black;
    background-color: #F7F7F7;
}

.tab-pane{
    padding: 10px;
    text-align: justify;
    min-height: 100px;
}

.tab-pane div{
    color: #444444;
}

.tab-pane a{
    color: cadetblue;
}

/*
#o_kursu, #obaveze_studenata, #predavanja, #vezbe, #praktikumi, #obavestenja{
    border: 2px dotted #28365B;
    border-top-width: 0px;
    min-height: 900px;
    font-size: 15px;
    color: #444444;
}
*/

/******** O KURSU ***************/
#o_kursu ul{
    list-style-type: square;
}

#o_kursu ul a{
    text-decoration: none;
}

#o_kursu ul a:hover{
    cursor: pointer;
    text-decoration: underline;
}

/*****  OBAVESTENJA ***********/
.obavestenje{
    border-bottom: 1px solid #28365B;
    color: #444444;
    padding: 10px;
}

.obavestenje .datum_objavljivanja{
    padding: 0;
    margin: 0;
    font-size: 10px;
    text-align:right;
}


/******* POJEDINACNI CASOVI VEZBI I PRAKTIKUMA *******/
.practicals{
}

.practicals .title{
    font-weight: bold;
    margin-bottom: 0;
    font-size: 16px;
}
.practicals ul{
    margin-top: 0;
}
.practicals ul li{
    list-style-type: square;
}

.practicals a:link, .practicals:visited, .practicals:active{
    text-decoration: none;
}

.practicals a:hover{
    cursor: pointer;
    text-decoration: underline;
}

.subtitle{
    font-weight: bold;
    font-size: 16px;
}

.rounded-box {
  background-color: #f0f0f0; /* Example background color */
  border: 1px solid #ccc; /* Example border */
  padding: 20px; /* Space between content and border */
  margin: 20px; /* Space around the box */
  border-radius: 15px; /* Adjust this value for desired roundness */
}

.full-width-section {
    width: 100vw;
    max-width: 100%;
    /* Add padding for spacing above and below the box */
    padding: 10px 0; 
}

/* 2. Inner container (the 'rounded box' part) */
.elegant-rounded-box {
    /* Centering the box on the page */
    max-width: 98%;
    margin: 0 auto;
    
    /* Box appearance */
    background-color: rgba(23,147,208,0.1);              
    border-radius: 12px; /* Rounded edges*/
    
    /* Elegance: Subtle shadow for depth */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

    /* Spacing inside the box */
    padding: 30px;
    
    /* Prevents content from touching the screen edges on small screens */
    box-sizing: border-box; 
    width: calc(100% - 40px); /* Ensures a 20px margin on left/right on small screens */
}

/* Typography and button styling (for elegance) */
.elegant-rounded-box h1 {
    color: #333;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0px;
}

.elegant-rounded-box p {
    color: #666;
    line-height: 1.6;
    margin-top: 5px;
    margin-bottom: 0px;
}

.cta-button-inside {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button-inside:hover {
    background-color: #0056b3;
}
