﻿/* LAYOUT */

body {
    overflow-x: hidden;
}

    /* FIXED NAV */

    body.fixed-nav {
        padding-top: 56px;
    }

/* SCROLL TO TOP */

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.15);
    line-height: 45px;
}

    .scroll-to-top:focus, .scroll-to-top:hover {
        color: white;
    }

    .scroll-to-top:hover {
        background: #343a40;
    }

    .scroll-to-top i {
        font-weight: 800;
    }

/* FOOTER */

main.container-fluid {
    min-height: calc(100vh - 120px);
}
