html {
    scroll-behavior: smooth;
}
.body {
    height: 100%;
    line-height: 1;
    font-family: 'Roboto';
    font-family: 'Signika Negative';
    font-size: 16px;
    color: rgb(109, 110, 113);
}

*,
*::before
*::after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h6 {
    margin: 0;

}

a {
    text-decoration: none;
    color: inherit;
}


.container {
    max-width: 1200px;
    padding: 0px 20px;
    margin: 0px auto;
}

.title {
    font-family: 'Signika Negative';
    font-size: 26px;
    color: rgb(88, 89, 91);
}

/* header/////////////////////////////////////// */

.header {
    

}

.header-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;

}

.header-nav{
    list-style-type: none;
    display: flex;
    text-decoration: none;
}

.header-nav ul {
    display: flex;
    padding: 0;
    list-style-type: none;
}
.header-nav ul li a  {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: rgb(67, 67, 70);
font-weight: 500;
font-size: 17px;
padding: 1px 0px;
margin-left: 30px;
display: block;
text-decoration: none;
}

.header-nav ul :not(:first-child) {
    margin-left: 30px;
}
.header-nav ul li :hover {
color: rgb(44, 140, 255);
border-bottom: 1px solid rgb(44, 140, 255);
transition: 0.5s ease;
    }

    .login {
        color: rgb(44, 140, 255);
        background-color: rgb(255, 255, 255);
        height: 30px;
        padding-left: 15px;
        padding-right: 15px;
        cursor: pointer;
        border-radius: 5px;
        border-color:rgb(44, 140, 255);
        font-size: 13px;
        font-weight: 550;
    }
    
    .login :hover {
        color: rgb(255, 255, 255);
        background-color: rgb(44, 140, 255);
        border-color:rgb(44, 140, 255);
        transition: 0.35s ease;
    }


/* main image/////////////////////////////////////// */

.mainpic {
    max-width:100%;
    height:auto;
}

/* kogemus */

.kogemus {
    display: flex;
    padding-top: 50px;
    margin: 0px 0;
    width: 100%;
    justify-content: center;
    
}
.kogemus__title {
    padding-top: 5px;
    font-family: 'Roboto';
    font-size: 16px;
    
}
.kogemus__item {
width: 13%;
text-align: center;
font-family: 'Signika Negative', sans-serif;
font-size: 16px;
color: rgb(88, 89, 91);
padding-top: 10px;
padding-bottom: 5px;
border-radius: 25px;
}


.kogemus__icon {
    padding-bottom: 5px;
    max-width:30%;
    height:auto;
}


/* valdkonnad */
.valdkonnad {
    
}

.title__valdkonnad {
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
    font-family: 'Signika Negative';
    font-size: 28px;
    color: rgb(88, 89, 91);
}


.valdkonnad__inner {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;

}
.valdkonnad__item {

    margin-left: 30px;
    margin-bottom: 30px;
    width: 25%;
    border: 1px solid;
    
}

.valdkonnad__foto {
    max-width:100%;
    height:auto;
    

}

.valdkonnad__name {
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-family: 'Signika Negative', sans-serif;
    font-size: 20px;
    color: rgb(88, 89, 91);
}

.valdkonnad__text {
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-family: 'Signika Negative', sans-serif;
    font-size: 16px;
    color: rgb(88, 89, 91);
    margin-bottom: 10px;
}


/* lahendused */

.title__lahendused {
    padding-top: 50px;
    padding-bottom: 35px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-family: 'Signika Negative', sans-serif;
    font-size: 28px;
    color: rgb(88, 89, 91);

}

.lahendused {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;

}

.lahendused__item {
    margin-bottom: 30px;
    display: flex;
    width: 20%;
    font-family: 'Roboto', sans-serif;
    font-family: 'Signika Negative', sans-serif;
    font-size: 16px;
    color: rgb(88, 89, 91);

}

.lahendused__icon {

    width: 40%;
    height: 90px;
}

.lahendused__title {
    margin-top: 25px;
}

/* seadmet */

.title__seadmet {
    padding-top: 10px;
    padding-bottom: 40px;
    text-align: center;
    font-family: 'Signika Negative';
    font-size: 26px;
    color: rgb(88, 89, 91);
}

.seadmet {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;

}
.seadmet__foto {
    display: flex;
    margin: 0 auto;
    height: 120px;
    margin-bottom: 10px;
    
}
.seadmet__item {
    display: block;
    margin: 0 auto;
    margin-left: 10px;
    margin-bottom: 30px;
    padding-top: 10px;
    width: 20%;
    border: 1px solid;
    border-radius: 25% 10%;
}

.seadmet__name {
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-family: 'Signika Negative', sans-serif;
    font-size: 20px;
    color: rgb(88, 89, 91);

}

.seadmet__text {
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-family: 'Signika Negative', sans-serif;
    font-size: 16px;
    color: rgb(88, 89, 91);
    margin-bottom: 10px;
    }



/* meist */

.about-wrap {
    
}
.container {
}
.about-row {
display: flex;
column-gap: 100px;
justify-content: center;
}
.about-left {
}

.about-pic {
    max-width: 450px;
    height:auto;
    display: block;
}

.about-right {
    max-width: 400px;

}
.title-wrap {
}
.title-icon {

}
.title-icon-pic {
    max-width: 50px;
    height:auto;
    margin-bottom: 5px;

}

.about-desc {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-family: 'Signika Negative', sans-serif;
    font-size: 16px;
    color: rgb(88, 89, 91);
}
.login {
}
.button {
}



/* kontakt */

.title__kontakt {
    padding-top: 100px;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Signika Negative';
    font-size: 26px;
    color: rgb(88, 89, 91);
}

.kontakt{
    display: flex;
    justify-content: center;
    align-items: center;

}
.map{
    max-width:100%;
    height:auto;
    border-radius: 5px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid;
    border-color: rgb(109, 110, 113);
    margin-top: 50px;
}


.aadres {
    font-family: 'Roboto', sans-serif;
    font-family: 'Signika Negative', sans-serif;
    font-size: 16px;
    color: rgb(88, 89, 91);
}


