
@font-face {
    font-family: "baskerville-bold";
    src: url(/fonts/NXBaskerville-Bold.otf);
}

@font-face {
    font-family: "baskerville-regular";
    src: url(/fonts/NXBaskerville-Regular.otf);
}

@font-face {
    font-family: "museum-foundary";
    src: url(/fonts/MuseumFoundry.otf);
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'baskerville-regular';
    
}

.hero {
    font-family: 'museum-foundary';
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-image:
        linear-gradient(rgba(1,1,1,0.7), rgba(1,1,1,0.7)),
        url(/images/road-background.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    color: #ac5432;
    height: 100vh;
}

.hero #hero-text {
    font-size: 9em;
    -webkit-text-stroke-width: 0.75px;
    -webkit-text-stroke-color: #793216;
}

.hero p {
    font-size: 5em;
    -webkit-text-stroke-width: 0.75px;
    -webkit-text-stroke-color: #793216;
}