﻿﻿﻿article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
.topDiv {
    position: fixed;
    background-color: white;
    display: table;
    z-index: 1;
    width: 100%;
    top: 0px;
}

figure {
  
  padding: 1px;
  margin: auto;
}

figcaption {
  color: black;
  font-style: italic;
  padding: 1px;
  text-align: right;
}
     
/* Header */

.html5Header {
    height: 200px;
    width:100%;
   
    background-repeat:no-repeat;
  background-position: center;
    
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
			  text-align:right;
  background-color: #d0dbd6;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 8px;
  direction:rtl;
  text-align:right;
}

.sidenav a {
  padding:7px !important;
 text-align:right;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  display: block;
  transition: 0.3s;
  width:100%;
	font-size:16px;
}
.sidenav ul li  {
  text-decoration: none;
  font-size: 17px;
  color: #000;
  display: block;
  transition: 0.3s;
  width:100%;
	 text-align:right;
  direction:rtl;

}
.sidenav ul  {
  margin:3px !important;
	padding:3px !important;
  width:100%;
	 text-align:right;
  direction:rtl;

}
.sidenav a:hover {
  
  background-color:#d6f4ff
    
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}



.BackLinkBox{
    direction:rtl;padding:5px;margin:5px; border:solid;border-color:antiquewhite;
}
.PageLinkKeywordBox{
    font-family:Tahoma;
    direction:rtl;  border:solid;border-color:antiquewhite;
    padding:8px;margin:8px;font-size:16px; 
 }
.PageLinkKeywordBox_a{
    font-family:Tahoma;
    direction:rtl; 
    padding:5px;margin:5px;font-size:16px; 
 }
.BackLinkTag_a{
    
     display: inline-block;list-style-type: none;padding:5px;margin:5px;font-size:16px; 
}
.PageFooterBox
{
    font-family:Tahoma;
    direction:rtl;
    padding:5px; font-size:16px; 
    background-color:#daf7f3;
}
/*  _____________  */


/* section article */

article figure img 
          {
              width:auto;
			   display: block;
    margin: 0 auto;
          }
img 
          {
              width:auto;
			   display: block;
    margin: 0 auto;
          }
		 
		.article {
			color:black;
            width:auto;
            
            clear: left;
            display: inline-block;
            line-height:25px;
          
			            margin:8px;

           
            text-align:justify;
            direction:rtl;
font-family:Tahoma;
			
            font-size:16px;
			padding:5px;
		}
		.h1Article {
			color: green;
            font-size:larger;
		}
         

/* end article section */

/* __________  ____________-- */

/* Mobile Styles */
@media only screen and (max-width: 400px) {

	.html5Header {
    height: 200px;
    width:100%;
    
    background-repeat:no-repeat;
  background-position: center;  
}
	
  body {
  /*  background-color: #F09A9D; /* Red */
	  padding:2px;
	  margin:2px;
	  font-size:17px !important;
	  
	  
  }
	 .sidenav {padding-top: 16px;}
  .sidenav a {font-size: 16px;}
	

    article figure img 
          {
  width: 100% !important;
  float: left;
  clear: both;
	}
	img 
          {
  width: 100% !important;
  float: left;
  clear: both;
	}
	
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
	article figure img 
          {
  width: 100% !important;
  float: left;
  clear: both;
          }
	img 
          {
  width: 100% !important;
  float: left;
  clear: both;
          }
		.html5Header {
    height: 200px;
    width:100%;
   
    background-repeat:no-repeat;
  background-position: center;  
}
	
  body {
	    padding:2px;
	  margin:2px;
	  font-size:16px !important;
  /*  background-color: #F5CF8E; /* Yellow */
	}
	     
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {

  body {
	    padding:0px;
	  margin:0px;
	  font-size:16px !important;
  }
	article figure img 
          {
              width:auto;
			   display: block;
    margin: 0 auto;
          }
	img
	{
		width:auto;
		 display: block;
    margin: 0 auto;
	}
}

/* __________end  ______________*/
h2
{
	margin-top: 10px; width: 100%; height:45px; border-radius: 3px; background: #ff0084; background: -webkit-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); background:linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	
	
  color:#fff;
  text-align:center;
  font-family:tahoma;
}
.btnCallG1 {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 2px;
  cursor: pointer;
  border-radius:25px;
  font-family:tahoma;
  font-weight:bold;
position: fixed;
    bottom: 95px;
    left: 2px;
    z-index: 1;
   
  }
.btnCallG2 {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 2px;
  cursor: pointer;
  border-radius:25px;
  font-family:tahoma;
  font-weight:bold;
position: fixed;
    bottom: 146px;
    left: 2px;
    z-index: 1;
  }
.btnCallG3 {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 2px;
  cursor: pointer;
  border-radius:25px;
  font-family:tahoma;
  font-weight:bold;
position: fixed;
    bottom: 196px;
    left: 2px;
    z-index: 1;
  }
.btnCallG4 {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 2px;
  cursor: pointer;
  border-radius:25px;
  font-family:tahoma;
  font-weight:bold;
position: fixed;
    bottom: 246px;
    left: 2px;
    z-index: 1;
  }