@font-face {
    /*font-family: alimamashuheiti;
    src: url('../fonts/alimamashuheiti.ttf');

     */
}

body {
    /*font-family: 'alimamashuheiti', sans-serif;*/
    font-family: 'pingfang sc', sans-serif;
    color: #fff;
    /*background-color: #000;*/
}

a, p {
    color:#fff;
}

a {
    text-decoration: none;
}

.btn {
    border: none;
}

.footer-mobile {
    position: fixed;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0px;
    background: transparent;
    /*
    height: 100px;
    line-height: 40px;
    */
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.nav-pills .nav-link,
.nav-pills .nav-link.active
{
    color: #fff;
    background-color: transparent;
}
.nav-item {
    flex: 1;
}
.nav-link-label {
    font-size:10px;
    color: #fff;
}

.logo-space {
    /*height:420px;*/
    height: 60vh;
}

.form-space {
    height:20vh;
}

h2 {
    font-size: 2em;
}

button.btn-primary {
    border-radius: 38px;
    /*background-image: linear-gradient(to right, #5455F6, #856BFA, #8F71E9);*/
    background:#fff;
    color: #000;
    padding:5px 30px;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}

.nav-link {
    color: #fff;
    margin:0 30px;
}

.link-primary {
    color: #fff;
}

.imageBox {
    position: relative;
}

.imageBox .hover-Img {
    position: absolute;
    display: none;
}

.imageBox:hover .hover-Img {
    position: relative;
    display: block;
    /*top:5px;*/
}

.imageBox:hover .default-Img {
    display: none;
}


.btn-choice {
    background: url("../img/button-helpme.png") no-repeat;
    width: 166px;
    height: 59px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.btn-choice:hover {
    background: url("../img/button-helpme-hov.png") no-repeat;
    color: #fff;
}

.arrow {
    font-size: 25px;
}

.question {
    color: #fff;
    font-size:22px;
}

.btn-skip {
    font-family: 'pingfang sc';
    color: rgb(132,136,150, 50%);
    font-size: 18px;
}

.centered-div {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-fixed-backward {
    position: fixed;
    top: 70px;
    left: 70px;
}

.menu-bar li a {
    font-family: 'pingfang sc';
}

.menu-bar li a:hover {
    font-weight: bold;
}
