.loading-arrow {
    position: absolute;
    top: 48%;
    left: 70%;
}

.loading-arrow > img {
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.form-item > input, .form-item > textarea {
    border-width: 1px;
}

.smooth-scroller-1 {
    transform: translateY(0);
}

.smooth-scroller-2 {
    transform: translateY(-100%);
}

.smooth-scroller-3 {
    transform: translateY(-200%);
}

.smooth-scroller-4 {
    transform: translateY(-300%);
}

.smooth-scroller-5 {
    transform: translateY(-400%);
}

.smooth-scroller-container {
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.smooth-scroller-panel {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    overflow: hidden;
}

.mobile-nav-list a {
    color: #868e96;
}

.scroll-selected a {
    color: white;
}

.mobile-nav-link:active {
    text-decoration: none;
}

.mobile-nav-link:focus {
    text-decoration: none;
}

.mobile-nav-link:hover {
    text-decoration: none;
}

.mobile-nav-list {
    list-style-type: none;
}

.mobile-nav-container {
    height: 60px;
    background: #000000;
}

.mobile-nav {
    position: absolute;
    border: 1px solid white;
    height: 100%;
    width: 25%;
    padding: 5px;
}

#mobile-nav-1 {
    left: 0;
}

#mobile-nav-2 {
    left: 25%;
}

#mobile-nav-3 {
    left: 50%;
}

#mobile-nav-4 {
    left: 75%;
}

.nav-top-div-mobile {
    margin-top: 10px;
    width: 150px;
    white-space: normal;
    padding: 10px;
    border: 3px solid;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 7px;
    font-family: 'Integral CF Regular';
}

.my-auto {
    padding-top: 50px;
}

.first-loading-title {
    width: 35%;
    height: 15%;
    z-index: 1000;
}

.first-loading-title-img {
    width: 100%;
    height: 100%;
}
