/* 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; }

#news	{margin-left:70px;}


#news		{margin-left:70px;}

#news ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:#00293b; width:309px; border-radius:25px; 
}
#news  li {
  float: left;
}


#news li a, .dropbtn {
  display: inline-block;
  color: white;
 font-size:20px;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  font-family:Montserrat;
}
#news .active{
background-color: gray;
color: white;
}

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

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

#news .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;font-family:Montserrat;
}

#news .dropdown-content a:hover {
background-color: #00293b;
color:white;
}
#news .dropdown:hover .dropdown-content {
  display: block;
}


#aboutus  p 		{text-align:justify;}

#text		p 			{text-align:justify;}





 


#navi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #00293b; float:right; margin-right:150px; margin-top:-20px; 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;}





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

#contactus			{float:right; margin:-105px 60px;display:inline;}

#contactus	{text-align: center;
    }
        button {
           color:lightgoldenrodyellow;
            font-size: 16px; 
        } 
        .b1 { 
            background-color: grey; 
        } 
        .b1:hover { background-color:yellow; color:blue;}
        
     









