@font-face {
    font-family: aileron-regular;
    src: url(../fonts/Aileron-Regular.otf);
}

.hr-white {
    border: 1px solid white;
    opacity: 1;
}

a {
    color: black;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.btn-secondary {
    background: var(--primary-color-grey);
    color: var(--primary-color-red);
}

.fs-0 {
    font-size: 64px;
}

.first-hero {
    height: 400px;
}

ul li a {
    direction: ltr;
    unicode-bidi: embed;
}

.nav-link:hover, .btn:hover {
    transform: scale(1.1);
}

@media (min-width: 992px) {
    .services-image {
        margin-top: -350px;
    }
}


@media (max-width: 768px) {
    .first-hero {
        height: 200px;
    }

    .fs-0 {
        font-size: 48px;
    }
}

:root {
    /* Color Palette */
    --primary-color-red: #821F1F; /* Blood Red */
    --primary-color-grey: #e4e5e0; /* Ash Grey */
    --primary-color-black: #000000; /* Jet Black */
}

.text-red {
    color: var(--primary-color-red) !important;
}

.text-grey {
    color: var(--primary-color-grey)
}

.text-hover-red:hover {
    color: var(--primary-color-red) !important;
}

.text-hover-grey:hover {
    color: var(--primary-color-grey)
}

.bg-red {
    background: var(--primary-color-red) !important;
}

.bg-grey {
    background: var(--primary-color-grey)
}

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;
    font-family: Helvetica;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bolder;
    font-style: normal;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

#bgVideo {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    object-fit: cover;
    opacity: 0.4;
}

.pillar-image {
    border: 5px solid var(--primary-color-red);
    -moz-border-radius-topright: 100px;
    border-top-right-radius: 100px;
}

.form-check-input:checked {
    background-color: black;
    border-color: black;
}

input[type=radio] {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.logo-image {
    max-width: 100%
}
@media (min-width: 992px) {
    .logo-image {
        max-width: 60%
    }
}
