
#logo {
  display: inline-block;
  position: relative;
  width: 220px;
}


#logo img {
  width: inherit;
  height: auto;
}

#header {
  height: 100px;
}


#my {
  float: right;
  position: relative;
  height:100%;
}


#recentsCon a {
  margin: 2px;
}

#container {
  min-height: 100%;
  width: 100%;
}

#main {
  overflow: auto;
  min-height: 60vh;
width:100%;
max-width:100%;
margin-bottom: 100px;
background-size: auto 100%;
background-position-x:center;
background-repeat: no-repeat;
/*  backdrop-filter:blur(2px);*/
}




#unip,#mapnip {
  position: fixed;
  bottom:0px;
  right: 0px;
  border-top:2px solid darkgoldenrod;
height: 40vh;
}


#mapnip
{
    background-color:black;
  z-index:102;
}



#cha1 {


}

#cha2, #cha2 * {
  text-align: left;
max-width: 100%;
    vertical-align: top;
}

#footer {
  position: fixed;
  color: white;
  background-color: black;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  z-index:99;
}

#footer a {
  color: white;
}

#searchbar {
  border: none;
  font-size: 18px;
  line-height:16px;
  padding: 8px;
  padding-right: 0px;
  outline: none;
letter-spacing:.02em;
  margin: 0px;
overflow:hidden;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-color: transparent;
  background-size: 100% 100%;
  font-weight: 400;
}

#searchBtn {
  display: inline-block;
  background-color: transparent;
  vertical-align: middle;
  border: none;
  height: 20px;
margin:0px;
  float: right;
  box-shadow: none;
}

#searchBtn img {
  height: inherit;
  width: auto;
}

#seachPageBar .aun {
  width:80%;
}




  #logo {
    height: 100%;
    margin: 0px auto;
  }


    #seachPageBar {
      width: 80%;
      margin: 0px auto;
    }

    #seachPageBar .aun {
      width: 100%;
    }
