body {
    background-color: #16191b;
    background-image: url(../slike/bijelo.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 100vh;

}
a{
	color: #FFDE00;
}
a:hover {
    color: #bba301;
    text-decoration: none;
}
.main {
	margin-top: 3%;
}
.content {
    margin-top: 2%;
}
.mojaslika {
    width: 200px;
    height: 200px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    background: url(../slike/kristijansoldo.jpg) no-repeat;
    background-size: cover;
    border: 8px solid #CDCDCD;
    background-position: center center;
}
.omeni {
    margin-top: 20px;
    color: #CDCDCD;
    float: left;
}


/*imeiprezime*/
.imeiprezime {
	margin-top: 7.6%;
}
h3,h2 {
    display: block;
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
}


.ime {
	float:left;
    line-height: 1.3;
    padding: 2px 0;
    width: auto;
    margin: auto;
    background-color: #FFDE00;
    margin-top: 3px;
}
.ime h2 {
    padding: 0px 15px;
    color: #000;
    display: inline;
    margin: 0;
    font-size: 75px;
}
.ime h2>span {
    position: relative;
    bottom: -9px;
}

.ime h3 {
    padding: 0px 15px;
    color: #000;
    display: inline;
    margin: 0;
    font-size: 45px;
}
.ime h3>span {
    position: relative;
    bottom: 7px;
}
.red {
	width: 100%; float:left;
}


/*navigacija*/
.navigacija {
    width: auto;
    padding: 0;
}
.navigacija ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-image: url(../slike/divider.png);
    background-repeat: no-repeat;
    background-position: 0 21px;
}
.navigacija li a {
    background-image: url(../slike/siva.png);
    background-repeat: no-repeat;
    background-position: 0 20px;
    text-decoration: none;
    font-weight: 400;
    color: #CDCDCD;
    display: block;
    padding: 20px 0 0 30px;
    transition: all .3s ease 0s;
}
.navigacija li a:hover {
    background-image: url(../slike/zuta.png);
    background-repeat: no-repeat;
    background-position: 0 20px;
    text-decoration: none;
    font-weight: 400;
    color: #CDC71F;
    display: block;
    padding: 20px 0 0 40px;
}
.navigacija li a.active {
    background-image: url(../slike/zuta.png);
    background-repeat: no-repeat;
    background-position: 0 20px;
    text-decoration: none;
    font-weight: 400;
    color: #CDC71F;
    display: block;
    padding: 20px 0 0 30px;
}
/*modal-zatvori*/
.closebt {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.closebt img {
	vertical-align: middle;
}
.closebt:hover {
	/* Rotate div */
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
#closebt-container {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

/*ucitavanje*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #16191b;
    z-index: 99;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../slike/status.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/*radovi*/
.gore-margina {
	margin: 80px 0;
}
.projekt{
    position: relative;
    transition: opacity .5s ease-out,box-shadow .2s ease-in;
    box-shadow: 0 1px 8px rgba(29,28,32,0.26);
    padding: 0px;
    margin-bottom: 40px;
    background-color:#FFDE00;
    min-height: 320px;
}
.projekt:hover {
    box-shadow: 0 0 20px rgba(29,28,32,0.36);
}
.projekt img {
    max-width: 100%;
}
.opis {
	padding: 20px;
}
.opis h3 {
	-webkit-margin-after: 1em !important;
	color: #000 !important;
}
.opis p {
	margin: 0px;
	color: #000 !important;
}
/*kontakt*/
.posalji {
    color: #000;
    background-color: #FFDE00;
    border-color: #FFDE00;
    transition: opacity .5s ease-out,box-shadow .2s ease-in;
    box-shadow: 0 1px 8px rgba(29,28,32,0.26);
}
.posalji:hover {
    box-shadow: 0 0 20px rgba(29,28,32,0.36);
}
.btn {
    border-radius: 1px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: opacity .5s ease-out,box-shadow .2s ease-in;
    box-shadow: 0 1px 8px rgba(29,28,32,0.26);
}
.form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 20px rgba(29,28,32,0.36);
}


/*responzivnost*/
@media(max-width: 991px) {
	.slika {
		display:none;
	}
}
@media(max-width: 767px) {
	.navigacija {
		display:none;
	}
}
@media(max-width: 375px) {
    .ime h3 {
        font-size: 33px;
    }
    .ime h2 {
        font-size: 56px;
    }
}
