﻿html {
    scroll-behavior: smooth!important;
}

body {
    background-color: #fafafa!important;
}

.nav-link {
    font-weight: bold;
}

.nav-link:hover {
    color: #2d9cdb!important;
}

.navbar-nav > li {
    margin-left: 15px;
    margin-right: 15px;
}

.home-caption {
    color: Gray;
    font-family: arial;
    font-size: 20px;
}

.banner > * {
    font-weight: bold;
}

.animated-text {
    display: inline-block;
}

.animated-text .animated-line {
    line-height: 30px;
    vertical-align: middle;
}

.animated-line:first-child {
    animation: a 12s infinite;
}

@media only screen and (max-width: 1400px) {
    .animated-text {
        display: block;
    }
}

@keyframes a {
    0% {
        margin-top : 0px;
    }

    12.5% {
        margin-top: 0px;
    }

    25% {
        margin-top: -30px;
    }

    37.5% {
        margin-top: -30px;
    }

    50% {
        margin-top: -60px;
    }

    62.5% {
        margin-top: -60px;
    }

    75% {
        margin-top: -30px;
    }

    87.5% {
        margin-top: -30px;
    }


    100% {
        margin-top: 0px;
    }



}
