.h3-top-header-for-c-python{
  font-size: 16px; color: #ffff00; 
  text-align: center; 
  font-weight: 700;
  background-color: #000033;
  padding: 5px; 
  border-radius: 5px; 
  text-transform: uppercase;
}
h3{
font-size: 16px; color: #ffff00; 
  text-align: center; 
  font-weight: 700;
  background-color: #000033;
  padding: 5px; 
  border-radius: 5px; 
  text-transform: uppercase;
}
.a-hover:hover
{
  color: inherit;
  font-weight: 800px;
  text-decoration: underline;
}
.h3-green
{
  color: green;
  font-weight: 800;
}
iframe{
  border: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 6px 6px 5px #999; 
  -webkit-box-shadow: 6px 6px 5px #999;
  -moz-box-shadow: 6px 6px 5px #999;
 
}
           
/****** TRY THIS BUTTON STYLE ENDS****/
.try-this-btn{
  background-color: #4CAF50; /* Green */
  border: 0.3px solid green;
  text-decoration: none;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  width: 120px;
  transition: all 0.2s;
  cursor: pointer;
}
.try-this-btn:hover{
	transition: all 0.2s;
	box-shadow: 6px 6px 5px #999; 
    -webkit-box-shadow: 6px 6px 5px #999;
    -moz-box-shadow: 6px 6px 5px #999;
}
.try-this-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}

.try-this-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  font-size: 16px;
  font-weight: 700;
  top: 0;
  right: -20px;
  transition: 0.2s;
}
.try-this-btn:hover span {
  padding-right: 20px;
}

.try-this-btn:hover span:after {
  opacity: 1;
  right: 0;
}

@media screen and (max-width:  520px){
.try-this-btn{
  background-color: #4CAF50; /* Green */
  border: 0.2px solid green;
  text-decoration: none;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  font-weight: 700;
  font-family: verdana;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  width: 110px;
  transition: all 0.2s;
  cursor: pointer;
}
.try-this-btn:hover{
	transition: all 0.2s;
	box-shadow: 6px 6px 5px #999; 
    -webkit-box-shadow: 6px 6px 5px #999;
    -moz-box-shadow: 6px 6px 5px #999;
}
.try-this-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}

.try-this-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.2s;
}
.try-this-btn:hover span {
  padding-right: 20px;


}

.try-this-btn:hover span:after {
  opacity: 1;
  right: 0;

}
}

/****** TRY THIS BUTTON STYLE ENDS****/


.paragraph{
  color: #000;
  font-family: Verdana;
  font-size: 16px; 
  text-align: justify;
}    
@media screen and (max-width:  520px){
.paragraph{
  color: #000;
  font-family: Verdana;
  font-size: 12px; 
  text-align: justify;
}
}  
comment{
	color: #9b9e9c;
	font-style: italic;
	font-size: 15px;
}
hr{
	 background-color: dimgrey;
    color: dimgrey;
    border: solid 1px green;
    height: 00px;
    width: 100%;
}
e{
	color: black;
	font-weight: 500;
	font-size: 14px; 
}
code{
  font-size: 22px;
  font-family: fantasy;
  font-weight: 600;
}
.code-red{
  font-size: 22px;
	font-family: fantasy;
	color: red;		
}
.code-blue{
	font-family: fantasy;
	color: blue;
	font-size: 22px;
	font-weight: 600;		
}
.code-green{
	font-family: fantasy;
	color: green;
	font-size: 22px;
	font-weight: 600;
}
.code-maroon{
	color: maroon;	
  font-size: 22px;	
	font-family: fantasy;
  font-weight: 600;
	

}
/******** index header <h1></h1> style starts******/

.Introduction-heading > h1{
	color: green;
	
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	transition-delay: 0.2s;	
}

@media only screen and (max-width: 600px) {
.Introduction-heading > h1{
	color: green;	
	text-align: center;
	font-weight: 800;
	font-size: 16px;
	transition-delay: 0.2s;
} 
}
/******** index header <h1></h1> style ends*********/

/* index below card view, Link in row style  starts */
 
.item-row:after {	
  content: "";
  display: table;
  clear: both;
}
.item-column {
  float: left;
  width: 33.33%;
  padding: 10px;
  
}
.item-column>h2{
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: justify-all;
}
.item-column> h2> a{
	text-decoration: none;
}


@media only screen and (max-width: 600px){
	.item-row:after{
		content: "";
		display: table;
		clear: both;				
	}
	.item-column{
  		float: left;
  		width: 100%;
  		padding: 10px;  		
  		font-size: 12px;
  		letter-spacing: 0.1em;  		
	}

	.item-column > h2{		
		font-size: 113px;
		font-weight: 600;
		cursor: pointer;
	}
	.item-column > h2> a{
		text-decoration: none;
	}
/* index below card view, Link in row style  ends */
a{
		text-decoration: none;
		color: black;
	}

