@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bitter:ital,wght@0,100..900;1,100..900&family=Calistoga&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Quintessential&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    min-width: 100vw;
    overflow-x: hidden;
}

.hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../imgs/newhero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(30%);
}

.hero-content {
    position: relative;
}

.hero-content {
    position: relative;
    font-family: 'Bitter', sans-serif;
    color: white;
    text-align: center;
    margin: 0.625rem;
}

.hero-title {
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 0;
}

.hero-subtitle {
    font-size: 3rem;
    font-weight: 200;
    margin-top: 1rem;
}

.hero-button {
    background-color: #312a2e;
    color: white;
    border: 0px solid #d8d1d4;
    border-radius: 12px;
    margin-top: 5rem;
    padding: 0.9375rem 1.875rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.hero-button:hover {
    background-color: #5d5d5d;
    border: 0px solid #d8d1d4;
}

.navbar {
    font-family: 'newsreader', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: white;
    background: #476078;
    background: linear-gradient(90deg, rgba(71, 96, 120, 1) 0%, rgba(71, 46, 52, 1) 50%, rgba(86, 74, 85, 1) 100%);
}

.nav-link {
    font-family: 'newsreader', sans-serif;
    font-size: 1.2rem;
}

body {
    background: #476078;
    background: linear-gradient(90deg, rgba(71, 96, 120, 1) 0%, rgba(71, 46, 52, 1) 50%, rgba(86, 74, 85, 1) 100%);
}

.animation {
    opacity: 0;
    transform: translateX(200px);
    transition: all 0.2s ease-out;
    transition-delay: 0.1s;
}

.scroll-animation {
    opacity: 1;
    transform: translateX(0);
}

p {
    font-family: 'Times New Roman', Times, serif;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#abimg {
    max-height: 680px;
}

#abbtn {
    background-color: #476078;
    color: white;
    border: 0px solid #d8d1d4;
    border-radius: 12px;
    font-family: 'bitter', sans-serif;
    font-size: 1.125rem;
    font-weight: 0;
    cursor: pointer;
    transition: 0.3s;
}

#footbtm {
    border-top: 1px #5d5d5d;
    font-family: 'bitter', sans-serif;
}