﻿/*body
@viewport {
width: device-width;
zoom: 1.1;
min-zoom: 0.8;
max-zoom: 2;
user-zoom: fixed;
}

{ 
 background-color:#f4faff;
 /*text-align:center;*/
}
h1 {
color:grey;
}

h3 {
font-size:120%;
font-weight:normal;
color:blue;
}

h2 {
color:green;
}


h4{
color:#006400;
}

h5{
color:red;
}

p {
  font-weight:lighter;
  font-size:125%;
  }

#englishlogo {
text-align:left;
font-size: 180%;
color: darkblue;
background-color: transparent;
}

#unicodeenglishlogo {
text-align:left;
font-size: 0%;
  color: darkblue;
  background-color: transparent;
}

#punjabilogo {
 text-align:left;
  font: 125% GurbaniAkhar;
  color: blue;
  background-color: transparent;
  }

#unicodepunjabilogo {
 text-align:left;
 font-size: 0%;
  color: blue;
  background-color: transparent;
  }

a:link,a:visited{
	display:block;
	color:blue;
	width: auto;
	text-align:center;
	padding: 0px 0px;
	text-decoration:none;
	 }    

a:hover,a:active  {
	}

#divide
{
margin:0px;
background-color:#668CFF;
margin-top:1px;
margin-bottom:1px;
height:1px;
}

#punjab {
color: black;
font:  120% GurbaniAkhar;
}

#punjabauthor {
color:black;
font:  120% GurbaniAkhar;
}

#english {
font: 120% Times New Roman, serif;
color: darkblue;
}

#englishauthor {
font: 1em Georgia,Times New Roman, serif;
font-weight:lighter;
color: black;
}

#sidebarpunjab {
color: black;
font:  120% GurbaniAkhar;
}

#meaning {
color:#000080; 
font-size:125%;
}


a:link.sidelist {
	display:inline;
	padding: 0px 0px;
	font-size: 120%;
	width: auto;
	color:green;  
	text-decoration:none;
	}

a:visited.sidelist {
	display:inline;
	padding: 0px 0px;
	font-size: 120%;
	background-color:none;
	color:blue;
	width: auto;
	}

a:hover.sidelist {
	display:inline;
	padding: 0px 0px;
	font-size: 120%;
	background-color:none;
	color:green;
	}

a:active.sidelist {
	display:inline;
	padding: 0px 0px;
	font-size: 120%;
	background-color:none;
	color:green;
	}

a:link.sidelisteng {
	display:inline;
	padding: 0px 0px;
	font: 120% "Times New Roman", serif;
	color:green;  
	text-decoration:none;
	width: auto;
	}

a:visited.sidelisteng,a:hover.sidelisteng,a:active.sidelisteng  {
	display:inline;
	padding: 0px 0px;
	font:  120% "Times New Roman", serif;
	background-color:none;
	color:blue;
	width: auto;
	}

#linksidebar {
background-color:#f4faff;
padding: 0px 0px;
font:  20px/100% GurbaniAkhar;
}


/* Editing by amit 12 aug 2019 */

.book h2,
.book h3,
.book p
{
margin:0px !important;
}

.book h2
{
    line-height: 5px !important;   
}

.book h3{
    line-height: 0px;
    margin: 50px 0px 15px 0px !important;
}

.book p {
    line-height: 32px;
}
.ccontent{
    margin-top:60px;
}
.ccontent h2,h3{
    text-align:left;
    width:100%;
}
@media only screen and (max-width: 540px){
    .ccontent h2,h3
    {
    width: 100%;
    text-align:left;
    }
}