@font-face {
    font-family: leipis;
    src: url(Special_Gothic/static/SpecialGothic-Regular.ttf);
}
@font-face {
    font-family: otsikko;
    src: url(berlin-sans-fb/BRLNSR.TTF);
}
.header {
    background-color: #8ab9ff;
    font-size: 100px;
    color: white;
    text-shadow: 0 0 5px #160a7eb4,  0 0 7px #105d97;
    line-height: 0.6;
    padding: 55px 55px;
    text-align: center;
    font-family: otsikko, sans-serif;
    background-image: url(kuvat/header.jpg);
    background-size: cover;
    background-position: left bottom 30%;
}

h2 {
    text-align: center;
    font-size: 50px;
    font-family: otsikko, sans-serif;
    color: #105d97;
}
h1 {
    text-align: center;
    font-size: 60px;
    font-family: otsikko, sans-serif;
    color: #105d97;
    padding-bottom: 0px;
}
h3 {
    font-family: otsikko, sans-serif;
    color: #105d97;
    font-size: 40px; 
}
body {
    background-color: rgb(200, 239, 255);
    text-align: center;
    font-family: leipis, serif;
    margin: 0px;
    padding: 0px;
}
.container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
    padding: 50px;
    font-size: 26px;
    text-align: left;
    color: #679ec9;
    padding-top: 1px;

}
.bleh {
    text-align: left;
    font-size: 22px;
    padding-left: 30px;
}
.footer {
    background-color: rgb(23, 31, 73);
    color: rgb(255, 255, 255);
    padding: 30px;
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
}

.nav {
    background-color: rgb(255, 245, 167);
    color: rgb(47, 73, 143);
    padding: 13px;
    font-size: 20px;
}
table {
    border-collapse: collapse;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    }
    
    th {
    text-align: center;
    background-color: rgb(255, 253, 238);
    color: rgb(255, 40, 112);
    }
    
    td, th{
    border: 1px solid rgb(127, 146, 182);
    padding: 0.3em 0.5em;
    }
    td {
        vertical-align: top;
    }
    .float {
        float: right;
        max-width: 40%;
        margin: 25px;
        border-radius: 20px;
    }

    .pieni {
        max-width: 355px;
        margin: 20px;
        box-shadow: 2px 2px 25px rgb(174, 209, 238);
        }

        .pieni:hover {
        box-shadow: 2px 2px 30px rgb(102, 173, 231);
    }

    iframe {
        width: 355px;
        margin: 20px;
        box-shadow: 2px 2px 25px rgb(174, 209, 238);
        height: 505px;
        border-radius: 20px;
    }
    iframe:hover {
        box-shadow: 2px 2px 30px rgb(102, 173, 231);
    }

a {
    color: rgb(255, 40, 112);
    text-decoration: none;
}

a:visited {
    color: rgb(255, 40, 112);
    text-decoration: none;
    
}

.logo {
    height: 200px;
    float: right;
    display: inline-block;
   margin-top: -25px;
}

img {
    border-radius: 20px;
}

.kuva {
    border-radius: 20px;
    float: right;
        max-width: 40%;
        margin: 25px;
}
