/* Filename: kinlist.css
  Author: wintyr (Jamie R)
  Date: 18th June, 2025
  I like big boxes and I cannot lie. */
  
  @import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&family=Overlock+SC&family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
  /* Above, in order: decorative (cursive), SC sans, sans */
  
  body {
    background-image: url("/img/tile.png");
  }
  
  .cardrow {
    margin: auto;
    }
    
  .column {
    float: left;
    width: 33.33%;
    padding: 0 10px;
  }  
  
  .card1 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 500px;
    height: 280px;
    margin: 20px;
    text-align: center;
    background: rgba(64,4,4,0.7);
    float: left;
  }
  
  .card1:hover {
    background: rgb(64,4,4);
    }
  
  .card1 h1 {
    font-family: "Overlock SC", sans-serif;
    font-size: 18pt;
    text-align: center;
    color: #2f726a;
    background: #722f37;
    }
    
  .card1 p {
    font-family: "Overlock", sans-serif;
    font-size: 14pt;
    text-align: left;
    color: snow;
    margin-left: 10px;
    margin-bottom: 10px;
    }
    
  .card1 img {
    margin: 0 10px 10px 30px;
    height: 80px;
    width: 80px;
    float: left;
    position: relative;
    }
    
  .card2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 500px;
    height: 280px;
    margin: 20px;
    text-align: center;
    background: rgba(40,30,70,0.7);
    float: left;
  }
  
  .card2:hover {
    background: rgb(40,30,70);
    }
  
  .card2 h1 {
    font-family: "Overlock SC", sans-serif;
    font-size: 18pt;
    text-align: center;
    color: #297036;
    background: #702963;
    }
    
  .card2 p {
    font-family: "Overlock", sans-serif;
    font-size: 14pt;
    text-align: left;
    color: snow;
    margin-left: 10px;
    margin-bottom: 10px;
    }
    
  .card2 img {
    margin: 0 10px 10px 30px;
    height: 80px;
    width: 80px;
    float: left;
    position: relative;
    }
  
  .card3 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 500px;
    height: 280px;
    margin: 20px;
    text-align: center;
    background: rgba(10,10,34,0.7);
    float: left;
  }
  
  .card3:hover {
    background: rgb(10,10,34);
    }
  
  .card3 h1 {
    font-family: "Overlock SC", sans-serif;
    font-size: 18pt;
    text-align: center;
    color: #9c9c26;
    position: relative;
    background: #26619c;
    }
    
  .card3 p {
    font-family: "Overlock", sans-serif;
    font-size: 14pt;
    text-align: left;
    color: snow;
    margin-left: 10px;
    margin-bottom: 10px;
    }
    
  .card3 img {
    margin: 0 10px 10px 30px;
    height: 80px;
    width: 80px;
    float: left;
    } 
    
  .lyric {
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 10px;
    }  
    
  .lyricx {
    margin-top: 23px;
    margin-left: 20px;
    margin-right: 10px;
    }
    
  .lyric p {
    font-family: "La Belle Aurore", monospace;
    font-size: 14pt;
    text-align: left;
    color: white;
    }
  
  .lyricx p {
    font-family: "La Belle Aurore", monospace;
    font-size: 14pt;
    text-align: left;
    color: white;
    }
    
  .lyric a:link {
    text-decoration: underline;
    color: white;
    font-size: 14pt;
    } 
  
  .lyricx a:link {
    text-decoration: underline;
    color: white;
    font-size: 14pt;
    }
    
  .lyric a:hover {
    text-decoration: underline;
    color: goldenrod;
    font-size: 14pt;
    } 
  
  .lyricx a:hover {
    text-decoration: underline;
    color: goldenrod;
    font-size: 14pt;
    }
  
  .lyric a:visited {
    text-decoration: underline;
    color: lightgrey;
    font-size: 14pt;
    } 
  
  .lyricx a:visited {
    text-decoration: underline; 
    color: lightgrey;
    font-size: 14pt;
    }
  
  .lyric a:visited:hover {
    text-decoration: underline;
    color: darkgoldenrod;
    font-size: 14pt;
    }
  
  .lyricx a:visited:hover {
    text-decoration: underline;
    color: darkgoldenrod;
    font-size: 14pt;
    }
  
  .title {
    color: grey;
    font-size: 18px;
  }
  
  button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
  }
  
  a {
    text-decoration: none;
    font-size: 22px;
    color: black;
  }
  
  button:hover, a:hover {
    opacity: 0.7;
  }