/* VÄLIMUISTITETTU */
/* GENEROITU 31.08.25 01:44 */

:root {
    --musta: #000;
    --valkoinen: #FFF;
    --paavari: #2a629a;
    --lisavari: #ffda78;
    --alapalkki: #2a629a;
    --teksti: #000;
    --footnote: #ff7f3e;
    --rajoittaja: 1720px;
    --rajoittajakapea: 1330px;
    --fonttikoko: 20px;
    --turva: 20px;
    --isoturva: 70px;
    --logo: 260px;
}

@media screen and (max-width: 1500px) {
    :root {
        --fonttikoko: 18px;
        --turva: 15px;
    }
}

@media screen and (max-width: 1300px) {
    :root {
        --fonttikoko: 16px;
    }
}


body {
    background-color: #FFF;
    font-family: "Manrope", sans-serif;;
    font-weight: 300;
}

input,
textarea {
    font-family: "Manrope", sans-serif;;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
.widget-title,
#main_logo > a {
    font-family: "Squada One", sans-serif;;
    font-weight: 400;
}


/* FONTTIKOOT START */
/*
@media screen and (min-width: 1801px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5,
    html,
    body,
    div {
        font-size: 18px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1800px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5,
    html,
    body,
    div {
        font-size: 18px;
    }
}

@media screen and (min-width: 1051px) and (max-width: 1200px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 19px;
    }

    h5,
    html,
    body,
    div {
        font-size: 18px;
    }
}

@media screen and (min-width: 801px) and (max-width: 1050px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 19px;
    }

    h5,
    html,
    body,
    div {
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 19px;
    }

    h5,
    html,
    body,
    div {
        font-size: 16px;
    }
}
*/
/* FONTTIKOOT END */

/* SIVUSTON ASETUKSET: OMA CSS */
header.ylavalikko {
    font-family: "Squada One", sans-serif;
    font-weight: 400;
}

.sivunnimi h1 {
    text-transform: uppercase;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.nappula {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.alapalkki_ala, .alapalkki_ala a {
    color: var(--valkoinen);
}

.nosto img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

article.nosto {
    width: 20%;
}

.nostot.flex {
    padding-bottom: 0;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    border-radius: 10px;
}

nav.paavalikko a {
    font-weight: 500;
}

article.nosto img {
    border-radius: 15px;
}

.hero_oikea.paavari {
    padding-right: 2em;
}

.hero_oikea.paavari > .rajoittaja {
    padding-right: 2em;
}

@media screen and (max-width: 1200px) {
	article.nosto {
    		width: calc(100% / 3);
	}
}

@media screen and (max-width: 800px) {
	article.nosto {
    		width: 50%;
	}

	.nosto img {
		width: 150px;
		height: 150px;
	}

	input[type="submit"], a.nappula, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, a.nappula:last-child, input[type="submit"]:last-child {
		margin: 0.5em var(--turva);
	}

	.referenssikohta .sisaltorivi > .solu_4 {
		padding-bottom: 0em;
	}
}