@import url('https://fonts.googleapis.com/css2?family=Finger+Paint&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&display=swap');
body {
    margin: 0;
    background-image: url(kakara_fest_taustakuva.png);
    background-size: cover;
    background-position: 100%;
    font-family: Arial, sans-serif;
}

header {
    padding: 30px;
    text-align: center;
    background-color: rgb(255, 186, 186);
    overflow: auto;
}

.logo {
    width: 200px;
    float: left;
    margin-top: -20px;
}

.texti {
   padding: 10px;
   font-size: 30px;
    font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(78, 69, 58);
}

a {
    color: rgb(147, 251, 255);
    text-decoration: none;
}

.intro {
    background-color: black;
    clear: both;
}

img {
    max-width: 100%;
}

.lava1 {
    max-width: 900px;
}

.lava2 {
    max-width: 900px;
    
}
h1 {
    font-family: "Finger Paint", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    text-align: center;
    color: rgb(255, 180, 180);
    margin-bottom: 400px;
}

.keskitys {
    text-align: center;
}

.keskitys h1 {
    font-size: 100px;
    text-shadow: 1px 1px 10px #0c0c0c;
    margin-bottom: 30px;
}

figure {
    display: inline-block;
    width: 395px;
    vertical-align: top;
    background-color: rgb(255, 176, 176);
    border-radius: 20px;
    transition: transform 0.3s;
    text-align: left;
}

.kuva {
    justify-content: center;
}

figure a {
    color: rgb(179, 95, 95);
}

figure:hover {
    transform: translateY(-7px);
}

figure p {
    
    font-size: 20px;
    font-family: Arial;
    padding-left: 20px;
    padding-right: 20px;
}

figcaption {
    font-size: 40px;
    font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 10px;
  padding-right: 10px;
 
}

.aikataulu {
    background-color: #adfff4;
    width: 1780px;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 100%;
}


.liput {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.perhe {

}

.vip {

}

.perhe, .vip {
    background-color: rgb(255, 211, 89);
    padding: 20px;
    width: 500px;
    border-radius: 30px;
    height: 300px;
}

button {
    padding: 10px;
    background-color: rgb(149, 240, 252);
    color: rgb(0, 0, 0);
    font-size: 20px;
    border-radius: 10px;
    width: 100%;
}

.lipunmyynti {
    
}

.aloitus {
    font-size: 30px;
    color: rgb(235, 255, 254);
    text-shadow: 1px 1px 10px #0f0f0f;
    text-align: center;
}

.aloitus h1 {
    font-size: 100px;
    margin-top: -500px;
    color: rgb(226, 254, 255);
    
}

.aloitus p {
    padding-left: 30px;
    margin-top: -30px;
}

.vuorot {
    padding: 30px;
    font-size: 30px;
    display: flex;
    column-gap: 20px;
}

.tekstialue {
width: 1200px;
}


.henkilot {
display: flex;
justify-content: center;
column-gap: 30px;
margin-bottom: 60px;
}

.dude {
    background-color: #adfff4;
    width: 350px;
    padding: 15px;
    border-radius: 20px;
    font-size: 25px;
}

.lomake {
    padding: 30px;
    margin-bottom: 40px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    background-color: rgb(255, 232, 127);
    width: 800px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
}

.sahkoposti {
    padding: 5px;
    width: 400px;
    border-radius: 10px;
    font-size: 15px;
}

textarea {
    width: 400px;
    height: 50px;
    padding: 5px;
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 20px;
}



footer {
    background-color: rgb(255, 186, 186);
    padding: 30px;
    font-size: 30px;
}

iframe {
    justify-content: left;
}

