@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,330;0,380;0,400;0,432;0,493;0,500;0,561;0,595;0,600;0,668;0,700;0,716;0,739;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;

h2 {
    line-height: 1 !important;
}

p{
    font-size:16px ;
    line-height: 24px ;
    font-weight: 400 ;
    font-family:'Open Sans', sans-serif;
    color:#5f6570;
}

h1,h2,h3{
    color:#1f2c3d;
    font-weight: bold !important;
}

  

:root{
    --harmaa: #f2f3f7;
}
body{
    text-align: center;
    border: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#lg{
    margin-top: .95rem;
}
.navbar{
    width: 100%;
}
.navbutton, .anavbutton{
    vertical-align: 110%;
    background-color: #f2f3f7;
    border: none;
    font-size: 0.95em;
    font-weight: 400;
    font-family: Open Sans,sans-serif;
    padding: 0.5em 1.25em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    line-height: 1.5;
    cursor: pointer;

}
.navbutton:hover{
    color: rgb(97, 87, 248);
    cursor: pointer;
}
.ylawrap, .ukkwrapper{
    width: 100%;
    background-color: var(--harmaa);
    overflow: hidden;
    
}
.ylawrap{
    padding-bottom: 3rem;
}
h1{
    color: #1f2c3d;
    font-size: 2.25rem;
    font-weight: 700;
    font-family: Open Sans,sans-serif;
    line-height: 1.25;
}
h2{
    color: #1f2c3d;
    font-family: Open Sans,sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
}
h3{
    color: #1f2c3d;
    font-family: Open Sans,sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
}
h4{
    font-family: Open Sans,sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
}
.palautep{
    font-weight: 400;
    font-family: Open Sans,sans-serif;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
}
h5{
    color: #bfc4ce;
    font-size: .875rem;
    font-weight: 400;
    font-family: Open Sans,sans-serif;
}
.par, .hpar{
    color: #5f6570;
    margin-bottom: 0;
    font-family: Open Sans,sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.hpar{
    text-align: center;
}
.mpar{
    font-size: 1rem;
    width: 70%;
    font-weight: 400;
    line-height: 1.5;
    font-family: Open Sans,sans-serif;
}
.septwo{
    width: 90%;
    max-width: 75rem;
    margin: auto;
    text-align: center;
}
.containerone{
    width: 50%;
    float: left;
    text-align: left;
}
.containertwo{
    width: 50%;
    float: right;
}
.containerone:after, .containertwo:after{
     content: "";
    display: table;
    clear: both;
}
#ft1{
    width: 85%;
    margin-top: 5rem;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    max-width: 385px;

}
.nt{
    color: #5f6570;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}
.tilaus{
    background-color: #63c8ff;
    border: none;
    color: #ffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 0.75rem 1.75rem;
    border-radius: 0.5rem;
}

.combine-menu-icon_line-bottom {
    width: 1.25rem;
    height: .125rem;
    background-color: #1f2c3d;
    border-radius: 1rem;
}

.combine-menu-icon_line-middle {
    width: 1.25rem;
    height: .125rem;
    background-color: #1f2c3d;
    border-radius: 1rem;
    margin-top: .25rem;
    margin-bottom: .25rem
}

.combine-menu-icon_line-top {
    width: 1.25rem;
    height: .125rem;
    background-color: #1f2c3d;
    border-radius: 1rem
}

.combine-menu-icon {
    margin-right: 2em;
    margin-top: 1.5em;
    display: none;
}
.ccontent{
    width: 100%;
    height: fit-content;
    text-align: center;
}
.tsector{
    float: left;
    width: 33.33%;
    color: #1f2c3d;
    text-align: center;
    background-color: #ffff;
    border-radius: 1.25rem;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: transform .25s,box-shadow .25s,color .25s;
    display: flex
}
.tsector:hover{
    transform: translateY(-.5rem);
    box-shadow: 0 14px 20px rgba(140,148,165,.2);
}
.tdiv:after {
  content: "";
  display: table;
  clear: both;
}
.yhteystiedot{
    display: -ms-inline-grid;
    width: 35%;
    text-align: left;
    margin: auto;
}
.div1, .div2, .div3{
    width: fit-content;
    display: inline-flex;
}

.ftwrap{
    height: 35px;
    width: 35px;
}

.palautewrap{
    width: 90%;
    max-width: 75rem;
    margin: auto;
}
.palaute{
    width: 49%;
    max-width: 900px;
    border: 1px solid var(--harmaa);
    height: 15rem;
    border-radius: 50px;
}
.starwrap{
    display: inline-flex;
    margin-top: 2rem;
}
.avatarwrap{
    display: inline-flex;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
#kysymyswrap{
    width: 60%;
    margin: auto;
    text-align: left;
}
.kysymyscont{
    background-color: #ffff;
    border-radius: 15px;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
#kysymys{
    display: inline-flex;
}
.nuoli{
    float: right;
    margin-top: 1.1rem;
    margin-right: 0.5rem;
}
#vastaus1, #vastaus2, #vastaus3, #vastaus4{
    display: none;
}
.footbar{
    width: 100%;
    background-color: #1f2c3d;
    height: fit-content;
}
.dropbtn {
    background-color: inherit;
    text-align: left;
    font-family: Open Sans,sans-serif;
    font-weight: 400;
    width: 90%;
    margin-left: 2rem;
    margin-top: 0.75rem;
    color: #1f2c3d;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
    width: 100%;
    align-self: left;
    border: none;
}
.dcontent {
    display: none;
    width: 100%;
    text-align: left;
    position: absolute;
    background-color: var(--harmaa);
    min-width: 160px;
    box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
  }

@media screen and (max-width: 700px){
    .navbutton{
        display: none;
    }
    .combine-menu-icon {
        display: block;
        float: right;
    }
    .navbar{
        overflow: hidden;
        background-color: var(--harmaa);
    }
    #lg{
        float: left;
        margin-top: .5rem;
        margin-left: 0.75rem;
        width: 60px;
    }
    .septwo{
        padding-left: 0;
        padding-right: 0;
    }
    .containerone{
        width: 100%;
    }
    .containertwo{
        width: 100%;
    }
    .tsector{
        width: 100%;
    }
    .palaute{
        width:100%;
    }
    #kysymyswrap{
        width: 100%;
        margin-left: 0.15rem;
        margin-right: 0.15rem;
    }
    #kysymys{
        max-width: 90%;
    }
    .nuoli{
        display: flex;
    }
    .yhteystiedot{
        width: 100%;
    }
}
@media screen and (min-width: 1300px){
    #yc1{
        margin-top: 5%;
    }
}



@media screen and (max-width: 891px){
	#headeri{
		justify-content: space-between !important;
	}
	
}
