﻿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: #ffe6b5;
    background-size: cover;
    padding: 0% 0 0% 0;
    color: white;
}

.flbg2 {
    background-color: #4a2c17;
    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;
}

h1 {
    color: #2e2e2e;
}

p {
    color: #2e2e2e;
    font-size:22px;
}

@media only screen and (min-width:0px) and (max-width:1200px) {
    .errorfooter img{
        width:300px;
        margin-left:10px;
    }
}

