/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 15, 2022, 11:24:25 PM
    Author     : Dan
*/

 


.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
/*  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);*/
  /*background-color: rgb(0,0,0);*/
  /*background-color: rgba(73,73,230, 0.9);*/
/*background-image:  url('images/home6.jpg');*/
background-size: cover;
  overflow-y: hidden;
  transition: 0.5s;
}

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

.ab {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

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

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

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


#myProgress {
  margin: auto;
  width: 300px;
  height: 30px;
 background-color: rgb(192, 192, 192);
 border-radius: 15px;
}

#myBar {
  
  width: 10%;
  height: 100%;
 border-radius: 14px;

  background-color: #4CAF50;
 
}

.barlabel {
  text-align: center;
  line-height: 30px;
  color: white;
}