@font-face {
    font-family: NeoSans;
    src: url("../font/NeoSans.otf");
}
@font-face {
    font-family: NeoSansBold;
    src: url("../font/NeoSansBold.otf");
}
.smile{
    font-family: NeoSansBold;
    font-weight:bolder;
    font-size: 40px;
    display: inline-block;
    margin: 5px;
}
.message_text{
    font-family: NeoSans;
    font-size: 15px;
    display: inline-block;

}
.message_left{
    align:center;
    /*background-color: orangered;*/
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.hero_wrapper{
    background-image: url("../img/index.jpg");
    position:static;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
}
.left-panel{
    color:black;
    height: 100%;
    background-color:rgba(255,255,255,0.45);
    display: inline-flex;
    flex-direction: column;

}
.left-panel > .left-panel-img{
    position: absolute;
    background-color: rgba(175,175,15,0.5);
    z-index:5;
    order:1;
}
.left-panel  > .text{
    background-color: darkred;
    z-index:56;
    order:2;
}
.left-test{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding:10px;
    position: absolute;
    background-color: rgba(255,255,255,0.45);
}

.right-test{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    width:100%;
    padding:50px;
    position: absolute;
    /*background-color: blue;*/
}





