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;
}

.container {
    width: 100%;
    max-width: 1500px;
    padding: 0 15px;
    margin: 0 auto;
}

header {
    text-align: center;
    background: #F3F3F3;
    padding: 15px 15px;
}

header img:first-child {
    width: 175px;
    margin-right: 35px;
}

header img:last-child {
    width: 240px;
}

.flex {
    display: flex;
    align-items: center;
}

.uvod {
    padding: 60px 0;
}

.uvodText {
    width: 50%;
    padding-right: 60px;
}

.uvodText * {
    margin-bottom: 30px;
}

.uvodText img {
    width: 92px;
}

.slikaUvod {
    width: 50%;
    background-image: url(img/katedrala.jpg);
    background-size: cover;
    height: 100%;
    min-height: 500px;
    background-position: center;
}

.slikaUvod img {
    object-fit: cover;
}

.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;
}

.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;
}