body {
  height: 100vh;
  background-color: #223176;
  font-family: "Ramaraja", serif;
  margin: 0;
}

.map {
  height: 100%;
  background-color: #89919e;
  z-index: 2;
}

#map_container {
  background-color: #89919e;
  height: 80vh;
}

.container-fluid {
  padding: 0px;
}

nav {
  background-color: #223176;
}

.progress-bar {
  background-color: #ffbd59;
  color: black;
  font-weight: bold;
}

.progress {
  height: 20px;
}

.navbar-nav {
  width: 50%;
}

#buttons {
  width: 100vw;
}

#buttons > div > button {
  color: #000000;
  background-color: #ffbd59;
  width: 25%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 2em;
  font-weight: 550;
  text-align: center;
}

#buttons > div > button:disabled {
  background-color: #ffbd5973;
}

#buttons > div > button:hover {
  background-color: #ffbd5973;
}

#buttons > div > button:focus {
  border: none;
  outline: none;
}

.col {
  margin: 0;
  padding: 0;
  height: 100%;
}

h4 {
  font-style: normal;
  font-weight: normal;
}

.nav-item {
  width: 50%;
}

#endScreenModal > .modal-dialog > .modal-content {
  color: white;
  background-color: #223176;
  border: #ffbd59 3px solid;
  font-size: 1.2rem;
}

#modalScoreEnd {
  color: #ffbd59;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  padding-left: 10px;
}

#addToLeaderBoards {
  background-color: #ffbd59 !important;
  color: #303030;
}

.modal-footer > #close {
  color: #303030 !important;
  background-color: white !important;
}

.modal-footer {
  width: 100%;
  text-align: center;
}

.modal-footer > button {
  width: 45%;
  border: none;
  margin: 10px auto;
}

@media (max-width: 768px) {
  .nav-logo {
    display: none;
  }

  .navbar-nav {
    width: 100%;
  }

  #buttons > div > button {
    font-size: 1.5em;
    width: 48%;
  }

  h4 {
    font-size: 17px;
  }

  h3 {
    font-size: 22px;
  }

  .modal-footer > button {
    width: 70%;
  }
}
