@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,600;0,800;1,400;1,600;1,800&display=swap');
*{
    margin:0;
    padding:0;
}
html {
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 38px;
    line-height: 1.4;
    font-weight: 800;
}

h2 {
    text-align: center;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
}

p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 16px;
}

a {
    text-decoration: none;
    color: #1b4e95;
}

.container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
}

.row {
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.row div {
    -webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	display: block;
}

.logo img {
    max-width: 80%;
    margin: 0 20% 0 0;
}

.singlecentral {
    padding: 100px 200px;
}

.singlecentral p{
    text-align: center;
}

.highlight {
    font-family: 'Raleway', sans-serif;
    color: #1b4e95;
    font-weight: 600;
    font-style: italic;
}

h1::before {

  content: " ";
  display: block;
  background-color: #AE97C1;
  height: 11px;
  width: 43%;
  margin-top: 44px;
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  
}

.h2omeni::before {
    content: " ";
    display: block;
    background-color: #AE97C1;
    height: 14px;
    width: 200px;
    margin: 0px auto -47px auto;
    text-align: center;
    position: relative;
    z-index: -1;
    border-radius: 20px;

}

.h2contact::before {
    content: " ";
    display: block;
    background-color: #AE97C1;
    height: 14px;
    width: 200px;
    margin: 0px auto -47px auto;
    text-align: center;
    position: relative;
    z-index: -1;
    border-radius: 20px;
}

.omeni {
    border-radius: 12px;
    text-align: center;
    -webkit-box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.16); 
    box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.16);
    margin: 48px 24px 24px 24px;
}

.whatsapp {
    color: #1b4e95;
    text-decoration: none;
    width: 100%;
    display: block;
    margin:0 auto;
    text-align: center;
}

.wap{
    width: 24px;
    height: 24px;
    display: inline;
    margin-bottom: -8px;
    margin-right: 8px;
}

.map {
    width: 100vw;
    height: 300px;
    background-image: url(img/map.png);
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.contactinfo {
    text-align: left; 
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    width: 300px;
    background: linear-gradient(115deg, rgba(0, 247, 255, 0.7) 0%, rgba(170,224,184,0) 103%);
    border-radius: 12px; 
    font-family: 'Verdana', sans-serif;
}


.header{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    position: sticky;
    top:0;
    max-width: 1200px;
} 
.logonav {
      margin-right: auto; 
    }

.logonav img {
    height: 140px;
}

  
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
li {
      display: inline-block;
      margin: 0 .5em 0 0;
    } 
  
  header {
    background: #ffffffbb;
    padding: 2rem;
    backdrop-filter: blur(44px);
    -webkit-backdrop-filter: blur(44px);
  }
  
  li img {
      height: 72px;
  }

.linkovi {
    color: #1b4e95;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.button a {
    padding: 12px 24px;
    border-radius: 12px;
    background: #AE97C1;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-right: 0;
    margin-left: 24px;
    transition: all .2s ease-in-out;
}

.button a:hover {
    background-color: #1b4e95;
    color: #fff;
    transition: all .2s ease-in-out;
}

.profile {
    border-radius: 50%;
    width: 200px;
    text-align: center;
    margin: 24px auto 0 auto;
}

.text {
    width: 80%;
    margin: 48px auto;
    text-align: center;
}

.qt {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    opacity: .72;
}

.author {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
}

@media screen and (max-width:768px) {
    .container {
        width: 90%;
        margin: 0 5%;
    }

    .row div {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        display: block;
    }
    
    .singlecentral {
        padding: 48px 5%;
    }
    .omeni {
        margin: 48px 16px 24px 16px;
    }

    .contactinfo {
        position: absolute;
        left:50%;
        transform: translateX(-50%);
    }
    .map {
        width: 100vw;
        height: 400px;
        background-image: url(img/map.png);
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
        margin: 0;
        padding: 0;
    }
    
    .logo img {
        max-width: 60%;
        margin: 0 20%;
    }

    .text {
        margin-top: 48px;
        margin-bottom: 24px;
    }

    h1 {
        font-size: 33px;
    }

    h1::before {
        width: 100%;
    }