:root {
    --jumbotron-padding-y: 3rem;
}

.jumbotron {
    padding-top: var(--jumbotron-padding-y);
    padding-bottom: var(--jumbotron-padding-y);
    margin-bottom: 0;
    background-color: #fff;
}
@media (min-width: 768px) {
    .jumbotron {
        padding-top: calc(var(--jumbotron-padding-y) * 2);
        padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    }
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.thumbnail .image img{
    height: 100%; width: 100%; object-fit: contain;
}

.thumbnail .caption {
    margin-bottom: 30px;
    margin-top: 5px;
}
.bg-dark {
    background-color: #000000 !important;
}

.bg-light {
    background-color: #fff !important;
}


dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0.6rem;
    margin-top: 0.4rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}


/* Style the header */
.header {
    /*padding: 10px 16px;*/
    z-index: 100;
}

.bg-dark {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

/* Page content */
.content {
    padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky .menu-bar-r {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 2000ms linear;
    -ms-transition: background-color 2000ms linear;
    transition: background-color 2000ms linear;
}

.sticky a,
.sticky a:focus,
.sticky a:hover{
    color: black;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + main {
    margin-top: 48px;
}

main {
    padding-top: 5px;
}

a,
a:focus,
a:hover {
    color: black;
}

/*.nav-link + .normal-menu{*/
    /*display: inline*/

/*}*/



@media only screen and (max-width: 768px) {

    .mobile-menu {
        display: inherit;
    }
    .normal-menu {
        display: none;
    }
	td.working {
		float:right;
		}
	
}


@media only screen and (min-width: 768px) {

    .mobile-menu {
        display: none;
    }
    .normal-menu {
        display: inline;
    }
	
}

/*     PROJECT       */

main.project_container {
    padding-top: 30px;
}

/* NEWS */

article {
    margin-bottom: 50px;
    font-size: 12px;

}

article .thumbnail .caption {
    font-family:'Open Sans', sans-serif;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 15px;
    color: black;
    font-weight: 900;
}

.rs {
    color: gray;
}

@media (min-width: 900px) {
    .container {
        max-width: 1100px;
    }
}

.projects .container {
    max-width: 1330px;
}

.project-info p {
    margin-bottom: 3px;
    font-size: 11px;
}

.project-info p strong{
    font-size: 18px;
    font-weight: 700; /* ovde mozes da stavis neki broj od 100 do 1000 */
}

.project-gallery div {
    padding-bottom: 75px !important;
}

.projects .thumbnail .caption {
    font-family:'Open Sans', sans-serif;
    margin-bottom: 30px;     /* umesto inherit, moze se uneti neka vrednost u px,  npr 30px  */
    margin-top: 5px;        /* npr 5px  */
    color: black;             /* umesto inherit - staviti neku boju u RGB formatu npr #449988 */
    font-size: 12px;      /* umesto inherit uneti neku vrednost npr 20px */
    font-weight: 900;
}
.social {
	float:right;
	font-size:18px;
	}
.working {
	float:right;
	font-size: 12px; 
	}
table tr.someStyledRow td {
		float:right;
		}
#myHeader {
    font-family: "Helvetica Neue";
}
.nav-link {
    font-family:"Helvetica Neue";
    font-size:20px;
    font-weight: 900;
}
.social_ {
    float:left;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Cutive Mono', monospace;
    font-size:17px;
}