
/* Other Style */
.welcome {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.welcome-filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.welcome-center {
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
    bottom: 0;
    box-sizing: border-box;
}

@media screen and (max-height: 700px) {
    .welcome-center {
        top: 30%;
    }
}

@media screen and (max-height: 500px) {
    .welcome-center {
        top: 20%;
    }
}


.realisation span {
    color: orange;
}

.realisation ul {
    line-height: 2;
}

.realisation h3 {
    color: rgba(254, 234, 174, 0.6);
    font-weight: 400;
    font-size: 18px;
}

.realisation h4 {
    color: rgba(254, 234, 174, 0.5);
    margin-left: 25px;
    font-weight: 100;
    font-size: 14px;
    text-decoration: underline;
}

.realisation a {
    color: rgba(254, 234, 174, 0.7);
}