.jumbotron {
  background-color: transparent;
}

#app {
  min-width: 247px;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

body {
  background-color: #90b9f9;
}

header {
  background-color: #4385ef;
  padding: 10px 90px 15px 90px;
  border-radius: 15px;
  color: #2c4b7c;
  width: 613px;
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: 1em;
  box-shadow: inset 0px -5px 1px #234d8e, 6px 7px 3px rgba(66, 66, 66, 0.5);
}
header h1 {
  font-family: rubik;
  font-weight: 800;
  user-select: none;
  text-shadow: 2px 2px 2px;
}

.scorecontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40em;
  width: 80%;
  margin-left: 10%;
  background-color: #4385ef;
  padding: 10px 90px 15px 90px;
  border-radius: 10px;
  position: absolute;
  z-index: -10;
  box-shadow: inset 0px -5px 1px #234d8e, 6px 7px 3px rgba(66, 66, 66, 0.5);
}

.btn {
  width: 300px;
  margin-top: 0px;
  cursor: default;
  height: 300px;
  border: 0;
  border-radius: 20px;
  outline: none !important;
  font-size: 200px;
  font-family: rubik;
  text-shadow: 3px 3px 5px;
  display: block;
  position: relative;
  z-index: 5;
  top: 15px;
}

#team1 {
  background-color: #e85c5c;
  box-shadow: inset 0 -5px 1px #842f2f, 6px 7px 3px rgba(66, 66, 66, 0.5);
}

#team2 {
  background-color: #60e85c;
  box-shadow: inset 0 -5px 1px #37842f, 6px 7px 3px rgba(66, 66, 66, 0.5);
}

.btncontainer {
  display: inline-block;
  margin: 0 45px 20px 45px;
  text-align: center;
}
.btncontainer h2 {
  font-family: rubik;
  font-size: 30px;
  background-color: #f7ff66;
  color: #383838;
  border-radius: 10px;
  font-weight: 800;
  padding: 10px 15px 15px 15px;
  box-shadow: inset 0 -5px 1px #5a5e11, 6px 7px 3px rgba(66, 66, 66, 0.5);
}

.scorebtn {
  background-color: #5e5e5e;
  color: #ddd;
  display: inline-block;
  padding-top: 10px;
  font-size: 45px;
  border-radius: 10px;
  box-shadow: inset 0 -4px 1px #383838, 4px 4px 3px rgba(66, 66, 66, 0.5);
  border: 0;
  top: -10px;
  margin: 0px 10px 0px 10px;
  width: 80px;
  height: 80px;
  transition: 0.5s;
}
.scorebtn:active {
  box-shadow: none;
}
.scorebtn:focus {
  outline: none;
}

#rounddisplay {
  background-color: #383838;
  text-align: center;
  border-radius: 10px;
  width: 70px;
  padding: 15px 10px 10px 10px;
}
#rounddisplay p {
  color: #ddd;
  font-family: rubik;
}
#rounddisplay p:nth-child(2) {
  font-size: 50px;
}

#roundcounter {
  border-radius: 5px;
  margin-bottom: 35px;
}

#roundplus,
#roundminus {
  background-color: #383838;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  font-size: 30px;
  height: 50px;
  color: #ddd;
  width: 100%;
  border: none;
  transition: 0.5s;
}
#roundplus:focus,
#roundminus:focus {
  outline: none;
}
#roundplus span,
#roundminus span {
  transition: 0.5s;
}

#roundplus {
  margin-bottom: -20px;
  width: 70px;
  border-bottom-left-radius: 0;
  border-bottom: 10px #383838 solid;
  border-bottom-right-radius: 0;
}

#roundminus {
  margin-top: -15px;
  width: 70px;
  box-shadow: inset 0px -4px 1px #232323;
}
#roundminus:active {
  box-shadow: none;
}

@media (max-width: 1030px) {
  .btn {
    width: 250px;
    height: 250px;
    font-size: 170px;
  }

  #roundcounter {
    width: 60px;
  }

  .btncontainer {
    margin: 0 30px -30px 30px;
    height: 480px;
  }

  .scorecontainer {
    height: 470px;
  }
}
@media (max-width: 850px) {
  .btn {
    width: 230px;
    height: 230px;
    font-size: 150px;
  }

  .btncontainer {
    display: block;
    margin-bottom: -20px;
    margin-left: 20px;
    margin-right: 15px;
  }

  .scorecontainer {
    width: 90%;
    margin-left: 5%;
    height: 470px;
  }
}
@media (max-width: 655px) {
  .btn {
    height: 210px;
    width: 210px;
    font-size: 140px;
  }

  header {
    width: 80%;
  }

  .btncontainer {
    height: 400px;
    margin-top: 10px;
  }

  .scorecontainer {
    height: auto;
  }
}
@media (max-width: 585px) {
  header {
    width: 90%;
    margin-top: -10px;
    padding: 1px 0 10px 0px;
    margin-bottom: 15px;
  }
  header h1 {
    margin-top: 20px;
  }

  .scorecontainer {
    flex-direction: column;
    align-items: right;
    height: auto;
  }

  .btn {
    width: 300px;
  }

  .btncontainer {
    display: inline-block;
    width: auto;
    margin: 0;
    height: 440px;
  }

  #roundcounter {
    display: flex;
    border-radius: 0;
    width: 303px !important;
    margin: 0;
  }

  #roundplus,
#roundminus {
    margin: 0;
    height: 80px;
    border-radius: 0;
    box-shadow: none;
    transition: 0s;
    width: 1000px !important;
  }

  #roundplus {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 0;
  }

  #roundminus {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  #rounddisplay {
    height: 80px;
    padding: 5px;
    margin: 0;
    border-radius: 0;
  }
  #rounddisplay p {
    color: #ddd;
    font-family: rubik;
  }
  #rounddisplay p:nth-child(1) {
    margin: 0;
    display: block;
  }
  #rounddisplay p:nth-child(2) {
    font-size: 40px;
    display: inline-block;
  }
}
@media (max-width: 400px) {
  header {
    min-width: 276px;
    margin-left: 18px;
  }

  .scorecontainer {
    padding: 20px;
    min-width: 276px;
  }

  .btncontainer {
    width: 99%;
    height: auto;
    margin-bottom: 15px;
  }

  .btn {
    width: 240px;
    height: 220px;
    margin: 0 auto;
    font-size: 120px;
  }

  #roundcounter {
    width: 90% !important;
  }
}
@media (max-width: 320px) {
  header {
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -10px;
  }
  header h1 {
    font-size: 25px;
  }

  .scorecontainer {
    margin: 0;
    width: 100%;
  }

  .btn {
    width: 200px;
    height: 200px;
  }
}

/* 
.article {
  /* padding:0 20%; */
  margin:auto;
  height:20%;
  width:80%;
  border-width: 3px;
  border-style: solid;
  border-color: #234d8e;
  background: inherit;
  border-radius: 9px;
  text-align:center;
  font-weight: bolder ;
  margin-bottom: 3%;
  text-align: left;
  color:rgba(255, 255, 255, 0.866);
  font-family:Tahoma, sans-serif ;
} */



input[type='checkbox'] {
  display: none;
}
.wrap-collabsible {
}
.lbl-toggle {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: none;
  text-align: center;
  color: rgb(8, 49, 102);
  background: rgba(128, 128, 128, 0);
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.lbl-toggle:hover {
  color: #FFF;
}
.lbl-toggle::before {
  content: ' ';
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);
  transition: transform .2s ease-out;
}
.toggle:checked+.lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}
.collapsible-content {
  max-height: 0px;
  overflow: auto;
  transition: max-height .25s ease-in-out;
}
.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 350px;
}
.toggle:checked+.lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.collapsible-content .content-inner {
  background: grey(0, 105, 255, .2);
  border-bottom: 1px solid grey;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: .5rem 1rem;
}
.collapsible-content p {
  margin-bottom: 0;
}