.body {
  min-height: 100px;
  background-color: #000;
}

.body:focus {
  color: #a00d0d;
}

.navbar {
  position: relative;
  top: 80vh;
  display: block;
  margin-top: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  cursor: crosshair;
}

.nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.nav-link:hover {
  color: #747474;
}

.container {
  width: 20vw;
  margin-right: auto;
  text-align: center;
}

.text-block-2 {
  width: 100%;
  color: #fff;
  font-size: 2.75VH;
  font-weight: 700;
  text-align: center;
    letter-spacing:0.25px;
    line-height:1.1;

}

.text-block-3 {
  width: 100%;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
	letter-spacing:0.5px;
}

.container-2 {
  margin-top: 30vh;
    margin-bottom:55vh;
  text-align: center;
}

.index-container {
  margin-top: 30vh;
    margin-bottom:55vh;
  text-align: center;
}



@media (max-width: 991px) {
  .container {
    width: 40vw;
  }
  
  .navbar {
    top: 65vh;  
  }  
}

@media (max-width: 479px) {
 	 .container {
    width: 80vw;
    }
  
    .container-2 {
  margin-top: 20vh;
  margin-bottom:60vh;
  text-align: center;
    }  
 
  	.text-block-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 2.75vh;
    }
	.text-block-3 {
    padding-right: 20px;
    padding-left: 20px;
    }
}



.a { text-decoration: none; }
 	a:visited { text-decoration: none !important; color:white;}
	a:active { text-decoration: none !important; color:white;}
	a:link { text-decoration: none !important; color:white;}
	
.a:-webkit-any-link {text-decoration: none !important}







