
.mySlides {
}
.mySlidesImg {
	direction: rtl;
height: 700px;
    width: 100%;
	display: inline;
}
  h1{
font-family: 'Bellefair', serif;
    background-color:silver ;
	font-size: 23px;
    color: white;
    padding-left: 20px;
    padding-right:20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a:link, a:visited {
font-family: 'Bellefair', serif;
    font-size: 23px;
    background-color: black;
    color: white;
    float:top;
    padding: 12px 13px;
    text-align: right;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active {
    background-color: #008CBA;
}
.bar
{
overflow-x: ; 
 direction: rtl;
position: fixed;
 z-index: ; 
    top: 0;
 margin: 1px;
width: 100%;
display: block;
   background-color: black;  
   	text-align:center;
   }
 .content {
    background-color: #ddd;
    padding: ;
    height: ; 

}  



 .footer {
 font-family: 'Bellefair', serif;
    background-color: #f1f1f1;
	font-size: 16px;
    color: ;
    padding: 10px;
    text-align: center;
}
