﻿body {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}



.flbg1 {
    background-color: #fef4df;
    background-size: cover;
    padding: 0% 0 0% 0;
    color: white;
}

.flbg2 {
    background-color: #433c44;
    padding: 0% 0 2% 0;
    background-size: cover;
    color: white;
}

.flbox {
    background: #3f3940;
    padding: 10px 25px 10px 25px;
    border-radius: 5px;
    border: 1px solid;
    color: white;
}

.mt2{
    margin-top:2%
}

.text-white {
    color: #fff !important;
}

.text-center {
    text-align: center !important;
}

.wht {
    color: white;
}

.md20 {
    font-size: 20px;
}

.pb-5{
    padding-bottom: 3rem !important;
}

.pt-3{
    padding-top: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}
