html, body {
    overflow-x: hidden;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

    body > .container {
        padding: 60px 15px 0;
    }

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 46px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

        .offcanvas-collapse.open {
            visibility: visible;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

    .nav-underline .nav-link:hover {
        color: #1199d7;
    }

.nav-underline .active {
    color: #6c757d;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.bg-purple {
    background-color: #6f42c1;
}

.lh-100 {
    line-height: 1;
}

.lh-125 {
    line-height: 1.25;
}

.lh-150 {
    line-height: 1.5;
}

.navbar-saluta .navbar-nav .nav-link {
    color: #fff;
}

.bg-saluta {
    background-color: #9fc7ea !important;
}

.btn-saluta {
    color: #1199d7;
    background-color: #fff;
    border-color: #1199d7;
}

    .btn-saluta:hover {
        color: #1199d7;
        background-color: #fff;
        border-color: #1199d7;
    }

    .btn-saluta:focus {
        color: #1199d7;
        background-color: #fff;
        border-color: #1199d7;
        box-shadow: none;
    }

h1, h2, h3, h4, h5, h6 {
    color: #1199d7;
}

a, a:focus, a:active {
    color: #000;
}

    a:hover {
        color: #1199d7;
        text-decoration: none;
    }

.form-control-search {
    display: block;
    width: 100%;
    height: calc(2em + .75rem + 2px);
    padding: .375rem 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #aaa;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-color: transparent !important;
    border-radius: 3rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control-search:focus {
        color: #aaa;
        background-color: #f4f4f4;
        border-color: #1199d7 !important;
        outline: 0;
        box-shadow: none;
    }


.form-control {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #aaa;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-color: transparent !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:focus {
        color: #aaa;
        background-color: #f4f4f4;
        border-color: #1199d7 !important;
        outline: 0;
        box-shadow: none;
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.footer {
    width: 100%;
    min-height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

    .footer > .container {
        padding-right: 15px;
        padding-left: 15px;
    }
