
.navv{
	position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    }
.topnav {
  overflow: hidden;
  background-color: rgba(255,255,255,0.9);
}

.topnav a {
  float: right;
  display: block;
  color: #263238;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.logo{
    padding: 0 !important;
}
.active {
  background-color: rgba(255,255,255,0.9);
  color: #263238;
  float: left !important;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #263238;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .topnav.responsive .active{
    float: none !important;
    background-color: #ddd;
  }
}

@font-face {
    font-family: "myfont";
    src: url("../font/me.woff2");
}

body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 100%;
    font-family: "myfont", sans-serif;
    color: #263238;
    box-sizing: border-box;
    overflow-x: hidden;
}

footer {
  background-color: #263238;
  color: #cfd8dc;
  padding: 3%;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 1%;
}

#footer {
  /* height: 100vh; */
  display: flex;
  justify-content: space-evenly;
}

#footer h3 {
  border-bottom: 1px solid #cfd8dc;
}

#footer a {
  color: #cfd8dc;
  text-decoration: none;
  line-height: 1.4em;
}

#footer a:hover {
  text-decoration: underline;
}

footer p {
  margin: 0%;
  width: 100%;
  text-align: center;
  padding-top: 2%;
}

@media only screen and (max-width:45em) {
  #footer {
    flex-direction: column;
  }

  #footer h3 {
    width: 60%;
  }

  footer {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  #copy {
    margin-top: 10px !important;
    font-size: 12px !important;
  }
  #copyr{
    width: 12px;
  }
  
}