/* General Page Styles */
body {
    background-color: #FAFAF7; /* Winter White */
    color: #002366; /* Royal Blue */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Container spacing */
.home-container {
    margin-top: 60px;
}

/* Title */
.site-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Tagline */
.site-tagline {
    font-size: 20px;
    margin-bottom: 50px;
}

/* Button Row */
.button-row {
    margin-top: 30px;
}

/* Large Home Buttons */
.home-btn {
    display: block;
    width: 100%;
    padding: 40px 20px;
    font-size: 28px;
    margin-bottom: 30px;
    border-radius: 8px;
    border: 2px solid #002366;
    text-decoration: none;
}

/* Questions Button */
.btn-questions {
    background-color: #002366;
    color: #FAFAF7;
}

/* Musings Button */
.btn-musings {
    background-color: #FAFAF7;
    color: #002366;
}

/* Hover / Active States */
.home-btn:hover,
.home-btn:focus {
    background-color: #001a4d;
    color: #FAFAF7;
    text-decoration: none;
}

.construct {
    border: 1px solid #002366;
    font-size: 28px;
    border-radius: 5px;
    box-shadow: 3px 3px #0038A8;
    padding: 5px;
    margin: auto;
}
