@font-face {
  font-family: MageyHuseynu;
  src: url("fonts/MageyHuseynu-Regular.woff");
}

@font-face {
  font-family: MageyHuseynu2;
  src: url("fonts/MageyHuseynu-Regular.woff2");
}

.edhey_box{
    direction: rtl;
    height: 500px;
    background-image: url(../images/red-paper-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px 6px;
    overflow: auto;
}

.edhey_logo{
    width: 100%;
    height: 300px;
    background-image: url(../images/edhey-banner-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 25px;
}
.edhey_title{
    text-align: right;
    font-family: MageyHuseynu !important;
    direction:rtl;
    color: #ffff;
    max-width: 215px;
    margin: auto;
    font-size: 20px;
}
.edhey_tags{
    color: #ffff !important;
    max-width: 600px;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}
.edhey_tags a{
    color: #ffff !important;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px !important;
}

@media (max-width: 800px) {
    .edhey_tags a{
        color: #ffff !important;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 10px !important;
    }
    .edhey_box{
        margin: 20px 0px;
    }

}