@font-face {
    font-family: Jaapoki;
    src: url(../font/jaapokkisubtract-regular.woff);
}

body {
    background-color: #111111;
    overflow-x: hidden;
}

.logo {
    width: 58px;
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 9999;
}

.menubutton {
    position: absolute;
    right: 40px;
    top: 54px;
    font-family: Jaapoki;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

.menubutton::after {
    content: '';
    width: 25px;
    height: 5px;
    background-color: #383838;
    float: right;
    display: block;
    border-radius: 5px;
    margin: 7px 0 0 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menubutton:hover {
    letter-spacing: 2px;
}

.menubutton:hover::after {
    background-color: #616161;
}

#fp-nav.fp-left {
    bottom: 40px !important;
    left: 40px !important;
}

#fp-nav {
    top: auto !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #fff !important;
    left: auto !important;
}

.menu {
    height: 100vh;
    max-width: 600px;
    width: 90%;
    -webkit-clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.85);
    position: fixed;
    z-index: 9995;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu ul {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(50%);
    list-style: none;
    text-align: right;
}

.menuli {
    opacity: 0;
    transform: scale(1.7);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.menu ul li {
    margin: 15px 0;
}

.menu ul li a {
    font-size: 36px;
    font-family: Jaapoki;
    text-transform: uppercase;
    color: #282828;
    letter-spacing: 2px;
}

.menu ul li a:hover {
    text-decoration: underline;
}

.icons i {
    display: block;
    margin-left: 10px;
    color: #282828;
    float: right;
    font-size: 28px;
}

#truck {
    width: 50%;
    float: right;
    z-index: 90;
    margin-right: 50px;
}

#truck-mobile {
    width: 50%;
    float: right;
    z-index: 90;
    margin-right: 50px;
    display: none;
}

.main-section {
    position: absolute;
    top: 50%;
    left: 200px;
    width: 50%;
    transform: translateY(-50%) !important;
}

.name {
    font-family: Jaapoki;
    font-size: 64px;
    text-transform: uppercase;
    color: #eaeaea;
}

.container-fluid {
    width: 80% !important;
}

.about h2 {
    font-family: Jaapoki;
    font-size: 42px;
    color: #eaeaea;
}

.actr {
    width: 90%;
    float: right;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.about p {
    color: #7f7f7f;
    font-size: 16px;
}

.meet,
.meet1 {
    color: #eaeaea;
    padding: 12px 20px;
    border: 2px solid #eaeaea;
    font-size: 16px;
    display: block;
    max-width: 150px;
    text-align: center;
}

.meet:hover,
.meet1:hover {
    text-decoration: none;
    color: #eaeaea;
}

.meet:focus,
.meet1:focus {
    text-decoration: none;
    color: #eaeaea;
}

.about {
    margin-top: 80px;
}

.scroll-downs {
    position: relative;
    width: 34px;
    height: 55px;
    margin-top: 100px;
}

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.ulcustom {
    color: #7f7f7f;
    margin-left: -20px;
}

.tile i {
    font-size: 42px;
    color: #eaeaea;
}

.tile h3 {
    font-family: Jaapoki;
    color: #999999;
    font-size: 22px;
}

.tile {
    margin-top: 50px;
    min-height: 200px;
}

.tile p {
    color: #7f7f7f;
}

.contact {
    margin-top: 50px;
}

.contact p a {
    text-decoration: none;
    color: #7f7f7f;
}

.contact p a:hover {
    text-decoration: underline;
}

.contact i {
    font-size: 22px;
    margin-right: 10px;
}

.contact p {
    font-size: 18px;
}

/* TRUCK SECTION */
.truck-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
}

.truck-item {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}

.truck-content-box {
    display: flex;
    flex-direction: column;
}

.truck-content p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    color: #7f7f7f;
    font-size: 16px;
}

.truck-content span {
    font-family: Jaapoki;
    color: #eaeaea;
}

.truck-img {
    display: flex;
    justify-content: center;
}

.truck-img img {
    max-width: 100%;
    width: 100%;
}

/* TRUCK SECTION */
@media only screen and (max-width: 1200px) {
    .main-section {
        left: 50%;
        transform: translateX(-50%) translateY(-50%) !important;
        margin: auto;
    }

    .name {
        text-align: center;
    }

    .meet1 {
        margin: 0 auto;
    }

    #truck {
        display: none;
    }

    #truck-mobile {
        float: none;
        margin: 0 auto;
        width: 80%;
        display: block;
    }

    .actr {
        margin-bottom: 200px;
    }

    .spd {
        margin-bottom: 250px;
    }
}

@media (max-width: 990px) {
    .truck-box {
        margin: 50px 0;
    }

    .truck-item {
        flex-direction: column-reverse;
        padding: 20px 0;
    }

    .truck-content {
        margin: 20px 0;
    }

    .truck-img {
        justify-content: flex-start;
        margin: 20px 0;
    }
}