#start-page {
    width: 100vw;
    height: 100vh;
    position: relative;
    min-width: 320px;
    min-height: 568px;
    color: white;
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}

.big-start-h {
    font-size: 40px;
}

.big-start-h1 {
    text-align: center;
    margin-top: 63px;
    letter-spacing: 4px;
    font-size: 80px;
}
.big-start-h, .learn-more {
    text-shadow: 1px 1px 2px black;
}

.big-start-h2 {
    text-align: left;
    font-size: 50px;
    letter-spacing: 4px;
}


/* FTRACKER PLUS */

/*.class-ftracer {*/
    /*position: relative;*/
    /*padding-right: 0;*/
/*}*/
#h-line {
    position: absolute;
    width: 3px;
    top: -13px;
    right: -10px;
    height: 200px;
    background: white;
}
#v-line {
    position: absolute;
    width: 305px;
    right: -115px;
    height: 3px;
    bottom: 5px;
    background: white;
}
.class-rework {
    padding-left: 40px;
    padding-right: 0;
}

/* RAISE NEW */

#raise-new {
    position: absolute;
    top: 50%;
    width: 100%;
}
#raise-new>a>div {
    text-align: center;
    border: 3px solid rgba(255, 255, 255, 1) !important;
    width: 370px;
    margin: auto;
    padding: 10px;
}
#raise-new>a>div:hover {
    box-shadow: inset 0 0 40px 0 white;
}

/* LEARN MORE */

.learn-more>a>span:hover, .learn-more>a>div>span:hover {
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.learn-more {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: auto;
    font-size: 30px;
}

@media(max-width: 991px) {
    .big-start-h {
        font-size: 50px;
        text-align: center;
        margin-left: 0;
    }
    .big-start-h2 {
        font-size: 40px;
    }
    #v-line, #-line {
        display: none;
    }
    #raise-new>a>div {
        width: 311px;
        padding: 0;
    }
    .big-start-h {
        font-size: 40px;
    }
    .big-start-h2 {
        font-size: 30px;
    }
    .class-rework {
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    #start-page {
        padding-top: 0;
    }
}