@charset "UTF-8";
/* CSS Document */

body, html {
  height: 100%;
	background-color: #1E1E1E;
}



.bg {
  /* The image used */
  background-image: url( "../img/ABOUT.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}





p{
	font-family: "Inter28pt ExtraBold";
	text-align: left;

	
}



a{
	text-decoration: none;
	color: rgba(2,191,243,1.00);
}



/* Centered text */


/* nav */
.centered-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: 13px;
	color: #FFFFFF;
	  font-family: "Inter28pt ExtraBold";
	

}




.navbar{
font-family: "Inter28pt ExtraBold";
   align-items: normal;	
	 color: rgba(0,102,255,1.00);
padding: 0px;
	
}


.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: end;}

.navbar-brand {
    padding-top: 16px;
    padding-bottom: 16px;
	padding-left: 30px;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;}


@media screen and (max-width: 992px){
	.navbar-brand{
		  	padding: 0px;
	}	
	
}



	
.nav-menu{
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	    padding-right: 30px;
    padding-top: 8px;
}


@media screen and (max-width: 992px) {
  .nav-menu {
    display: none;
	 
  }
}








.nav-item.nav-link{
	  position: relative;
  text-align: center;
	
	
}




@media screen and (min-width: 992px){
	.nav-mob{
display: none;
	}}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,1.00);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 40px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}




/* nav */







/*Back to top button Start */

.totop{
	background-color: transparent;
	animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	border: none;
	color: transparent;
}
  

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}


@-webkit-keyframes fadeInAnimation{
	    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
	
}


@media screen and (max-width: 992px) {
  .backicon {
  width: 70px;
	  height: 70px;
  }
}

@media screen and (max-width: 992px) {
.translate-middle {
    transform: translate(-50%,-90%)!important;
}

}

@media screen and (min-width: 992px) {
.translate-middle {
    transform: translate(-50%,-200%)!important;
}
}


/*Back to top button End */








.centerpage{
	margin: auto;
  padding: 30px;
	text-align: center;
		  display: block;
  margin-left: auto;
  margin-right: auto;
}


.centerpage p{
	  line-height: 2.1;
  display: inline-block;
  vertical-align: middle;
	color: white;


}





.hide {
  display: none;
}

.myDIV{
		    text-align: center;
    color: rgba(255,255,255,1.00);
font-family: 'Druk Wide Medium';
}

#myBtn{
			    text-align: center;
    color: rgba(255,255,255,1.00);
font-family: 'Druk Wide Medium';
	
}

.myDIV:hover + .hide {
  display: block;


}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: transparent;
  margin: auto;
  width: 60%;
	border: none;
	   display: inherit;
}

/* The Close Button */
.close {
  color: rgba(2,191,243,1.00);
  float: right;
  font-size: 50px;
  font-weight: bold;
}


@media screen and (max-width: 992px){
	.close{
		  font-size: 30px;
	}
}

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





button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}



