@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Diphylleia&family=Lacquer&family=Lexend+Peta:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Underdog&display=swap');
/* TITLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stalinist+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');
@font-face {
    font-family: title-font;
    src: url(Supercell-magic-webfont.ttf);
}
body {
    /* font-family: 'Bubblegum Sans', cursive; bold font*/
    /* font-family: 'Lacquer', cursive; */
    /* font-family: 'Lexend Peta', sans-serif; Title/Header font, wide spaced font*/
    /* font-family: 'Diphylleia', serif;  **use for main text** regular text*/
    /* font-family: 'Kalam', cursive; */
    background-color: whitesmoke;
    color: black;
}
.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
.title {
    /* font-family: 'Jacques Francois Shadow', cursive; */
    /* font-family: 'Stalinist One', cursive; */
    /* font-family: 'Rye', cursive; */
    font-family: title-font;
    font-size: 32px;
    text-shadow: 4px 4px #8a8a8a;
}
/* unvisited link */
a:link {
    color: black;
  }
  
  /* visited link */
  a:visited {
    color: black;
  }
  
  /* mouse over link */
  a:hover {
    color: black;
  }
  
  /* selected link */
  a:active {
    color: black;
  }
.col-header {
    /* font-family: 'Lexend Peta', sans-serif; */
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 22px;
    background-color: #ABABAB;
    /* #ABABAB D3D3D3*/
}
.col-text {
    /* font-family: 'Diphylleia', serif; */
    /* font-family: 'Bubblegum Sans', cursive; */
    font-size: 20px;
}
.opp-text {
    font-size: 14px;
    font-weight: bold;
}
.col-label {
    font-family: 'Diphylleia', serif;
    font-size: 22px;
    font-weight: bold;
}
.col-color-1 {
    /* background-color: #e6e5e5; */
    background-color: #F08080;
}
.col-color-1-light {
    /* background-color: #e6e5e5; */
    background-color: #fce8e8;
}
.col-color-2 {
    /* background-color: #cccaca; */
    background-color: #D3D3D3;
}
.col-color-2-light {
    /* background-color: #cccaca; */
    background-color: #e6e6e6;
}
.col-bold {
    font-weight: bold;
}
.card {
    background-color: whitesmoke;
}
.table-responsive {
    border-collapse: separate;
    border-spacing:0 8px;
}
.table-responsive2 {
    border-collapse: separate;
    border-spacing:8px 8px;
}
.main-td {
    border-radius: 6px 6px 6px 6px;
    padding:5px;
}
.war-td {
    padding: 10px;
    padding-left: 10px;
    border-radius: 6px 6px 6px 6px;
}
.clanwarstandings-td {
    padding: 10px;
    padding-left: 10px;
    border-radius: 6px 6px 6px 6px;
}
.war-events-td-left {
    border-radius: 6px 0px 0px 6px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.war-events-td-right {
    border-radius: 0px 6px 6px 0px;
}
.war-td-label {
    /* font-family: 'Diphylleia', serif; */
    font-weight: bold;
    padding: 10px;
    padding-left: 10px;
    border-radius: 6px 6px 6px 6px;
}
thead th {
    background-color: #ABABAB;
    padding: 5px;
}
tfoot tr {
    background-color: #ABABAB;
    padding: 5px;   
}
tfoot td {
    padding: 5px; 
    font-weight: bold;
}
.link-color {
    color: black;
    text-decoration: underline;
    text-decoration-color: darkmagenta;
}
/* Set border-radius on the top-left and bottom-left of the first table data on the table row */
/* td:first-child,
th:first-child {
  border-radius: 6px 0 0 6px;
}  */

/* Set border-radius on the top-right and bottom-right of the last table data on the table row */
/* td:last-child,
th:last-child {
  border-radius: 0 6px 6px 0;
} */
.row-color-1 {
    background-color: #F08080;
}
.row-color-1-light {
    background-color: #fce8e8;
}
.row-color-2 {
    background-color: #D3D3D3;
}
.row-color-2-light {
    background-color: #f2f2f2;
}
.war-chevron {
    font-size: larger;
    font-weight: bold;
}
.war-updated-text {
    font-size: x-small;
    font-weight: normal;
}
.hero-equip-title {
    font-size: medium;
    padding-left: 25px;
}
.hero-equip {
    font-size: medium;
}