/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 23, 2021, 5:01:22 PM
    Author     : PRENNER
*/

.ftco-footer {
    padding: 3em 0 7em 0; }

.ftco-section .ftco-heading,
.ftco-footer .ftco-heading {
    font-size: 40px;
    line-height: 1.5; }
@media screen and (max-width: 768px) {
    .ftco-section .ftco-heading,
    .ftco-footer .ftco-heading {
        font-size: 30px; } }
.ftco-section.bg-light,
.ftco-footer.bg-light {
    background: #f2f2f2 !important; }

.ftco-bg-dark {
    background: #263135; }

.ftco-footer {
    font-size: 16px; }
.ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal; }
.ftco-footer p {
    color: rgba(255, 255, 255, 0.3); }
.ftco-footer a {
    color: rgba(255, 255, 255, 0.3); }
.ftco-footer a:hover {
    color: #4586FF; }
.ftco-footer .ftco-heading {
    font-size: 24px; }
.ftco-footer .ftco-heading-2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6); }

/* Ensure app badges share the same height; width can vary per badge */
.ftco-footer .store-badge {
    height: 56px;
    object-fit: contain;
}