@import url('https://fonts.googleapis.com/css?family=PT+Serif:300,400,400i,700,700i|Raleway:300,400,500,500i,700|Ranga:300,400,700&display=swap');

/*
font-family: 'Raleway', sans-serif;
font-family: 'Ranga', cursive;
font-family: 'PT Serif', serif;
*/

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-It.woff2') format('woff2'),
        url('../fonts/MinionPro-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}



* {
    margin: 0;
    padding: 0;
}

a, a:hover, a:focus {
    text-decoration: none;
}
body, html {
    height: 100%;
}

.land-header {
    position: relative;
    background: url(assets/img/banar.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 550px;
    height: 100%;
    padding: 45px;
}


.banar-area {
    background: rgba(31, 48, 130, 0.9);
    display: table;
    width: 100%;
    height: 100%;
}

.banar-area-tablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.banar-text {
    padding: 0 10px;
}

.banar-text img {
    display: block;
    width: 100%;
}


.language-change-btn {
    margin-top: 150px;
}

.language-change-btn a {
    display: inline-block;
    font-size: 48px;
    font-family: Helvetica,Arial,sans-serif;;
    line-height: 1;
    padding: 5px 20px;
    color: #cdcdcd;
    background: #870000;
    border-radius: 15px;
    margin: 0 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 3px solid transparent;
    font-style: italic;
    -webkit-box-shadow: 1px 2px 2px #000;
            box-shadow: 1px 2px 2px #000;
}

.language-change-btn a:hover {
    background: #fff;
    border: 3px solid #870000;
    color: #870000;
}