@font-face {
    font-family: 'Franklin Gothic';
    src: url('../fonts/FranklinGothic-Medium.woff2') format('woff2'),
        url('../fonts/FranklinGothic-Medium.woff') format('woff'),
        url('../fonts/FranklinGothic-Medium.ttf') format('truetype'),
        url('../fonts/FranklinGothic-Medium.svg#FranklinGothic-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue.woff2') format('woff2'),
        url('../fonts/BebasNeue.woff') format('woff'),
        url('../fonts/BebasNeue.ttf') format('truetype'),
        url('../fonts/BebasNeue.svg#BebasNeue') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Franklin Gothic';
    font-weight: 500;
    font-style: normal;
    color: #1d0501;
    font-size: 16px;
    line-height: 1.2;
}
h1, .btn, .form-label {
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-style: normal;
}
.container {
    max-width: 850px;
}
.orange-color {
    color: #f4391e;
}
.header {
    background-image: url(../images/header_bg.jpg);
    background-position: center;
    background-size: cover;
    padding:15px 0;
}
.header img {
    max-width: 131px;
}
.body-content {
    background-image: url(../images/body_bg.jpg);
    background-position: center;
    background-size: auto;
    background-repeat: repeat;
    padding: 30px 0;
}
.body-text {
    text-align: center;
    margin-bottom: 50px;
}
h1 {
    color: #f4391e;
    font-size: 40px;
}
.form-label {
    margin-bottom: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-label span {
    font-size: 13px;
}
.form-control, .form-select {
    border: 3px solid rgb(230 231 233 / 77%);
    border-radius: 0;
    min-height: 40px;
    color: #1d0501;
    font-family: 'Franklin Gothic';
    font-weight: 500;
}
.form-select {
    --bs-form-select-bg-img: url(../images/dd_arrow.png);
    background-size: 24px 19px;
}
.form-check-label {
    display: block;
    margin-top: 3px;
}
.form-check-input, .form-check-input:checked {
    border-radius: 0 !important;
    background-color: #f4391e;
    border-color: #f4391e;
    margin: 1px 7px 0 0;
}
.btn-primary {
    border-radius: 0;
    background-color: #f4391e;
    border: none;
    min-width: 200px;
    font-size: 20px;
    padding-top: 10px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-visible {
    /*background-color: #1d0501 !important;*/
    background-color: #edb991 !important;
    color: #1d0501 !important;
}
.body-text .btn-primary {
    border: 3px solid #edb991 !important;
    line-height: 1.2;
    padding: 8px 15px 6px;
}
.footer {
    background-image: url(../images/footer_bg.png);
    background-size: cover;
    background-position: center 0;
    padding: 100px 15px 15px;
    margin-top: -100px;
    text-align: center;
}
.footer address {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'Bebas Neue';
}
.footer .staff-name {
    color: #f43a1e;
    font-size: 20px;
    font-family: 'Bebas Neue';
}
.footer .staff-name span {
    display: block;
    font-size: 14px;
}
.footer .contact {
    font-size: 18px;
}
.footer .contact a {
    color: #ffffff;
    text-decoration: none;
}

@media screen and (min-width: 992px){
    .header {
        padding: 30px 0;
    }
    .header img {
        max-width: 262px;
    }
    body, .form-control, .form-select {
        font-size: 20px;
    }
    h1 {
        font-size: 60px;
        line-height: 1;
    }
    .form-label, .btn-primary {
        font-size: 28px;
    }
    .btn-primary {
        min-width: 300px;
    }
    .body-text .btn-primary {
        min-width: 275px;
    }
    .footer {
        padding: 200px 15px 80px;
        margin-top: -190px;
    }
    .footer address, .footer .staff-name {
        font-size: 26px;
    }
    .footer .staff-name span {
        font-size: 17px;
    }
    .footer .contact {
        font-size: 23px;
    }
}
