@font-face {
  font-family: bwel;
  src: url(../fonts/bwhelder.otf);
}

@media only screen and (max-width: 490px){
    .table td, .table th{
        padding: 0.05rem !important;
        vertical-align: middle;
    }
}

.powered-social ul{
    padding:0px !important;
    padding-inline-start: 0px !important;
}

.table td, .table th{
    vertical-align: middle !important;
}

.cenovnik-section{
    padding-top: 140px;
    padding-bottom: 40px;
}

.cenovnik-section h1{
    font-family: bwel;
    text-transform: uppercase;
}

.cenovnik-section img{
    margin-top: 20px;
}

.online-casovi{
    width: 100%;
    height: auto;
    padding: 55px 15px;
    background-color: #0b1d38;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.online-casovi h1{
    font-family: bwel;
    margin-bottom: 20px;
}

.online-casovi p{
    font-family: bwel;
    margin-bottom: 12px;
	text-align:left;
}

.table-one{
    width: 100%;
    height: auto;
    padding: 55px 15px;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.white-bg{
    padding-top: 15px;
    padding-bottom: 15px;
    
}

.content-table{
    background-color: transparent; 
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #0b1d38;
}

.table-one ul{
    list-style-type: none;
    margin-bottom: 0px;
}

.table-one ul li{
    width: 48%;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0b1d38;
}

.prevodi-section{
    padding: 55px 15px;
    background-color: #0b1d38;
    font-family: bwel;
    color: #fff;
}

.prevodi-section h1{
    margin-bottom: 30px;
}

.content-prevod{
    padding: 15px;
    border: 2px solid #fff;
    border-radius: 10px;
}



.prevodi{
    margin-top: 30px;
}

.content-prevod p{
    margin-bottom: 0px;
}

.content-prevod p:nth-child(1){
    margin-bottom: 10px;
}

.content-prevod p:nth-child(2){
    margin-bottom: 10px;
}

.lektorisanje-section{
    width: 100%;
    height: auto;
    padding: 55px 15px;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lektorisanje-section h1{
    font-family: bwel;
    color: #0b1d38;
    margin-bottom: 35px;
}

.content-pisanje{
    padding: 15px;
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid #0b1d38;
    min-height: 175px;
}

.content-pisanje p{
    margin-bottom: 0px;
}

.content-pisanje p:nth-child(1){
    margin-bottom: 10px;
}

.content-pisanje p:nth-child(2){
    margin-bottom: 10px;
}

.provera-znanja{
    padding: 55px;
    background-color: #0b1d38;
    color: #fff;
}

.provera-znanja h1{
    font-family: bwel;
    margin-bottom: 45px;
}

.provera-content{
    padding: 15px;
    border: 2px solid #fff;
    border-radius: 10px;
}

.provera-content p{
    margin-bottom: 0px;
}

.placanje{
    width: 100%;
    padding: 60px 15px;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.placanje h1{
    font-family: bwel;
    color: #0b1d38;
    margin-bottom: 30px;
}

.placanje h4{
    color: #0b1d38;
}

.table-danger, .table-danger>td, .table-danger>th{
    background-color: #0b1d38 !important;
    color:white;
    border-right: 1px solid #0b1d38;
}

.table-white, .table-white>td, .table-white>th{
    background-color: transparent !important;
    color:rgb(12, 29, 57);
    border-right: 1px solid #0b1d38;
}

.table-white, .table-white>td:first-child, .table-white>th:first-child{
    background-color: transparent !important;
    color:rgb(12, 29, 57);
    border-left: 1px solid #0b1d38;
}

.content-prevod{
min-height: 135px;
}





@media (min-width: 567px){

    .content-prevod{
min-height: 155px;
}

}

@media (min-width: 768px){

    .online-casovi p{
        font-family: bwel;
        margin-bottom: 7px;
    }

    .content-pisanje{
    padding: 15px;
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid #0b1d38;
    min-height: 180px;
}

    
}

@media (min-width: 992px){

    .content-prevod{
    min-height: auto;
    }

    .content-pisanje{
        min-height: 170px;
    }

}

@media (min-width: 1200px){



}


