html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #0e0d0b !important;
}

h1 {
    color: #fee6a2 !important;
    font-family: 'Anton', sans-serif;
    font-size: 70px !important;
}

h2 {
    color: #ede4cc !important;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}

h3 {
    color: #fee6a2 !important;
}

p {
    color: #fee6a2 !important;
}

a {
    color: #fee6a2 !important;
}

.stdlight {
    color: #fee6a2 !important;
}

.stdlightscnd {
    color: #6e664f !important;
}

#header {
    transition: 200ms ease-in-out;
}

#header.scrolled {
    background-color: #0e0d0b !important;
    transition: background-color 200ms ease-in-out;
}

.hero {
    height: 70vh;
    background: url("../assets/herobg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.hero h3 {
    max-width: 500px;
    padding-bottom: 10vh !important;
}

.light-bg {
    background-color: #11100e;
}
