/*
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 : May 30, 2022, 4:11:20 PM
    Author     : jlbqu
*/

.logo img {
    max-height: 60px;
    width: auto;
}

.footer_logo img {
    max-height: 150px;
    width: auto;
}

a {
    color: #fff;
}

h1 {
    font-size: 48px;
}

footer a {
    color: #878787;
}

footer h3 {
    font-size: unset;
}

.main_panel {
    padding-bottom: 15px;   
}

.home .home_text p {
    color: white !important;
    text-shadow: black 0.1em 0.1em 0.2em !important;
    font-size: 16px;
    line-height: 1.6;
}

.home .home_subtitle{
    text-shadow: black 0em 0em 0.15em !important;
    color: white;
}

.home .home_title {
    /*    text-shadow: pink 0em 0em 0.15em !important;
        color: #fd556d;
        color: white;*/
    font-size: 48px;
    text-shadow: black 0em 0em 0.15em !important;
    color: white;
}

.home_content {
    max-width: 100%;
}

.why_list .icon_container {
    min-width: 61px;
}

@media only screen and (max-width: 1440px) {
    .main_buttons {
        display: none;
    }
}

@media only screen and (min-width: 1439px) {
    .main_panel {
        display: none;
    }
}

.cta_phone a:hover {
    color: white;
}