
#search-btn{
 /* position: absolute;
  top: 1em;
  right: 1em; */
 
  padding: 10px;
  
}

#search-btn:hover{
  
  cursor: pointer;
  
}
#search-overlay{
  display:none;
}
.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom:0 ;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  margin: 0; z-index:999;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization 
  background: #808080; width: 5px;
  */
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  height: 4.1em;
  border:0;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
  background-color: #fff;
  overflow: hidden;
}

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-box input[type="text"] {
  width: 90%;
  padding: 20px;
  color: #333;
  outline: none;
  font-size: 1.4em;
}

#search-button {
position: absolute;
top: 0;
right: 0;
height:65px;
width: 70px;
font-size:20px;
color: #fff;
text-align: center;
border-width: 0;
background-color: #f2bc32;
border-radius:0 50px 50px 0;
cursor: pointer;}


#close-btn{
  position: fixed;
  top: 1em;
  right: 1em; color:#f2bc32; font-size:25px; 
}
#close-btn:hover{
  color: #fff;  
  cursor: pointer;
  
}