@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(../font/orbitron/Orbitron.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    /* Font Setting */
    --grs-orbitron: "Orbitron", sans-serif !important;

    /* Color Overrides */
    --bulma-body-background-color: #2a3019;
    

    /* NavBar */
    --bulma-navbar-height: 10rem;
}

.is-red {
    color: #CF1931;
}

a {
    color: #D7BE69;
    text-decoration: underline;
}

a:hover {
    color: #A47E4F;
    text-decoration: underline;
}

.button {
    text-decoration: none;
}

.orbitron {
    font-family: var(--grs-orbitron);
}

.navbar-item {
    color: #f3f4f6 !important;
    text-decoration: none;
}

.navbar-item.is-active {
    background-color: #1f2229;
}

.hero-body > .container > .title,
.hero-body > .container > .subtitle {
    color: #f3f4f6 !important;
}

.hero-foot.website-contest {
    padding: 20px 20px;
    background-color: #CF1931;
}

.hero-foot .holiday-button {
    background-color: #1E792C;
    border-color: #1E792C;
}

.hero-foot .holiday-button:hover {
    color: #f3f4f6;
}

.navbar-burger {
    color: #d7be69;
}

.navbar-end {
    font-size: 1.15em;
}

.hero.is-primary {
    background-color:  	#5c6b28;
}

.hero {
    background-color: #a47e4f;
}

.footer {
    background-color: #5c6b28;
}

.navbar-brand img {
    --bulma-navbar-item-img-max-height: 9rem;
}

.alt-green {
    background-color: #424a26;
}

.client-logo {
    width: 250px;
}


.service-section {
    padding: 0 !important;
}

.service-grid {
    margin-bottom:0 !important;
    --bulma-grid-gap: 0 !important;
    column-gap:0;
    gap:0;
}

.cell.service-block {
    height:450px;
    margin-bottom:0;
}

.cell.service-block .level-item {
    flex-shrink:unset !important;
}

.about-img {
    width: 256px;
    margin-bottom: 15px;
}

.contact-form {
    max-width:600px !important;
}

.footer {
    --bulma-footer-padding: 3rem 1.5rem 3rem;
    font-size:1.15em;
}

.footer p {
    line-height:2;
}

.footer a {
    color: hsl(222, 13.9%, 14.1%);
}

.footer-logo {
    position:absolute;
    width:125px;
}


/* Website-Package Block */
.website-package {
    max-width:500px;
    padding:15px 15px;
    margin:0 auto;
    background-color: #5c6b28;
}

.website-package:hover {
    box-shadow: 0 0 15px #A47E4F;
}

.tiny-text {
    font-size: 1rem;
}


@media screen and (max-width: 1023px) {
    .navbar-menu {
        background-color: #5c6b28;
        text-align: center;
        box-shadow: none;
    }

    .footer-logo {
        display:block;
        position:unset;
        width:175px;
        margin:25px auto;
    }

    .service-block:nth-child(4n),
    .service-block:nth-of-type(4n+1) {
        background-color:#2a3019;
    }

    .service-block:nth-child(4n+3),
    .service-block:nth-child(4n+2) {
        background-color:#424a26;
    }

    .service-grid.grid.is-col-min-9 {
        --bulma-grid-column-min: 33rem;
    }
}

@media only screen and (max-width: 600px) {
    .service-grid.grid.is-col-min-9 {
        --bulma-grid-column-min: 13.5rem;
    }

    .section-resources > .grid {
        --bulma-grid-column-min: 19rem;
    }

    .hero-foot > .grid.is-col-min-9 {
        --bulma-grid-column-min: 13.5rem;
    }
}