@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 300;
    font-style: normal;
    color:rgba(255, 255, 255, 0.714)
}

.navbar{
    background-color: rgba(37, 38, 37, 0.607);

    
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

h1,p{
    font-family: "Chakra Petch", sans-serif;
    font-weight: 300;
    font-style: normal;
    color:rgba(255, 255, 255, 0.714)
}
p{
    font-size: 25px;
}

h5{
    font-size: 25px;
    
}

.wide-card {
    max-width: 800px; /* Adjust the width as needed */
    margin: 0 auto;
}

.card{
    background-color: rgba(255, 255, 255, 0.908);
  
}

.btn{
    font-size: 23px;
}

.btn:hover{
    background-color: #242323;
    color: white;
}
.info-cards{
    background-image: url('img/bg4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
 }
.icons{
    margin-top: 20px;
    width: 113px;
}
h1{
    font-size: 50px;
}

.card-text{
    color:#242323
}
.navbar-brand{
    color:rgb(184, 182, 182);
}
.nav-link{
    font-size: 18px;
color:rgb(184, 182, 182);
}

.szolgaltatasok{
    background-image: url('img/bg1.jpg');

    background-repeat: no-repeat;
    background-size: cover;
}

.services {
    padding: 60px 0;
}
.service-item {
    margin-bottom: 30px;
}
.info-cards {
    padding: 60px 0;
}
footer {
  
    background-color: rgb(0, 0, 0);  
    color: white;
    bottom: 0;
    width: 100%;
}




/*Price List*/


  
