/*
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 : 2020-12-01, 17:17:02
    Author     : pr0t
*/

/*
    Menu
*/
@media (max-width: 575px) {
  #header div.logo h1 {
    font-size: 22px !important;
  }
}
/*
    End of Menu
*/

/*
    F.A.Q.
*/
p i.fa-check-circle, p i.fa-heartbeat {
    margin-left: 4px;
    margin-right: 8px;
    color: #7b94c9;
}

div.accordion-list p, div.about p, div.fits p {
    text-align: justify;
}

div#accordion-list-2 i.fa-plus-square {
    margin: 8px;
    color: #7b94c9;
}
/*
    end of F.A.Q.
*/

/*
    Hero
*/
i.fa-facebook-official, i.fa-medkit {
    margin-top: 3.8px;
}

#hero .download-btn {
    font-size: 16px !important;
}

#hero h1 {
    font-size: 37px !important;
}

#hero img.img-fluid {
    max-width: 80% !important;
}

.pwzfz {
    font-family: 'Open Sans';
}
/*
    end of Hero
*/

/*
    O mnie & Metoda FITS
*/
.details h2 {
    font-weight: 700;
    font-size: 32px;
    color: #47536e;
}

section#about img.img-fluid {
    max-width: 85% !important;
} 
/*
    end of O mnie & Metoda FITS
*/

/*
    Space between sections
*/
section#testimonials.section-bg.opinions {
    margin: 60px 0 0px 0;
}

section#faq.section-bg.faq {
    margin: 90px 0 40px 0;
}
/*
    end of Space between sections
*/