* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body{
    background-color: #FFFDFA;
    padding-top: 40px;
}
body.modal-open {
    padding-right: 0 !important;
}

nav{
    background-color: #E0F2FF;
}
.navtekst{
    color:#3C9FD9;
}
.navtekst:hover{
    color:#FEAEC5;
}
.hoverbelapozadina:hover{
    background-color: white;
}
.navtekst2:hover{
    color:#3C9FD9;
}

section {
    scroll-margin-top: 50px;
    
}

.logotop{
    max-width: 80px;
}

.mainlogo{
    max-width: 100%;
}

.maintitle{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #3C9FD9;

}

.zakaziteodmah{
    background-color: #FEAEC5;
    color:white;
    padding: 3%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-radius: 100px;
}

.section1{
    margin-top: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FFF7EB;
    color:#452A00;
}
.section2{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FFF0D6;
    color:#452A00;
}
.section3{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #E0F2FF;
    position:relative;
    color:#3C9FD9;
}
.section4{
    padding-top: 80px;
    color:#3C9FD9;
}
.section5{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FEAEC5;
    color:white;
}

.karta{
    background-color: #E0F2FF;
    color: #452A00;
    padding: 5%;
    border-radius: 5%;
}

.tretman1{
    max-width: 100%;
    border: solid #E0F2FF 5px;
    border-radius: 5%;
}

.cene{
    max-width: 80%;
    border-radius: 5%;
    z-index: 2;
    position:relative;
}

.mybtn{
    background-color: #FEAEC5;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 2% 5%;
    border-radius: 10px;
    z-index: 2;
    position:relative;
}

.onamaslika{
    max-width: 100%;
    border-radius: 10px;
    border: solid #E0F2FF 5px;
}
.onamamapa{
    max-width: 100%;
    border-radius: 10px;
    border: solid #E0F2FF 5px;
}

.bubble {
    position: absolute;
    border:#3C9FD9 solid 10px;
    border-radius: 50%;
    z-index: 1;
}
.bubble2 {
    width: 150px;
    height: 150px;
    bottom: 30px;
    left: -30px;
}
.bubble3 {
    width: 500px;
    height: 500px;
    top: 50px;
    left: 300px;
}
.bubble4 {
    width: 300px;
    height: 300px;
    bottom:100px;
    right:50px;
}

.kontaktimg{
    max-width: 50px;
}

.modal-content {
    background-color: #E0F2FF
}

@media (max-width: 768px) {
    .logotop {
        max-width: 60px;
    }
}