body {
    font-family: "Jost", sans-serif;
    padding: 0;
    margin: 0;
}

nav a {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}

.drop {
    border: none;
    background-color: black;
    color: white;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
}

.dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: blue;
    min-width: 135px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {background-color:crimson;}

  /* Показать выпадающее меню при наведении курсора */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Изменение цвета фона кнопки раскрывающегося списка при отображении содержимого раскрывающегося списка */
  .dropdown:hover .drop {background-color: #3e8e41;}

.header {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    
}
.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background-color: black;
}
.menu {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}
.menu_item {
    padding-right: 20px;
}
.signs {
    padding-right: 20px;
    
}

.sign_btn {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 5px;
    display: inline-block;
    border: 2px solid white;
    margin-left: 20px;
}

.menu img {
    height: 40px;
    width: 40px;
    padding-top: 5px;
}
.main {
    margin: 0;
    padding: 0;
    
}

.main_content {
    width: 100%;
    background-image: url("../img/LK.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1px;
    display: flex;
    justify-content: center;
    
}

.content_body {
    width: 80%;
    background-color: rgba(117, 190, 218, 0.95);
    border-left: 3px solid cornflowerblue;
    border-right: 3px solid cornflowerblue;
    padding-bottom: 10px;
    
}

.content_body h1 {
text-align: center;
}

.decklist {
    border: 2px solid gray;
    padding: 5px 5px 5px 5px;
    display: inline-table;
    box-sizing: border-box;
}



.card-gem-common {
    background-image: url("../img/cards/decks/gems/gem_common.png");
    background-size: cover;
    height: 34px;
}
.card-gem-rare {
    background-image: url("../img/cards/decks/gems/gem_rare.png");
    background-size: cover;
    height: 34px;
}
.card-gem-epic {
    background-image: url("../img/cards/decks/gems/gem_epic.png");
    background-size: cover;
    height: 34px;
}
.card-gem-legendary {
    background-image: url("../img/cards/decks/gems/gem_legendary.png");
    background-size: cover;
    height: 34px;
}

#card-image-hover {
    display: none;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 10002;
}

.card-list {
    padding-left: 10px;
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
    
}

.card-list-item {
    display: flex;
    height: 34px;
    margin-bottom: 1px;
    padding: 0;
}

.card-gem {
    float: left;
    background-color: black;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    padding-left: 5px;
    background-position: center;
    background-repeat: no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 800;
    background-size: 35px 30px;
    font-size: 12px;
    text-shadow: 1px 2px 3px rgb(0 0 0);
    width: 30px;
}

.card-name {
    background-color: black;
    line-height: 0;
    color: white;
    padding-left: 5px;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    text-shadow: 0 1px 3px rgb(0 0 0 / 80%);
    width: 150px;
    text-decoration: none;
}

.card-quantity {
    border-radius: 1px 0 0 1px;
    float: left;
    background-color: #3d3938;
    font-size: 12px;
    width: 20px;
    height: 34px;
    color: #ffe603;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 600;
    text-shadow: 0px 1px 3px rgb(0 0 0 / 80%);
}

.hover-img{
    margin-top: -29px;
}

.warlock {
    color: purple;
    text-align: center;
    font-size: 24px;
    margin: 0;
    padding-bottom: 10px;
}

.winrate {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.decks_body {
    display: flex;
    justify-content: space-around;
}

.text-left button {
    margin-bottom: 10px;
    font-size: 13px;

    margin-left: 10px;
    margin-right: 15px;
    cursor: pointer;
}

.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #483D8B;
    height: 200px;
    border: 0px solid black;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: inset 0px 0px 130px rgba(0,0,0,0.7);
}

.socials {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tg img {
    width: 50px;
    height: 50px;
    padding-left: 5px;
}

.discord img {
    width: 50px;
    height: 50px;
    padding-left: 5px;
}

.yt img {
    width: 50px;
    height: 50px;
    padding-left: 5px;
}

.vk img {
    width: 50px;
    height: 50px;
    padding-left: 5px;
}

.insta img {
    width: 50px;
    height: 50px;

}

.twitch img {
    width: 50px;
    height: 50px;
    padding-left: 5px;
}

.talents {
    display: flex;
    justify-content: center;
}

h2 {
    text-align: center;
}

h3 {
    text-align: center;
}

.horde {
    color: red;
}

.alliance {
    color: blue;
}

.guides_body p {
    padding-left: 50px;
    padding-right: 50px;
}

h4 {
    padding-left: 40px;
}

.guides_nav {
    list-style: none;
    text-decoration: none;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

.guides_nav a {
    text-decoration: none;
}

details {
    text-align: center;
    
}

details summary {
    cursor: pointer;
}

table, td, th {
    border: 1px solid black;
}

table {
    text-align: center;
}

.bis-table {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
   
}

td a {
    text-decoration: none;
}