/*
Custom Css
*/

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: #fff;
    padding: .5rem 1rem;
    z-index: 9999;
}

.skip-link:focus {
    left: .5rem;
    top: .5rem;
}