@charset "utf-8";
/* CSS Document */

@font-face {
  font-family:yekan;
  src: url('font/yekan-regular.eot');
  src: url('font/yekan-regular.eot?#iefix') format('yekan-regular-opentype'),
       url('font/yekan-regular.woff') format('woff'),
       url('font/yekan-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
font-family:yekan;
margin: 0;
}
.header {
    padding: 90px;
    text-align: right;
    background-color: #f5f3ea;
    background-position: left;
    background-repeat: no-repeat;
    color: black;
    background-image: url(55.gif);}
.header h1 {
font-size: 40px;
}
.menu {
overflow: hidden;
background-color:black;
top: 0;
}
.menu a {
float:right;
display: block;
color:white;
text-align:center;
padding: 14px 20px;
text-decoration: none;
}
.menu a.right {
float: right;
}
.menu a:hover {
background-color: #ddd;
color: black;
}
.menu a.active {
background-color: #666;
color: white;
}
.row {
display:flexbox;
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
}
.main {
flex: 70%;
flex: 70%;
background-color: white;
padding: 20px;
text-align: right;
font-size: 20px;
}

.footer {
padding: 20px;
text-align:right;
background: #ddd;
}
@media screen and (max-width: 700px) {
.row {
flex-direction: column;
}
}
@media screen and (max-width: 400px) {
.menu a {
float: none;
width: 100%;
}
}
