@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900');

* {
    color: black;
}

.text-black {
    color: black !important;
}

.white {
    color: white !important;
}

section.home {
    padding-top: 75px !important;
    background-color: #fff;
}

.header-bg {
    background-size: cover;
    object-fit: cover;
    object-position: center;
}

.responsive-object iframe, .responsive-object object, .responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h1 {
    font-family: Poppins, sans-serif !important;
    font-weight: bold !important;
    font-size: 3em !important;
}
h2 {
    font-family: Poppins, sans-serif !important;
    font-weight: bold !important;
    font-size: 36px !important;
    color: inherit;
    margin: 0 !important;
    text-transform: none !important;
}
h3 {
    font-family: Poppins, sans-serif !important;
    font-weight: bold !important;
    font-size: 30px !important;
    color: inherit;
}
p {
    /*font-family: "Playfair Display", serif;*/
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: inherit;
    /*font-weight: 400;*/
}
a.btn {
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 18px !important;
    padding: 0 20px !important;
    line-height: 48px !important;
    border-width: 3px !important;
}

.my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
}

.step-block {
    margin-bottom: 15px;
}

.step-block .col {
    border: 5px solid #F0047F;
    border-radius: 5px;
    /*margin: 8px;*/
    padding-bottom: 15px;
    height: 100%;
}
.step-block .list-number {
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.step-block img {
    /* max-height: 100px; */
    width: auto !important;
}

.big-number {
    font-family: Poppins, sans-serif;
    font-size: 120px !important;
    color: #000;
    font-weight: 700;
    margin:0; padding: 0;
}

.big-number-label {
    font-family: Poppins, sans-serif;
    font-size: 38px !important;
    font-weight: 400;
    color: #000;
    margin-top: -30px;
}

.color-block {
    border-radius: 5px;
    padding: 30px !important;
    margin: 10px 0;
    min-height: 410px;
}
.color-block.pink { background-color: var(--wcd-pink); }
.color-block.yellow { background-color: var(--wcd-yellow); }
.color-block.blue { background-color: var(--wcd-blue); }
.color-block.green { background-color: var(--wcd-green); }
.color-block.black { background-color: black; }

.color-block h3 {
    font-size: 36px;
    /*color: #fff !important;*/
    line-height: 50px;
    margin-bottom: 20px;
}
.color-block .btn {
    margin: 0;
}
.color-block p {
    font-family: Poppins, sans-serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
}

.avatar-leader {
    border-radius: 3px;
    object-fit: cover;
    max-width: 300px;
    width:100%;
    height: 300px;
}

.social-icons a:hover {
    text-decoration: none;
}

.social-icons i {
    color: white;
    margin-right: 15px;
    font-size: 2em;
}

.bg-white {
    background-color: white !important;
}

