*{
  margin: 0px;
  padding: 0px;
}
#logo{
  height:150px;
  background:url("images/Headbackd.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
  #logo h1{
  padding-top:25px;
  text-align: center;
  font-size: 3rem;
  color: white;
}

#logo-image {
  float: left;
  padding-left: 2rem;
  margin: 1 rem;
}

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

.topnav {
  overflow: hidden;
  border:1px;
}

.topnav a {
  float: left;
  color: gray;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

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

.topnav a.split {
  float: right;
  color: white;
}
#contry-image {
  height: 15px;
  align: center;
}
.topmenubtn {
  background-color: white;
  color: white;
  padding: 1px;
  font-size: 12px;
  border: none;
}
.topmenu {
  position: relative;
  display: none;
}
.topmenu-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.topmenu-content a {
  color: black;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}
.topmenu-content a:hover {
background-color: #ddd;
}
.topmenu:hover .topmenu-content {
display: block;
}
.topmenu:hover .topmenubtn {
background-color: #3e8e41;
}
#topmenu-image {
  width: 25px;
  align: center;
}

aside {
  display: block;
  border-radius:1.2rem;
  padding: 15px;
  width: 180px;
  height: auto;
  margin-left: 15px;
  float: left;
  font-style:italic;
  background-color: lightgray;
  }

aside a {
  font-size:0.7rem;
}
aside h4 {
  font-size:1rem;
}
aside h5 {
  font-size:0.8rem;
}
section {
  display: flex;
  padding-left: 15px;
  margin-left: 15px;
  flex-wrap: wrap;
  min-height: 580px;
}
iframe {
  border: none;
  width: 800px;
  height: 100%;
}
fotter hr {
  height:2px;
  border-width:0;
  color:gray;
  background-color:gray;
}
.botn {
  overflow: hidden;
  float: center;
  color: gray;
  text-align: center;
  text-decoration: none;
  padding: 14px 16px;
  font-size: 12px;
}

@media screen and (max-width: 800px) {
  #logo{
    height:90px;
  }

  .topnaf a {
    float: none;
    width: 100%;
  }
  #logo h1{
  padding-top:25px;
  text-align: center;
  font-size: 1rem;
  color: white;
  }
  aside {
   display: none;
  }
  iframe {
  width: 600px;
  }
  .topnav {
   display: none;
  } 
  .topmenu {
   position: relative;
   display: inline-block; 
  }
}