html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.hero-image {
    height: 63.4vw;
}

.hero-image-sunset {
    height: 45.4vw;
}

.hero-image-crab {
    height: 44.4vw;
}

.hero-image-sand {
    height: 28.5vw;
}

.hero-image-batteries {
    height: 28.5vw;
}

.modal-image-contain {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.text-justify {
    text-align: justify;
}

.home-intro {
    max-width: 640px;
    margin: 1rem auto 2.5rem;
    padding: 1rem;
}

.contact-intro {
    max-width: 640px;
    margin: 1rem auto;
    padding: 1rem;
}

.deets {
    display: table;
    margin: 4rem auto 1rem;
}


.products {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.card-product {
    background: rgba(0, 0, 0, 0.03);
    width: 300px;
}

    .card-product .card-body div {
        margin-bottom: 0.4rem;
    }

    .card-product .card-body .card-title {
        font-weight: 600;
        font-size: 1.2rem;
    }

.enquire {
}

    .enquire > div {
        max-width: 510px;
        text-align: center;
        margin: 2rem auto;
    }

a {
    text-decoration: none;
}

    a:not(.btn):hover {
        text-decoration: underline;
    }

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-orange {
    color: #fff;
    background-color: #ee4b19;
    border-color: #ee4b19;
}

    .btn-orange:hover {
        color: #fff;
        background-color: #c03a12;
        border-color: #c03a12;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

    .footer span {
        color: #bbb;
    }

    .footer a {
        color: inherit;
    }

.strike-through {
    text-decoration: line-through;
    color: #757575;
}

.text-muted {
    color: #757575;
}

.phone {
    display: none;
}