@import url("https://fonts.googleapis.com/css?family=Rubik");
@charset "UTF-8";
* {
  box-sizing: border-box;
}

.intro {
  font-size: 21px;
}

.card-header {
  background-color: #3d82de;
  border-color: #1f458f;
  color: white;
}

.card {
  margin-top: 5px;
  border: 3px solid #363636;
}

.justify-right {
  justify-content: flex-end;
}

html, body {
  height: 100%;
  overflow: auto;
}

body {
  background-color: #2083de;
  background-image: linear-gradient(to right bottom, #2083de, #0b448e);
  font-family: "Rubik", sans-serif;
}

h1 {
  font-size: 2em;
}

button {
  margin: 5px;
}

.answers {
  margin: 25px 0px;
  padding: 0;
  text-align: center;
  width: 100%;
  justify-content: center;
}


.card-header {
  font-size: 20px;
  font-weight: 600;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.card-title-special {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.card-subtitle-special {
  font-size: 12px;
}

.card-title-overly {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.card-title-overly-small {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.card-select {
  cursor: pointer;
}

.dragHere {
  border: 2px solid #363636;
  border-style: dashed;
  cursor: pointer;
  z-index: 99999;
}

.marginZero {
  margin: 0!important;
}

.answerShow {
  z-index: 99999;
}

.overly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.alert-dismissible .close {
  padding: .45rem 1.25rem;
}

.alert {
  z-index: 999;
}

.swal2-container {
  z-index: 999999;
}

.card-img-overlay {
  background-color: rgb(0,0,0,0.35);
}

body.swal2-height-auto {
  height: 100%!important;
}

@media only screen and (max-width: 700px) {
  h3 {
    font-size: 14px !important;
  }

  .alert-warning {
    font-size: 12px;
  }

  .answers {
    margin: 0px;
    padding: 0;
    width: 100%;
  }

  .answers > div {
    padding: 0px;
  }

  .answers > div:nth-child(even) {
    padding: 0px 0px 0px 5px;
  }

  .answers > div > div > div > h2 {
    font-size: 65%;
  }

  .card-subtitle-special {
    font-size: 10px;
  }

  .intro {
    font-size: 15px;
  }
}