html {
    position: relative;
    min-height: 100%;
}
body {
  margin: 0 0 40px; /* bottom = footer height */
  padding: 0px;
  text-align: center;
  color: white;
  font-family: 'Lato', sans-serif;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.footer_holder {
	margin-top: 1vh; 
	height: 40px;
}

a {
	target: url("_blank");
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #a6afcb;
    text-decoration: none;
}

a:active {
    color: #2c303c;
    text-decoration: none;
}

.disabled_link
{
	pointer-events: none; 
	cursor: default;
	color: #666666;
}

.trans_bgr
{
  background: rgba(0, 0, 0, 0.5);
}

.trans_bgr_darker
{
  background: rgba(0, 0, 0, 0.8);
}

.trans_bgr_darker2
{
  background: rgba(0, 0, 0, 0.87);
}

.trans_bgr_darkest
{
  background: rgba(0, 0, 0, 0.97);
}

.nav_bar {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  
}

.shadow_txt 
{
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);	
}

.buffer
{
	margin: 0;
	margin-left: 2vh;
	margin-right: 2vh;
	padding: 0;
}

.logo {
  margin: auto;
  /*margin-top: 3vh;*/
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  height: 170%;
}

.logo_par {
  height: 10vw;
  width:100%;
  background: rgba(0, 0, 0, 0.5) no-repeat center;
  padding-top: 2%;
}


.badges_table {
  margin: auto;
  margin-top: .5vh;
  width: 60vw;
  max-width:600px;
  padding: .5vw;
  padding-top: .2vh;
  padding-bottom: .2vh;
}