.box {
  background-color: #f5f7f7;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 0px 5px 0px rgb(202, 202, 202);
  /*box-shadow: 0px 0px 8px 4px rgb(222, 222, 222);*/
}

.navbanner {
  padding-top: 8px;
  padding-bottom: 5px;
  padding-right: 10px;
  background: linear-gradient(90deg, rgba(2,43,95,1) 0%, rgba(95,207,113,1) 33.333%, rgba(2,43,95,1) 66.666%, rgba(95,207,113,1) 100%);
  background-size: 400% 400%;
  font-family: Impact, Charcoal, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

.banner {
  text-align: center;
  color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 5px;
  /*background: rgb(2,43,95);*/
  /*background: linear-gradient(90deg, rgba(2,43,95,1) 0%, rgba(95,207,113,1) 33.333%, rgba(2,43,95,1) 66.666%, rgba(95,207,113,1) 100%);*/
  /*background-size: 400% 400%;*/
  /*animation: moveGradient 300s linear infinite alternate;*/
  box-shadow: 5px 5px 0px 0px rgba(222,222,222,0.5);
}

/*@keyframes moveGradient {*/
/*  0% {*/
/*    background-position: 0% 50%;*/
/*  }*/
/*  100% {*/
/*    background-position: 100% 50%;*/
/*  }*/
/*}*/

.footer {
  text-align: center;
  color: #273136;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #273136;
  /*background: linear-gradient(90deg, rgba(2,43,95,1) 0%, rgba(95,207,113,1) 33.333%, rgba(2,43,95,1) 66.666%, rgba(95,207,113,1) 100%);*/
  background-size: 400% 400%;
  height: 50px;
}

.figure.box {
  /* height: 280px; */
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  padding-right: 1%;
}

.selection.box {
  text-align: left;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%;
  /*height: 450px;*/
  /*height: 100%;*/
}

.upload {
  display: flex;
  justify-content: center;
  align-items: center;
}

.map {
  border-radius: 5px;
  overflow: hidden;
  /*box-shadow: 5px 5px 0px 0px rgba(222,222,222,0.5);*/
  height: 700px;
}

.pagebody {
  margin-top: 1.5%;
  margin-bottom: 1%;
  margin-left: 1%;
  margin-right: 1%;
}

.btngroup {
  justify-content: end;
  text-align: right;
}

html {
  font-size: 62.5%; 
}
body {
  font-size: 1.5em; 
  font-weight: 400;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #e8e8e8;
  /*margin-top: 1%;*/
  /*margin-bottom: 1%;*/
  /*margin-left: 1%;*/
  /*margin-right: 1%;*/
}

/*.form-control:focus {*/
/*  outline: none; !* Remove the default outline *!*/
/*  border-color: #5FCF71FF !important;*/
/*  box-shadow: 0 0 5px #5FCF71FF !important;*/
/*}*/