
@media screen and (max-width: 900px) {
  .masthead {
    flex-direction: column-reverse!important;
  }
  #myBtnContainer {
    display: grid!important;
  }
  .btn {
    margin: 5px!important;
  }
}

/*.column h4 {height: 60px;}*/

h4 {
    font-size: 17px!important;
    margin-top: 10px!important;
}
P {
        margin-bottom: 0!important;
}
a,
a:focus,
a:hover {
  color: #fff;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}
html,
body {
  height: 100%;
  background-color: #333;
}

.masthead {
  margin-bottom: 2rem;
}
.masthead-brand {
  margin-bottom: 0;
  color: #fff;
}
.masthead-brand > span {
  background: #ff9900;
  border-radius: 5px;
  padding: 5px;
  color: #000;
  margin-left: 5px;
}
.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}
.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}
.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}
.mastfoot {
  color: rgba(255, 255, 255, .5);
}


body > div {
  padding: 20px 5px;
}

.masthead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cover-heading {
  color: #bcbcbc73;
  font-size: 1.5rem;
}
#Prohody {
  font-size: 1.4rem;
    color: #ff9900;
}
#wrap-logo {
  display: flex;
  flex-direction: column;
}
#wrap-logo > span {
  color: rgb(242 242 242 / 76%);
}
#del {
  text-decoration: line-through;
}
#myBtnContainer > button:nth-child(4) {
  line-height: 12px;
}
* {
  box-sizing: border-box;
}

.no > .content {
  background: #ff990085;
}
.draw > .content {
  background: #e48b04;
}
h1 {
  font-size: 30px;
  color: #fff;
}


/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}
.players > span {
  background: white;
    padding: 4px;
    margin: 0;
    font-size: 20px;
}
p > span {
  font-weight: 800;
}
/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: #ff9900;
    padding: 10px;
    border-radius: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
display: block;
}

/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: white;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: #ff9900;
color: white;
}

.players {
  height: 300px;
}
