/* a:link { color:#AAAAFF; } */
/* a:visited { color:#7777FF; } */
/* a:hover {  color:#AAAAFF; } */
/* a:active { text-decoration:none; color:#80F080; } */
/* a:focus { text-decoration:none; color:#AAAAFF; } */


.top {
  position: relative;
}

.navi {
  margin-top: -2em;
  display: flex;
  justify-content: left;
  margin-bottom: 2em;
}
.navi div img {
  width: 32px;
  height: 32px;
}
img.middle {
  vertical-align: middle;
}

.aka {
  position: absolute;
  top: 220px;
  right: 15px;
  width: 350px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  z-index: 5;
}
.aka img {
  width: 350px;
}

.dropbtn {
  font-weight: bold;
  border: none;
  display: inline-block;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-left: 200px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #444;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(4,4,4,0.2);
  z-index: 2;
  /* margin-left: 37px; */
}

.dropdown-content a {
  /* color: black; */
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content div {
  /* color: black; */
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #666;}
.dropdown-content div:hover {background-color: #666; cursor: pointer; }

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
  cursor: pointer;
  }





/* .logoTitle { */
  /* text-align: center; */
  /* width: 600px; */
  /* margin: auto; */
/* } */
.logoTitle {
  position: relative;
  text-align: center;
  width: 1200px;
  aspect-ratio: 1200 / 357;
  margin: auto;
  background-image:url('/images/solar-system-g4f064534b_1920.png');
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 2em;
  /* font-weight: bold; */
}
.logoTitle div {
  padding-top: 4em;
  color: #eee;
}

#top_navi {
  overflow: auto;
}
.top_title {
    margin-bottom: 15px;
		text-align: center; 
    font-size: 1.1em; 
    font-weight: bold; 
    color:#cccccc;
		}
.top_logo {
		width:600px; 
    /* height:66px; */
		/* background-image:url('images/AKA-Logo-2.gif'); */
    margin:auto;
		} 

.aka_logo {
  width:600px; 
  margin:auto;
}
  
#hh {
  display: none;
}

.bottom { 
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  }

@media screen and (max-width: 600px) {

  .navi {
    display: flex;
    display: none;
    margin-top: 4em;
    /* padding-top: 0.5em; */
    /* padding-bottom: 2em; */
    position: fixed;
    width: 94%;
    margin-left: 3%;
    background-color: rgba(50, 50, 50, 0.9);
    z-index: 2;
    float: none;
    height: auto;
    text-align: center;
  }

.navi a {
	display: block;
	width: 46%;
	padding: 0.2em;
	margin: 0.5em 0em 0.5em 0em;
	float: left;
}

.logoTitle {
  /* width: 88%; */
  width: 100%;
  float: left;
  font-size: 1.5em;
  /* aspect-ratio: 327 / 1200; */
}
.logoTitle div {
  padding-top: 1.2em;
}
.aka {
  display: none;
} 
  #top_navi {
  }
  
  .top {
    /* margin-bottom: 1em; */
  }

  .top_title {
    margin-bottom: 0px;
    font-size: 1em; 
    }
      
  .top_logo {
    width: 100%;
    margin: 0px;
  }

  .aka_logo {
    width: 100%;
    float: left;
  }
  .aka_logo img {
    width: 100%;
  }
  
  #hh {
    position: absolute;
    overflow: auto;
    width: 10%;
    display: block;
    /* padding-top: 2vw; */
    right: 4vw;
    top: 4vw;
  }
  
  .bottom {
    padding-bottom: 3vw;
  }

.dropdown {
  margin: 4vw;
}

.dropdown-content {
  display: none;
}

.dropdown-content a {
  /* color: black; */
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content div {
  display: none;
}
.dropdown-content a:hover {background-color: #666;}
.dropdown-content div:hover {background-color: #666; cursor: pointer; }

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
  cursor: pointer;
  }


}
