html {
    scroll-behavior: smooth;

}
body {
    font-family: "Montserrat;";
    /* parallax efekt
    background-image: url("images/circles.svg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;*/

}

#title {
    background-color: #fff;
}

.title {
    color: #fff;
    font-size: 3rem;
}

#description {
    background-color: #FC4F4F;
    padding: 5% 15%;
    text-align: center;
}
#button {
    margin: 7px;
}

.contactButton {
    color: #fff;
}

.contactButton:hover {
    color: #FC4F4F;
}
.button-contact {

    font-family: "Montserrat;";
    font-weight: 100;
    font-size: 14px;
    color: #fff;
    background-color: #fc4f4f;
    padding: 10px 30px;
    border: solid #fc4f4f 2px;
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
    border-radius: 50px;
    transition : 1000ms;
    transform: translateY(0);
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    }
    
    .button-contact:hover{
    
    transition : 1000ms;
    padding: 10px 50px;
    transform : translateY(-0px);
    background-color: #fff;
    color: #fc4f4f;
    border: solid 2px #fc4f4f;
    }

.logo {
    width: 15%;
    position: relative;
    left: 100px;
}

.container-fluid {
display: flex;
justify-content: right;
}

.row {
    display: flex;
    justify-content: space-evenly;
}
h1 {
    font: "Montserrat-Black";
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: bold;
}

h2{
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.5;
}
h3 {
    font-family: "Montserrat";
    font-weight: bold;
}

p {
    color: #fff;
}

.profesionalneuslugetext {
    color: #fff;
    font-size: 1.5rem;
}

.navbar-brand {
    font-family: "Ubuntu";
    font-size: 2rem;
    font-weight: bold;
    margin: 10px;
}

.nav-item {
}

.nav-link {
    font-size: 1.5rem;
    font-family: "Montserrat-light";
}

/*Image title*/
.title-image {
    width: 200px;
    height: 200px;
    position: relative;
    top: 70px;
}

.title-image2 {
    background-color: #fff;
    border-radius: 100%;
    width: 200px;
    height: 200px;
}

/* Features section */
.feature-text {
    color: #3C84AB;
}

#features {
    padding: 2% 15%;
}

.feature-box {
    text-align: center;
    padding: 5%;
}

.icon {
    color: #FC4F4F;
    margin-bottom: 1rem;
}

.icon:hover {
    color: #DBDFEA;
}

#press {
    text-align: center;
    margin: 5px;

}

.press-logo {
    width: 10%;
    margin: 20px 20px;

}

.btn {
    font-family: Georgia;
    color: #ffffff;
    font-size: 20px;
    background: #ACB1D6;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #8294C4;
    text-decoration: none;
  }

  #portfolio {
    padding: 5% 15%;
    text-align: center;
  }

  #cta {
    padding: 5%;
    text-align: center;
    color: #fff;
    background-color: #FC4F4F;

  }

  #contact {
    background-color: #FC4F4F;
    padding: 80px 0;
    text-align: center;
  }
  
  form {
    max-width: 400px;
    margin: 0 auto;
  }
  
  input,
  textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
  
  textarea {
    height: 150px;
  }
  
  button[type="submit"] {
    background-color: #F8F4EA;
    color: #579BB1;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  button[type="submit"]:hover {
    background-color: #F1F6F9;
  }

  .footer {
    color: #000;
    text-align: center;
    margin: 10px;
  }

  /*about section
  .about-text {
    color: #3C84AB;
    text-align: center;
}*/

/*#about {
    padding: 7% 7%;
    text-align: center;
    background-image: url(images/stacked-waves-haikei.svg);
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
}*/

#about {
    /*background-color: #FC4F4F;*/
    background-image: url(images/stacked-waves-haikei.svg);
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.avatar-image {
width: 200px;
height: 200px;
border-radius: 50%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: #FC4F4F; 
    color: white; 
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
  }
  
  #myBtn:hover {
    background-color: #FFADA3;
  }



