/**
 * Theme Name: London Airports.Taxi
 * Theme URI:         https://londonairports.taxi
 * Description:       Theme for LondonAirports.taxi
 * Version:           1.0.0
 * Author:            Johnny Spicer
 * Author URI:        https://spicersolutions.com
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       londonairportstaxi
 * Domain Path:       /assets/lang.
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

p {
    font-family: "poppins-thin", sans-serif;
    font-weight: 400;
    font-style: normal;
}

i {
    font-family: "poppins-thin", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.medium {
    font-family: "poppins-thin", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.medium i, .medium em {
    font-family: "poppins-thin", sans-serif;
    font-weight: 500;
    font-style: italic;
}

strong {
    font-family: "poppins-thin", sans-serif;
    font-weight: 800;
    font-style: normal;
}

strong i, strong em {
    font-family: "poppins-thin", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.footer-background {
    background-color: #8f215f;
}

.navigation-background {
    background-color: #ddd40d;
}

.bg-camelot {
    background-color: #952456;
}

.bg-canary-yellow {
    background-color: #ead200;
}

.footer .menu-item:not(:first-child) .nav-link {
    border-left: 1px solid #fff;
}

.header {
    background: #ffffff;
    background: linear-gradient(185deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
}

.londonairportstaxi {
    background-image: url('/wp-content/themes/londonairportstaxi/assets/plane-image.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.home-page-button {
    background-color: #952456;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 71px;
    font-family: 'poppins-thin', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    padding: 2rem;
    text-decoration: none;
}

.container-height {
    padding-top: 4rem;
    min-height: calc(100vh - 537px);
}

.content-section {
    background-color: #fff;
}