body {
		margin: 0;
}
@font-face {
    font-family: AGaramondPro-Regular;
    src: url("../font/AGaramondPro-Regular.otf") format("opentype");
}
@font-face {
    font-family: AGaramondPro-Italic;
    src: url("../font/AGaramondPro-Italic.otf") format("opentype");
}
p, span, h1, h2, h3, h4, h5, h6, a {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'AGaramondPro-Regular';
}
.content-container {
	width: 1000px;
	margin: 0 auto;
}
.content {
    background-image: url('../slike/pozadina-full-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 6000px;
    width: 100%;
}
.naslov-row {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    color: #024269;
    padding: 180px 0 100px 0;
}
.naslov-row h3 {
    font-weight: 400;
}
.tekst-row {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    padding: 0 150px;
    margin-bottom: 120px;
    position: relative;
}
.tekst-row:last-child {
    margin-bottom: 0;
}
.slika-boca-row {
    text-align: center;
    margin-top: -650px;
}
.dropdown {
    position: absolute !important;
    top: 0;
    left: 0;
}
.btn-primary {
    color: #fff;
    background-color: #0b4778 !important;
    border-color: #0b4778 !important;
    border-radius: 0 !important;
    padding: 3px 5px !important;
    font-size: 1rem !important;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0b4778 !important;
}
.dropdown-menu {
    min-width: 5rem !important;
    border-radius: 0 !important;
}

@media screen and (max-width: 1024px){
.content-container {
    width: auto;
    margin: 0 auto;
}
.content {
    background-image: url('../slike/pozadina-full-mob-800-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    background-position-y: 0;
}
.slika-boca-row img {
    width: 90%;
}
.naslov-row {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #024269;
    padding: 20px 30px 90px 30px;
}
.naslov-row h3 {
    font-weight: 400;
    margin: 20px 0;
}
.tekst-row {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    padding: 0 60px;
    margin-bottom: 60px;
    position: relative;
}
.slika-boca-row {
    text-align: center;
    margin-top: -600px;
}
	
}

@media screen and (max-width: 450px){
.content {
    background-image: url('../slike/pozadina-full-mob-450-2.jpg');
}
.slika-boca-row {
    text-align: center;
    margin-top: -450px;
}
.slika-boca-row img {
    width: 70%;
}
.tekst-row {
    padding: 0 30px;
}
}

@media screen and (max-width: 325px){
.slika-boca-row {
    text-align: center;
    margin-top: -360px;
}
}

@media screen and (min-width: 400px) and (max-width: 500px){
.naslov-row {
    width: 60%;
    margin: 0 auto;
}
}

@media screen and (min-width: 500px) and (max-width: 1024px){
.content {
    background-position-y: 0px;
}
.naslov-row {
    font-size: 38px;
    line-height: 50px;
    padding: 90px 30px 90px 30px;
    width: 60%;
    margin: 0 auto;
}
.naslov-row h3 {
    font-weight: 400;
    margin: 40px 0 80px 0;
}
.tekst-row {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
    padding: 0 80px;
    margin-bottom: 60px;
    position: relative;
}
.slika-boca-row img {
    width: 60%;
}
.slika-boca-row {
    text-align: center;
    margin-top: -550px;
}
}

@media screen and (min-width: 767px) and (max-width: 1024px){
.naslov-row {
    padding: 180px 30px 90px 30px;
}
}


@media screen and (min-width: 1025px) {
.content {
    background-image: url('../slike/pozadina-full-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    width: 100%;
    background-position-y: -540px;
}
.content-container.odvajanje {
    margin-top: 200px;
}
}