/*!
MENU
 */

body {
  padding-top: 5px;
}

@media (min-width: 992px) {
  body {
    padding-top: 5px;
  }
}

.imgind {
    height: 100px;
	width:  25%;
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);margin-bottom: 25px; 
	}
	
	.imgclient {
    width: 125px;
    height: 125px;
	border-radius: 25%;
	vertical-align: middle;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  
	}
	
.imgindex {
    height: 300px;
	width:  50%;
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  
	}

.centerimg {
display: block;
    margin-left: auto;
    margin-right: auto;  }

 .imgback {
    width: 95%;
    height: 400px;
    background-image: url('');
    background-size: cover;
    border: 1px solid black;
	margin-bottom: 40px;
	display: block;
    margin-left: auto;
    margin-right: auto; }
	
	.imgsub {    
    background-image: url('');
    background-size: cover;
   
	margin-bottom: 40px;
	display: block;
    margin-left: auto;
    margin-right: auto;  }
	
	.imgauthor {
    width:75%;
    height: 150px;
    background-image: url('');
    background-size: cover;
    margin-bottom: 15px;
	display: block;
    margin-left: auto;
    margin-right: auto;  }
	

h1
{	
font-size:30px;
	}
		
h2,h3,h4,h5 
{	
font-size:28px;
	}
	
p{text-align: justify;
font-size:20px;
line-height: 2.5;
padding: 15px;
}
.linone
{    position: relative;
    z-index: 1;
    margin-bottom: 1.3rem;
    padding-left: 1rem;
    font-size: 18px; 
    text-align:justify;
     line-height: 2.5;}
     
 
.linearli
{    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    padding-left: 2rem;
    font-size: 18px; 
    text-align:justify;
     line-height: 2.5;}
     
.linearli::after{
      content: "\2600";
      top: 0;
      left: 0;
      bottom: 0;
      position: absolute;
      color: #0811fb;
      width: 28px;
      height: 28px;
      border-radius: 35%;
      text-align: center;
      line-height: 2.5;
      z-index: 1; }
      
.lilist
{    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    padding-left: 2rem;
    font-size: 18px; 
    text-align:justify;
     line-height: 2.5;
}
     
.lilist::after{
      content: "\2601";  
      top: 0;
      left: 0;
      bottom: 0;   
      position: absolute;
      color: #0811fb;
      width: 28px;
      height: 28px;
      border-radius: 35%;
      text-align: center;
      line-height: 2.5;
      z-index: 1; 
      } 
         

.zoomhover {
    padding: 5px;
    background-color: transparent;
    transition: transform .1s;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.zoomhover:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

table, td, th {
    border: 1px solid black;
}

table {
    border-collapse: collapse;
    width: 60%;
}

th {
    text-align: center;
}
tr:hover {background-color:#f5f5f5;}


	html {
  font-family: Arial;
}

