html {
    scroll-behavior: smooth;
}

body {
    color: white;
}

.navbar {
    background-color: white;
    border-bottom: 2px solid #3292a6;
}

#home-section {
    background-image: url(../img/mountains.jpg);
    background-repeat: no-repeat;
}

.home-inner {
    margin-top: 95px;
}

#home-section .background-overlay {
    background: rgba(50, 146, 166, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}