body {
	color: #808080;
	font-family:Montserrat;
	font-size:13px;
	text-align:center;
	background-color: #ffffff;
	margin: 0px;
	overflow: hidden;
}
canvas { width: 100%; height: 100%; }


#info {
	width: 100%;
	padding: 5px;
	z-index:100;
	font-family: 'Montserrat', sans-serif;
	color: white;
	position: fixed;
    bottom: 0;
}


@media (max-width: 767px) {
	#info {
		font-size: 10px;
	}
}

.scrollZF {
    max-height: 70vh;
    overflow-y: auto;
}


/*--Nav Bar--*/

.snfDropDownBG{
	background-color: rgba(15,15,15,0.5) !important;
	color: white;
    font-family: 'Montserrat', sans-serif;

}

.dropdown-item{
	color: white!important;
}

.dropdown-item:hover{
	background-color: #cecece;
	color: black!important;
}


.snfNavBarPos {
	width: 100%;
	z-index:200;
	position: fixed;
    top: 0;
}

.SNFBG{
	background-color: rgba(15,15,15,0.5) !important;
    font-family: 'Montserrat', sans-serif;
}

.logoRHE{
	height: 25px;
	width: auto;
}
.logoRHE2{
	height: 20px;
	width: auto;
	margin-left: 15px;
}

.nameSat{
	display: inline-block;
    color: white;
    text-align: center;
    padding: 8px 8px;
}



/*--Display Title--*/
.snfTitle{
	width: 100%;
	z-index:110;
	position: fixed;
	color: white;
	margin-top: 70px;
}

.snfTextTitle{
	font-size: 20px;
	background-color: rgba(15,15,15,0.5) !important;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	border-radius: 10px;
}


/*--Card Info--*/
.snfCard{
	width: 100%;
	z-index:120;
	position: fixed;
	font-family: 'Montserrat', sans-serif;
	bottom: 10vh;
	right: 10px;
	display: none;
	width: 18rem;
	border-radius: 15px ;
}

.bg-blackZF{
	background-color: rgba(0, 0, 0, 0.48) !important;
}

.close-icon {
  cursor: pointer;
}



@media (min-width: 2000px) {
  	.snfTextTitle{
		font-size: 35px;
	}

	.card-title{
		font-size: 25px !important;
	}

	.card-text{
		font-size: 20px !important;
	}

	.snfCard{
		width: 35rem !important;
		right: 50px !important;
	}


}

@media (min-width: 1500px) and (max-width: 1999px) {
  	.snfTextTitle{
		font-size: 30px;
	}

	.card-title{
		font-size: 20px !important;
	}

	.card-text{
		font-size: 18px !important;
	}

	.snfCard{
		width: 35rem !important;
		right: 35px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1499px){
	.snfTextTitle{
		font-size: 30px;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {
	.snfTextTitle{
		font-size: 25px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.snfTextTitle{
		font-size: 20px;
	}

	.snfCard{
		bottom: 65px;
	}

	
}

@media (max-width: 767px) {

	.snfTextTitle{
		font-size: 18px;
	}

	.snfCard{
		bottom: 50px;
	}

	.card-title{
		font-size: 16px !important;
	}

	.card-text{
		font-size: 13px !important;
	}
}




/*--Progress Bar--*/

.snfPogressBar{
	width: 50%;
	z-index:300;
	position: absolute;
    top: 50vh !important;
    right: 25vw !important;
}

.snfTitleProg{
	top: 50vh;
	left: 25vw;
	color: white;
	z-index: 300;
	position: fixed;
}



/*----MODAL IMG----*/

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modalIMG {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-contentIMG {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#captionIMG {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  font-size: 25px;
}

/* Add Animation */
.modal-contentIMG, #captionIMG {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.closeIMG {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeIMG:hover,
.closeIMG:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-contentIMG {
    width: 100%;
  }
}






/* navbarBottom */

.moonPhIcon{
	max-width: 25px;
}


.liZF{
	padding: 0 50px 0 50px;
	color: white;
}





@media (min-width: 2000px) {	
  	
}

@media (min-width: 1500px) and (max-width: 1999px) {

}

@media (min-width: 1200px) and (max-width: 1499px){

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
	.liZF{
		padding: 0 50px 25px 50px;
		color: white;
	}
}


