@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body {
    background: #FAF7F5;
}

wrap {
    display: flex;
    justify-content: center;
    align-items: top;
}

#sivupalkki {
    width: 400px;
    margin-right: 30px;
    justify-content: center;
    align-items: top;
}

#title {
    background-image: url('img/gdy.png');
    background-size: 100%;
    height: 400px;
    width: 400px;
}

nav {
    text-align: center;
    width: 250px;
    margin: auto;
}

nav a, .dropbtn {
    display: block;
    border: 0;
    background: #6D2932;
    padding: 10px;
    text-decoration: none;
    color: #E8D8C4;
    font-family: 'IBM Plex Serif', serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
}

.dropbtn {
    width: 250px;
    margin: 10px 0;
}

nav a:hover, .dropbtn:hover, .dropbtn:focus {
    background: #561C24;
    color: #E8D8C4;
    transition: 0.5s;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: relative;
    width: 230px;
    overflow: auto;
    z-index: 1;
    background-color: #f5f2ef;
    margin-top: -10px;
    padding: 10px;
    margin-bottom: 15px;
}

.dropdown-content a {
    color: #561C24;
    font-family: 'Inter', sans-serif;
    text-align: left;
    letter-spacing: 0;
    text-transform: none;
    font-size: 13px;
    padding: 5px;
    text-decoration: none;
    display: block;
    background-color: transparent;
    margin: 0;
}
  
.dropdown a:hover, .dropdown-content a:hover {
    background-color: transparent;
    color: #C7B7A3;
}
  
.show {
    display: block;
}

#textarea {
    width: 800px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 20px 40px;
    background: #f5f2ef;
    border-radius: 10px 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    display: block;
}

h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 35px;
    color: #6D2932;
}

h4 {
    font-family: 'DM Serif Display', serif;
    font-size: 37px;
    color: #6D2932;
    text-align: center;
    margin-bottom: 0px;
}

h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 27px;
    color: #6D2932;
    margin-left: 30px;
}

#flex {
    display: flex;
    width: 100%;
}

a {
    color: #561C24;
}

a:hover {
    text-decoration: none;
}

#tietokuva {
    width: 350px;
    height: 400px;
    object-fit: cover;
    margin: 20px 30px 10px 0px;
    border-radius: 10px;
}

#tiedot {
    text-align: center;
    font-size: 13px;
    width: 500px;
}

#flag {
    margin: 0 5px;
}

h6 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 12px;
    font-weight: 400;
    color: #C7B7A3;
    display: block;
    margin-top: 5px;
}

d, d a {
    color: #C7B7A3;
    font-size: 12px;
    display: block;
    width: 350px;
    text-align: center;
}

.indexpic {
    width: 400px;
    height: 400px;
    object-fit: cover;
    display: block;
    margin: 20px 0 20px 20px;
    border-radius: 15px;
    float: right;
}

#signature {
    display: block;
    padding: 10px 0 0 30px;
    font-size: 12px;
}

#signature b {
    font-size: 14px;
    color: #6D2932;
}

footer {
    display: block;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    color: #C7B7A3;
    font-weight: 300;
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 15px;
}

/* Listaus */

#listaus, .listaus {
    width: 100%;
    text-align: center;
    margin: 10px 0 20px 0;
  }
  
  #listaus #titletd, .listaus th {
    background: #6D2932;
    padding: 7px 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #E8D8C4;
    letter-spacing: 2px;
  }
  
  #listaus #row, .row {
    padding: 10px 0;
    border-bottom: 1px solid #C7B7A3;
    font-size: 12px;
  }

  /* Hevoslistaus */

  #listaus2 {
    width: 100%;
    text-align: center;
    margin: 10px 0 20px 0;
  }
  
  #listaus2 #titletd2 {
    text-align: left;
    padding: 7px 20px;
    background: #6D2932;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #E8D8C4;
    letter-spacing: 2px;
}
  
#listaus2 #row2 {
      font-size: 12px;
      text-align: left;
      padding: 10px 20px;
      line-height: 1.5em;
  }
  
  #listaus2 #row2 a {
      font-weight: 700;
      font-size: 14px;
  }
  
  #listaus2 tr:nth-child(odd) {
    background: #FAF7F5;
  }
  
  #listaus2 tr:nth-child(even) {
    background: #eee;
  }

  /* Sukutaulu */

  #sukutaulu, #sukutaulu2 {
    width: 100%;
    margin: 0 0 20px 0;
}
  
.suku0, .suku1, .suku2, .suku3 {
    width: 33%;
    padding: 15px 20px;
    line-height: 1.3em;
    font-size: 14px;
}

#sukutaulu2 .suku0, #sukutaulu2 .suku1, #sukutaulu2 .suku2, #sukutaulu2 .suku3 {
    width: 25%;
    padding: 15px 20px;
    line-height: 1.3em;
    font-size: 14px;
}

.suku0 a, .suku1 a, .suku2 a, .suku3 a {
    text-decoration: none;
    font-weight: 700;
}

.suku0 a:hover, .suku1 a:hover, .suku2 a:hover, .suku3 a:hover {
    text-decoration: none;
    font-weight: 700;
    color: var(--dark);
}
  
.suku0 {
    border-bottom: 2px solid #6D2932;
}
  
.suku1 {
    border-bottom: 2px solid #6D2932;
    border-left: 2px solid #6D2932;
}
  
.suku3 {
    border-left: 2px solid #6D2932;
}
  
infot {
    font-size: 12px;
    color: #aaa;
    letter-spacing: 1px;
}