
/*style for academics pages*/
 @media only screen
    and (min-device-width : 480px)
    and (max-device-width : 768px) {
      .hello{
        float: center;
      }
    }
    /*style for nav bar*/
    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {
      .logo2{
        display: none;
      }
    }
    /*index page image footer*/
    /* @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {
      .logo{
        display: none;
      }
    }*/
    /*index page image footer*/
  
.H1{
	background-color: #76b947;
	
}

.hello{
	padding: 3px;
	border: 4px solid black;
	color: darkgreen;
}
/*for the buttons in list*/
.accordion {
  
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}



.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
/*//for button*/
/*for list*/
.L1:hover{
  background-color: lightgreen;
}
/*for table*/
table,tr,td,th{
  border: 1px solid black;
  
}
.table2 {
        border-collapse: collapse;
        
    }

    .table2 td {
        border: none;
    }
    .table2 tr {
        border: none;
    }
/*for body*/
body,head{
  font-family: serif;
}
/*for shadow on academic page*/
.b1 {
  border: 1px solid;
  padding: 10px;
  
}
.b2 {
  border: 1px solid;
  padding: 10px;
  
}
/*for all p,li text*/

/*for button*/
.b3{
  font-size: 30px;
}
/*for sub heading*/

.T1{
    width: 700px;
    height: 500px;
}
.b5{
  
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color:#77bb77;
  }
.button {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}  
.nav-menu a {
  display: block;
  position: relative;
 
padding: 0px 6px 0px 6px ;
  transition: 0.3s;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}

