/*
Theme Name: Leopard Safaris
Theme URI: https://leopardsafaris.com
Author: yohan.dev
Author URI: https://yohan.dev
Description: The official WordPress theme for Leopard Safaris.
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
Text Domain: leopard-safaris
*/

body {
    font-family: 'Times New Roman', Times, serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Serif', serif;
}

a, .nav-link {
    text-decoration: underline;
    color: #000000;
}

a:hover, .nav-link:hover, .nav-link:focus {
    color: #FF9E15;
}

.form-control,
.form-select,
.input-group-text {
    border-color: #000000;
    border-radius: 0;
}

.form-control:focus,
.form-select:focus {
    border-color: #FF9E15;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 158, 21, 0.5);
}

.btn {
    border-radius: 0;
    font-weight: 700;
}

.btn-primary {
    background-color: #FF9E15;
    color: #000000;
    border-color: #FF9E15;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):active {
    background-color: #F89E1C;
    color: #000000;
    border-color: #F89E1C;
}

.btn-primary:disabled {
    background-color: #cccccc;
    color: #000000;
    border-color: #cccccc;
}

.alert {
    --bs-alert-border-radius: 0;
}


.footer-banner {
    background-image: url('https://pay.leopardsafaris.com/wp-content/uploads/2023/06/footer-banner.png'); 
    background-size: cover;
    height: 480px;
    background-repeat: no-repeat;
    margin-top: 3rem;
    background-position: center;
}
