﻿
:root {
    --bs-primary: #160032;
    --bs-primary-rgb: 22, 0, 50;
}

h1:focus {
    outline: none;
}


.banner {
    background-image: url('/imgs/banner.jpg');
    height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-banner {
    background-image: url('/imgs/banner.jpg');
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    color: white;
}

.navbar {
    text-transform: uppercase;
}


section {
    padding: 60px 0;
}


