﻿@font-face {
    font-family: 'Arial';
    src: url('/fonts/ARIAL.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 14px;
}

h1, h3 {
    font-weight: bold;
}

body {
    font-family: Arial, Helvetica, sans-serif
}

ul, p {
    font-size: 18px;
    line-height: 1.5;
}

    ul li {
        margin-bottom: 0.5rem;
    }

    ul.navbar-nav li {
        margin-right: 1rem;
    }

@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%;
}

a {
    color: #212529;
    text-decoration: none;
}

    a:hover {
        color: #0d6efd;
    }

.store-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

    .store-links a {
        max-width: 45%;
        margin: 0 2px;
        flex-grow: 1;
    }

    .store-links img {
        width: 100%;
        max-width: 360px;
        height: auto;
    }