
.course{
        white-space:pre-wrap;

		text-align:justify;

		font-size: 1.2em;

		font-family:serif;

          font-weight: 500;

            line-height:1.75em;

            color: inherit;
		
		text-overflow: ellipsis;
		
		-webkit-line-clamp: 4;
		
		display: block

	}

.dropbtn {
  /*background-color: transparent;
  opacity: 1;
  font-weight: 500;
  color: #4d4d4d; 
  padding-top: 31px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 5px;
  font-size: 12px;
  border: 1px;
  cursor: pointer; */
  
}


.dropdown {
  position: relative;
  display: inline-block;
  left: 0;
}


.dropdown-content {
  display: none;
 
  position: absolute;
  background-color:#9999ff ;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content a {
  color: black;
  border:1px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #99ddff}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  /*background-color:#cccc00;*/
}

 .h6{	
  text-align:justify;
  background-color:#f2f2f2;
  padding-right:20px;
  word-break:break word;
  font-family:Times New Roman;
  font-size: 1.2rem;
  }
  .heading2{
   padding-right:20px;
  color: black;
  background-color:#99ccff;
}

.course1{white-space:pre-wrap;
	text-align:justify;
	font-size: 1.5em;
	font-family:serif;
        line-height: 2;
        color: black;
        border:1px;
	}

.poem{ white-space:pre-wrap;
	text-align:center;
	font-size: 1.2em;
        line-height: 1.75;
        color: black;
        border:1px;
	max-height: 8.3em; 
	overflow:hidden;
	background-color:#e6ffff;
        Padding:20px;
	}

.poemtitle{
	white-space:pre-wrap;
	text-align:center;
	font-size: 2em;
        line-height: 1.75;
        color: #734d26;
	}
.author{
	white-space:pre-wrap;
	text-align:center;
	font-size: 1.5em;
        line-height: 1.75;
        color: #00001a;
       
	}
.responsive{
     width: 100%;
     height: auto;
      }

.header{
      color: #1c87c9;
      font-size: 20px;
      font-weight: bold;
      text-align:center;
      font-family: sans-serif;
      }
      @keyframes blinker {  
      50% { opacity: 0; }
      }