body {
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #47404f;
    overflow: hidden;
    text-align: left;
    background-color: #fff;
}

.header {
    z-index: 9999;
    /*position: fixed;*/
    width: 100%;
    top: 0px;
    background-color: #fff;
    padding: 6px 50px;
    height: 46px;
}

.top-sec {
    display: inline-flex;
    width: 100%;
}

.logo {
    width: 45%;
}

.login {
    width: 49%;
    text-align: right;
}

a.login-button {
    background-color: #3d34f6;
    padding: 9px 30px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
}


/* Content Slider
------------------------------------------------------------------------------*/


.slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #555;
}

.slide {
    position: absolute;
    top: 67px;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .slide img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        cursor: default;
    }

.slide-content {
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    color: #fff;
    text-shadow: 0 .125em .3125em rgba(0, 0, 0, 0.6), 0 0 .3125em rgba(0, 0, 0, 0.5);
}

    .slide-content h3 {
        font-size: 55px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }

    .slide-content b {
        font-size: 55px;
        font-weight: 900;
        font-family: 'Roboto', sans-serif;
    }

    .slide-content h5 {
        font-size: 20px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }

    .slide-content p {
        font-size: 17px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }


.slider-nav {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    z-index: 10;
}

.next-slide,
.prev-slide {
    position: absolute;
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125;
    margin: 0;
    border: .125rem solid white;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    overflow: hidden;
    cursor: pointer;
    z-index: 20;
    transition: all .3s ease-in-out 0s;
    -webkit-user-select: none;
    user-select: none;
}

.prev-slide {
    left: 2%;
}

.next-slide {
    right: 2%;
}

    .next-slide:hover,
    .prev-slide:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .next-slide::before,
    .prev-slide::before {
        position: absolute;
        top: 33%;
        display: inline-block;
        width: .8125rem;
        height: .8125rem;
        content: "";
        border-left: .25rem solid white;
        border-top: .25rem solid white;
        backface-visibility: hidden;
    }

.prev-slide::before {
    transform: rotate(-45deg);
    right: 25%;
}

.next-slide::before {
    transform: rotate(135deg);
    left: 25%;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 9999;
    background-color: #3d34f694;
}

marquee {
    color: #fff;
    padding: 10px 0 3px 0;
    margin: 0;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 42.5em) {
    .next-slide,
    .prev-slide {
        display: none;
    }
}

@media screen and (max-width: 61.25em) {
    .slider {
        max-height: 57.95918367vw;
    }
}

@media screen and (min-height: 61.25em) {
    .slider {
        max-height: 57.95918367vw;
    }
}

@media only screen and (max-width: 600px) {
    .slide-content h3 {
        font-size: 30px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }

    .slide-content b {
        font-size: 40px;
        font-weight: 900;
        font-family: 'Roboto', sans-serif;
    }

    .slide-content {
        position: absolute;
        top: 10%;
        width: 75%;
        text-align: center;
        padding: 20px 50px;
    }

    .header {
        z-index: 9999;
        position: fixed;
        width: 100%;
        top: 0px;
        background-color: #fff;
        padding: 15px 13px;
        height: 43px;
    }
}
