@charset "UTF-8";

.gg-body{
  xfont-size: 10vw;
}

.gg-content{
  xfont-size: 15vw;
  max-width: 85vw;
  margin: auto;
  padding: 0px;
  justify-content: center;
  xbackground-color: blue;
}


.gg-center{
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gg-justify{
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}



.gg-pills-text-size {
  font-size:5vw !important;
}

.gg-top-index-wrong{
  vertical-align: top;
  font-size:60%;
  color:red;
}

.gg-top-index-correct{
  vertical-align: top;
  font-size:60%;
  color:lightskyblue;
}

.gg-flashmessage{
  padding:10px;

  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;

  color: white;
  text-align: center;

  background-color: rgba(255, 71, 71, 0.7);
  border-radius: 20px 20px 20px 20px;
  backdrop-filter: blur(6px);
}

.gg-diamantina{
  padding:10px;

  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;

  background-color: #999999;
}

.gg-link {
	color:black;
}
.gg-link:hover {
	color:#071518;
}

/*
.text-primary{
  color: #1bbceb;
}

.btn-primary{
  background-color:  #1bbceb;
  color:white;
  border-color: #1bbceb;
}

BUTTON.nav-link{
  color: #1bbceb !important;
}

BUTTON.active{
  background-color: #1bbceb !important;
  color:white !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color :#3bc2eb !important;
  border-color: #3bc2eb !important;
}
*/