body {
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    color: #444555;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
}

* {
    box-sizing: border-box;
}

img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

h1,
h2 {
    color: #2A3288;
    margin: 0 0 30px 0;
    font-weight: 500;
}

h1 {
    font-size: 45px;
    font-weight: 600;
}

h2 {
    font-size: 35px;
    font-weight: 600;
}

a {
    display: inline-block;
    text-decoration: underline;
    color: #2A3288;
}

.mb-60-30 {
    margin-bottom: 60px;
}

.container {
    width: 100%;
    max-width: 1500px;
    padding: 0 15px;
    margin: 0 auto;
}

header {
    text-align: center;
    background: #F3F3F3;
    padding: 15px 15px;
	display: table;
	width:100%;

}

header img{
	width:180px;
}

.uvod {
    padding: 60px 0;
}

.uvodText {

    padding-right: 60px;
}

.uvodText *:not(br) {
    margin-bottom: 30px;
}

.uvodText img {
    width: 92px;
}

.slikaUvod {

    background-image: url(../img/katedrala.jpg);
    background-size: cover;
    height: 100%;
    min-height: 500px;
    background-position: center;
}

.slikaUvod img {
    object-fit: cover;
}


.uvod2 .slikaUvod {
    background-image: url(../img/plenkovic.jpg);
}

.uvod2 .uvodText {
    padding-left: 60px;
}

.gray {
    background-color: #F3F3F3;
    text-align: center;
    position: relative;
    padding: 60px 0;
    background-image: url(../img/decorKockice.svg);
    background-repeat: no-repeat;
    background-position: 80% bottom;
    background-size: auto 100%;
}


.gray .container {
    position: relative;
    z-index: 2;
}

.accordion-body {
    font-size: 15px;
}

.accordion-button {
    color: #2A3288;
}

.blue {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-color: #2A3288;
    padding: 30px 15px;
}

.blue a {
    font-weight: 500;
    color: #ffffff;
}

footer {
    background-color: #F3F3F3;
    padding: 15px 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer a:first-child img {
    width: 120px;
    margin-right: 20px;
}

footer a:last-child img {
    width: 105px;
}

.gdc-button {
	border: 1px solid #2a3288;
	 color: #2a3288;
	 text-align: center!important;
}

#gdc-accept-all {
    border-color: #2a3288;
    color: #2a3288;
}

.gdc-button:hover {
    background-color: #2a3288;
    border-color: #2a3288;
}

#gdc-accept-all:hover {
    background: #2a3288;
}

.gdc-info-icon-bkg {
    fill: #2a3288;
}

.gdc-options input[type=checkbox]:checked + label:before {
    background: #2a3288;
    border: 1px solid #2a3288;
}