.one,.two,.three{padding-top:30px; backgrouncolor:grey;}
h2 {text-align:center;color:grey;}
h1
{text-align:center;color:darkgrey;}
.material-icons.md-48 {font-size:48px; color:blue;width:auto;margin:0 auto;position:absolute;left:650px;padding-bottom:10px;}
button{color:#00d00gg;border-radius:10%;}
body {
    margin: 0 ;
    background-color:white;
    color:black;
}
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000000;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
}
ul.topnav li {
    float: left;
}
ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px 16px 15px 16px;
    text-decoration: none;
}
ul.topnav li.active {
    background-color: #00d0ff;
    color: white;
    padding-bottom: 3px;
}
ul.topnav li.active:hover {
    background-color: #00d0ff;
    color: white;
    padding-bottom: 3px;
}
ul.topnav li a:hover:not(.active) {
    background-color: white;
    color: #00d0ff;
    box-shadow: 3px 3px 3px #00d0ff;
}
.logo {
    float: left;
    color: #00d0ff;
    text-align: center;
    padding: 0px 450px 0px 16px;
    font-size: 40px;
}
.logo2 {
    float: left;
    color: #00d0ff;
    text-align: center;
    padding: 0px 600px 0px 16px;
    font-size: 40px;
    display: none;
}
.con {
    padding-right: 0px;
}

.big-name {
    text-align: center;
    font-size: 50px;
    width: 100%;
    margin: 0 auto;
    color: #00d0ff;
    padding-top: 325px;
}
.dropbtn {
    background-color: #000000;
    color: #00d0ff;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: none;
 
}
.dropdown {
    position: relative;
    display: inline-block;
    z-index: 2;

}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px #00d0ff;
    z-index: 1;
}
.dropdown-content a {
    color: #00d0ff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color:#00d0ff;
    color: #000000;
    padding-bottom: 3px;
}
.dropdown:hover .dropdown-content {
    display: inline;
    position: absolute;
    top: 0px;
    right: 50px;
}
.rename{ color:#00d0ff;background-color: #000000;display:none;padding-top:5px; padding-bottom:5px;margin:0;font-size:40px;}
@media screen and (max-width: 600px) {
   
	ul.topnav li {
        float: left;
    }
    .con {
        padding: 10px 10px;
    }
    .gal {
        padding: 10px 10px;
    }
    .active {
        margin: 10px 10px;
    }
    .logo {
        padding-right: 100px;
    }
    .topnav {
        display: none;
    }
    .rename{display:block;font-size:30px;padding:10px 0px;height:36px;width:auto;}
    .dropbtn {
        display: inline;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .dropdown {
        width: 100%;
        position: fixed;
        top: 0px;
        right: 0px;
    }
    .renav {
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: #000000;
    }
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}