@font-face {
    font-family: Vazir;
    src: url('assets/fonts/Vazir.eot');
    src: url('assets/fonts/Vazir.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Vazir.woff2') format('woff2'),
         url('assets/fonts/Vazir.woff') format('woff'),
         url('assets/fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html , body {
    min-height: 100%;
}
body{
    background: url(assets/img/bg.jpg) center center no-repeat;
    background-size: cover;
    font-family: Vazir,sans-serif,tahoma;
}
.row-vertical {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box {
    background-color: rgba(255,255,255,.8);
    border-radius: 10px;
    position: relative;
}

.box::after {
    content: " ";
    display: block;
    width: 94%;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    background-image: url(assets/img/name.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 170px;
    margin-left:  3%;
    margin-right: 3%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.typography {
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.61);
    color: rgb(241, 90, 49);
}

.rounder .btn {
    border-radius: .5rem;
    font-size: 1.5rem;
}

.rounder .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rounder .btn:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.text-70 {
    color: rgba(255,255,255,.7);
}

@media (max-width:768px){
    .rounder .btn {
        font-size: 1.25rem;
    }
}

@media (max-width:1200px){
    .rounder .btn {
        font-size: 1.25rem;
    }
}

@media (max-width:400px){
    .rounder {
        flex-direction: column;
        padding: 10px;
        margin-bottom: 0!important;
        padding-bottom: 0!important;
    }
    .rounder .btn {
        border-radius: 10px!important;
        margin-bottom: 10px;
    }
}
