html,body {
    vertical-align: top;
    padding: 0;
    margin: 0;
    text-align: left;
    background-image: url(kuvat/tausta.gif);
    background-color: #111;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #7f7f7f;
}

div#footer {
    text-align: right;
    font-size: 0.7em;
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.vain_mobiili {
    display: none;
}

.vain_pc {
    display: block;
}

.kasinkirjoitettu {
    font-family: 'Cinzel', cursive;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
    color: #eee;
}

img {
    border: 0;
}

a,a:active {
    outline: none;
}

div#container {
    max-width: 900px;
    margin: 0 auto;
    background-image: none;
    background-color: #000;
    padding: 20px;
}

.topnav {
    background-color: #222;
    overflow: hidden;
    margin-bottom: 10px;
    /* -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; */
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}


div#etusivu_kuva {
    width: 70%;
    float: left;
}

div#etusivu_kuva img {
    width: 100%;
}

div#facebook-page-plugin {
    width: 30%;
    float: left;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    text-align: center;
}

div.fb-page {
    margin: 0 auto;
}

a {
    color: #fff;
    text-decoration: none;
}


@media screen and (max-width: 670px) {
    .vain_mobiili {
    display: block;
    }
    
    .vain_pc {
        display: none;
    }

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
    .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  
  div#container {
    padding: 0;
  }
  
  div#etusivu_kuva {
    width: 100%;
    float: none;
  }
  
  div#facebook-page-plugin {
    float: none;
    width: 100%;
    padding: 0;
  }
  
  h1#sivuston_otsikko {
    margin: 0 10px;
  }
  
  .sisenna_10px_mobiili {
    margin: 10px 0 0 10px;
  }
}



