﻿/*_________Hiden Hamburger Menu Starts____________*/
.dropbtn {
position: float;
top:0vw;
right:2vw;

    background-color: transparent;
    color: white;
    font-size: 26px;
    border: none;
    cursor: pointer;
z-index: 6;
}


.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
/*    float: right;*/
    display: inline-block;
    text-align: left;
    position:  fixed;
    top: 2%;
    right: 13%;
    margin-top:0vw;
    background:transparent;
z-index: 5;
}

.dropdown-content {
    display: none;
    background-color: #3e8e41;
    min-width: 60px;
    overflow: auto;
    position: fixed;
    top: 1%;
    right: 30%;
    margin-right: 24vw;
/*    margin-top: 0vw;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
z-index: 5;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: underline;
    text-align: left;
    font-size: 18px;
    display: block;
z-index: 5;
}

.dropdown a:hover {background-color: green}
.dropdown-content a.active {color: yellow}

.show {display:block;}
/*_________Hiden Hamburger Menu Starts____________*/



/*_________Main Share Menu Starts____________*/
.dropbtn2 {
position: float;
top:5vw;
right:1vw;
width: 70px;
height: auto;
    background-color: transparent;
    color: white;
    font-size: 26px;
    border: none;
    cursor: pointer;
z-index: 6;
}

.dropbtn2: hover  {
     background: rgba(76, 175, 80, 0.3)
} 

.dropbtn2:focus {
     background: rgba(76, 175, 80, 0.3)
}

.dropdown2 {
position: fixed;
top:5vw;
right:1vw;
    font-size: 12px;
    text-align: center;
    color:white;
z-index: 5;
    
}

.dropdown2-content {
    display: none;
    position: absolute;
    background-color: #3e8e41;
    min-width: 10px;
    overflow: auto; 
    right: 8vw;
    top: 1vw;
z-index: 5;
}

.dropdown2-content a {
    color: white;
    padding: 6px 6px;
    text-decoration: underline;
    text-align: center;
    font-size: 18px;
    display: block;
z-index: 5;
}

.dropdown2:hover { background: rgba(76, 175, 80, 0.3)}
.dropdown2-content a:hover {background-color: yellow}


.show2 {display:block;}

/*_________Main Share Menu Ends____________*/

/*_________Hiden Share Menu Starts____________*/
.dropbtn3 {
position: float;
top:3vw;
right:9vw;
    cursor: pointer;
    width: 30px;
    height: auto;
background-color: transparent;
z-index: 6;
}

.dropbtn3: hover  {
    background-color: green;
} 

.dropbtn3:focus {
    background-color: #3e8e41;
}

.dropdown3 {
position: fixed;
top:2%;
right:2%;
margin-right:1vw;
margin-top:1vw;
    font-size: 12px;
    text-align: center;
    color:white;
z-index: 6;
    
}

.dropdown3-content {
    display: none;
    background-color: #3e8e41;
    position: fixed;
/*    min-width: 10px;*/
    width: 10px
    overflow: auto; 
    right: 3vw;
    top: 9vw;
z-index: 5;
}
.dropdown3-content a {
    color: white;
    padding: 6px 6px;
    text-decoration: underline;
    text-align: center;
    font-size: 18px;
    display: block;
z-index: 3;
}

.dropdown3:hover {background-color: #3e8e41}
.dropdown3-content a:hover {background-color: yellow}


.show3 {display: block;}

/*_________Hiden Share Menu Ends____________*/
