#ip2 {
    border-radius: 25px;
    border: 2px solid #000000;
    padding: 20px;
    width: 200px;
    height: 15px;
}
.frame {
    position: relative;
    height: auto;
}


.overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    /*margin-left: 10%;*/
    margin-top: 5%;
}
.overlaybody {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    /*margin-left: 10%;*/
}
.overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    /*margin-left: 10%;*/
    margin-top: 5%;
    color: white;
    margin-left: 25%;
    font-size: 20px;
    font-weight: bold;
    font-family: cursive;
    width: 100%;
    min-width: 100%;
}
.footercolor {
    color:#FFFFFF;
}

.ethionav {
    color: chocolate;
    font-size: medium;

    padding: 10px;

}
.ethionav a{
    color: darkgrey;
    font: outline;


}

.ethionav a :active{
    color: white;



}
.dropdown {
    position: relative;

    display: inline-block;

  }
.dropdown button {
    background-color: transparent;
    color: chocolate;
    font-size: medium;
    padding-left: 10px;
    padding-right: 10px;

    border: none;
  }

  /* The container <div> - needed to position the dropdown content */


  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    background-color: white;
    color: chocolate;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 14px;

    display: block;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: chocolate; color: white;}

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}

  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: rgba(255,255,255,0);}
