body{
    font-size:14px;
}

.container{
    max-width:1280px;
}

.small-btn{

    padding:8px 16px;

    font-size:13px;

    border-radius:5px;
}

.small-input{

    padding:8px 12px;

    font-size:13px;

}

html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: 90px;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width:768px){
    .bg-fixed{
        background-attachment: scroll !important;
    }
}