/* CSS Document */
body        				{background-color: #F1F3CE;}

h1, h2, h3 					{font-family:Open Sans, arial, Helvetica, sans-serif;} 

#wrapper 					{width:900px;margin:10px auto; }

#top							{float:left;}
#top		ul					{float:right; margin-left:190px;margin-top:25px; }

#top	 ul li				{display:inline; list-style-type:none; margin:0 0; padding:0 2px; }


#navi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #00293b; float:right; margin-right:51px; margin-top:10px; border-radius:25px;
}

#navi li 					{float: left;}
		
#navi li a, .dropbtn 			{
  									display: inline-block;
 								 	color: white;
 									font-size:20px;
  									text-align: center;
 									 padding: 10px 20px;
  									text-decoration: none;
											}

#navi li a:hover , .dropdown:hover .dropbtn{
  						background-color: #00293b;
  						color: white;
							}

#navi .dropdown-content {
  display: none;
  position: absolute;
  background-color: lightblue;
  min-width: 160px;
  box-shadow: 5px 8px 10px 0px black;
  margin-left:18px;
 }

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

#navi   .dropdown-content a:hover {
background-color: gray;
color:white;
}

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

#navi {clear:both;}

#cont	{margin-left:40px; margin-top:40px;}

#cont p h3	{ font-family:Montserrat; font-size:18px;  }

#cont	{width:360px;}

#cont  {clear:both;}

#memb		h2 {float:right; margin-right:50px; margin-top:-340px;font-family:Montserrat;color:#00293b;}

#memb		a img {float:right; margin-right:90px;margin-top:-300px;  }

#memb		h5{width:200px; float:right; margin-top:-130px; text-align:center;  margin-right:40px; }


#memb			{margin-right:50px;}


#footer 			{clear:both; padding: 10px 0; text-align:center;}

#contactus			{float:right; margin:-105px 60px;display:inline;}
#contactus2 				{float:right; margin:70px -510px;}	
#contactus	{text-align: center;
  		}
        button {
           color:lightgoldenrodyellow;
            font-size: 16px; 
        } 
        .b1 { 
            background-color: grey; 
        } 
        .b1:hover { background-color:yellow; color:blue;}
        
        


