@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 451px) and (min-width: 352px) {
    #front-multicore {
        font-size: 25px !important;
    }
}

@media only screen and (max-width: 352px) and (min-width: 274px) {
    #front-multicore {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 274px) {
    #front-multicore {
        font-size: 15px !important;
    }
}

#front-multicore {
    text-align: center;
    font-size: 35px;
    color: #EDEFFB;
    background: url('../PC Stand/Elias-pose web.png') center 100px / contain no-repeat fixed, linear-gradient(180deg, rgba(27, 38, 54, 1) 0%, rgba(28, 39, 56, 1) 16%, rgba(46, 59, 86, 1) 100%) fixed;
    text-shadow: -2px 2px 8px rgba(0, 0, 0, 0.5);
    font-family: helvetica, serif;
    text-transform: uppercase;
    z-index: 1;
    padding-bottom: 75vh;
}

#Multicore-txt {
    z-index: 1;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.icon-header {
    font-family: helvetica, serif;
    color: #353536;
}

.icon {
    z-index: 2;
    width: 30vw;
    min-width: 200px;
    max-width: 300px;
    vertical-align: top;
    text-align: center;
    filter: brightness(0);
    transform: scale(0.95);
}

.front-text {
    margin-left: 2vw;
    margin-right: 2vw;
    margin-top: 50px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 23px;
    color: #353536;
    font-family: helvetica, serif;
    z-index: 2;
}

.front-text d {
    position: relative;
    z-index: 2;
    line-height: 22px;
    letter-spacing: 2px;
}

.bc-pic-box {
    position: relative;
    z-index: 2;
}

.icon-and-img {
    vertical-align: top;
    text-align: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
    border-style: none;
    border-radius: 10px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
    display: inline-block;
}

#slides-menu-con {
    display: flex;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.3);
    background-color: #e5eefd;
}
#fade {
    display: flex;
    animation: fade-in;
    animation-duration: 2s;
}

@keyframes fade-in {
    from {opacity: 0; transform: translateY(150px)}
    to {opacity: 100%; transform: translateY(0)}
}

@media only screen and (max-width: 1000px) {
    #slides-menu-con {
        display: block !important;
    }
    #fade{
        display: block !important;
    }

    .icon {
        width: 90vw;
        max-width: 400px;
    }

    .front-text {
        margin-left: 10vw;
        margin-right: 10vw;
    }
}
