body{
  margin: 0;
}
.red span{
  color:#fff;
  margin-left: 15px;
}  
.blue h1 {
  font-size: 22pt;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 2;
  color: #fff;
  opacity: .78;
}


.blue h2{

  margin-top: 100pt;
}

.blue h3{
  margin-top: 30pt;
  margin-bottom: 30pt;
  font-size: 16pt;
  color: #000;
}

.admission{
   height: 650px;
  width: 45%;
 margin-bottom: 60px;
margin-left: auto;
margin-right: auto;
}

.member{
  font-size: 22pt;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 2;
  color: #000;
  opacity: .78;}

h2 {
  font-size: 20pt;
  
}

h3{
  color:#87ceeb;
  font-size:15pt;
  margin-top: 50px;
  margin-bottom:0px;
}

p{
  font-size:12pt;

  
}

.blue img {
  margin: 0px;
  z-index: 1;
  width: 100%;
  height: 140pt;
  position: relative;
}

.moon{
  height: 270px;
}

section {
  margin: 0 auto;
  width: 100%;
  
}

.WebScreen {
  display: none
}

.red {
  width: 100%;
  height: 50px;
  background: #000;
}

.blue {
  width: 100%;
  top: 50%;
  text-align: center;
  
}

.green {
  margin-bottom:30%;
  width: 100%;
   
  
}
.green div{
  margin-right:10%;
    margin-left:10%;
}

.green h2{
  text-align:left;
  color:#1e90ff;
  margin-left:6%;
  
  
}

 .green a{
    color:#00ff00;
  }

.place {
  width:100%;
  
}

.map{
  display: inline-block;
  width:100%;
  margin-bottom: 50px;
}

article {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  margin-left: 40px;
  padding: 15px;
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.footer {
  color: #fff;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 8%;
  padding-top:.5%;
  padding-bottom:50px;
  background-color: #303030;
  text-align: left;
}
.footer h3{
  font-size: 15pt;
  margin-bottom: 18pt;
}

@media screen and (min-width:550px) {
  p{
  font-size:14pt;
  
}
  
  .blue h1 {
    font-size: 40pt;
    top: 90px;
  }
.blue img {
 
  height: 280pt;
  
}



  .member{
  font-size: 40pt;
  top: 40px;
}
  h2 {
    font-size: 27pt;
  }
  .WebScreen {
    display: none
  }
  .red {
    height: 55px;
    background: #000;
  }
  
  .green{
    margin-bottom:20%;
  }
  
   .green div{
    margin-right:10%;
    margin-left:10%;
    display:inline-block;
     
  }
  
  #gframe {
    margin-right:0%;
    width:40%;
  }
  
  .map{
    width:45%;
    float:right;
    
  }
  
  .green h2{
  text-align: center;
}

  .footer{
    padding-left:0;
  }
  .insidefooter {
    margin-left:15%;
  } 
  .hte{
    display:inline-block;
    width:20%;
    vertical-align:top;
  }
  
@media screen and (min-width:1200px) {
  .blue h1 {
    font-size: 80pt;
    top: 150px;
  }


  .member{
  font-size: 100pt;
  top: 70px;
}
.blue img {
 
  height: 400pt;
  
}


  h2 {
    font-size: 40pt;
  }
  .smallscreen {
    display: none;
  }
  .red {
    color:#000;
    text-align: center;
    height: 60px;
    background: #000;
    
  }
  .WebScreen {
    display: inline-block;
    text-align: center;
  }
  button {
    display: inline-block;
    padding: 20px;
    border: none;
  }
  
  .red a {
    text-decoration: none;
    font-size: 12pt;
    
  
  }
  
  .tab{
    color:#000;
  }
  
  .subtab {
    
    color:#fff;
    opacity:.7;
  }

  
  .blue {
    width: 100%;
    display: block;
    
  }
  .green {
    width: 100%;
    display: inline-block;
    margin-bottom:10%;
  
  }
  
  .green div{
    margin-right:15%;
    margin-left:15%;
  }
  
  .green h2{
    font-size:30pt;
    
  }
  .h2margintop{
    margin-top:10%;
  }

  
  
nav {
  
  text-align: center;
}
nav > ul {
  
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  background: #ddd;
  border-radius: 5px;
  color:;
}
  
 
nav > ul > li {
  float: left;
  width: 200px;
  height: 65px;
  line-height: 65px;
  position: relative;
  text-transform: uppercase;
  
  cursor: pointer;
}
nav > ul > li:hover {
   
  background: #d5d5d5;
  border-radius: 5px;
}

ul.drop-menu {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  padding: 0;
}
ul.drop-menu li {
  opacity: .9;
  background: #000;
  color: rgba(255, 255, 255, 0.7);
}
ul.drop-menu li:hover {
  background: #606060;
}
ul.drop-menu li:last-child {
  border-radius: 0px 0px 5px 5px;
}

ul.drop-menu li {
  display: none;
  
}

li:hover > ul.drop-menu li {
  display: block;
  position:relative;
  z-index:3;
  
}
  
  .footer{
    
  }
